html, body {  
	height: 100%;
}
/* not for mac ie\*/
html {
	overflow-y: scroll;
}
/* end hack */

body {
	background: #B8D5DD url(../img/bg_owl_1.gif);
	background-repeat: repeat-y;
        background-position: center;
        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, #servicemenu, #topmenu {
	position: absolute;
}
/*---------all floated elements left-----*/
#leftmenu,#contentMain, #contentRight, #contentBorder { 
	float:left;
}
/*---------all floated elements right-----*/
#contentWrap { 
	float:right;
}
/*----------width of whole content-----*/
#fullheightcontainer, #header, #content {
	width: 900px; 
	margin: 0 auto; /*centered content*/
	text-align: left; 
}

#footer {
       width: 938px;
       margin: 0 auto; /*centered content*/
       text-align: left;
}

/*-------content elements definition-------*/
#fullheightcontainer {
	background: #fff url(../img/bg_content_w.gif); /* Background for whole content: gray background left, dotline between content and right */	
}
#ct2 #fullheightcontainer {  /* background for layout ct2 */
	background: #fff url(../img/) repeat-y;	
}

#ct3 #fullheightcontainer {  /* background for layout ct3 */
	background: #fff url(../img/) repeat-y;	
}

#ct4 #fullheightcontainer {  /* background for layout ct4 */
	background: #fff url(../img/) repeat-y;	
}
#content {
    padding-top:  221px;  /*distance to top = height of header*/
	padding-bottom:  30px; /*important! distance between content + page end incl. footer*/ 
}
#contentWrap {
	width: 682px; /* width = content - leftmenu - margin to leftmenu */
	margin-top: 30px;
}
#contentMain {
	width: 440px;
}
#ct2 #contentMain {  /* width for layout ct2 */
	width: 680px;
}

#ct3 #contentMain {  /* width for layout ct3 */
	width: 330px;
	
}

#ct3 #contentRight {  /* width for layout ct3 */
	float: right;
	width: 320px;
	padding: 0 0px 0 0px;
	
}

#ct3 #right {
        float: right;
        margin-right: 0px;
	width: 320px;
	background-color: #fff;
	
}

#ct4 #contentMain {  /* width for layout ct4 */
	width: 500px;
	
}

#ct4 #contentRight {  /* width for layout ct4 */
	float: right;
	width: 210px;
	padding: 0 10px 0 0px;
	
	
}

#ct4 #right {
        float: right;
        margin-right: 0px;
	width: 210px;
	background-color: #fff;
	
}

#contentRight {
	padding-left: 30px; /*extra div for IE6*/
}




#left {
     width: 200px;
     
}
#right {
	width: 210px;
}

#leftcontent {
         width:200px;
         padding-top: 20px;
         padding-left: 0px;
         padding-bottom: 20px;
}

#header {
	height: 200px;
	left: 0;
	top: 20px;
	/*background: #f8f8f8 url(../img/bgall-head.jpg);
	background-position: top;
        background-repeat: repeat-x;*/
	background: #ff9900;
	
}
#header img {
	position: absolute;
        top: 0px;
	right: 0px;
	
}
#logo {
	right: 0px;
	top:20px;
	z-index: 7;
}

#logo1 {
	left: 204px;
	top:20px;
	
}

#logo2 {
	left: -30px;
	top:0px;
	
}

#servicemenu {
	top: 25px;
left: 0px;
	z-index: 6;
}

}
#language {
	top: 3px;
	right: 0;
}
#language div {
	display: inline;
}
#search {
	top: 185px;
	right: 45px;
	z-index: 6;
}
#printlink {
	top: 185px;
	right: 13px;
	z-index: 6;
}
#rootline {
    width: 465px; /*width  of content-wrap*/
	top: 180px;
	left: 217px;
	height: 20px;
	font-size: 90%; 
	z-index: 20;
}
#footer {
	background: #eee url(../img/);
        background-repeat: repeat-x;
        background-position: top;
	height: 111px; 
	margin: 0px auto 0 auto;
	font-size: 90%; 
	clear: both;
}
#footer p {
	text-align: right;
	color: #333;
	margin-right: 50px;
	padding-top: 20px;
}

#footer a {
    color: #333;
}
/* 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 */




