/** Zusammenfassung **/

#wrapper,
#leftcontainer,
#centercontainer,
#rightcontainer,
#header,
#content,
#bannerbk {
   position: relative;
}

/** Umfassende Elemente **/

#wrapper {
   margin: 25px auto;
   width: 892px;
   background-image: url(../images/wrapper.gif);
   background-repeat: repeat-y;
   background-position: left top;
   border-top: 1px solid #008847;
   border-bottom: 1px solid #008847;
}

#leftcontainer,
#centercontainer,
#rightcontainer {
   float: left;
}

#leftcontainer {
   width: 179px;
   padding-left: 54px;
   margin-right: 1px;
   padding-top: 115px;
}

#centercontainer {
   width: 372px;
   margin-right: 1px;
}

#rightcontainer {
   width: 257px;
   padding-right: 28px;
}

/** Inhalte im Centercontainer **/

#header {
   border-bottom: 1px solid #D4AA39;
   border-left: 1px solid #D4AA39;
   border-right: 1px solid #D4AA39;
   width: 370px;
   height: 152px;
}

#content {
   padding: 25px 10px;
   width: 352px;
}

/** Bannerbk **/

#bannerbk {
   position: relative;
   margin: 15px 10px;
   padding: 3px;
}

#domain {
   position: absolute;
   bottom: 0;
   left: 0;
   height: 231px;
   width: 53px;
   background-image: url(../images/domain.gif);
   background-position: right bottom;
   background-repeat: no-repeat;
}

/** Bannerbaukasten **/

#bbk {
   position: relative;
   margin: 15px 10px;
   padding: 3px;
}

/** Contact Box **/

#contact {
   position: relative;
   margin: 15px 10px;
   padding: 3px;
   background-color: #008C50;
   color: #fff;
}

#contact h1 {
   font-size: 110%;
   text-decoration: underline;
}

#content h2 {
   font-weight: bold;
}

/** Clear **/

#clear {
   position: relative;
   clear: both;
   background-color: #008847;
   height: 1px;
   width: 1px;
}

/** Ausblenden der Druckelemente für die aktive Seite **/

#print_adresse,
#print_logo {
   display: none;
}
