html, body {  
	height: 100%;
}
/* not for mac ie\*/
html {
	overflow-y: scroll;
}
/* end hack */

body {
	background: #eee url(../img/body-bg.gif);
        margin-top: 0px;	
	text-align: center; /*IE centered content*/	
}
#fullheightcontainer {
	min-height: 100%;  	
}
/* hack for all IE, who don't understand min-height */
* html #fullheightcontainer {
	height: 100%;
}
/*hack end*/

/*----------all relative elements-----*/
body, #fullheightcontainer, #footer  {
	position: relative;
}
/*---------all absolute elements-----*/
#header, #logo, #rootline, #logo1, #logo2,
#search, #printlink, #language, #topmenu, #servicemenu {
	position: absolute;
}
/*---------all floated elements left-----*/
#contentLeft, #contentMain, #contentRight, #contentBorder { 
	float:left;
}
/*---------all floated elements right-----*/
#contentWrap { 
	float:right;
}
/*----------width of whole content-----*/
#fullheightcontainer, #header, #content, #footer {
	width: 900px; 
	margin: 0 auto; /*centered content*/
	text-align: left; 
}


/*-------content elements definition-------*/
#fullheightcontainer {
	background:#fff  url(../img/); /* Background for whole content: gray background left, dotline between content and right */	
}
#ct2 #fullheightcontainer {  /* background for layout ct2 */
	background:#fff  url(../img/.gif) repeat-y;	
}

#ct3 #fullheightcontainer {  /* background for layout ct2 */
	background: #fff url(../img/) repeat-y;	
}

#ct4 #fullheightcontainer {  /* background for layout ct2 */
	background: #fff url(../img/) repeat-y;	
}

#ct5 #fullheightcontainer {  /* background for layout ct2 */
	background: #fff url(../img/) repeat-y;	
}

#content {
    padding-top:  410px;  /*distance to top = height of header*/
	padding-bottom:  50px; /*important! distance between content + page end incl. footer*/ 
}
#contentWrap {
	width: 890px; /* width = content  */
	
	padding: 5px 5px 5px 5px;
}
#contentMain {
	width: 540px;
	margin-left: 20px;
}
#ct2 #contentMain {  /* width for layout ct2 */
	width: 860px;
}

#ct3 #contentMain {  /* width for layout ct3 */
	width: 520px;
	
}

#ct3 #contentRight {  /* width for layout ct3 */
	float: right;
	width: 320px;
	padding: 0px 0px 0px 0px;
	
}

#ct3 #right {
         float: right;
         margin-right: 10px;
	 width: 300px;
	
}

#ct4 #contentMain {  /* width for layout ct4 */
	width: 410px;
	margin-left: 20px;	
}
#ct4 #contentLeft {
        float: left;
        width: 200px;
 }

/*#ct4 #leftcontent {
         
         width:200px;
         
         /*padding: 0px 10px 10px 10px;*/
}*/
#ct4 #contentRight {  /* width for layout ct4 */
	float: right;
	width: 200px;
	padding: 0px 0px 0px 0px;
	
}

#ct4 #right {
         float: right;
         margin-left: 10px;
	 width: 200px;
	
}

#ct5 #contentMain {  /* width for layout ct4 */
	width: 410px;
	margin-left: 20px;	
}



#ct5 #contentRight {  /* width for layout ct4 */
	float: right;
	width: 410px;
	padding: 0px 0px 0px 0px;
	
}

#ct5 #right {
         float: right;
         margin-right: 20px;
	 width: 410px;
	
}



#contentRight {
         
	padding: 0 5px 0 10px; /*extra div for IE6*/
}
#right {
        margin-left: 20px; 
	width: 280px;
}

/*#leftcontent {
         width:180px;
         
         padding: 20px 10px 10px 10px;
}*/
#header {
	height: 335px;
	left: 0;
	top: 0px;
	background: #fff url(../img/);
}
#header img {
	position: absolute;
         top: 46px;
	left: 0px;
}
#logo {
	left: 0px;
	top: 3px;
	z-index: 2;
}

#logo1 {
	left: 765px;
	top: 200px;
	z-index: 2;
}

#logo2 {
	left: -23px;
	top:27px;
	z-index: 2;
}


#servicemenu {
	top: 19px;
	font-size: 15px;
	right: 30px;
	z-index: 15;
}

#language {
	top: 3px;
	right: 0;
}
#language div {
	display: inline;
}
#search {
	top: 390px;
	right: 30px;
	z-index: 0;
}
#printlink {
	top: 18px;
	right: 10px;
	z-index: 10;
}
#rootline {
    width: 770px; /*width  of content-wrap*/
	top: 390px;
	left: 25px;
	height: 20px;
	font-size: 90%; 
}
#footer {
	background-color:#E2001A;
	height: 20px;
	margin: -20px auto 0 auto;
	font-size: 100%; 
	color:#ffffff;
	clear: both;
}
#footer p {
	text-align: left;
	margin-left: 20px;
	padding-top: 3px;
}


/* 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 */


