html, body{
 margin: 0 auto;
 padding: 0;
}

body{
 font-size: 12px;
 font-family: verdana, arial, sans-serif;
 background: #336699;
}

.hide{
 display:none;
}

div#mainpage{
 position: absolute;
 top: 0px;
 width: 800px;
 background: #fff;
}

div#header-ahl{
 width: 800px;
 height: 219px;
 display: block;
 background: url(ahlbeck-header.jpg) no-repeat;
}

div#header-ban{
 width: 800px;
 height: 219px;
 display: block;
 background: url(bansin-header.jpg) no-repeat;
}

div#header-ahl a, div#header-ban a{
 width: 800px;
 height: 218px;
 display: block;
 text-decoration: none;
}

div#navigation{
 position: absolute;
 left: 30px;
 top: 194px;
 height: 25px;
 width: 800px;
 /*border-top: 1px solid #0b44b5;
 border-bottom: 1px solid #0b44b5;*/
}

div#navigation ul{
 padding: 0px;
 margin: 0px;
 list-style: none;
}

div#navigation ul li{
 float: left;
 line-height: 24px;
/* border-right: 1px solid #ccccff;*/
}

div#navigation ul li div{
 float: left;
}

div#navigation ul li div.nav01{
 width: 7px;
 height: 25px;
 background: url(nav1.gif) no-repeat top left;
}

div#navigation ul li.active div.nav01{
 background: url(nav1on.gif) no-repeat top left;
}

div#navigation ul li div.nav02{
 height: 25px;
 background: url(nav2.gif) repeat-x;
 display: block
}

div#navigation ul li.active div.nav02{
 background: url(nav2on.gif) repeat-x;
}

div#navigation ul li div.nav03{
 width: 7px;
 height: 25px;
 background: url(nav3.gif) no-repeat top right;
 margin-right: 2px;
}

div#navigation ul li.active div.nav03{
 background: url(nav3on.gif) no-repeat top right;
}

div#navigation ul li a{
 color: #000;
 text-decoration: none;
 padding: 0 4px;
}

div#navigation ul li a:hover{
 color: #0b44b5;
}

div#navigation ul li.active a, div#navigation ul li.active a:hover{
 font-weight: bold;
 color: #fff
}

div#content{
 line-height: 18px;
/* background: url(trenner-left.jpg) repeat-y left top; */
}

div#content a{
 color: #2037bb;
}

div#content-in{
 padding: 20px 30px;
}

div#content h1{
 font-size: 14px;
 font-weight: bold;
 margin: 8px 0;
 padding: 0px;
}

div#content div.teaser{
 background: #e4e7f8;
 margin-top: 12px;
}

div#content div.teaser div.bild{
 float: left;
 width: 165px;
 margin-top: 12px;
 margin-left: 8px;
 margin-bottom: 12px;
}

div#content div.teaser div.text{
 padding: 3px 8px;
/* float: left;
 width: 520px;*/
}

div#content div.teaser h2{
 font-size: 12px;
}

div#content div.teaser a{
 text-decoration: none;
}

div#content div.teaser a img, div#content a img{
 border: 0px;
}

div#skyscraper{
 position: absolute;
 left: 810px;
 top: 0px;
 width: 152px;
 height: 100%;
/* background: #2037bb; */
 text-align: center;
 line-height: 22px;
}

div#skyscraper div.title{
/* background: #2037bb; */
 line-height: 30px;
 border-bottom: 1px solid #e4e7f8;
 color: #fff;
 text-align: center;
 font-weight: bold;
}

div#skyscraper div.anzeige{
 background: #e4e7f8;
 margin: 15px 0 0 0;
 padding: 1px 1px 5px 1px;
 line-height: 14px;
}

div#skyscraper a{
 font-size: 10px;
 text-decoration: none;
}

p.footer{
 background: url(trenner.gif) repeat-x top left;
 clear: both;
 text-align: center;
 font-size: 10px;
 padding: 0;
 margin: 0;
 line-height: 28px;
}