BODY {
	color: Black;
	background-color: White;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	text-align: left;
}

A {
	color: Blue;
	text-decoration: none;
}

A:HOVER {
	color: Blue;
	text-decoration: underline;
}

H1 {
	font-size: 14pt;
}

H2 {
	font-size: 12pt;
}

H3 {
	font-size: 11pt;
}

h4{
	font-size: 10pt;
	font-weight: bolder;
}

h5{
	font-size: 10pt;
}

H6{
	font-size: 9pt;
	font-weight: bolder;
}

.auswahl{
	background:./img/menu_bgr.gif;
	background-color: Blue;
	color: White;
	margin: 5px;
	font-size: 9pt;
}

.titel{
	background-color: #FFFF9C;
	color: Black;
	margin: 5px;
	font-weight: bolder;
	font-size: 10pt;
}

.inhalt{
	background-color: #F7F7F7;
	color: black;
	font-size: 9pt;
}
