/* ************************** */
/* Allgemeine Deklarationen */
/* ************************** */
*{
	margin:0px;
	padding:0px;
}

html, body{
	background-color:#ffffff;
	font-family:helvetica,Verdana;
	font-size:11px;
	color:#ffffff;
	margin:0px;
	padding:0px;
	text-align:center;
	height:100%;
}

a{
	font-family:helvetica,Verdana;
	font-size:10px;
	text-decoration:none;
}

form{
	margin:0px;
}
div#container{
	margin:0 auto;
	position:relative;
	text-align:left;
	height:600px;
	width:800px;
	clear:left;
	background-color:#ffffff;
}
div#distance{
	width:1px;
	height:50%;
	margin-bottom:-300px;
	float:left;
}
.tit { font-family:Helvetica,Arial,sans serif; font-size:11px; color:#FFFFFF; font-weight:bold; }

/* ************************** */
/* Formular */
/* ************************** */

#scroll span.meldung{
	color:#AFAFAF;
}

form{
	font-size:10px;
	color:#666666;
	font-family:Helvetica;
	margin:0px;
	padding:0px;
}

.input-dropdown{
	width:194px;
	_width:193px;
	height:17px;
	border: 2px solid #FFFFFF;
	background-color:#A4D115;
	font-family:Helvetica;
	font-size:10px;
	color:#FFFFFF;
}

.input-textfield{
	width:194px;
	height:18px;
	border: 2px solid #FFFFFF;
	background-color:#A4D115;
	font-family:Helvetica;
	font-size:10px;
	color:#0000006;
}

.input-textarea{
	width:164px;
	height:98px;
	border: 1px solid #999999;
	
	font-family:Verdana;
	font-size:10px;
	color:#666666;
}

#scroll div#buttons{
	position:absolute;
	bottom:20px;
	right:54px;
	_right:50px;
	_bottom:18px;
}

#scroll div#back{
	position:absolute;
	bottom:22px;
}

.anrede-ausgleich{
	display:block;
	height:15px;
	_height:13px;
	_margin-left:2px;
	color:#666666;
}

