html,body{
margin: 0px;
padding: 0px;
height: 100%;
background-color: #222233;
background-repeat: repeat-x;
background-image: url('../pics/main_back.jpg');
}
table#pos{
height: 100%;
width: 100%;
border: 0px;
border-spacing: 0px;
}
table#pos td{
text-align: center;
vertical-align: middle;
padding: 0px;
}
*{
font-family: verdana, arial, sans-serif;
font-size: 13px;
color: #ccc;
}
div#box{
width: 900px;
margin: 0px auto;
background-color: #01083B;
text-align: left;
border: 1px solid #000;
}
#header{
height: 160px;
border-bottom: 1px solid #666;
position: relative;
top: 0px;
left: 0px;
background-repeat: no-repeat;
background-position: right bottom;
}
#header h1{
color: #066DB5;
position: absolute;
top: 0px;
right: 150px;
margin: 0px;
font-size: 48px;
font-weight: 900;
}
#logo{
position: absolute;
top: 0px;
left: 0px;
}
#nav{
position: absolute;
width: 470px;
bottom: 10px;
right: 0px;
}
#nav *{
text-decoration: none;
font-size: 17px;
font-weight: 500;
padding: 0px 7px 0px 18px;
background-repeat: no-repeat;
background-image: url('../pics/stern.gif');
background-position: left center;

}
#nav a{
color: #c00;
}
#nav span{
color: #0A6EB5;
}
#nav #f{
padding: 0px 7px 0px 0px;
background-image: none;
}
#nav a:hover{
color: #fff;
}
#footer{
border-top: 1px solid #666;
padding:5px 10px 10px 430px;
}
#footer,#footer *{
font-size: 9px;
color: #0133A4;
text-decoration: none;
}
#footer a:hover{
color:#fff;
}
#main{
height: 400px;
background-repeat: no-repeat;
}
#content{
height: 400px;
overflow: auto;
scrollbar-base-color:#012B49;
padding: 0px 10px 0px 430px;
}
#content a{
color: #c00;
}
#content a:hover{
color: #fff;
}
#content p{
margin: 20px 0px;
}
.press{
color: #c00;
}
img{
border: none;
}
h1{
margin: 3px 0px;
}
h2{
font-size: 17px;
margin: 5px 0px;
font-weight: 100;
}
div.subnav{
padding: 15px 0px 5px 0px;
}
div.subnav a{
margin-right: 15px;
}
div.subnav a img{
border: 1px solid #666;
}
div.subnav a:hover img{
border: 1px solid #ccc;
}
#content p.dauer{
margin-top: 0px;
font-style: italic;
}