body{
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size-adjust:none;
	font-stretch:normal;
	font-size:11px;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	text-decoration:none;
	padding:0px;
	margin:0px;
}

input{
	font-size:11px;
}

a:link , a:visited{
	text-decoration: none;
}
.main{
	width:190px;
}

.content{
	padding:10px 6px 10px 11px;
	background-color:#E6E6E6;
	height:305px;
}


a:hover, a:active{
	text-decoration: underline;
}


.headline
{
	color:#000000;
	font-weight:bold;
}


/*Style des Hinweises über dem Eingabeformular*/

.hinweis{
	width:100%;
	font-size:11px;
	margin:0px 0px 3px 0px;
}

/*Formular formatierung */
.box{
	width:120px;
	padding-top:10px;
}


.selectbox{
	width:70px;
}

.float_clear {
	clear:both;
	font-size:1px;
	height:0px;
}

.formular{
	width:100%;
}

span{
	margin:0px;
	padding:0px;
	font-size:1em;
}


/*Style der Labels im Eingabeformular*/

.container{
	padding:13px 0px;
}
.lable{
	color:#000000;
	font-size:11px;
	float:left;
	width:85px;
}

.input{
	float:left;
	width:85px;
}

.img{
	background-color:#a6a6a6;
	width:88px;
	text-align:center;
}


/*Fehler bei dem Laden des Scripts (z.B. Datumsgrenze erreicht oder erfolgreich versendet)*/

.errormeldung{

}

/*Fehler bei der Eingabe (z.B. "Fehler bei der Codeeingabe!")*/

.error{
	color:#ff0000;
}


/* Buttonstyle */
button:hover {
background:#96856A none repeat scroll 0%;
}
button {
width:90px;
}
button {
background:#96856A none repeat scroll 0%;
border:2px outset #EEEEEE;
}