body
{
font-family : verdana;
font-size : 11px;
background-color : #3a3a3a;
}

p ,li
{
font-family : verdana;
font-size : 11px;
color : #666;
line-height : 13px;
}

a
{
text-decoration : none;
font-weight : bold;
color : #666666;
}
a:hover
{
color : black;
}

p a
{
text-decoration : none;
color : #666666;
font-weight : normal;
background-color : #eeeedd;
}


.oben
{
position : absolute;
width : 900px;
height : 120px;
left : 0px;
top : 0px;
padding-top : 10px;
background-color : #FFD800;
}
.menu
{
position : absolute;
width : 160px;
height : 600px;
left : 0px;
top : 121 px;
background-color : #FFE34C;
padding-top : 10px;
padding-left : 4px;
}
.main
{
position : absolute;
width : 739px;
height : 600px;
top : 121px;
left : 161px;
background-color : white;
border-right : 2px solid #FFD800;
border-bottom : 2px solid #FFD800;
border-left : 2px solid #FFD800;
border-top : 2px solid #FFE34C;
overflow : auto;
}

.titelbild
{
position : absolute;
width : 739px;
height : 600px;
top : 121px;
left : 161px;
background-color : white;
border-right : 2px solid #FFD800;
border-bottom : 2px solid #FFD800;
border-left : 2px solid #FFD800;
border-top : 2px solid #FFE34C;
visibility : visible;
}
.inhalt
{
padding : 15px;
}

.verweise
{
padding : 15px;
border : 1px solid #FFE34C;
}

.headliner
{
position : relative;
width : 720px;
height : 100px;
margin-left : 10px;
background-color : white;
border-right : 2px solid #FFD800;
border-bottom : 2px solid #FFD800;
border-left : 2px solid #FFD800;
border-top : 2px solid #FFE34C;
}

.titel
{
font-weight : bold;
font-size : 12px;
color : #666;
}



.unten
{
position : absolute;
width : 900px;
height : 20px;
left : 0px;
top : 722px;
background-color : #FFD800;
text-align : right;
padding-right : 10px;
color : #666666;
}
