body, td {
    background-color : #ffffff;
    font-family: Arial, Verdana, Tahoma, Helvetica, Sans-serif, sans-serif;
    font-size : 13px;
    color : #000000;
    margin: 0;
    height: 100%;
    width: 100%;
}

td {
    background-color: #fafafa;
    padding-right: 10px;
    padding-bottom: 10px;
}

#main {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    width: 960px;
    margin: 0 0 0 -480px; /* negative Hälfte von width: 960px */
    height: 100%;
    overflow: hidden;
    background-color : #fafafa;
}

#header {
    position: relative;
    height: 100px;
    width: 960px;
    background-image: url("../images/header.jpg");
    background-repeat: no-repeat;
    text-align: right;
    z-index: 1;
}

#suche {
    position: relative;
    margin-right: 0px;
    margin-top: 5px;
    z-index: 2;
}

#navcontainer {
    position: relative;
    height: 30px;
    width: 960px;
    background-color: #cccccc;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 0 0;
}

#navi-left {
    position: relative;
    height: 76%;
    width: 180px;
    padding-top: 20px;
    padding-left: 5px;
}

#navi-bottom {
    position: absolute;
    width: 960px;
    height: 20px;
    bottom: 0px;
    text-align: center;
    background-color: #ddd;
}

#rechts {
    position: absolute;
    top: 130px;
    width: 180px;
    height: 85%;
    right: 0px;
    background-image:url("../upload/logos/logo.gif");
    background-position:bottom;
    background-repeat:no-repeat;
}

#text {
    position: absolute;
    top: 130px;
    left: 180px;
    width: 600px;
    height: 74%;
    padding-top: 10px;
    padding-left: 10px;
    overflow: auto;
    z-index: 3;
}

.input {
    color: #000000;
    font-size: 11px;
    border: 1px inset #333333;
    background-color : #eeeeee;
}

.input_button {
    color: #FFFFCC;
    font-size: 10px;
    border: 1px inset #333333;
    background-color : #FF0000;
}

a.navi2_off {
    background-image: url("../images/off.gif");
    background-repeat: no-repeat;
    background-position:left;
    margin-bottom:6px;
    padding-left:20px;
    display:block;
}

a.navi2_on, a.navi2_open, a.navi2_off:hover {
    background-image: url("../images/on.gif");
    background-repeat: no-repeat;
    background-position:left;
    margin-bottom:6px;
    padding-left:20px;
    display:block;
    text-decoration:none;
}

a.navi3_off {
    background-image: url("../images/off.gif");
    background-repeat: no-repeat;
    background-position:left;
    margin-bottom:6px;
    margin-left:10px;
    padding-left:20px;
    display:block;
}

a.navi3_on, a.navi3_off:hover {
    background-image: url("../images/on.gif");
    background-repeat: no-repeat;
    background-position:left;
    margin-bottom:6px;
    margin-left:10px;
    padding-left:20px;
    display:block;
}

h1.content {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    padding-bottom: 0px;
}

h2.content {
    font-size : 13px;
    color : #336699;
    font-weight : bold;
}

a.sitemap_level1 {
    display:block;
    border-bottom:1px solid #b4a8b4;
    color:rgb(217,104,28);
    font-weight:bold;
    background:url("../images/navi_pfeil_rechts.gif") no-repeat;
    background-position:right;
    background-color:#DEDEDE;
}

a.sitemap_level2 {
    color:rgb(62,77,116);
    background:url("../images/navi_pfeil_rechts.gif") no-repeat;
    background-position:170px 4px;
    display:block;
}

a.sitemap_level3 { color:rgb(190,190,190); }

.sitemap_level2_container {
    float:left;
    width:50%;
    padding-top:.3em;
}

.sitemap_level3_container {
    float:right;
    width:50%;
    padding-top:.3em;
}

a:link {
    font-size : 12px;
    text-decoration : none;
    color : #000000;
    border: none;
}

a:visited, a:active {
    font-size : 12px;
    text-decoration : none;
    color : #000000;
}

a:hover {
    font-size : 12px;
    text-decoration : none;
    color : #777777;
}

/* to stretch the container div to contain floated list */
#navcontainer:after {
    display: block;
    line-height: 1px;
    font-size: 1px;
    clear: both;
}

ul#navlist {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 960px;
}

ul#navlist li {
    display: block;
    float: left;
    width: 192px;
    margin: 0;
    padding: 0;
}

ul#navlist li a {
    display: block;
    width: 190px;
    padding-bottom:7px;
    padding-top:7px;
    border-width: 1px;
    border-color: #ffe #aaab9c #ccc #fff;
    border-style: solid;
    text-decoration: none;
    background-color: #efefef;
    font-size:13px;
    font-weight:bold;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a {
    background-color: #fafafa;
    font-weight:bold;
    border-bottom:none;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
    background-color: #afafaf;
    border-color: #aaab9c #fff #fff #ccc;
    color:#000000;
}

