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

body {
margin:0px;
padding:0px;
background:url(bg-content2.gif) repeat-x #FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;}

#wrapper {
width:860px;
border-top: none;
position:absolute;
top:0px;
left:50%;
margin-left:-430px;
}

#content {
padding-top:30px;
}

#footer {
position:relative;
top:25px;
margin-left:10px;
height:20px;
color:#666666;
}

h1 {
font-size:12px;
border-bottom:1px solid #666666;
}

#footer a {
color:#666666;
text-decoration: none;
}

#footer a:hover {
text-decoration:underline;
}

/* Formatierung fC<r Formulare */
input {width:300px; border:1px solid black; font-size:12px; font-family:Arial, Helvetica, sans-serif}
select {width:300px; border:1px solid black; font-size:12px; font-family:Arial, Helvetica, sans-serif}

textarea {width: 300px; height:120px; border:1px solid #666; font-size:10px;font-family:Arial, Helvetica, sans-serif}
.fehler {padding: 5px; border: 2px solid #666; color:#666; }
.ausgabe {padding: 5px; border: 2px solid #666; color:#666}
.wahl {width: 15px; height:15px; border:none}
fieldset {width:440px;}
legend{font-size:14px; font-weight:bold}


.linkgrau {
		display:block;
		width:100%;
		text-decoration:none;
		margin-bottom:5px;
		border-bottom:1px solid #666666;
		color:#666666;}

#content a {
	text-decoration: none;
	color: #999;
	}

#content a:hover {
	color: #666;
	}			

p {	color:#999999;}		

