﻿html
{
    height: 100%;
}
body
{
    margin: 0;
    padding: 25px 0 0 0;
    background-color: #F1F0F6;
    text-align: center;
    font-size: 13px;
    color: #330200;
    font-family: Times New Roman, Serif;
}
img
{
    margin: 0;
    padding: 0;
    border: 0;
}
a
{
    color: #330200;
}
a:hover
{
    color: Gray;
}
#wrapper
{
    width: 780px;
    margin: 0 auto;
}
#container
{
    position: relative;
    padding: 0;
    width: 780px;
    margin: 0;
    text-align: left;
}
#header
{
    width: 780px;
    height: 82px;
    margin-left: 0;
    margin-top: 0;
    line-height: 18px;
}
#header-links
{
    float: left;
    width: 360px;
    margin-top: 0;
    margin-left: 0;
}
#header-mitte
{
    float: left;
    width: 215px;
    margin-top: 0;
    margin-left: 0;
    background-image: url(../images/bbr.gif);
    background-position: left top;
    background-repeat: no-repeat;
}
#header-mitte p
{
    margin: 5px auto auto 70px;
}
#header-rechts
{
    float: left;
    width: 205px;
    margin-top: 0;
    margin-left: 0;
}
#header-rechts p
{
    margin: 40px auto auto 0px;
}
#balken
{
    margin-left: 0;
    margin-top: 0;
    height: 10px;
}
#links-wrapper
{
    margin-top: 40px;
    margin-left: 0;
    padding: 0;
    float: left;
    width: 150px;
    overflow: hidden;
}
#links-menu
{
    background-image: url(../images/linie.gif);
    background-position: left top;
    background-repeat: repeat-x;
    margin-top: 0;
    padding: 0;
    margin-left: 0;
    width: 150px;
    line-height:25px;
    font-size:16px;
}
.links-menu-punkt
{
    margin-top: 0;
    padding: 0;
    margin-left: 0;
    width: 150px;
    height:25px;
    background-image: url(../images/linie.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
    vertical-align:top;
}
#links-menu a, #links-menu a:hover, #links-menu a.activ, #links-menu a.activ:hover
{
    display: block;
    margin: 0;
    padding-left: 15px;
    width: 135px;
    height: 25px;
    background-image: url(../images/m-b.gif);
    background-position: left top;
    background-repeat: no-repeat;
    text-decoration:none;
    vertical-align:top;
}
#links-menu a:hover
{
    color:Gray;
    text-decoration:none;
    }
#links-menu a.activ, #links-menu a.activ:hover
{
    background-image: url(../images/m-r.gif);
    color:#EC0902;
    font-weight:bold;
}
#rechts-wrapper
{
    float: left;
    width: 630px;
    margin-left: 0;
    margin-top:40px;
}
.clear
{
    clear: both;
}