body {
    height: 100.1%;
    margin:0 auto;
    background: url("images/background.gif") center top repeat-y #404040;
    font: 12px/15px verdana, arial, helvetica, sans-serif;
}

#container{
    width: 1000px;
    min-height: 610px;
    margin:0 auto;
}

#header{
    height: 140px;
    width: 1000px;
    background: #ffffff;
    margin-top: 20px;
    font: bold 14px/18px arial, verdana, helvetica, sans-serif;
    color: #a6a6a6;
    padding-top:5px;
    text-align:center;
}

#content1{
    height:auto !important;
    float:left;
    min-height: 350px;
    width: 1000px;
    background:#ffffff;
    position: relative;
}

#mainnav{
    float:left;
    width: 250px;
    height:auto !important;
    position: relative;
    padding: 10px;
    padding-top: 37px;
}

#aktionen{
    float: left;
    padding: 10px;
    margin: 5px;
    width: 170px;
    border: 1px solid #005AA5;
    text-align: center;
}

#aktionen h1{
    font-size: 12px;
    margin: 0;
}

#aktionen h2{
    font-size: 11px;
    margin: 0;
}

#aktionen a{
    color: #005AA5;
    text-decoration:none;
}

.lev1_bg{
    background: url("images/navbg.gif") no-repeat;
    width: 200px;
    height: 30px;
    padding-top:5px;
    padding-left: 30px;    
}

#content2{
    float:left;
    width: 700px;
    height: 500px;
    min-height: 500px;
    height: auto !important;
    position: relative;
    padding: 10px;
    padding-top: 20px;
}

#sidebar_right{
    float:right;
    width:190px;
    height: auto !important;
    min-height:100px;
    border: 1px solid #005AA5;
    margin-top: -37px;
    padding: 5px;
}


#footer{
    height: 60px;
    float:left;
    width: 1000px;
    background: url("images/pfeile.gif") center no-repeat #ffffff;
    margin-bottom: 20px;
    position: relative;
}

#footer a{
   color: #04529C;
   text-decoration: none;
}