﻿#body
{
    margin: 0;
    padding: 0;
    font: 85% verdana, hevetica, sans-serif;
    text-align: center;
    color: #333;
    background-color: #ffcc33;
}


h2
{
    color: darkorange;
    font: 120% georgia, times, "times new roman" , serif;
    margin: 0 0 2px 0;
}

h2 a
{
    text-decoration: none;
}

h3
{
    color: #655f4f;
    font: 110% georgia, times, "times new roman" , serif;
    margin-top: 0;
}
h4
{
    color: darkorange;
    font: 105% georgia, times, "times new roman" , serif;
    margin: 0 0 4px 0;
}
h5
{
    color: #655f4f;
    font:  95% georgia, times, "times new roman" , serif;
    margin: 0 0 4px 0;
}

p
{
    color: #655f4f;
    font: 85% Verdana, Helvetica, Sans-Serif;
    margin: 0 0 4px 0;
}


#container
{
    margin: 1em auto;
    width: 760px;
    text-align: left;
    background-color: #fff;
    border: 1px none #fff;
}

#head
{
    height: 120px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    border-bottom: 1px solid #fff;
    position: relative;
    border: 1px none #fff;
    border-bottom: 1px solid #fff;
}

#menu
{
    width: 760px;
    background-color: #655f4f;
    float: left;
    margin: 5px 0 10px 0;
}

#menu ul
{
    list-style: none;
   
    margin: 0 0px 0 5px;
    padding: 0;
    width: 130px;
    float: left;
    left: 0px;
}

#menu a, #menu h2
{
    font: bold 10px/15px verdana, helvetica, sans-serif;
    display: block;
    border-width: 1px;
    border-right-style: dotted;
    border-right-color: #fff;
    margin: 0;
    padding-right: 8px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
}

#menu h2
{
    color: #fff;
    background: #655f4f;
}

#menu a
{
    color: #fff;
    background: #655f4f;
    text-decoration: none;
}

#menu a:hover
{
    color: #fff;
    background: #8f8979;
}

#menu li
{
    position: relative;
}

#menu ul ul
{
    position: absolute;
    left: -5px;
    width: 130px;
    z-index: 500;
}

#menu ul ul ul
{
    position: absolute;
    top: 0;
    left: 125px;
}

div#menu ul ul, div#menu ul li:hover ul ul, div#menu ul ul li:hover ul ul
{
    display: none;
}

div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul
{
    display: block;
}





#news
{
    margin-right: 5px;
    float: right;
    width: 174px;
    height: auto;
    background-color: #eae9d5;
    padding: 3px 3px 3px 3px;
    margin-bottom: 5px;
    font-size: 85%;
    color: gray;
    font-family: helvetica, verdana, sans-serif,;
}

#content
{
    margin-right: 200px;
    margin-left: 10px;
}



#anzeigen
{
    margin-top: 5px;
    width: 545px;
    margin-left: 10px;
    height: 90px;
    border: 1px;
    border-style: dashed;
    border-color: Gray;
}

#footer
{
    margin-top: 5px;
    clear: both;
    height: auto;
    background-color: #B5AB94;

}
