html,body {overflow : on;
		   text-align: center;
		   font-family:Verdana;
		   font-size: 10px;
      	   background-color:#F5E4CE;
	       scrollbar-base-color:#F5E4CE;
           scrollbar-3dlight-color:#F5E4CE;
           scrollbar-arrow-color:#F5E4CE;
           scrollbar-darkshadow-color:#F5E4CE;
           scrollbar-face-color:#F5E4CE;
           scrollbar-highlight-color:#F5E4CE;
           scrollbar-shadow-color:#F5E4CE;
           scrollbar-track-color:#F5E4CE;
}

#fenster {width: 100%;
		  height: 100%;
}

.body {overflow : hidden;
       background-color:#F5E4CE;
}

span {font-family: Verdana;
	  color:#104478;
}

.haupt { width: 100%;
		 height: 91%;
		 border-style: solid 1px;
}

#haupt_window {overflow : hidden;
			   border: 1px solid #777777;
			   background-color: #E7D6C0;
			   width: 798px;
			   height: 570px;
}
#bild {overflow : hidden;
			   
}

#navi_left { position:relative;
			 text-align: left;
			 color: #000000;
			 background-color: transparent;
			 top: 88px;
			 left: -310px;
			 width: 20%;
			 height: 280px;
}

#language { position:relative;
			 text-align: center;
			 color: #000000;
			 background-color: transparent;
			 top: 10px;
			 left: -310px;
			 width: 20%;
			 height: 70px;
}

#anzeige { position:relative;
		   overflow : auto;
		   color: #000000;
		   padding: 19px;
		   font-weight: normal;
		   background-color: transparent;
		   border-left: 1px solid #777777;
		   top: -349px;
		   left: 85px;
		   width: 72%;
		   height: 530px;
}
#home { position:relative;
		   overflow : auto;
		   color: #000000;
		   padding: 19px;
		   font-weight: normal;
		   background-color: transparent;
		   top: 0px;
		   width: 94%;
		   height: 530px;
}

a{font-family:Verdana; font-weight:bold; font-size:9px; color: #777777; text-decoration:none;}
a:visited {font-family:Verdana; font-weight:bold; font-size:9px; color:#777777; text-decoration:none;}
a:hover {font-family:Verdana; font-weight:bold; font-size:9px; color:#000000; text-decoration:none;}
a:active {font-family:Verdana; font-weight:bold; font-size:9px; color:#777777; text-decoration:none;}
a:focus {font-family:Verdana; font-weight:bold; font-size:9px; color:#777777; text-decoration:none;}

.scroll {scrollbar-base-color:#E7D6C0;
         scrollbar-3dlight-color:#777777;
         scrollbar-arrow-color:#777777;
         scrollbar-darkshadow-color:#E7D6C0;
         scrollbar-face-color:#F5E4CE;
         scrollbar-highlight-color:#E7D6C0;
         scrollbar-shadow-color:#777777;
         scrollbar-track-color:#E7D6C0;
}

.td_bigtext {text-align: left;
			 width: 95%;
			 font-family: Comic Sans MS,Arial;
		     font-weight: bold;
	         font-size: 20px;
			 padding-bottom:0px;
}

.td_active {width: 5%;}
.td_text {text-align: left;}

table {width: 95%;
	   border: 0px;
	   
}
.hr {padding-top:0px;
	 padding-bottom:15px;
}
hr {height:1px;
	color:#777777;}	 
