/* ***************** */
/* *** Algemein *** */
/* ***************** */
/* *** Schriftenstyle für die Seite *** */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}
.ueberschrift {
	font-weight: bold;
}
/*.bereichueberschrift {
	font-size: 13pt;
	font-weight: bold;
	padding: 0px 0px 5px 15px;
	letter-spacing: 1px;
}*/
.wobinich {
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 0px 0px 15px;
}
.link_ueberschrift_links {
	font-size: 8pt;
	font-weight: normal;
	color: #5C5C61;
}
/* *** Hintergründe für die Seite *** */
.hg_grau_hell {
	background-color: #E6E6EB;
}
.hg_grau_dunkel {
	background-color: #9999A3;
}
.hg_weiss {
	background-color: #FFFFFF;
}
/* *** Links in der Seite *** */
.sitelink_1 {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:link.sitelink_1, a:visited.sitelink_1 {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover.sitelink_1, a:active.sitelink_1 {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.sitelink_2 {
	color: #3C5F8C;
	text-decoration: none;
}
a:link.sitelink_2, a:visited.sitelink_2 {
	color: #3C5F8C;
	text-decoration: none;
}
a:hover.sitelink_2, a:active.sitelink_2 {
	color: #3C5F8C;
	text-decoration: underline;
}
.sitelink_3 {
	color: #555555;
	text-decoration: none;
}
a:link.sitelink_3, a:visited.sitelink_3 {
	color: #555555;
	text-decoration: none;
}
a:hover.sitelink_3, a:active.sitelink_3 {
	color: #555555;
	text-decoration: underline;
}
/* ****************** */
/* *** Navigation *** */
/* ****************** */
/* *** Navigation im Header *** */
.headernav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #9999A3;
	text-decoration: none;
}
a:link.headernav, a:visited.headernav {
	color: #9999A3;
}
a:hover.headernav, a:active.headernav {
	color: #000000;
}
/* *** Subnavigation *** */
.smenue {
	display: none;
}
.smenue_padding {
	padding: 0px 3px 0px 25px;
}
.subnavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #9999A3;
	text-decoration: none;
}
a:link.subnavigation, a:visited.subnavigation {
	color: #9999A3;
}
a:hover.subnavigation, a:active.subnavigation {
	color: #000000;
}
/* *** Subsubnavigation *** */
.subsubnavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #9999A3;
	text-decoration: none;
	padding: 0px 0px 0px 15px;
}
a:link.subsubnavigation, a:visited.subsubnavigation {
	color: #9999A3;
}
a:hover.subsubnavigation, a:active.subsubnavigation {
	color: #000000;
}
/* *** Navigation im Footer *** */
.footernav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #9999A3;
	text-decoration: none;
}
a:link.footernav, a:visited.footernav {
	color: #9999A3;
}
a:hover.footernav, a:active.footernav {
	color: #000000;
}
/* **************** */
/* *** Formular *** */
/* **************** */
.formfeld {
	font-size: 9px;
}