body {
    background-color: #E2EAFC;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #999999;
    outline: 0px;
}

img {
    border:0;
}

#body {
    background-color: #FFFFFF;
    width: 815px;
    height: 100%;
    margin: auto;
    font-family:Verdana, Arial, Helvetica, Lucida, sans-serif;
    font-size:12px;
    z-index: 1;
    position: relative;
}

#hauptpanel {
    width: 740px;
    text-align: center;
    margin: auto;
    z-index: 1;
    position: relative;
}

#logo {
    background-color: #FFFFFF;
    width: 270px;
    height: 70px;
    float: left;
    z-index: 1;
    position: relative;
}

#obenrechts {
    width: 470px;
    height: 70px;
    float: right;
    text-align: right;
    z-index: 1;
    position: relative;
}

#obernav {
    width: 400px;
    height: 70px;
    float: right;
    text-align: right;
    color: #999999;
    color: #003399;
    z-index: 1;
    position: relative;
}

#obernav a {
    color: #000000;
}

#header {
    background-color: #ffffff;
    width: 100%;
    height: 225px;
    clear: both;
    z-index: 1;
    position: relative;
}

#teaserA {
    background-color: #EEEEEE;
    width: 245px;
    height: 100px;
    z-index: 1;
    position: relative;
    float: left;
}

#teaserB {
    background-color: #EEEEEE;
    text-align: left;
    width: 495px;
    height: 100px;
    z-index: 1;
    position: relative;
    float: left;
}


.frei1 {
    background-color: #ffffff;
    height: 5px;
    position: relative;
    clear:both;
}

.frei2 {
    background-color: #ffffff;
    height: 25px;
    position: relative;
    clear:both;
}

.newsbox {
    background-color: #ffffff;
    position: relative;
    width: 230px;
    min-height: 20px;
    float: left;
    text-align: left;
}

.contbox3 {
    background-color: #ffffff;
    position: relative;
    width: 230px;
    min-height: 20px;
    float: left;
    text-align: left;
    padding: 0 10px;
}

.contbox2 {
    background-color: #ffffff;
    position: relative;
    width: 367px;
    min-height: 20px;
    float: left;
    text-align: left;
}

.contbox1 {
    background-color: #ffffff;
    position: relative;
    width: 740px;
    min-height: 20px;
    float: left;
    text-align: left;
}

#content {
    clear: both;
    background-color: #ffffff; /*#EEEEEE;*/
    min-height: 20px;
}

#bottomA {
    background-color: #003399;
    color: #999999;
    text-align: right;
    height: 50px;
    width: 265px;
    float: left;
}

#bottomB {
    background-color:#003399;
    color: #999999;
    text-align: right;
    height: 50px;
    width: 475px;
    float: left;
    line-height:0px;
}

#bottomB a {
    text-decoration: none;
    /*color: #ffffff;*/
    color: #C0C0C0;
     line-height:50px;
}

ul.horzNavi {
    margin:0 20px 0px 0;
    padding:0;
}
ul.horzNavi li {
    margin:0;
    padding:0 1px 0 5px;
    display:inline;
    border-left:1px solid #D7D7D6;
}

#navigation {
    background-color: #14630C;
    width: 200px;
    position: absolute;
    left: 25px;
    top: 90px;
    z-index: 99;
    border: 2px;
    border-style: solid;
    border-color: #FFFFFF;
    text-align: right;
   background-image:url(../images/navi.gif);
    background-repeat:repeat-y;
}

/* Level 1 */
#navigation ul {
    width:200px;
    margin:0;
    padding:0;
    background-color:transparent;
}

#navigation ul li {
    width:200px;
    height:37px;
    margin:0;
    padding:0 0 0 0px;
    list-style-type:none;
}


#navigation ul li a {
    display:block;
    width:200px;
    height:37px;
    line-height:37px;
    margin:0;
    padding:0;
    font-size:13px;
    font-weight:400;
    color:#fff;
    border-bottom:1px solid #ccc;
    text-decoration:none;
}
#navigation ul li a:hover {
    background-image:url(../images/navi_over.gif);
    background-repeat:no-repeat;
    background-position: left center;
    color:#fff;
}

#navigation ul li.active a {
    background-image:url(../images/navi_active.gif);
    background-repeat:no-repeat;
    background-position: left center;
    color:#fff;
}

.headline {
     font-size: 18px; 
     line-height: 22px;
     color: rgb(51,79,119); 
     font-weight: bold;
     padding: 15px 0;
 }
 
.subheadline {
     font-size: 14px; 
     line-height: 14px;
     color: rgb(51,79,119); 
     font-weight: bold;
     padding: 5px 0;
 }
 
.text {
     color:#000000;
     line-height: 16px;
     font-size: 12px; 
}

.tabelleA {
  background-color: #B0C4DE; 
   text-align: center;
}

.imgborder {
    border: 1px solid #000;
}

.tablink a:link {
   color: #000000;
}
.tablink a:visited {
   color: #000000;
}
.tablink a:active {
   color: #000000;
}
