body {
	background-color: #FFFFFF;
	link: #008000; 
}
.navi {
	font-family: Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
	background-color: #008000;
}
.oben {
	font-family: Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
}
a: {
 text-decoration:none;
 color: #008000;
}
a:hover {
 text-decoration:underline;
 color: #008000;

}
a:link {
 text-decoration:none;
 color: #008000;
}
a:visited {
 text-decoration:none;
 color: #008000;
}
a:active {
 text-decoration:none;
 color: #008000;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.eingabebox_normal {
	width:200px;
}
.eingabebox_doppel {
	width:400px;
}
.eingabebox_plz {
	width:56px;
}
.eingabebox_ort {
	width:140px;
}
.nachrichtenbox_klein {
	width:200px;
	height:75px;
}
.nachrichtenbox {
	width:300px;
	height:100px;
}
.nachrichtenbox_doppel {
	width:400px;
	height:150px;
}
.wasserzeichen {
	background-attachment: scroll;
	background-image: url(../images/wasserzeichen.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

