



html, body { 
	height:100%; 
	font-family:Arial, sans-serif;
	text-align:center;
	margin:0;padding:0;
	color:#646464;
	background-color:#fff;
} 
#wrapper { 
   position:relative; 
   margin:auto auto; 
   width:1016px; 
   min-height:100%; 
   height:auto !important; 
   height:100%;    
   background:#fff; 
	
}
#header {
	display:none;
}

#content { 
	overflow:hidden; 
	width:1016px;
	padding-bottom:50px;
	height:auto;
}
#nav {
	display:none;
}

#navoben {
	display:none;
}


#nav2oben {
	display:none;
}

#hauptlinks {
	float:left;
	text-align:left;
	margin-left:6px;
	width:610px;
}
#main {
	padding:10px;
	border:0;
}
#haupt {
	overflow:visible;
	height:auto;
	width:100%;
}
* html #main {
	margin-top:-1px;
}
#main a, #main a:visited {
	color:#000;
}
#main a font, #main a:visited font{
	color:#000;
}
#main a:hover, a:hover{
	color:#000;
	text-shadow: 2px 2px 2px #bbb;
}
#main h1 {
	font-size:14px;
}
#hauptrechts {

	display:none;
}

#footer { 
	position:relative; 
	bottom:0; 
	left:0;
	height:48px;
	width:1016px;
	text-align:center;
}
#fuss {
	padding-top:6px;
	padding-right:5px;
	font-size:13px;
}
#fuss a, #fuss a:visited{
	color:#000;
}

#hauptlinks label {
	font-family: Arial, sans-serif; font-size: 12px; color: #646464;
}
#hauptlinks legend {
	font-family: Arial, sans-serif; font-size: 12px; font-weight: bold;
	background: #FFF; color: #646464;
}
#hauptlinks label.left {
	float:left; text-align:right; width:7em; margin-right:.3em;
}
#hauptlinks label.leftkf {
	float:left; text-align:left; width:9em; margin-right:.3em; margin-bottom:10px; margin-left: 10px;
}
#hauptlinks label.leftkf2 {
	float:left; text-align:left; width:9em; margin-right:.3em; margin-left: 10px;
}
#hauptlinks input, #hauptlinks textarea, #hauptlinks select {
	font-family: Arial, sans-serif; font-size: 12px; width:400px; float:left;
	border: 1px groove #AAA;
}
#hauptlinks input.radio {
	border:0; width:50px;
}
#hauptlinks input:focus, #hauptlinks textarea:focus, #hauptlinks select:focus {
	font-family: Arial, sans-serif; font-size: 12px; width:400px; float:left;
	border: 1px solid #000;
}
#hauptlinks form br {
	clear:both;
}
#hauptlinks fieldset {
	width:550px;border: 1px solid #ccc;
}

.ok, .fehler {
	font-size: 12px; font-weight:bold; padding:10px; background-color:#ddd;
}
.fehler {
	color:#ff0000;
}
.ok {
	color:#008000;
}