body {
    color:#000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    background-color: #FFCC00;
}
#logo {
    margin: 20px;
}
#header {
    margin-left: 20px;
}

/*IE only*/
*+html #header {
    margin-top: 20px;
    margin-bottom: 20px;
}
#partner {
    width: 1174px;
    background-color: #FFFFFF;
    padding: 10px;
}
#maincontent {
    background-color: #FFCC00;;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border: 2px;
    border-color: rgb(0,126,157);
    border-style: solid;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#navigation {
    width: 200px;
    background-color:rgb(0,126,157);
    margin-bottom: 20px;
}
#sprachen{
    width: 190px;
    background-color:rgb(0,126,157);
    color: white;
    padding-left: 10px;
    margin-top: 20px;
}
#newsletter {
    width: 190px;
    background-color:rgb(0,126,157);
    color: white;
    padding-left: 5px;

}
#content_text {
    width: auto;
    height: auto;
    background-color: #FAEFD9;
    padding-top: 2px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
}
#news, #chronik {
    background-color: rgb(0,126,157);
    width: 250px;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 11px;
    color: #FFFFFF;
}
.titel_fett {
    font-size: 40px;
    font-weight: bold;
    line-height: 18px;
    color:rgb(226,0,38);
}
.fett {
    font-weight:bold;
}
.blue {
    background-color:#FFCC00;
}
.titel {
    font-size: 40px;
    line-height: 24px;
    color:rgb(226,0,38);
}
h1 {
    font-size: 24px;
    font-weight: normal;
    color: white;
    padding-left: 225px;
    background-color: #007E9D;
}
h2 {
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
}
h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 2px;
}
.titel_fett_weiter {
    font-size: 60px;
    line-height: 18px;
    color:rgb(226,0,38);
}
.opacity {
    background-color: #FFFFFF;
    opacity: 0.3;
    -moz-opacity: 0.3;
    filter: alpha(opacity=30);
}
.bild {
    border: 1;
    border-color: #FFFFFF;
}
.eingabe {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
}
a:link.more {
    color: #FFFFFF;
}
a:link {
    text-decoration: none;
    color: rgb(0,126,157);
}
a:visited {
    text-decoration: none;
    color: rgb(0,126,157);
}
a:hover {
    text-decoration: underline;
}
a:active {
    text-decoration: none;
}

/* ###################################################### */
/* ####################### NAVIGATION ################### */
/* ###################################################### */

/* Level 1 */
#navigation ul {
    width:190px;
    margin:0;
    padding:0;
    /*background-color:#F2F2F2;*/
    background-color:transparent;
}
#navigation ul li {
    width:190px;
    margin:0;
    padding:0 0 0 0px;
    list-style-type:none;
}
#navigation ul li a {
    display:block;
    width:190px;
    height:30px;
    line-height:30px;
    margin:0;
    padding:0 0 0 10px;
    font-size:14px;
    color:#fff;
    border-bottom:1px solid #ccc;
    background-repeat:no-repeat;
    background-position:180px 3px;
    text-decoration:none;
}
#navigation ul li a:hover, #navigation ul li.active a {
    background-color: #FAEFD9;
    background-repeat:no-repeat;
    background-position:0 0;
    color:#000000;
}

/* Level 2 */
#navigation ul.subNavigation {
    width:190px;
    margin:0;
    padding:0;
    background-color:transparent;
}
#navigation ul.subNavigation li a {
    background-repeat:no-repeat;
    background-position:169px 8px;
    border-bottom:1px dotted #ccc;
    color:#fff;
    width:170px;
    padding-left:30px;
    background-color:transparent;
}
#navigation ul.subNavigation li a:hover, #navigation ul.subNavigation li.active a {
    background-color: #FAEFD9;
    background-repeat:no-repeat;

    background-position:0 0;
    color:#000000;
}

/* Level 3 */
#navigation ul.subSubNavigation {
    width:170px;
    margin:0;
    padding:0;
}
#navigation ul.subNavigation li ul.subSubNavigation li a {
    background-image:none;
    border-bottom:0;
    color:white;
    width:170px;
}

#navigation ul.subNavigation li ul.subSubNavigation li a:hover, #navigation ul.subNavigation li ul.subSubNavigation li.active a {
    background-image:url(../images/subsubnavi_over.gif);
    background-repeat:no-repeat;
    background-position:0 0;
}