h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #999999}
h1 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-style: normal; font-weight: bold; color: #000000}
p { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #000000 }
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	list-style-position: outside;
	list-style-type: disc;

}
.grün {  color: #336600}
a:link {  color: #999999; text-decoration: none}
a:active { color: #999999; text-decoration: none }
a:hover { color: #999999; text-decoration: underline}
a:visited { color: #999999; text-decoration: none }
.grau {
color: #999999
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin: 1px;

}
.TabZeile {
	background-color: #CCCCCC;


}
h4 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.TabZeileWeiss {

	background-color: #FFFFFF;
	border-left-width: thick;
	border-left-color: #FFFFFF;
	border-left-style: solid;
}
.blau {
color: #0000CC
}
.rot {
color: #990000
}

table.menue {
	width: 150px;
}

table.menue tr {
	width: 150px;
	height: 30px;
}

table.menue tr td {
	vertical-align: middle;
	background-color: #cccccc;
	width: 150px;
	height: 30px;
	padding-left: 5px;
	border-bottom: 2px solid #555555;
	border-right: 2px solid #555555;
	border-top: 2px solid #aaaaaa;
	border-left: 2px solid #aaaaaa;
}

table.menue tr td.aktiv {
	background-color: #ef9c00;
	border-bottom: 2px solid #aaaaaa;
	border-right: 2px solid #aaaaaa;
	border-top: 2px solid #555555;
	border-left: 2px solid #555555;
}

a.menu {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
}

a.menu:link, a.menu:visited {
	color: #333333;
	text-decoration: none;
}
a.menu:hover, a.menu:active {
	color: white;
	text-decoration: underline;
}