/* *********** */
/* Seitenstyle */
/* *********** */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
.wobinich {
	font-weight: bold;
	color: #CC3333;
}
.aktuellueberschrift {
	font-weight: bold;
	color: #555555;
}
.ueberschrift {
	font-size: 10pt;
	font-weight: bold;
}

/* ********** */
/* Navigation */
/* ********** */
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}
a.sitelink {
	font-size: 8pt;
	font-weight: bold;
	color: #555555;
	text-decoration: underline;
}
/* *** Hauptnavigation *** */
a.hauptnavigation {
	font-size: 9pt;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
	padding-left: 10px;
}
a:link.hauptnavigation, a:visited.hauptnavigation {
	color: #555555;
	text-decoration: none;
	padding-left: 10px;
}
a:hover.hauptnavigation, a:active.hauptnavigation {
	color: #CC3333;
	text-decoration: none;
	padding-left: 10px;
}
a.hauptnavigation_aktiv {
	font-size: 9pt;
	font-weight: bold;
	color: #CC3333;
	text-decoration: none;
	padding-left: 10px;
}

/* *** Projektnavigation *** */
a.projektnavigation {
	font-size: 8pt;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
	padding-left: 10px;
}
a:link.projektnavigation, a:visited.projektnavigation {
	color: #555555;
	text-decoration: none;
}
a:hover.projektnavigation, a:active.projektnavigation {
	color: #CC3333;
	text-decoration: none;
}
a.projektnavigation_aktiv {
	font-size: 8pt;
	font-weight: bold;
	color: #CC3333;
	text-decoration: none;
	padding-left: 10px;
}

/* *** Projektunternavigation *** */
a.projektunternavigation {
	font-size: 8pt;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
	padding-left: 15px;
}
a:link.projektunternavigation, a:visited.projektunternavigation {
	color: #555555;
	text-decoration: none;
}
a:hover.projektunternavigation, a:active.projektunternavigation {
	color: #CC3333;
	text-decoration: none;
}
a.projektunternavigation_aktiv {
	font-size: 8pt;
	font-weight: normal;
	color: #CC3333;
	text-decoration: none;
	padding-left: 15px;
}

/* ************** */
/* Formularfelder */
/* ************** */
.suchfeld {
	width: 130px;
	font-size: 8pt;
	background: none;
	border: none;
}
.formfeld {
	font-size: 8pt;
}
.text_rot_klein {
	font-size: 8pt;
	color: #CC3333;
}
.text_grau_klein {
	font-size: 8pt;
	color: #555555;
}