/** Layout CSS - Mayle Fellermeier by CM **/

/** Allgemein umfassende Elemente **/

#wrapper,
#headwrapper,
#menucontainer,
#contentwrapper,
#contentcontainer {
   position: relative;
   width: 990px;
   background-color: #fff;
}

/** Spezifisch für den Wrapper **/

#wrapper {
   margin: 0 auto;
   padding: 0 0 15px;
}

/** Spezifisch für den Headwrapper **/

#headwrapper {
   text-align: right;
   padding: 15px 0 15px;
}

/** Spezifisch für den Menucontainer **/

#menucontainer {
   height: 244px;
}

/** Spezifisch für den Contentcontainer **/

#contentcontainer {
   padding: 9px 0;
}

/** Spezifisch für den Header **/

#header {
   position: relative;
   float: left;
   width: 827px;
   height: 243px;
   margin-left: 6px;
}

/** Spezifisch für den Leftcontainer **/

#leftcontainer {
   min-height: 1px;
   width: 157px;
   float: left;
   position: relative;
}

/** Bannerbk **/

#bannerbk {
   float: left;
   position: relative;
   width: 156px;
   padding: 10px 0 0;
}

/** Volltextsuche **/

#suche {
   background-color: #898888;
   height: 22px;
   color: #ccc;
   position: relative;
   margin-bottom: 5px;
}

#suche .vt {
   position: relative;
   height: 14px;
   width: 115px;
   background-color: #FFF;
   border: 0 none;
   margin: 4px 8px;
   padding: 0 5px 0 5px;
   font-size: 100%;
   float: left;
   font-size: 86%;
   color: #333;   
}

#suche .vtlink {
   position: relative;
   float: left;
   margin-top: 3px;
}

/** Clearing **/

#clear_head {
   position: relative;
   clear: both;
   height: 1px;
   background-color: #fff;
}

#clear_content {
   position: relative;
   clear: both;
   background-color: #fff;
}

/** Pagerouter **/

#pagerouter {
   position: relative;
   width: 645px;
   margin: 0 auto;
   height: 23px;
   border-top: 1px solid #333;
}

#pagerouter li {
   float: left;
   display: block;
}

#pagerouter a,
#pagerouter a:link,
#pagerouter a:visited {
   color: #333;
   display: block;
   text-decoration: none;
   padding: 3px 20px 3px 0;
}

#pagerouter a:focus,
#pagerouter a:hover,
#pagerouter a:active,
#pagerouter a.selected,
#pagerouter a.selected:link,
#pagerouter a.selected:visited,
#pagerouter a.selected:focus,
#pagerouter a.selected:hover,
#pagerouter a.selected:active {
   text-decoration: underline;
}

/** Entfernen der Elemente für die Druckvorschau **/

#print_adresse,
#print_logo {
   display: none;
}
