#menu
{
    float:left;
    display:inline;
    margin:77px 0px 0px 6px;
    font-size: 12px;
    font-family:Arial, Helvetica, sans;
    color: #ffffff;
    text-decoration: none;
}

.menu
{
    font-size: 12px;
    font-family:Arial, Helvetica, sans;
    color: #ffffff;
    text-decoration: none;
}

a.menu
{
    display:inline;
    margin:0px 10px 0px 10px;
}

.menu2
{
    font-size: 10px;
    color: #000000;
    text-decoration: none;
    font-family: Verdana, Helvetica, sans;
    font-weight: bold;
    padding:0px 10px 0px 0px;
}
.menu2:hover
{
    font-size: 10px;
    color: #000000;
    text-decoration: none;
    font-family: Verdana, Helvetica, sans;
    font-weight: bold;
    text-decoration: underline;
    padding:0px 10px 0px 0px;
}
.menu2_aktiv
{
    font-size: 10px;
    color: #000000;
    text-decoration: none;
    font-family: Verdana, Helvetica, sans;
    font-weight: bold;
    text-decoration: underline;
    padding:0px 10px 0px 0px;
}

body
{
    font-family: Verdana, Helvetica, sans;
    font-size : 11px;
    width:100%;
    height:100%;
    margin:30px 0px 0px 0px;


    background-attachment: fixed;
    background-image: url(../img/body_bg.gif);
    background-repeat: repeat-x;
    background-position:bottom;
    line-height:16px;
}

#over
{
    margin:auto;
    width:785px;

}
#over-rahmen
{
    width:783px;
    float:left;
    border: 1px solid #666666;
}

#header
{
    float:left;
    width:783px;
    height:96px;
    background-image:url(../img/header.jpg);
}

#content
{
    float:left;
    width:612px;
    background-color:#ffffff;
    padding: 0px 10px 0px 20px;
}

#content-height
{
    float:left;
    height:702px;
    width:1px;
}

#right
{
    float:left;
    width:140px;
    background-color:#D1D1D1;
    padding:8px 0px 0px 0px;
    text-align:center;
}

#content-over
{
    float:left;
    width:783px;
    background-color:#D1D1D1;
}
#hiddendiv
{
    position:absolute;
    visibility:hidden;
    width:1px;
    height:1px;
    top:-100px;
    left:-100px;
}

