   
    /* Allgemeines */

body {
    background-color: #d7d7d7;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

    /* Schriften, Listen und Links */

a:link{color:#005596;}
a:visited{color:#005596;}
a:hover{color:#ff0000;}
a:active{color:#bc1515;}

h1 {
    font-family: Arial, Verdana, sans-serif;
    font-size: 20px;
}

strong
{
    font-weight: bold;
}

em
{
    font-style: italic;
}

.button {
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding: 0px 20px 0px 10px;
    vertical-align: top;
    margin-top: 0px;
    display: inline-block;
}
    
.navi{
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #959696;
    list-style-image: url(/pics/navi_icon.gif);
    line-height: 23px;
    margin: -10px 0px 0px -10px;
    text-align: left;
}

#navi_title {
    font-family: Verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    position: absolute;
    margin: 12px 0px 0px 15px;
}

#text {
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
    position: relative;
    line-height: 19px;
    display: block;
    margin: 29px 0px 0px 306px;
    background-color: #fff;
    width: 541px;
}

#footnote {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    margin: 7px 0px 25px 575px;
}

#top_right_text {
    position: absolute;
    font-family: Arial, Verdana, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #054c9c;
    margin: 16px 0px 0px 30px;
    width: 115px;
}

    /* Boxen */

#container {
    margin: auto;
    margin-top: 25px;
    background-color: #d7d7d7;
    width: 876px;
}

#top_right {
    background-image: url(/pics/top_right.gif);
    background-color: #fff;
    background-repeat: no-repeat;
    width: 237px;
    height: 35px;
    margin-left: 639px;
}

#top_minilogo img{
    position: absolute;
    margin: 10px 0px 0px 150px;
    border: 0px;
    width: 76px;
    height: 24px;
    display: inline;
}

#header_left {
    background-image: url(/pics/header_left.gif);
    background-color: #fff;
    background-repeat: no-repeat;
    width: 16px;
    height: 51px;
}

#header_center {
    margin-left: 16px;
    background-image: url(/pics/header_center.gif);
    background-color: #fff;
    background-repeat: repeat-x;
    width: 860px;
    height: 51px;
    padding-top: 18px;
}

#content {
    margin: 0px;
    padding-bottom: 20px;
    position: relative;
    background-color: #fff;
    width: 876px;
    min-height: 600px;
}

#logo_left {
    position: relative;
    margin: 29px 0px 0px 29px;
    background-image: url(/pics/logo_left.gif);
    background-color: #fff;
    background-repeat: no-repeat;
    width: 248px;
    height: 139px;
    float: left;
}

#logo_left img {
    position: absolute;
    margin: 10px 0px 0px 64px;
    border: 0px;
    width: 120px;
    height: 120px;
    display: inline;
}

#logo_right {
    position: absolute;
    margin: 29px 0px 0px 306px;
    background-color: #fff;
    background-repeat: no-repeat;
    width: 541px;
    height: 139px;
}

#navi_box {
    position: relative;
    margin: 29px 0px 3px 29px;
    background-image: url(/pics/navi_content.gif);
    background-color: #fff;
    width: 248px;
    float: left;
}

#navi_header {
    background-image: url(/pics/navi_header.gif);
    background-color: #fff;
    background-repeat: no-repeat;
    width: 248px;
    height: 47px;
}

#navi_content {
    background-image: url(/pics/navi_content.gif);
    background-color: #fff;
    background-repeat: repeat-y;
    width: 240px;
}

#navi_footer {
    background-image: url(/pics/navi_footer.gif);
    background-color: #fff;
    background-repeat: no-repeat;
    width: 248px;
    height: 8px;
}

#footer {
    background-image: url(/pics/footer.gif);
    background-color: #d7d7d7;
    width: 876px;
    height: 6px;
    background-repeat: no-repeat;
}

    /* Sonstiges */

.clear {
    clear: both;
}