@charset "utf-8";
/* CSS Document */

html, body{
        font: 100% Arial,Verdana, Helvetica, sans-serif;
        font-size: 11px;    
        margin:0px;
        padding:0px;
        text-align:center;
        height:100%;
        width:100%;
        background-color:#ffffff;
}   
img {
    border: none;
}
p{
margin:0px;
padding:0px;
}
.clearboth {
    clear: both;
}

/* IE 6 fix für Ghost-Bug */
html #inhalt_bereich {
display:inline; 
}

/* /// MAIN - CONTAINER ///////////////////// */

#container{
    margin:0px auto 0px auto;
    text-align:left;
    width: 1000px;
    height: auto;
    background-color:#FFFFFF;
}


/* /// KOPF-Bereich ///////////////////// */
#head{
    width: 1000px;
    height: 262px;
    background-color: #FFFFFF;
}


/* /// Navi-Bereich ///////////////////// */
#navi_bereich{
    width: 1000px;
    height: 28px;
}



/* /// Inhalt-Bereich ///////////////////// */
#inhalt_bereich{
    width: 751px;
    height: auto;
    float:left;
    padding-left: 21px;
    background-color:#FFFFFF;
}
#text_bereich{
    width: 730px;
    height: auto;
    line-height: 15px;  
    background-color:#FFFFFF;
    padding:30px 0px 30px 3px;
}
#teaser_bereich{
    width: 751px;
    height: 273px;
    float:left;
    background-color:#FFFFFF;
}

.teaser{
    float:left;
    width: 234px;
    height: 254px;
    padding-right: 14px;
}

.teaser_headline_1{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:12px;
    color:#FFFFFF;
    font-weight:bold;
    padding: 5px 4px 0px 12px;
    background-image:url(../upload/images/t_header_blau.jpg); 
    background-repeat:no-repeat;
    height: 21px;
}
.teaser_headline_2{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:12px;
    color:#FFFFFF;
    font-weight:bold;
    padding: 5px 4px 0px 12px;
    background-image:url(../upload/images/t_header_rot.jpg); 
    background-repeat:no-repeat;
    height: 21px;
}
.teaser_headline_3{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:12px;
    color:#FFFFFF;
    font-weight:bold;
    padding: 5px 4px 0px 12px;
    background-image:url(../upload/images/t_header_gruen.jpg); 
    background-repeat:no-repeat;
    height: 21px;
}

.teaser_text{
    padding-top:5px;
    padding-bottom:5px;
    line-height: 15px;
}


/* /// Seiten-Bereich ///////////////////// */
#seiten_bereich{
    width: 213px;
    height: auto;
    float:left; 
    background-color:#FFFFFF;
    padding-left: 14px;
}
.aktuelles{
    width: 195px;
    height: auto;
    padding: 12px 0px 0px 7px;
    margin-bottom: 7px;
    background-color: #f1f1f2;
}
.t_weiter_pfeil{
    margin-top: 4px;
}
.news_teaser_1{
    color: #4b9b2a;
    font-weight:bold;
}
.news_teaser_2{
    color: #0061ab;
    font-weight:bold;
}
.news_teaser_3{
    color: #f9b823;
    font-weight:bold;
}

/* /// Fussbereich ///////////////////// */
#fuss_bereich{
    margin:0px auto 0px auto;   
    text-align:left;
    color:#FFFFFF;
    font-size:11px;
    width: 1000px;
    height: 30px;
    background-image:url(../upload/images/fuss.jpg);
    background-repeat:no-repeat;
}
#f1{
    float:left;
    padding: 8px 0px 0px 19px;
}
#f2{
    float:left;
    padding: 8px 0px 0px 644px;
}
#f3{
    float:left;
    padding: 8px 0px 0px 105px;
}


/* /// TEXT-LINKS  ///////////////////// */
#text_bereich a:link{
    color:#000000;
    text-decoration: underline;
}
#text_bereich a:visited{
    color:#000000;
    text-decoration: underline;
}
#text_bereich a:hover{
    color:#000000;
    text-decoration: underline;
}

.regionen_links{
    color:#4b9c24;
    text-decoration: none;
}

.teaser_text a:link{
    color:#000000;
    text-decoration: underline;
}
.teaser_text a:visited{
    color:#000000;
    text-decoration: underline;
}
.teaser_text a:hover{
    color:#000000;
    text-decoration: underline;
}

.aktuelles a:link{
    color:#000000;
    text-decoration: none;
}
.aktuelles a:visited{
    color:#000000;
    text-decoration: none;
}
.aktuelles a:hover{
    color:#000000;
    text-decoration: none;
}

.news_teaser_1 a:visited{
    color: #4b9b2a;
    text-decoration: none;
}
.news_teaser_1 a:link{
    color: #4b9b2a;
    text-decoration: none;
}
.news_teaser_1 a:hover{
    color: #4b9b2a;
    text-decoration: none;
}
.news_teaser_2 a:link{
    color: #0061ab;
    text-decoration: none;
}
.news_teaser_2 a:visited{
    color: #0061ab;
    text-decoration: none;
}
.news_teaser_2 a:hover{
    color: #0061ab;
    text-decoration: none;
}
.news_teaser_3 a:link{
    color: #f9b823;
    text-decoration: none;
}
.news_teaser_3 a:visited{
    color: #f9b823;
    text-decoration: none;
}
.news_teaser_4 a:hover{
    color: #f9b823;
    text-decoration: none;
}


#f1 a:link{
    color: #ffffff;
    text-decoration: none;
}
#f1 a:visited{
    color: #ffffff;
    text-decoration: none;
}
#f1 a:hover{
    color: #ffffff;
    text-decoration: underline;
}


#f2 a:link{
    color: #ffffff;
    text-decoration: none;
}
#f2 a:visited{
    color: #ffffff;
    text-decoration: none;
}
#f2 a:hover{
    color: #ffffff;
    text-decoration: underline;
}

