* {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
BODY {
	background-position : center;
	background-attachment : fixed;
	background-repeat : no-repeat;
	background-image : url('pics/background.jpg');
	font-size : 10pt;
	color : #013378;
	margin-right : 50px;
	margin-top : 1px;
	background-color : White;
}
HR {
	border-bottom : 0px none;
	border-left : 0px none;
	border-right : 0px none;
	border-top : 1px dashed #9CA6B2;
	height : 0px;
}
A {
	color : #666666;
	text-decoration : none;
	border-bottom : 0px dashed Gray;
	background-image : url(pics/pfeil.gif);
	background-position : left;
	background-repeat : no-repeat;
	padding-left : 10px;
}
A:HOVER, A:FOCUS, A:ACTIVE {
	color : Maroon;
	text-decoration : underline;
	border-bottom : 0px solid Maroon;
}
A.bild {
	text-decoration : none;
	border-bottom : 0px;
	background-image : none;
	padding-left : 0px;
}
A.bild:HOVER, A.bild:FOCUS, A.bild:ACTIVE {
	color : Maroon;
	text-decoration : none;
	border-bottom : 0px solid Maroon;
}
TABLE {
	font-size : 10pt;
}
TD.unsichtbar {
	border : 0px;
}
TD {
	border-bottom : 1px dashed #9CA6B2;
	border-right : 1px dashed #9CA6B2;
	margin : 5px 10px 5px 10px;
	padding : 5px 10px 5px 10px;
}
H1 {
	font-size : 16pt;
}
H3 {
	letter-spacing : 5px;
}

