html, body {  
	height: 100%;
	margin: 0;
	padding: 0;
}

/* end hack */


body {
	background: #003613 url(../img/bg.gif) repeat-x;
	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, #footer  {
	position: relative;
}
/*---------all absolute elements-----*/
#header, #logo, #rootline, 
#search, #printlink, #language, #servicemenu, #topmenu {
	position: absolute;
}
/*---------all floated elements left-----*/
#leftmenu,#contentMain, #contentRight, #contentBorder { 
	float:left;
	margin-top: 45px;
}
/*---------all floated elements right-----*/
#contentWrap { 
	float:right;
}

/*----------width of whole content-----*/
#fullheightcontainer, #header, #content, #footer, #topmenu {
	width: 950px; 
	margin: 0 auto; /*centered content*/
	text-align: left; 
}


/*-------content elements definition-------*/
#fullheightcontainer {
	background: #fff url(../img/bg_content.gif);
	border-top: 1px solid #aa823c;
	border-right: 1px solid #aa823c;
	border-left: 1px solid #aa823c;
	border-bottom: 1px solid #aa823c;
	/*top: 30px;*/
	z-index: 2;
}

#ct2 #fullheightcontainer {  /* width for layout ct2 */
	background: #fff url(../img/bg_content_c2.gif) repeat-y;	
}

#contentWrap {
	width: 740px; /* width = content - leftmenu - margin to leftmenu */
}
#contentMain {
	width: 534px;
}
#ct2 #contentMain {  /* width for layout ct2 */
	width: 727px;
}
#contentRight {
	padding: 0 5px 0 10px; /*extra div for IE6*/
}
#right {
	width: 190px;
}
#header {
	height: 215px;
	left: 0;
	top: 0;
	background: #023713;
}
#header img {
	position: absolute;
        top: 20px;
	right: 0px;
}
#logo {
	left: 0;
	top:20px;
	z-index: 2;
}
#servicemenu {
	top: 3px;
	right: 85px;
}
#language {
	top: 3px;
	right: 0;
}
#language div {
	display: inline;
}

#search {
	top: 150px;
	left: 10px;
}
#printlink {
	top: 150px;
	right: 10px;
}

#rootline {
        width: 535px; /*width  of content-wrap*/
	top: 3px;
	left: 17px;
	height: 20px;
	font-size: 90%; 
}

#content {
        padding-top:  180px;  /*distance to top = height of header*/
	padding-bottom:  50px; /*important! distance between content + page end incl. footer*/ 
}
#footer {
	background: #ccc;
	height: 400px;
	margin: -400px auto 0 auto;
	font-size: 90%;
	width:100%;
	z-index: 0;
	background: transparent url(../img/bg_gras.jpg) no-repeat scroll center bottom; 
}
#footer p {
	text-align: center;
	margin: 0;
	padding-top: 5px;
}
#background {
	background-x-position: center;
	background-y-position: top;
	width: 100%;
	height: 100%;
	background: transparent url(../img/bg_gras.jpg) no-repeat center bottom;
	position: absolute;
}

/* 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 */



