﻿body
{
    background-color: #6a403e;
}
#content
{
    background-color: #efd4b7;
    width: 803px;
    height: auto;
}
#head
{
    background-image:url(images/head.png);
    height: 133px;
    width: 803px;
}
#nav
{
    background-image:url(images/nav.png);
    width: 803px;
    height: 47px;
}
#main
{
    width: 798px;
    height:auto;  
    background-image:url(images/bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-left: 5px;
    color: #6a403e;
    font-family: Arial;
    font-size: 90%;
    min-height:300px;
}
#head_menu
{
    color: #6a403e;
    font-family: Arial;
    font-size: 100%;
}
h1
{
    font-family: Arial;
    font-size: 110%;
    color:#6a403e;
}
/*Menu*/
.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 100% Arial;
width: 100%;
height: 40px;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/navi.png) center center repeat-x;
}
.offen
{
color: white;
background: transparent url(images/navi.png) center center repeat-x;
}