/*****************************************************
 ************** Farben für Neu Werbung ***************
 *****************************************************
 Hellblau: #d6e0ed
 Orange Logo: #ff8136
 Dunkelblau Logo: #00519e
******************************************************/

html, body {  
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    background: #fff url(../layoutpics/body_bg.jpg) repeat-x; 
    color: #000;
    /* margin: 0 auto; */ /*centered content*/
    /* text-align: center; */ /*IE centered content*/ 
}

#fullheightcontainer, #wrapper {
        min-height: 92%;   
}
/* hack for all IE, who don't understand min-height */
* html #fullheightcontainer, * html #wrapper {
    height: 92%;
}
/*hack end*/


/*----------all relative elements-----*/
body, #fullheightcontainer, #wrapper, #footer, #head {
    position: relative;
}

/*----------width of whole content-----*/
#fullheightcontainer, #content, #footer, #head {
    width: 974px; 
    margin: 0 auto; /*centered content*/
    padding: 0;
    text-align: left; 
}


/*-------content elements definition-------*/
#metaBox {
    width: 974px;
    height:30px; 
    background: #ff8136 url(../layoutpics/meta_nav.gif) repeat-x;
    }
    
#headerBox {
    width: 974px;
    height:261px;
    background-color:transparent;
}
#fullheightcontainer { 
    background: #fff url(../layoutpics/content_bg.gif) repeat-y;
}
#content {
    padding-top:  0px;  /*distance to top = height of header*/
    padding-bottom:  0px; /*important! distance between content + page end incl. footer*/ 
}
#head {
    /* background: #fff url(../layoutpics/head_bg.gif) no-repeat; */
    height: 291px;
    background-color:fff;

}
#logo {
    float:left;
    margin: 2px 0px 0px 30px;
    }
#leftBox {
    float:left;
    width:194px;
    /*background: #bbb url(../../user_upload/beispiele/bg_body.gif);*/
    background-color: transparent;
}
#rightBox {
    float:right;
    width:756px;
    padding:0 0 0 0;
    margin: 0 0 0 0;
    /*background: #bbb url(../../user_upload/beispiele/bg_body.gif);*/
    background-color: transparent;
    }
#rightBar {
    float: right;
    width: 194px;
    margin: 30px 0 0 0px;
    padding:0;
    background-color: #d6e0ed;
   }
   
/* css classes to deactivate floats*/
.clearer {
    clear: both;
    display: block;
    height: 1px;
    margin-bottom: -1px;
    font-size: 1px;
    line-height: 1px;
}
.clearfix:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden;
}
.clearfix {
      display: inline-block;
}
/* without IE Mac \*/
* html .clearfix {
      height: 1%;
}
.clearfix {
      display: block;
}
/* End without IE Mac */
