/* CSS Document fuer www.spd-frickenhausen.net - 2009*/
* {
font-family: arial, verdana, sans-serif;
    font-size: 9pt;
}

html, body {
    height: 100%;
    border: none;
    margin: 0 0 0 0;
    background-color: #fff;
}

#maincontainer{
    width: 980px;
    height: 100%;
    margin: 0px auto;
    background-color: #fff;
}

#head{
    width: 100%;
    height: 125px;
    background-color: #fff;
}

#logo{
    float: left;
    background-color: #fff;
    width: 529px;
}

#quicknavi{
    background-color: #fff;
    height: 125px;
    text-align: right;
    padding-top: 110px;
}

#quicknavi a{
    color: #1c4c5c;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

#quicknavi a:active{
    text-decoration: underline;
    color: #e2001a;
}

#quicknavi a:hover{
    text-decoration: underline;
}

#quicknavi a:visited{

}

#left{
    float: left;
    height: 100%;
    width: 200px;
    border: none;
    margin: 0 0 0 0;
}

#left ul{
    background-color: #bbd8e1;
    margin: 0 0 0 0;
    padding-left: 0px;
    list-style-type: none;
}

#left li a{
    display: block !important;
    display: inline;
    width: 182 !important;
    width: 200px;
    height: 20px !important;
    height: 30px;
    background-color: #bbd8e1;
    margin: 0 0 0 0;
    padding-left: 18px;
    padding-top: 6px;
    padding-bottom: 1px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    color: #1c4c5c;
}

#left li a:hover{
    background-color: #1c4c5c;
    color: #fff;
}

#left li a:active{
    text-decoration: none;
    color: #fff;
}

#left .subnavi a{
    display: block;
    height: 20px;
    background-color: #fff;
    margin: 0 0 0 0;
    padding-left: 18px;
    padding-top: 6px;
    padding-bottom: 1px;
    font-weight: normal;
    border-bottom: 1px solid #bbd8e1;
    text-decoration: none;
    color: #1c4c5c;
}

#left .subnavi a:hover{
    background-color: #1c4c5c;
    color: #fff;
    font-weight: normal;
}

#left .subnavi a:active{
    text-decoration: none;
    color: #fff;
    font-weight: normal;
}

#left .aktuell a{
    background-color: #1c4c5c;
    color: #fff;
}

#left .subaktuell a{
    background-color: #1c4c5c;
    color: #fff;
    font-weight: normal;
}

#content{
    width: 535px;
    float: left;
    height: 100%;
    border: none;
    margin: 0 0 0 0;
}

#contentbalken{
    border-left: 1px solid #fff;
    background-color: #bbd8e1;
    height: 27px;
    width: 100%;
    margin: 0 0 0 0;
}

#contentbalken_r{
    background-color: #bbd8e1;
    height: 27px;
    width: 100%;
    margin: 0 0 0 0;
}

#rootline{
    max-width: 535px;
    color: #e2001a;
    text-decoration: none;
    margin-left: 25px;
    margin-top: 10px;
    margin-bottom: 25px;
    margin-right: 25px;
    font-size: 8pt;
}

#rootline a{
    text-decoration: none;
    font-size: 8pt;
}

#rootline a:hover{
    text-decoration: underline;
}

#inhalt{
    max-width: 535px;
    margin-left: 25px;
    margin-top: 10px;
    margin-bottom: 25px;
    margin-right: 25px;
}

#right{
   float: right;
    width: 245px;
    border: none;
    margin: 0 0 0 0;
}

#latest-header{
    width: 100%;
    background-color: #e2001a;
    margin: 0 0 0 0;
}

#latest-items{
    //width: 100%;
    background-color: #e2e2e2;
    margin: 0 0 0 0;
    padding: 5 5 5 5;
}

#latest p{
    margin: 0 0 0 0;
    background-color: #e2e2e2;
}

#latest-header h1{
    color: #fff;
    font-size: 10pt;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
}

h1{
    font-size: 12pt;
    color: #e2001a;
    margin-left: 0px;
    margin-right: 0px;
}

h2{
    font-size: 10pt;
    color: #000;
    font-weight: bold;
    margin: 0 0 0 0;
}

a{
    color: #e2001a;
    font-weight: normal;
    text-decoration: none;
}

a:active{
    color: #e2001a;
    text-decoration: none;
}

a:hover{
    color: #e2001a;
    text-decoration: underline;
}

a:visited{
    color: #e2001a;
    text-decoration: none;
}


