html, body  {
        width:100%;
}

body{
        margin:0px;
        text-align:center;
        background:#EEEEEE;
}

body, td, table, div, span, a, b, th {
        font-family:Verdana, Arial, Helvetica, sans-serif;
        text-decoration:none;
}

.cell_top{
        background-image:url(bilder/kopf.jpg);
        width:990px;
        height:113px;
}

.cell_nav {
        height:60px;
        text-align:left;
        padding-left:86px;
        vertical-align:middle;
        background-color:#FFFDF1;
}

.cell_nav, .cell_nav a {
        font-size:15px;
        color:#bbb199;
}

.cell_nav a:hover {
        color:#bbb199;
}
.cell_nav a.cell_nav_active{
        font-size:15px;
        color:#4D4534;
}

.cell_content {
        background-color:#FFFDF1;
        background-image:url(bilder/bg_inhalt.jpg);
        background-position:bottom left;
        background-repeat:no-repeat;
        width:990px;
        vertical-align:top;
        padding-top:20px;
        text-align:left;
}

.cell_footer {
        height:25px;
        background-color:#DFD9CD;
        vertical-align:middle;
        font-size:11px;
        font-weight:normal;
        text-align:left;
}

.cell_footer div {
        height:25px;
        vertical-align:middle;
}

.cell_footer .address{

        position:absolute;
        margin-left:85px;
        padding-top:5px
}

.cell_footer .address, .cell_footer .address a{
        color:#827868;
}

.cell_footer .metanav {
        position:absolute;
        margin-left:790px;
        padding-top:5px
}

.cell_footer .metanav, .cell_footer .metanav a {
        color:#827868;
}

.cell_footer .metanav a:hover {
        color:#bbb199;
}

.cell_footer .dark {
        color:#827868;
}

#content_left {
        margin-left:87px;
        margin-bottom:20px;
        width:520px;
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
        line-height:17px;
        color:#555555;
        position:relative;
}
#content_left table, #content_left td{
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
}

#content_left a {
        font-size:12px;
        font-family:Arial, Helvetica, sans-serif;
        font-weight:bold;
        color:#555555;
}

#content_right {
        position:absolute;
        margin-left:608px;
}

#content_right img{
        border:1px solid #DFD9CD;
        width:234px;
        margin-bottom:8px;
}

h1, .head {
        font-family:Arial, Helvetica, sans-serif;
        font-size:13px;
        text-transform:uppercase;
        color:#827868;
        font-weight:normal;
}

.content_table td {
        vertical-align:top;
        padding-bottom:22px;
}

.news div {
        font-size:3px;
        display:none;
}

.imprint_table td {
        vertical-align:top;
        padding-bottom:12px;
}

div.language {
        position:absolute;
        left:700px;
        margin-top:-30px;
        width:135px;
        text-align:right;
        color:#bbb199;
}

#content_left div.language a {
        color:#bbb199;
}

/* ============================ Layout - Download - Liste ============================ */

ul.link-list{
        list-style-type:none;
        padding: 0px;
        }

ul.link-list li{
        text-decoration:none;
        }

ul.link-list li a{
         display: block;

         background-color: #DFD9CD;
         padding: 10px 0px 10px 20px;
         margin-bottom: 2px;

         border-radius: 6px;
         -moz-border-radius: 6px;
         -webkit-border-radius:6px;
        }

ul.link-list li a:hover{
          background-color: #c4bfb5;  ;
        }


