/* CSS Document */
body {background-color: #FFFFFF;
		scrollbar-base-color:#ffffff;
  		scrollbar-3d-light-color:#FFFFFF;
  		scrollbar-arrow-color:#000000;
  		scrollbar-darkshadow-color:#ffffff;
  		scrollbar-face-color:#cccccc;
  		scrollbar-highlight-color:#ffffff;
  		scrollbar-shadow-color:#ffffff;
  		scrollbar-track-color:#ffffff;
}

.text {	font-family: Courier New, Courier, mono ;
		font-size: 11px;
		color: #000000;
		line-height: 14px;}
		
.h1 {	font-family: Courier New, Courier, mono ;
		font-size: 13px;
		color: #00AEEF;
		font-weight: bold;
		line-height: 13px;}
		
.h2 {	font-family: Courier New, Courier, mono ;
		font-size: 12px;
		line-height: 12px;
		color: #00AEEF;}

.h3 {	font-family: Courier New, Courier, mono ;
		font-size: 11px;
		line-height: 11px;
		color: #00AEEF;}
		
.h4 {	font-family: Courier New, Courier, mono ;
		font-size: 11px;
		line-height: 14px;
		font-weight: bold;
		color: #000000;}
		
#oben {position: absolute; width:800px; height:182px; left: 0px; top: 0px;
background-image:url(images/kopf.jpg); background-repeat: no-repeat;}

#links {position: absolute; width:235px; height:368px; left: 0px; top: 182px;
background-image:url(images/links.jpg); background-repeat: no-repeat; }

#rechts {position: absolute; width:87px; height:42px; left:713px; top:182px;
background-image:url(images/rechts.jpg); background-repeat: no-repeat; }

#menue {position:absolute; width: 161px; height: 240px; left: 0px; top: 200px;}
#contact {position:absolute; width: 102px; height: 30px; left: 7px; top: 521px;}
		
#text {
	background-color: #FFFFFF;
	position:absolute;
	overflow:auto;
	left: 235px;
	top: 182px;
	width: 458px;
	padding-left: 10px;
	padding-right: 10px;
			}

a:link  	{color:#00AEEF; border: 0px;  
			font-family: Courier New, Courier, mono;
			text-decoration: none;}
a:visited 	{color:#00AEEF; border: 0px;  
			font-family: Courier New, Courier, mono;
			text-decoration: none;}
a:hover 	{color:#666666; border: 0px;  
			font-family: Courier New, Courier, mono;
			text-decoration: none;}
a:active 	{color:#00AEEF; border: 0px;   
			font-family: Courier New, Courier, mono;
			text-decoration: none;}

