/* Format für die gesamte Seite */
BODY {
	background-color : #FFFFFF;
	color : #000000;
	font-size : 10pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}

/* Verweise */
A {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
}
A:HOVER {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : underline;
}





/* Überschriften */
H1 {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 12pt;
}
H2 {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 10pt;
}


TD {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
.gruen {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	background-color : #BDDEB1;
}
.weiss {
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	background-color : #FFFFFF;
}

/* vordefinierte HTML-Angaben */
SMALL {
	font-size : 7pt;
}
HR {
	height : 2px;
	color : #615A48;
	width : 100%;
}
UL {
	margin-top : 0px;
	margin-left : 30px;
}
OL LI {
	list-style-type : decimal;
	list-style-image : none;
	font-weight : bold;
}
LI {
	list-style-image : url(../images/list-style-image.gif);
}
LI.menu {
	list-style-image : url(../images/list-style-image-menu.gif);
}


INPUT {
	background-color : #E9E9E9;
	border-color : #BBBBBB;
	border-style : solid;
	border-width : 1px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.INPUT {
	background-color : #E9E9E9;
	border-color : #BBBBBB;
	border-style : solid;
	border-width : 1px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.BUTTON {
	background-color : #E9E9E9;
	border-color : #BBBBBB;
	border-style : solid;
	border-width : 1px;
	font-weight: bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}