/**
 *	Hauptnavigation
 */ 
div#navi_kategorien {
	float: left;
}
div#navi_bereiche {
	float: right;
}


/**
 *	Unterseiten-Navigation
 */
div#unternavigation {
	margin: 0;
	padding: 0;
}
div#unternavigation ul,
div#unternavigation li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* Ebene 1 */
div#unternavigation ul.ebene1 { margin-bottom: 10px; }
div#unternavigation ul.ebene1 li { padding: 0px 0px 5px 0px; }
div#unternavigation ul.ebene1 li.normal a { font-family: Verdana, Sans-serif; font-size: 8pt; font-weight: normal; color: #a7aeb3; font-style: normal; text-decoration: none; }
div#unternavigation ul.ebene1 li.offen a { font-family: Verdana, Sans-serif; font-size: 8pt; font-weight: bold; color: #a7aeb3; font-style: normal; text-decoration: none; }
div#unternavigation ul.ebene1 li.aktiv a { font-family: Verdana, Sans-serif; font-size: 8pt; font-weight: bold; color: #6c7880; font-style: normal; text-decoration: none; }

/* Ebene 2 */
div#unternavigation ul.ebene2 li { padding: 0 0 0 12px; }
div#unternavigation ul.ebene2 li.normal a { font-family: Verdana, Sans-serif; font-size: 8pt; font-weight: normal; color: #a7aeb3; font-style: normal; text-decoration: none; }
div#unternavigation ul.ebene2 li.offen a { font-family: Verdana, Sans-serif; font-size: 8pt; font-weight: bold; color: #6c7880; font-style: normal; text-decoration: none; }
div#unternavigation ul.ebene2 li.aktiv a { font-family: Verdana, Sans-serif; font-size: 8pt; font-weight: bold; color: #A90F2F; font-style: normal; text-decoration: none; }

/* Ebene 3 */
div#unternavigation ul.ebene3 li { padding: 0 0 0 12px; }
div#unternavigation ul.ebene3 li.normal a { font-family: Verdana, Sans-serif; font-size: 8pt; font-weight: normal; color: #a7aeb3; font-style: normal; text-decoration: none; }
div#unternavigation ul.ebene3 li.aktiv a { font-family: Verdana, Sans-serif; font-size: 8pt; font-weight: bold; color: #A90F2F; font-style: normal; text-decoration: none; }

div#unternavigation ul.ebene1 li.normal a:hover,
div#unternavigation ul.ebene2 li.normal a:hover,
div#unternavigation ul.ebene3 li.normal a:hover { font-family: Verdana, Sans-serif; font-size: 8pt; font-weight: bold; color: #6c7880; font-style: normal; text-decoration: none; }

/* News-Box */
div.news {
	margin: 0 0 15px 0;
	padding: 0;
	text-align: left;
}
div.news h2.headline {
	color: #ffffff;
	background-color: #A90F2F;
	font-size: 9pt;
	font-weight: bold;
	margin: 0;
	padding: 8px 14px;
}
div.news div.content {
	color: #6c7880;
	background-color: #DD9FAC;
	font-size: 9pt;
	margin: 0;
	padding: 10px;
}

