html {
overflow-y: scroll;
}

body {
text-align: center; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
color : #666666;
}

div {
text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}

html, body {
height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
background: #ffffff;
}

/* DIV-Boxen */
div#wrapper {
position: relative;
margin: 0 auto;
width: 980px;
min-height: 100%; /* Mindesthöhe in modernen Browsern */
height: auto !important; /* !important-Regel für moderne Browser */
height: 100%; /* Mindesthöhe in IE (<7) */
background: url(/images/hintergrund.png) repeat-y;
overflow: hidden;
}

div#header {
margin-left: 15px;
margin-right: 15px;
height: 100px;
width: 950px;
background: #ffffff;
}

div#logo {
float: left;
width: 475px;
height: 100px;
}

div#hauptsponsor {
float: right;
width: 460px;
padding-right: 15px;
height: 100px;
text-align: right;
}

div#trennung {
clear: both;
margin-left: 15px;
margin-right: 15px;
background: #EE2724;
width: 950px;
height: 5px;
}

div#leftCol {
float: left;
margin-left: 15px;
padding-top: 25px;
width: 175px;
}

div#navigation {
width: 175px;
padding-top: 25px;
}

div#menu {
margin: 0;
padding: 0;
width: 175px;
}

div#menu ul {
margin: 0;
padding: 0;
}

div#menu ul li {
list-style: none;
padding-left: 10px;
width: 165px;
line-height: 22px;
}

div#menu ul li.active {
list-style: none;
color: #EE2724;
background: #ffffff;
padding-left: 10px;
width: 165px;
line-height: 22px;
}

div#menu ul li a {
color: #ffffff;
font-size: 12px;
font-weight: normal;
}

div#menu ul li a.active {
color: #EE2724;
font-size: 12px;
font-weight: normal;
}

div#menu ul li.active ul {
margin: 0;
padding: 0;
background: #EE2724;
}

div#menu ul li.active ul li {
list-style: none;
padding-left: 10px;
width: 155px;
line-height: 19px;
}

div#menu ul li.active ul li.active {
list-style: none;
color: #EE2724;
background: #ffffff;
padding-left: 10px;
width: 165px;
line-height: 19px;
}

div#menu ul li.active ul li a {
color: #ffffff;
font-size: 11px;
font-weight: normal;
}

div#menu ul li.active ul li a.active {
color: #EE2724;
font-size: 11px;
font-weight: normal;
}

div#content {
float: right;
width: 725px;
margin-right: 15px;
padding-left: 25px;
padding-right: 25px;
padding-top: 25px;
padding-bottom: 25px;
}

div#leftColumn {
float: left;
width: 350px;
padding-right: 13px;
}

div#rightColumn {
float: right;
width: 350px;
padding-left: 12px;
}

/* Klassen */
.clearFloat {
clear: both;
height: 0px;
width: 720px;
margin: 0;
padding: 0px;
}

.newsdatum {
float: left;
width: 125px;
font-weight: bold;
margin-bottom: 15px;
}

.newstitel {
float: left;
width: 500px;
font-weight: bold;
margin-bottom: 15px;
}

.newstext {
clear: both;
margin-bottom: 15px;
padding-left: 125px;
border-bottom: #cccccc 1px solid;
overflow: auto;
}

/* sonstige styles */
P {
line-height : 16px;
margin-bottom: 15px;
}

ul
{
line-height : 22px;
margin-bottom : 15px;
margin-top: 0px;
}

A
{
color : #EE2724;
text-decoration : none;
}

A:HOVER
{
text-decoration: underline;
}

strong {
font-weight: bold;
}

H1
{
font-size : 14px;
font-weight: bold;
color: #666666;
margin-bottom: 15px;
}

H2
{
font-size : 12px;
font-weight: bold;
color: #666666;
margin-bottom: 15px;
}

B
{
font-weight: bold;
}

INPUT
{
color: #666666;
background-color: #ffffff;
border-color: #666666;
border-width: 1px;
border-style: Solid;
font-size: 12px;
}

SELECT
{
color: #666666;
background-color: #ffffff;
border-color: #666666;
border-width: 1px;
border-style: Solid;
font-size: 12px;
}

