html, body {  
	height: 100%;
}

/* not for mac ie\*/

html {
	overflow-y: scroll;
}

/* end hack */

body {
	background: #eb9e74 url(../img/bg_eskara.jpg) repeat-x;
	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, 
#search, #printlink, #language, #servicemenu {
	position: absolute;
}

/*---------all floated elements left-----*/

#leftmenu,#contentMain, #contentRight, #contentBorder { 
	float:left;
	padding-top: 50px;
}

/*---------all floated elements right-----*/

#contentWrap { 
	float:right;
}

/*----------width of whole content-----*/

#fullheightcontainer, #header, #content, #footer {
	width: 980px; 
	margin: 0 auto; /*centered content*/
	text-align: left; 
}

/*-------content elements definition-------*/

#fullheightcontainer {
	background: #fff url(../img/bg_content.gif); /* Background for whole content: gray background left, dotline between content and right */	
}
#ct2 #fullheightcontainer {  /* background for layout ct2 */
	background: #fff url(../img/bg_content_c2.gif) repeat-y;	
}
#leftmenu{
    	padding-top: 86px;
	padding-left: 6px; 
}
#content {
    	padding-top:  170px;  /*distance to top = height of header*/
	padding-bottom:  50px; /*important! distance between content + page end incl. footer*/ 
}
#contentWrap {
	width: 742px; /* width = content - leftmenu - margin to leftmenu */
}
#contentM {
	width: 540px;
	padding-top: 12px;
}
#contentMain {
	padding-bottom: 0;
	padding-left: 12px;
	padding-right: 10px;
}
#ct2 #contentMain {  /* width for layout ct2 */
	width: 710px;
	margin-top: 12px;
}
#ct2 #contentM {  /* width for layout ct2 */
	width: 710px;
	margin-top: 12px;
}
#contentRight {
	padding-bottom: 0;
	padding-left: 8px;
}
#right {
	width: 166px;
	margin-top: -7px;
}
#right p{
	margin: 6px;
}
#right a{
	background: #faeee7 url(../img/link.gif) no-repeat 2px;
	padding-left: 15px;
}
#header {
	height: 219px;
	left: 0;
	top: 0;
	background: #faeee7 url(../img/bg_header.jpg) no-repeat;
}
#header img {
	position: absolute;
    	top: 34px;
	right: 6px;
}
#logo {
	left: 6px;
	z-index: 2;
	top: 34px;
}
#servicemenu {
	top: 7px;
	left: 30px;
}
#servicemenu a {
	color: #faeee7;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#servicemenu a:hover {
	color: #feffff;
	text-decoration: underline;
}
/*------- elements sitemap-------*/
.csc-sitemap a {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}
.csc-sitemap ul {
	padding: 0;
	overflow: hidden;
	margin-left: 20px;
}
.csc-sitemap li {	
}
.csc-sitemap ul ul{
	margin: 0 0 0 20px;
	padding: 0;
	overflow: hidden;
}
.csc-sitemap a:hover {
	color: #dc7f4d;
}

#language {
	top: 3px;
	right: 0;
}
#language div {
	display: inline;
}
#search {
	top: 220px;
	left: 0;
	width: 225px;
	margin: 6px;
	background-color: #faeee7;
	border-bottom: 6px solid #feffff;
	height: 24px;
}
#printlink {
	top: 8px;
	left: 9px;
}
#rootline {
   	width: 670px; /*width  of content-wrap*/
	top: 195px;
	left: 12px;
	height: 20px;
	font-size: 90%; 
}
#footer {
	background: #eb9e74;
	height: 40px;
	margin: -40px auto 0 auto;
	font-size: 90%; 
	clear: both;
	border-top: 6px solid #ffffff;
}
#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 */




