#wrapper {
   width: 990px;
   margin: 30px auto 0;
   
}

/*** HEADER ***/

#header {
   position: relative;
   width: 990px;
   height: 260px;
   background-image: url("../images/header.jpg");
   background-repeat: no-repeat;
}
#logo {
   position: absolute;
   right: 0;
   bottom: 40px;
}
#headermenu {
   position: relative;
   height: 36px;
   background-color: #0065b5;
   width: 100%;
   overflow: hidden;
   display: block;
}

#contentwrapper {
   width: 100%;
   position: relative;
   overflow: hidden;
   display: block;
   margin-top: 29px;
}
#leftbox {
   position: relative;
   width: 180px;
   margin-right: 20px;
   float: left;
   min-height: 200px;
}
#centerbox {
   position: relative;
   width: 100%px;
   margin-right: 20px;
   float: left;
}
#rightbox {
   position: relative;
   width: 180px;
   float: left;
   min-height: 200px;
}
#rightbox p {
   background-color: #0065b5;
   color: #fff;
   text-transform: uppercase;
   font-size: 120%;
   display:block;
   padding-left: 5px;
   margin-top: 0;
   padding-top: 0;
}
#footer {
   width: 100%;
   background-color: #0065b5;
   margin: 29px 0;
}
#footer p {
   color: #fff;
   padding: 10px;
   margin: 0 auto;
   width: 820px;
   font-size: 100%;
}
/**** PRINT ****/

#printcontainer {
   display: none;
}
/**** NEWS STARTSEITE *****/

.bn_liste {
   margin: 0;
   padding: 0;
   overflow: hidden;
   display: block;
}

.bn_liste h3 {
   padding: 10px;
   color: #333;
}
.bn_liste h3 a {
   background-image: url("../images/news_h1_punkt.png");
   background-repeat: no-repeat;
   background-position: left 1px;
   color: #333;
}
.bn_liste img {
   position: relative;
   float: right;
   margin: 5px 10px 0;
   border: none;
   height: 110px;
   top: -35px;
}

.bn_liste .bn_liste_content {
   padding: 10px;
   overflow: hidden;
   font-family: Trebuchet MS;
}
.bn_liste .bn_liste_content .readmore {
   float: right;
}
.bn_liste .clearLeft {}

.bn_detail img {
   position: relative;
   float: right;
   margin: 5px 10px 0;
   border: none;
   height: 110px;
   top: -35px;
}
.bn_detail h1 {
   margin-bottom: 10px;
}
#footer a{
   color: #fff;
}

