html, body {
   margin:0px;
   padding:0px;
   background-color:#ffe6b3;
   /* background-image:url(back-v.png); */
   /* background-repeat:repeat-y; */
}
 
#top_section {
   background-color:#ffe6b3;
   background-image:url(logo-top.jpg);
   background-repeat:no-repeat;
   width:900px;
   height:150px;
   margin-top:20px;
   margin-left:50px;
   margin-bottom:0px;
   padding:0px;
}
 
#main_section {
   clear:left;
   margin:0px;
   padding:0px;
   width:1100px;
   /* min-height:500px; */
}
 
#content {
   background-color:#fff8e8;
   margin-top:0px;
   margin-left:49px;
   margin-right:0px;
   width:900px;
   min-height:450px;
   border-top: 1px solid #fff8e8; /* Wichtig für Anzeige in IE und Firefox, ansonsten wird zwischen der Navigationsleiste und Inhaltsbereich ein unschöner Leerraum angezeigt */
   border-right: 1px solid silver;
   border-bottom: 1px solid silver;
   border-left: 1px solid silver;
}

div#Info { /* Bereich für die Info-Box */
	position: absolute;
	left: 870px;
	top: 350px;
	width: 200px;
	margin: 0 0 0 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid Silver;
	background-color: rgb(255,248,232);
}
 
#tabelle{ /* Positioniert Tabellen in die gleiche Lage wie "h1,h2,p,table,tr,ul". Eine bessere Krücke ist mir nicht eingefallen. */
	margin-right: 20px;
	margin-left: 45px;
}
 
h1,h2,p,ul,ol {
   font-family:Verdana,sans-serif;
   margin-right:20px;
   margin-left:20px;
}
 
h1 {
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	line-height: 30px;
	color: Blue;
	border-bottom: 1px solid Blue;
	padding-bottom: 5px;
	padding-left: 25px;
	margin-top: 40px;
}

h2 {
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
	line-height: 30px;
	color: Navy;
	padding-bottom: 3px;
	padding-left: 25px;
	margin-top: 20px;
}


h3 { /* Überschrift für die Info-Box */
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	text-align: center;
	line-height: 15px;
	color: Navy;
	border: 1px solid Silver;
	background-color: #FFE6B3;
	margin-top: 0px;
	margin-bottom: 5px;
}

h4 { /* Text in der Info-Box */
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 15px;
	color: Navy;
	margin-top: 7px;
	margin-bottom: 5px;
}


p {
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	padding-left: 25px;
	margin-top: 5px;
	color: Navy;
}

table {
	font-family:Verdana,sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: Navy;
}
 
ul,ol {
   padding-left:25px;
}
 
li {
   font-weight:normal;
   font-size:13px;
   line-height:1.1em;
   color:black;
   margin-top:6px;
   margin-bottom:6px;
}
 
a:link {
   font-weight:normal;
   color:navy;
   text-decoration:underline;
}
 
 a:visited {
   font-weight:normal;
   color:navy;
   text-decoration:underline;
}
 
a:hover, a:active {
   font-weight:normal;
   color:blue;
   text-decoration:underline;
}


#navigation {
   float:left;
   width:902px;
   /* margin-top:5px; */
   margin-left:49px;
   background:#ffe6b3 url("tab_back.jpg") no-repeat bottom;
   font-size:100%;
   text-align:center;
   line-height:normal;
   
}

#navigation ul {
   margin:0;
   padding:10px 16px 0;
   list-style:none;
}

#navigation li {
   float:left;
   width:115px;
   background:url("tab_left_off.jpg") no-repeat left top;
   margin:0;
   padding:0 0 0 9px;
}
 
#navigation a { 
   float:left; 
   display:block; 
   background:url("tab_right_off.jpg") no-repeat right top; 
   padding:5px 15px 4px 6px; text-decoration:none; 
   font-weight:bold; 
   color:chocolate; 
} 


#navigation a { /* Commented Backslash Hack hides rule from IE5-Mac*/ 
   float:none;
} /* End IE5-Mac hack */
 
#navigation a:hover {
   color:gold;
}

#navigation #current {
   background-image:url("tab_left_current.jpg");
}
      
#navigation #current a {
   background-image:url("tab_right_current.jpg");
   color:blue;
   padding-bottom:5px;
}      

p#Fusszeile {
   clear: both;
   font-size: 0.9em;
   color: Silver;
   margin-top:10px;
   margin-left:48px;
   margin-right:0px;
   width:900px;    
   padding: 0.1em;
   text-align: center;
   background-color: rgb(0,153,102);
   border: 1px solid silver;
}