html, body {
height:100%;
background-color:#808b9b;
}
body{
margin:0;
padding:0;
}
#space {
width:1px;
height:50%;
margin-bottom:-360px; /* die Hälfte der Inhals's Höhe */
float:left;
}
#wrapper {
width: 100%;
min-width: 1000px;
clear:left;
}
#headerOut{
border-bottom: 1px solid #fff;
padding: 0 5px;
}
#header{
height:110px;
width: 990px;
margin: 0 auto;
background: url(../grafics/header_back.gif) no-repeat right bottom;
position:relative;
}
a#home{
position:absolute;
bottom:5px;
left:0;
height:91px;
width:293px;
}
ul#navi{
position:absolute;
bottom:0;
right:0;
margin:0;
padding:0;
list-style-type:none;
min-width: 620px;
}
ul#navi li{
margin: 0;
padding:4px 30px;
width: auto;
float:left;
} 
#contentOut{
border-color: #808b9b;
border-style: solid;
border-width: 5px 0;
background-color:#fff;
position: relative;
padding: 0 5px;
}
#subnavOut{
background-color: #e7e8ec;
border-bottom: 1px solid #808b9b;
padding:12px 0;
top:0;
left:0;
width:100%;
display:none;
z-index: 1000;
}
#subnav{
width: 590px;
margin: 0 auto;
padding-left:400px;
}
div.navRow{
width:auto;
float:left;
padding: 0 20px 0 0;
}
.navRow h3{
margin: 0 0 8px 0;
}
div.navRow a{
display: block;
padding: 2px 0;
}
#content{
width: 990px;
margin: 0 auto;
min-height: 540px;
padding: 20px 0;
background-color:#fff;
}
div.colLeft, div.colRight{
width:485px;
padding-top: 10px;
}
div.colLeft{
float:left;
line-height: 1.4em;
}
div.colRight{
float:right;
line-height: 1.4em;
}
#footer{
border-top: 1px solid #fff;
min-height: 30px;
}
/*algemein*/
img{
border: none;
}

#content ul{
margin:0;
padding:0;
}
#content li{
padding: 20px 0 0 0;
margin: 0 0 0 1.2em;
}
div.clear{
height:1px;
overflow:hidden;
clear:both;
}
/* TYPO */
*{
font-family: verdana, sans-serif;
font-size: 13px;
color: #333;
}
#navi *{
text-decoration: none;
color: #fff;
font-size:15px;
font-weight: bold;
}
#navi a{
text-shadow: 0 0 10px #2a3441;
}
#navi a:hover,#navi a.curr{
text-shadow: 0 0 10px #fff;
}
#navi a.curr{
color: #000;
}
.navRow *{
text-decoration:none;
color: #333;
}
.navRow a:hover{
text-shadow: 0 0 10px #999;
}
.navRow a.curr{
color:#999;
text-shadow: 0 0 10px #fff;
}
h1{
font-size: 15px;
}