
body {
  background: #791716 url(../img/background.jpg) repeat-x scroll center top;
  color: black;
  margin: 0;
  padding: 1%; 
  min-width: 640px; 
  font-size: 100.01%; 
  font-family: verdana, arial, sans-serif ;
}

.align-right{
	text-align: right;
}

a { color: #0B4D8C; text-decoration: underline; } 

a:visited { color: black; } 

.skip {
  position: absolute;
  margin-left: -999px;
  width: 990px;
}

h1 { 
  font-size: 2.7em;
  font-weight: normal;
  line-height: 0.8em;
  padding: 0.6em 0 0.2em 2%;
  margin: 0;
  border-bottom: 1px dashed #E6E6FA;
}

h2, h3, h4 { font-weight: normal; }
h1, h2, h3, h4, h5, h6 { 
  color: #28470f;
  font-family: Georgia, "Times New Roman", Times, serif;
}

h10 { 
  font-size: 2.0em;
  font-weight: normal;
  line-height: 0.8em;
  margin: 0;
  border-bottom: 1px dashed #E6E6FA;
}


img {
  border: solid 1px #aaa;
  padding: 1px;
  max-width: 95%;
}

.fleft { 
  float: left;
  margin: 0 1em 0.2em 0; 
}
.fright {
  float: right;
  margin: 0 0 0.2em 1em;
  padding: 1px;
}


#container { 
  font-size: 0.8em; 
  width: 750px; 
  margin: auto;
  border: 1px solid #aaa; 
  border-top: 0; 
  background: white;
  min-height: 1200px;
}

#footer {
  clear: both; 
  padding: 0 20px;
  text-align: center;
  color: white;
  font-size: 8pt;
  padding-top: 10px;
}

#footer a{
 color: white;
 font-decoration: none;
}

/* head mit bildern*/

#logo {
  border-top: 1px solid #aaa;
  height: 84px; 
  overflow: hidden;
   margin: 0; 
}

#logo.home, #logo.imp, #logo.zusatz, #logo.stellen{
	background: #397114 url(../img/head/home.jpg);
}

#logo.pasta{
	background: #397114 url(../img/head/pasta.jpg);
}

#logo.pizza_rot{
	background: #397114 url(../img/head/pizza_rot.jpg);
}

#logo.pizza_weiß{
	background: #397114 url(../img/head/pizza_weiss.jpg);
}

#logo.salate{
	background: #397114 url(../img/head/salat.jpg);
}

/* - Menü - */
#menu {
  background-color: #494949;
  padding: 4px 1%; 
  margin: 0;
  text-align: left;
  color: white;
}

#menu span {
  font-size: 11pt;
  display: inline;
  padding: 0pt 10px 0pt 15px;
  font-weight: bold;
}

#menu span.active{
	color: #cdb1b1;
}

#menu span.anfahrt{
padding-left: 20px;
}

#menu span a {
  color: white; 
  text-decoration: none;
}

#menu span a:active {
  color: #cdb1b1;
  text-decoration: none;
}

#menu span a:hover {
  color: #cdb1b1; 
  text-decoration: none;
}




/* - Subnavigation, Rechte Spalte - */
#subnav {
  width: 26%; /* Je kleiner das Fenster desto kleiner soll auch die Breite der Subnavigation werden, damit immer genügend Platz für den richtigen Inhalt bleibt. */
  min-width: 10em; /* Damit uns die Subnavigarion nicht zu sehr zusammengeschoben wird. */
  float: right; /* Damit erreichen wir dass der Inhalt links neben der Subnavigation vorbeifließt und nicht erst unten drunter anfängt. */
  padding: 70px 1% 1em 1%;
  margin: 1em 1% 0 1%;
  border-left: 1px dotted #aaa; /* Hiermit trennen wir optisch die Subnavigation vom eigentlichen Inhalt ab. */
  font-size: 0.9em; /* Die Schriftgröße setzen wir hier ein wenig herunter damit erkennbar wird dass das Informationen zweiter Rangordnung sind. */
}
#subnav dt { /* Die einzelnen Überschriften in der Subnavigation */
  font-size: 1.2em;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 0.5em;
  margin-top: 1em;
  border-top: 1px dotted #aaa; /* Hier eine optische Trennungslinie zwischen den einzelnen Bereichen der Subnavigation. */
}
#subnav dd { /* Die Unterpunkte der Subnavigation. */
  padding: 0;
  margin: 0.2em 0;
}



/* - Der Hauptinhaltsteil - */
#main {
  background-color: white; 
  padding: 30pt 0pt 0pt 20px; /* Der rechte Abstand (31%) stellt sicher, dass auch nach dem Umfließen der Subnavigation der Text genau so breit wird wie oben und ein zwei-Spalten Eindruck entsteht. */
  line-height: 1.5em; /* Zur besseren Lesbarkeit erhöhen wir die Zeilenhöhe. */
  min-height: 400px;
  margin-bottom: 40px;
  margin-right: 250px;
}

#rightContent{
	border-left:1px dotted #AAAAAA;	float:right;	height:100%;	margin-top:5pt;	padding-left:18px;	padding-top:45px;	width:210px;
}

#adresse{
	padding-right: 35px;
	border-bottom:1px dotted #AAAAAA;
}

.homeText{
	padding-top: 15px;

	text-align: justify;
}

.gericht{
	padding-top: 15px;
}

.name{
	float: left;
}

.preis{
	text-align: right;
}

.zutaten{
	border-top: 2px solid #aaaaaa;
	text-align: right;
	color: #919090;
	
}

.linie{
	background-image:url(../img/linie.jpg);	height:1px;	margin-bottom:14px;	margin-top:-12px;	width:300px;
}



#siehstdunet
{
	display: none;
}

