body {
	overflow:hidden;
	background-color: #CCCCCC;	
}
.navi {
	font-family: Arial, Helvetica, sans-serif;
	background-repeat:repeat;
}
.oben {
	font-family: Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
}
a: {
 text-decoration:none;
 color: #000000;
}
a:hover {
 text-decoration:underline;
 color: #000000;

}
a:link {
 text-decoration:underline;
 color: #000000;
}
a:visited {
 text-decoration:underline;
 color: #000000;
}
a:active {
 text-decoration:underline;
 color: #000000;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.eingabebox_normal {
	width:200px;
}
.eingabebox_plz {
	width:56px;
}
.eingabebox_ort {
	width:140px;
}
.nachrichtenbox {
	width:300px;
	height:100px;
}.pflicht {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}
.nichtpflicht {
	color: #666666;
}
.fehler {
	font-weight: bold;
	color: #FF0000;
}
