@charset "utf-8";
/* CSS Document */
* {
margin: 0;
padding: 0;
list-style: none;
}

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
margin-bottom: 10px;
}

h2 {
font-size:11px;
font-weight: bold;
margin-bottom: 10px;
}

a {
color:#000;
}

p.red, a.red {
color: #CC0000;
}

div#box {
position: relative;
margin: 0 auto;
width: 800px;
height: 650px;
min-height: 650px;
background-color: #fff;
border: #000 1px solid;
}

html>auto div#box {
height: auto;
}


div#header {
width: 800px;
height: 155px;
}

div.startHeader {
margin-top:50px;
}

div#aktuell {
position: absolute;
left: 424px;
top: 539px;
padding-top: 30px;
padding-left: 10px;
padding-bottom: 10px;
border-left: #ff0000 1px solid;
width: 300px;
}

div#aktuellBottom {
position:absolute;
left:0px;
bottom:0px;
width:20px;
border-bottom: #ff0000 1px solid;
}

div#theme_pics {
position: absolute;
top: 50px;
right: 0px;
width: 128px;
height: 394px;
}

div#content {
clear: both;
margin-left:49px;
margin-top:53px;
padding-bottom: 10px;
width:477px;
height: 390px;
overflow:auto;
overflow-x:hidden;
padding-right: 40px;
}
div#menu {
background-color: #E9E3BF;
height: 23px;
}

div#menu ul {
margin-left: 39px;
}

div#menu ul  li{
float:left;
}

div#menu ul  li a {
text-decoration: none;
color: #000;
display:block;
padding: 5px;
padding-left: 9px;
padding-right: 9px;
}

div#menu ul  li a.red {
color: #CC0000;
}

div#menu ul  li a:hover {
background-color: #fff;
}

div#menu ul.start  li a:hover {
text-decoration:underline;
}

div#menu ul  li a.active {
background-color:#fff;
font-weight:bold;
}
