body {
	margin: 0px; 
  scrollbar-base-color:#DC0000;
  scrollbar-3dlight-color:#DC0000;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#DC0000;
  scrollbar-face-color:#DC0000;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#DC0000;
  scrollbar-track-color:#DDDDDD;
}

.oben_logo {
	background-color: #DC0000;
	color: #FFFFFF;
}

.oben_schrift1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.oben_schrift2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.navi_body {
  background-color: #FFFFFF;
  color: #000000;
}

.navi_schrift {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  height: 50px;
}

.main_body {
  background-color: #FFFFFF;
}

.main_schrift_header {
  color: #DC0000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 25px;

}

.main_schrift_text {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: justify;
  line-height: 1.5;
}

.main_schrift_ueberschr {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: justify;
  font-weight: bolder;
  line-height: 1.5;
}

.main_bildblock {
  background-color: #E0E0E0;
  padding: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

A:link {
	color: #000000;
  text-decoration: none;
}

A:visited {
	color: #000000;
  text-decoration: none;
}

A:hover {
	color: #000000;
  text-decoration: none;
  font-weight: bolder;
}

A:active {
	color: #000000;	
  text-decoration: none;
  font-weight: bolder;
}

.textschwarz {
	FONT-SIZE: 10px; LINE-HEIGHT: 14px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.main_schrift_text_rot {
  color: #DC0000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: justify;
  line-height: 1.5pt;
}

.textfeld {
	FONT-SIZE: 10px; WIDTH: 200px; LINE-HEIGHT: 14px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

ul { /* all lists */
	padding: 3px;
	margin: 0px;
	list-style: none;
	cursor: pointer;
	text-align: left;
}

li { /* all list items */
	float: left;
	position: relative;
	width: 109px;
	text-align: left;
	font-size: 13px;
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
}

li ul { /* second-level lists */

	margin-top: 0px;
	margin-left: 0px;
	display: none;
	position: absolute;
	left: 0px;
	text-align: left;
}


li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	width: 109px;
	margin-left: 0px;
	margin-right: 0px;
	left: 0px;
	right: 0px;
	display: block;
	background-color: white;
	border-left: 1px solid #DC0000;
	border-right: 1px solid #DC0000;
	border-bottom: 1px solid #DC0000;
}

++++++++++++++++++++
   CSS Teil I
++++++++++++++++++++

/*
	Menue-styles fuer non-IEs
	Achtung:
	Fuer non-IEs gilt das Stylesheet 'dropdown.css'!
	Fuer IE gilt das Stylesheet 'fix-ie.css' (per CC)!
*/

#menuebox {
position: relative;
height: 30px;
}
.stupidie {
display: none;
}
#menue {
font-family: Verdana, Arial, Helvetica, sans-serif;
position:absolute;
top: 110px;
left: 0;
z-index: 200;
font-size: 12px;
}

#menue .aussen {
font-family: Verdana, Arial, Helvetica, sans-serif;
float: left;
display: block;
overflow: hidden;
width: 14em;
height: 1.3em;
font-weight: bold;
text-align: center;
background-color: #dc0000;
color: #FFFFFF;
border: 1px solid;
border-color: #BCBCBC #BCBCBC #BCBCBC #BCBCBC;
}
#menue .aussen:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
height: auto;
background-color: #BCBCBC;
color: #fff;
}

a.innen-1 {
margin-top: 2px;
}
a.innen,
a.innen-1 {
display: block;
width: 14em;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #BCBCBC;
background-color: #FFFFFF;
color: #600;
}
a:visited.innen,
a:visited.innen-1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #FFFFFF;
color:#555;
}
a:hover.innen,
a:hover.innen-1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #BCBCBC;
color: #FFFFFF;
}

span.menutag {
display: block;
cursor: default;
}

a.menutag {
font-weight: bold;
text-align: center;
color: #FFFFFF;

}
a:hover.menutag{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
}
a:visited.menutag {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
}
