html, body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333333;
	top: 0px;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	overflow: hidden;
	background-color: #CCCCCC;
}

body { font-size: 0.75em; line-height: 1.4em; }

#rahmen {
	text-align: left;
	width: 800px;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	position: relative;
	overflow: hidden;
	border: 1px solid #000000;
	z-index: 1;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	background-color: #FFFFFF;
}

#header {
	height: 105px;
	width: 800px;
	padding: 0px;
	top: 0px;
	margin: 0px;
	position: absolute;
	overflow: hidden;
	background-color: #660000;
	background-image: url(header.jpg);
	z-index: 5;
}

.header_a {
	font-size: 24px;
	font-weight: bold;
	color: #CCCCCC;
	padding-left: 6px;
	margin-top: 10px;
	font-variant: small-caps;
	font-style: normal;
}

.header_b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#CCCCCC;
	padding-left: 147px;
	margin-top: 42px;
	text-decoration: none;
}

.header_b a:link, .header_b a:visited, .header_b a:active {
	color: #CCCCCC;
	text-decoration: none;
}

.header_b a:hover {
	color: #CCCCCC;
    text-decoration: underline;
}

#header2 {
	height: 26px;
	width: 660px;
	background-color: #CCCCCC;
	top: 105px;
	left: 140px;
	position: absolute;
	overflow: hidden;
	z-index: 10;
	margin: 0px;
	padding: 0px;
	border-left-style: solid;
	border-left-color: #000000;
	border-left-width: 1px;
}

.menu_oben {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	padding-top: 5px;
	padding-right: 6px;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.menu_oben a:link, .menu_oben a:visited, .menu_oben a:active {
	color: #000000;
	text-decoration: none;
}

.menu_oben a:hover {
	color:#660000;
    text-decoration: none;
}

#links {
	background:#660000;
	position: absolute;
	margin-top: 50px;
	width: 140px;
	top: 0px;
	height: 100%;
	overflow: visible;
	z-index: 20;
}

#links ul {
    list-style: none;
	background: none;
	margin: 0;
	padding: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #CCCCCC;
}

#links ul ul {
	border-top-style: none;
	font-weight: normal;
	font-size: 11px;
}

#links ul ul ul {
	position: absolute;
	border-top-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	left: -9999px;
	margin-top: -28px;
	font-weight: normal;
	font-size: 11px;
}
	
#links li {
	clear: both;
}

#links li li {
	float: left;
;
}

#links li li li {
	clear: both;
}

a.menulinks_1_link, a.menulinks_1_link_aktuell, a.menulinks_2_link, a.menulinks_2_link_pfeil {
	display: block;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	line-height: 26px;
	width: 140px;
}

a.menulinks_1_link {
	color: #CCCCCC;
}

a.menulinks_1_link_aktuell {
	color: #000000;
	background-color: #CCCCCC;
}

a.menulinks_2_link {
	color: #000000;
	background-color: #CCCCCC;
}

a.menulinks_2_link_pfeil {
	color: #000000;
	background-color: #CCCCCC;
	background-image: url(pfeil.gif);
	background-repeat: no-repeat;
	background-position: 120px;
}

a.menulinks_1_link:hover  {
	color: #000000;
	background-color: #CCCCCC;
}

a.menulinks_1_link_aktuell:hover, a.menulinks_2_link:hover, a.menulinks_2_link_pfeil:hover, a.menulinks_3_link:hover {
	color: #660000;
	background-color: #EAEAEA;
}

a.menulinks_2_link_pfeil:hover {
	background-image: url(pfeil_2.gif);
	background-color: #EAEAEA;
}

#links ul li ul li:hover ul, #links ul li ul li.over ul {
	left: 141px;
}

a.menulinks_3_link {
	display: block;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	line-height: 16px;
	width: 120px;
	color: #000000;
	background-color: #CCCCCC;
}


#inhalt {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-color: #000000;
	border-left-width: 1px;
	overflow: auto;
	position: absolute;
	/*\*/
	height: expression(document.body.clientHeight -131 + "px");
	/**/
	top: 131px;
	bottom: 1px;
	margin-left: 140px;
	width: 660px;
	padding: 0px;
	z-index: 15;
	text-align: center;
}

.inhalt_0 {
	position: absolute;
	left: 0px;
	top: 0;
	width: 500px;
}


.inhalt_2 {
	position: absolute;
	left: 500px;
	top: 20px;
	width: 140px;
	background-color: #EAEAEA;
	border: 1px solid #000000;
}
