body  {
    color : #000000;
    font-family : Verdana, Arial, Helvetica;
    font-size : 12px;
    margin:0px;

}


#over
{
    position:relative;
    margin:auto;
    width:901px;
}


#header
{
    float:left;
    background-image:url(../img/banner.jpg);
    width:900px;
    height:103px;

}

#menu1
{
    float:left;
    width:900px;
    height:58px;
    background-image:url(../img/button_leer.jpg);

}

#content-over
{
    float:left;
    background-image:url(../img/bg-content.jpg);
    width:900px;
    background-repeat:repeat-y;

}

#menu2
{
    float:left;
    width:181px;
    padding:23px 0px 0px 20px;

}


#content
{
    float:left;
    width:660px;
    display:inline;
    margin: 20px 0px 10px 30px;
}

#content-height
{
    width:1px;
    float:right;
    height:465px;
}

#footer
{
    float:left;
    height:54px;
    width:890px;
    background-image:url(../img/hg_footer.gif);
    padding: 10px 0px 0px 10px;
}

#footer-links
{
    float:left;
    height:54px;
    width:700px;

}

#footer-rechts
{
    float:left;
    height:54px;
    text-align:right;
    width:180px;

}

a.topmenu
{
    float:left;
}

a.menu
{
    text-decoration:none;
    color:#000000;
    background-image:url(../img/bg-menu.jpg);
    background-repeat:no-repeat;
    display:block;
    width:130px;
    height:17px;
    padding:4px 0px 0px 13px;
}
a.menu:hover
{
    text-decoration:none;
    color:#D1261F;
}

a.footer
{
    text-decoration:none;
    color:#000000;
}

a.footer:hover
{
    text-decoration:none;
    color:#D1261F;
}




