/* CSS - TLZ */
body{
	font-family: Arial,Helvetica,sans-serif;
	font-size:8px;
	color:#000000;
	padding:0px;
	margin:0px;
}


input{
	border-style:solid;
	border-width:1px;
}

a:link , a:visited{
	color: #FF0000;
	text-decoration: none;
}

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

.content{
	width:396px;
	padding:6px 4px;
	background-color:#eaf2f4;
}

.content-small{
	width:188px;
	padding:4px 2px;
	background-color:#eaf2f4;
}

.headline
{
	color:#00319C;
	font-weight:bold;
	font-size:11px;
}

/*Style des Hinweises über dem Eingabeformular*/
.hinweis{
	width:100%;
	font-size:12px;
	margin:0px 0px 20px 3px;
}

.formular{
	width:100%;
}

/*Style der Labels im Eingabeformular*/
.lable{
	font-size:11px;
}

/*Fehler bei dem Laden des Scripts (z.B. Datumsgrenze erreicht)*/
.errormeldung{
	font-weight:bold;
	font-size:10pt;
	text-align:center;
}

/*Fehler bei der Eingabe (z.B. "Fehler bei der Codeeingabe!")*/
.error{
	color:#ff0000;
}