BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : Black;
	background-color : White;
	background-image : url(grafiken/bgrnd.gif);
	background-position : top;
	background-repeat : repeat-y;
}
A {
	color : #116771;
	text-decoration : none;
}
A:LINK {
	color : #116771;
	text-decoration : none;
}
A:HOVER {
	color : #116771;
	text-decoration : underline;
}
P {
	margin-bottom:8px;
}
UL {
	list-style-image:url(grafiken/bullet.gif);
	margin-left:15px;
}
LI {
	margin-bottom:3px;
}
.ueberschrift {
	color : #539BA8;
	font-size : 18px;
	font-weight : bold;
}
.zwischenueber {
	color : #5C5C5C;
	font-size : 15px;
	font-weight : bold;
}
.klein {
	font-size : 10px;
}
bild_linksoben {
	margin-right : 8px;
	margin-bottom : 5px;
}.bild_links {
	margin-right : 8px;
	margin-top : 5px;
	margin-bottom : 5px;
}
.bild_rechtsoben {
	margin-left : 8px;
	margin-bottom : 5px;
}
.bild_rechts {
	margin-left : 8px;
	margin-top : 5px;
	margin-bottom : 5px;
}
#eingabe {
	background-color : #e7e7e7;
	border-left-color : #116771;
	border-left-width : 1px;
	border-right-color : #539BA8;
	border-right-width : 1px;
	border-top-color : #116771;
	border-top-width : 1px;
	border-bottom-color : #539BA8;
	border-bottom-width : 1px;
}	
.rot {
	font-size : 10px;
	color: #FF0000;
}