/*FD6500 Hintergrund*/

/*====SEITE====*/
body /* Gesamte Seite */
{
    padding: 0px;
    margin: 0px;
    background-color:black;
    font-family: Arial;
    font-size: 12px;

}
#site
{
    background-color: black;
    width: 1034px;
    margin-top: 5px;

}
#header
{
    width: 1024px;
    height: 123px;
    background-image:url(../bilder/layout/header.jpg);
    background: norepeat;
}
#site_left
{
    float:left;
    width: 165px;
    height: 564px;
    background-image:url(../bilder/layout/menue.jpg);
    background: norepeat;
}

#navibox_left
{
    font-family: Arial;
    margin-left: 4px;
    margin-top: 76px;

}
#content_box
{
    margin-top: 10px;
    margin-left: 168px;
    width: 842px;
    overflow: hidden;
}
#content_head
{
    background-image:url(../bilder/layout/content_head.jpg);
    background: norepeat;
    height: 35px;
    width: 842px;
}
#content_titel
{
    margin-left: 30px;
    margin-top: 8px;
    font-weight: bold;
    font-size: 14px;
}
#content_bottom
{
    background-image:url(../bilder/layout/content_bottom.jpg);
    background: norepeat;
    width: 842px;
    height: 13px;
    overflow: hidden;
}
#content_center
{
    background-image:url(../bilder/layout/content_center.jpg);
    width: 842px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 29px;
    padding-right: 29px;
}
#content_text
{
    width: 785px;
}
/*====LINKS====*/
.navi-link {width: 155px;  font-size: 14px;}
.navi-link a:link {color:black; text-decoration:none; }
.navi-link a:visited {color:black; text-decoration:none; }
.navi-link a:active {}
.navi-link a:focus {}
.navi-link a:hover{ font-weight:bold;text-decoration:none;background-color: #CB5000; display: block;  color: #000000;}
/*====SCHRIFT===*/
.header_1
{
    font-size: 20px;
    font-weight: bold;
}