@charset "utf-8";
/* CSS Document */

html, body {
	height:100%;
	background: url(bilder/wl-bg.png);
  	color:#BFB9AF;  
  	padding:0px;
	margin-top:0px;
	margin-left:49px;
	margin-bottom:0px;
	margin-right:0px;
  	text-align: left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

#content {	
	float:left;
  	text-align: left;
	margin: 0px;
	padding: 0px;
  	width: 650px;
	min-height: 100%; 
	height: auto !important; 
	height: 100%;
	background-color:#FFF;	 	

}

#head {	
  	text-align: left;
	margin-top:0px;
	padding: 0px;
	width: 650px;
	height: 106px;
	background-color:#FFF;

}

#submenu {	
  	margin-top:0px;
	padding-top:8px;
	width: 650px;
	height: 22px; 	
	background-color:#FFF;
	background-image:url(bilder/sub.png);
	font-size: 11px;

}


#submenuINHALT {
	text-align: right;
	padding: 0px;
	width: 631px;
	font-size: 11px;
	color:#3FABD7;
}

a.submenuroll:link { color:#000; text-decoration: none; }
a.submenuroll:visited { color:#000; text-decoration: none; }
a.submenuroll:active { color: #000; text-decoration: underline; }
a.submenuroll:hover { color: #000; text-decoration: underline; }

#menu {	
	
  	font-size: 80px;
	border:0px;
	line-height:90px;
	margin-left:20px;

}

a.menuroll:link {color: #BFB9AF; text-decoration: none;}
a.menuroll:visited {color: #BFB9AF; text-decoration: none; }
a.menuroll:hover {color: #3FABD7; text-decoration: none; }
a.menuroll:active {color: #3FABD7; text-decoration: none;}

.aktivermenupunkt {
	
	color: #3FABD7;
	
}

#infofeld {
	border:0px;
	position:absolute;	
	text-align: left;
	margin-top:0px;
	margin-left:650px;
	padding: 0px;
	width: 250px;
	height: 352px;
	background-image:url(bilder/infofeld.png);
	
	
}

#infofeldINHALT {
	margin-top:38px;
	margin-left:20px;
	width:210px;
	text-align: left;
	padding: 0px;
	color:#000;
	
}


#hauptinhalt {
	text-align: left;
	margin-top:0px;
	margin-left:6px;
	margin-right:19px;
	padding-top: 30px;
	padding-bottom:30px;
	font-size: 16px;
	line-height:18px;
	text-align:justify;
	color: #999;
}

#refnormal {
	text-align: left;
	margin-top:0px;
	margin-left:6px;
	margin-right:19px;
	padding-top: 30px;
	padding-bottom:30px;
	font-size: 16px;
	line-height:20px;
	text-align:justify;
	color: #999;
}

.refklein {
	text-align: left;
	font-size: 12px;
	line-height:14px;
	color: #999;
}

a:link {color: #3FABD7; text-decoration: none;}
a:visited {color: #3FABD7; text-decoration: none; }
a:hover {color: #3FABD7; text-decoration: underline; }
a:active {color: #3FABD7; text-decoration: underline;}

#kontaktlinks{
	
	width:120px;
	float:left;
	font-size: 12px;
	line-height:22px;
	color:#000;
}

#kontaktrechts{
	
	font-size: 12px;
	line-height:22px;
	
}

.Button {
		color:#3FABD7; 
		font-family: Tahoma, Geneva, sans-serif; 
		font-size: 12px; 
		border:none;
		background-color:#FFF; }
		
.input {
		color:#000000; 
		font-family:Tahoma, Geneva, sans-serif;
		font-size: 12px;
		border:1px solid #3FABD7; 
		border-style:dashed;
		background-color:#f8f8f8;
		width:360px;}
		
.textarea {
		color:#000000; 
		font-family:Tahoma, Geneva, sans-serif;
		font-size: 12px;
		border:1px solid #3FABD7; 
		border-style:dashed;
		background-color:#f8f8f8;
		width:360px;}		
		
.hr {
       color: #FFF;
    }
