/* Standard-CSS für business-page */

/* Wichtige Farben

Hintergrund Body	= #e4e8e2
Hintergrund Top, Fusszeile		= #dce3da 
Hintergrund Seite	= #ffffff

Ueberschrift	= #7d9375

*/

body {
    color: black; 
    background: #e4e8e2 url(../pics/back.gif) repeat-x;
    font-size: 100.01%;
    font-family: Arial,Verdana,sans-serif;
    margin: 0; 
    padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

h1 , h2 , h3 {font-family : Arial, Verdana, Garamond, sans-serif; color:#445C2A; background-color:transparent;} 
h1 {line-height:19px;margin-top:16px;font: bold 18px/1.3em "Tahoma", "Lucida Grande", "Bitstream Vera Sans", "Verdana", sans-serif;}
h2 {font-size:16px;font-weight:bold;margin-top:14px;margin-bottom:20px;line-height:20px; }
h3 {font-size:14px;font-weight:bold;}

img {border:0px none;}

.noshow {display:none; }
.text {font-size:75%;}
.klein {font-size:0.5em;}
.bild {text-align: center;}
.right {text-align: right;}
.fett {font-weight:bold;}
.green {padding-bottom:16px;font-weight:bold;color:#445C2A; background-color:transparent;} 
.sonntag {padding-bottom:8px;padding-top:8px;font-weight:bold;color:#445C2A; background-color:transparent;} 
#essen h3 {font-size:16px;;font-weight:bold;color:#445C2A; background-color:transparent;}

a:link {
	text-decoration: none;
	color: gray;
	background-color:transparent;
	}
a:visited {
	color: #000;
	background-color:transparent;	
	text-decoration: underline;
} 
a:active, a:hover {
	color: red;
	background-color:transparent;	
	text-decoration: underline;
}

.under {
	display: block;
	background : url(../pics/line_neu.jpg) no-repeat bottom left;
	padding-bottom: 4px;
}

 
#seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 760px;
    padding: 0;
    color: black; 
    background: #D4E3AC;
    border: 1px solid silver;
  } 
 

#top {
    text-align: center;  /* Seiteninhalt mittig ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 760px;
    height: 185px;
    padding: 0;
    margin-bottom:20px;
    color: black; 
    background: #dce3da url(../pics/adler_topneu.jpg) no-repeat;
    border-bottom: 0px solid silver;
  }
  
#menu {
text-align: left; 
position:relative;
	     margin: opx;
    	 height: 37px;
	     padding-left:0px;
	     padding-top:113px;
}

}
#menu ul {
	margin:0;
	padding:2px;
	list-style:none;
}
#menu li {
	display:inline;
}
#menu a {
	color:#445C2A;
	background:#e4e8e2;
	padding:2px 13px 2px 13px;
	border:1px solid gray;
	font:bold 12px verdana, sans-serif;
	text-decoration:none;
	text-align:center;
}
#menu a:hover {
	color: #fff6d7;
	background: #445C2A;
} 

#menu .active {
	color: #fff6d7;
	background: #445C2A;
} 

#inhalt {
    margin:15px;
    padding: 0 1em;
  }
  * html #inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }

#inhalt p {
    font-size: 0.9em;
    line-height: 1.4em;
    margin: 1em 0;
  }
  
#lageplan{float:right;text-align:left;
/* Seiteninhalt wieder links ausrichten */
margin-right:0.7em;
/* standardkonforme horizontale Zentrierung */
padding:0;}

.fusszeile    {
    clear: both;
    font-size: 0.75em;
    line-height: 2em;
    color: gray;
    margin: 0; 
    padding: 0.1em;
    text-align: center;
    background-color: #d7e9c3;
    border-top: 1px solid silver;
  }

