/* Allgemeine Einstellungen*/
body {
	background-color: #630000;
	
}

/*Bild wird nur in Druckausgabe angezeigt*/
#druckbanner {display: none;}


/* Einstellungen Container*/
#container {
	width: 780px;
	background-image: url(Grafik/hintergrund1.jpg);
	background-color: #E7DBC6;
	margin: 2% 10%;
	padding: 1em;
	background-attachment: fixed;
	background-position: 50% 50%;
	border: 1px solid gray;

}


/* Einstellungen Kopfzeile für Bilder*/
#banner {
margin: 10px;
height: 75px;
}

/*Schriften*/
big {
	font-size: 42px;
	font-style: oblique;
}

.big2 {
	font-size: 20px;
	font-style: oblique;
	font-weight: bold;
	}

.stark {
	font-style: italic;
	font-weight: bold;
	font-size: larger;
}

/* Einstellungen für Formulare*/


legend {font-weight: bold;  }

label {float:left;
	text-align: left;
	width: 5em;
	margin-right: 3em;
	}

input {float: right;
	width: 28em;
	padding: 0;
	margin: 1px;
	background-color: #E7DBC6;
	border: 1px solid #000000;}


textarea {float: right;
	width: 28.7em;
	background-color: #E7DBC6;
	border: 1px solid #000000;
	padding: 0;
	margin: 0;
	}


checkbox { background-color: #E7DBC6;
		border: medium none inherit;	}

form br  {clear: both;}
	
.button {
	float: left;
	width: 9em;
	margin-left: 2em;
	background-color: #E7DBC6;
	border: 1px solid #000000;
}


/* Einstellungen für Weinliste (Tabelle)*/
.caption {
	font-size: 140%;
	font-style: italic;
	font-weight: bold;
	}

.rot {
	color: #630000;}

.weiss {
	color: #006633;}

.schiller {
	color :#C9905E;}
	
.sonst {
	color: #6A2D2A;}



table {
	font-style: italic;
	width: 90%;
	border-collapse: collapse;
}

td     {padding: 0.5em 0.5em 0 0;
	  }

.top 	{font-weight:bold; 
	font-style: normal;
	text-align:right;
	}



/* Einstellungen für Menuleiste*/
#navigation {
	float:left;
	width:10.6em;
	background-color: transparent;
	margin-top:4em;
	margin-left:0;
}


#navigation LI {
   background-color: transparent;
   padding: 0;
   margin: 0;
   list-style: none;
   display: inline;
   width: 10em;
   }

#navigation UL {
   background-color: transparent;
   padding: 0;
   margin: 0;
   }

#navigation A {
   font: bold 1em serif;
   text-decoration: none;
   display: block;
   padding: 0.21em 0.35em;
   margin: 1px 0 0;
   width: 8.5em;
   border-radius:5px;
   -moz-border-radius:5px;
   }

#navigation A:link, #navigation A:visited {
   border: 1px solid #424242;
   padding: 0.21em 0.28em;
   color: #171717;   
   }

#navigation A:hover, #navigation A:focus {
   color: #9C926E;
   padding: 0.21em 0.28em;
   border: 1px solid #C2B68A;
   }
   
#ia #navigation A.ca,
#ib #navigation A.cb,
#ic #navigation A.cc,
#id #navigation A.cd {
   color: #424242;
   display: block;
   width:6.2em;
   font: normal 0.94em sans-serif;
   padding: 0.21em 0.28em 0.21em 3.08em;
   border-top: medium none inherit;
   margin: -1px 0 0 0;
   text-align:right;   
   }

* html #ia #navigation A.ca,   /* nur fuer Internet Explorer */
	#ia #navigation A.ca,
	#ib #navigation A.cb,
	#ic #navigation A.cc,
	#id #navigation A.cd  {  
  width: 9 em;     /* Version 5.x */
  w\idth: 9 em;    /* Version 6 */
}

#navigation A.n  {
   display: none;
   }


/* Einstellungen für Inhalt*/
#content {
	float: left;
	width: 70%;
	padding: 0.35em;
	margin-top: 2em;
}


a:link, a:visited {
	color: #424242;
	text-decoration:none;
	font-weight: bolder;
}

a:hover, a:focus {
	color: #9C836E;
	text-decoration:none;
	font-weight: bolder;
}



/* Einstellungen für Extramenu im Inhalt*/
#content #liste {
	font-size:0.68em;
	border:1px solid #424242;
	position: absolute;
	top: 14em;
	left: 68.5em;
	width:14.5em;
	background-color:#E7DBC6;
	padding:0.5em;
	border-radius:5px;
  	-moz-border-radius:5px;

}

*html #content #liste {
	left: 725 px; }
	


