.html, body {
   background: #FFFFFF;
   height: 100%;
   margin: 0px;
   scrollbar-3dlight-color:; 
	scrollbar-arrow-color:#333333;
	scrollbar-base-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#D4DAD7;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF
}

#container {
   width: 100%;
   height: 100%;
}

#mainindex { 
   positon: top;
   width:898px;
   height: 578;
   margin: 0px;
   background-color: #FFFFFF;
//  background-image: url(pics/background.jpg);
   
}

#tabletop { 
   positon: top;
   table-layout:fixed;
   width:100%;
   height: 330;
   margin: 0px;
   border-style:hidden;
   margin-left:0px;
  background-image: url(bilder/bg-top_III.jpg);
  }
  
  #tablecontent { 
   positon: top;
   table-layout:fixed;
   width:100%;
   height: 656;
   margin: 0px;
   border-style:hidden;
   margin-left:0px;
   background-image: url(bilder/table-content_II.gif);

}

  #tablebottom { 
   positon: top;
   table-layout:fixed;
   width:100%;
   height: 182;
   margin: 0px;
   border-style:hidden;
   margin-left:0px;
   background-image: url(bilder/bg-bottom.jpg);

}

.text {
	font-family: Verdana,Arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #385604;
}

.textgreen {
	font-family: Verdana,Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #7AB131;
}

.header {
	font-family: Verdana,Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #00365C;
}
 
.textlink {
	font-family: Verdana,Arial, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #00365C;
}

a.textlink:link { color:#00365C; text-decoration:none; }
a.textlink:visited { color:#00365C; text-decoration:none; }
a.textlink:active { color:#FFFFFF; text-decoration:none;  }
a.textlink:hover { color:#FFFFFF; text-decoration:none; }

.impressum {
	font-family: Verdana,Arial, sans-serif;
	text-decoration: none;
	font-size: 9px;
	color: #B9B9B9;
}
a.impressum:link { color:#B9B9B9; text-decoration:none; }
a.impressum:visited { color:#B9B9B); text-decoration:none; }
a.impressum:active { color:#00365C; text-decoration:none;  }
a.impressum:hover { color:#00365C; text-decoration:none; }


