html, body {
        height: 100%;
}
/* not for mac ie */
html {
overflow: scroll;
}

/* end hack */

body {
        background: #ffffff;
        text-align: center; /*IE centered content*/
}

#fullheightcontainer, #wrapper {
        min-height: 100%;
}

/* hack for all IE, who don't understand min-height */
* html #fullheightcontainer, * html #wrapper {
        height: 100%;
}
/*hack end*/


/*----------all relative elements-----*/
body, #fullheightcontainer, #wrapper  {
        position: relative;
}
/*---------all absolute elements-----*/
#header, #logo, #rootline, #trailer
#search, #printlink, #servicemenu, #topmenu {
        position: absolute;
}
/*---------all floated elements left-----*/
#leftmenu,#contentMain, #contentRight  {
        float:left;
}
/*---------all floated elements right-----*/
#contentWrap {
        float:right;
}

/*----------width of whole content-----*/
#fullheightcontainer, #header, #content {
        width: 750px;
        margin: 0 auto; /*centered content*/
        text-align: left;
}


/*-------content elements definition-------*/

#fullheightcontainer {  /* width for layout ct2 */
        background: #ffffff ;
        background-image: url(/fileadmin/gfx/bg_snavi.gif);
        background-repeat: repeat-y;

}

#contentWrap {
        width: 570px; /* width = content - leftmenu - margin to leftmenu */
}
#ct2 #contentMain {
        width: 400px;
}
#ct1 #contentMain {  /* width for layout ct1 */
        width: 560px;
}
#contentRight {
        padding: 0 0px 0 10px; /*extra div for IE6*/
}
#right {
        width: 150px;
}

#leftmenu {
      width: 150px;
      padding-left:0px;
      padding-right: 5px;
      padding-bottom: 30px;
      margin-top: 0px;
     }

#header {
height: 205px;
background-image: url(/fileadmin/gfx/bg_navi.gif);
background-repeat: repeat-x;
}

#trailer {;

     margin-top: 70px;
     height: 135px;
     width: 750px;

        }

#logo {
        left: 0px;
        top: 0px;
        z-index: 2;
}

#servicemenu {
        top: 179px;
        right: 5px;
}

#topmenu {
   background: transparent;
   right: 0px;
   margin-top: 0px

}

#search {
padding-top: 210px;
        left: 0px;
         height: 30px;
        width:170px;
        background-color: transparent;
}

#printlink {
        top: 210px;
        right: 10px;
}

#rootline {
        width: 570px; /*width  of content-wrap*/
        top: 207px;
        left: 180px;
        height: 20px;
        font-size: 90%;
}


#content {
        padding-top:  15px;  /*distance to top = height of header*/
        padding-bottom:  0px; /*important! distance between content +
                              page end incl. footer*/
}

/* 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 */

