a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;



}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
	font-weight: bold;
	text-decoration: none;



}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;


}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;

}

a.sublevel:link, a.sublevel:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
	font-weight: normal;
	text-decoration: none;
	text-indent: 5pt;

}

a.sublevel:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
	text-indent: 5pt;
	}
a.sublevel:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	text-indent: 5pt;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

hr {
	/* beide Farben gleich setzen */
	/* und eine "Null-Border" verwenden, */
	/* da die Browser bei der Darstellung */
	/* unterschiedlich vorgehen */
	background-color: #000000;
	color: #000000;
	border: 0 none;
	
	/* bei Bedarf anpassen, */
	/* fügt ein Pixel hinzu! */
	height: 1px;
	
	/* evtl. zusätzlich */
	clear: both;
	display: block;
	
	/* bei Bedarf anpassen */
	width: 100%;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #999999;
	font-weight: normal;
}
.tabelle-grau {
	border: 1px solid #CCCCCC;
}
.tabelle-gepunktet-links {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
}
.tabelle-gepunktet-rechts {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
}

.tabelle-gepunktet-links-rechts {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #666666;
	border-left-color: #666666;
}
.tabellenlinie-unten {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
