html, body {  
	height: 100%;
}
/* not for mac ie\*/
html {
	overflow-y: scroll;
}
/* end hack */

body {
	background: #635f59 url(../img/bg.jpg) top left no-repeat;
	text-align: left;
}
#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-----*/

#search, #printlink, #language, #servicemenu {
	position: absolute;
}
/*---------all floated elements left-----*/
#content-left, #contentWrap{ 
	float:left;
}
/*---------all floated elements right-----*/


/*----------width of whole content-----*/
#fullheightcontainer, #header, #content, #footer {
	text-align: left; 
}

#content-right{ 

}

#content-right{ 

	margin-left: 280px;
	padding-top: 159px;
}


/*-------content elements definition-------*/
#fullheightcontainer {
	background: transparent;
	width: 1000px;
	padding: 60px 0 0 80px;
}


}
#content {
    padding-top:  180px;  /*distance to top = height of header*/
	padding-bottom:  50px; /*important! distance between content + page end incl. footer*/ 
}
#contentWrap {
	width: 670px; /* width = content - leftmenu - margin to leftmenu */
}
#contentMain {
	width: 505px;
}
#ct2 #contentMain {  /* width for layout ct2 */
	width: 505px;
}
#contentRight {
	padding: 0 10px 0 30px; /*extra div for IE6*/
}



#content-subleft {
	width: 235px;
	float: left
}

#content-subright {
	margin-left: 270px;
	width: 235px;
}


#logo {
	width: 146px;
	height: 90px;
	margin: 0 0 70px 0;
}
#servicemenu {
	top: 2px;
	right: 150px;
}
#language {
	top: 3px;
	right: 0;
}
#language div {
	display: inline;
}
#search {
	top: 150px;
	left: 10px;
}
#printlink {
	top: 150px;
	right: 10px;
}
#rootline {
    width: 670px; /*width  of content-wrap*/
	top: 155px;
	left: 230px;
	height: 20px;
	font-size: 90%; 
}
#footer {
	background: #ccc;
	height: 40px;
	margin: -40px auto 0 auto;
	font-size: 90%; 
	clear: both;
}
#footer p {
	text-align: center;
	margin: 0;
	padding-top: 5px;
}

	


/* 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 */



