/* nur für Forum ++++++++ ANFANG */
html, body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #ffffff;
	height: 100%
}
body {
	background-color: #ffffff;
	color: #000000;
	/*font: normal 100.01% Verdana, sans-serif;*/
	/*font-size: 13px;*/
	margin: 0;
	padding: 0;
	width: 1000px;
}
/* ************ Kopfbereich ************ */
div.kopfbereich {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	padding: 0;
	height: 72px;
	width: 100%;
	background-color: #ecf0f6;
	border-bottom: 1px solid #cfcfcf;
}
div.kopf_backgr {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
img.kopf_backgr {
	position: absolute;
	top: 0;
	left: 0;
}
div.seitenlogo {
	position: absolute;
	top: 8px;
	left: 12px;
}
div.topmenu {
	position: absolute;
	bottom: 3px;
	right: 20px;
	text-align: right;
}
/* ************ Menu ************ */
div.hauptmenubereich {
	position: absolute;
	bottom: 2px;
	left: 12px;
	margin: 0;
	padding: 0;
}

a.hauptmenu, a.hauptmenu:visited, a.hauptmenu:hover {
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 12px 3px 12px;
	text-align: center;
	background-color: #f5f5f5;
	border: 1px solid #cfcfcf;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	-khtml-border-radius-topleft: 9px;
	-khtml-border-radius-topright: 9px;
}
a.hauptmenu:link, a.hauptmenu:visited {
	color: #005eb2;
}
a.hauptmenu:hover {
	background-color: #fff;
	color: #dd6900;
	border: 1px solid #cfcfcf;
	border-bottom: 0;
}
a.hauptmenu_active:link, a.hauptmenu_active:visited, a.hauptmenu_active:hover {
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #dd6900;
	text-decoration: none;
	padding: 3px 12px 3px 12px;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #cfcfcf;
	border-bottom: 1px solid #fff;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	-khtml-border-radius-topleft: 9px;
	-khtml-border-radius-topright: 9px;
}
a.hauptmenu_active:hover {
	background-color: #ecf0f6;
	border: 1px solid #cfcfcf;
	border-bottom: 0;
}
a.untermenu:link, a.untermenu:visited, a.untermenu:hover {
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	color: #005eb2;
	padding: 2px;
	margin-top: 2px;
}
a.untermenu:hover {
	color: #dd6900;
}
a.untermenu_active:link, a.untermenu_active:visited, a.untermenu_active:hover {
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	color: #dd6900;
	padding: 2px;
	margin-top: 2px;
}
/* nur für Forum ++++++++ ENDE */
