html, body {  
	height: 100%;
}
/* not for mac ie\*/
html {
	overflow-y: scroll;
}
/* end hack */

body {
	background: #bbb url(../img/body-bg.gif);
         margin-top: 10px;	
	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, #top, #topmenu {
	position: absolute;
}
/*---------all floated elements left-----*/
#leftmenu,#leftcontent,#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/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;	
}
#content {
    padding-top:  250px;  /*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 */
	
	padding: 5px 5px 5px 5px;
}
#contentMain {
	width: 440px;
}
#ct2 #contentMain {  /* width for layout ct2 */
	width: 660px;
}
#contentRight {
	padding: 0 10px 0 30px; /*extra div for IE6*/
}
#right {
	width: 190px;
}

#leftcontent {
         width:180px;
         
         padding: 20px 10px 10px 10px;
}
#header {
	height: 200px;
	left: 0;
	top: 0px;
	background: #bbb url(../img/body-bg.gif);
}
#header img {
	position: absolute;
         top: 6px;
	left: 0px;
}
#logo {
	left: -23px;
	top:-10px;
	z-index: 2;
}

#logo1 {
	left: 730px;
	top:90px;
	z-index: 2;
}

#logo2 {
	left: 480px;
	top:90px;
	z-index: 2;
}

#top {
         width: 900px;
         height: 40px;
         top: 170px;
         margin: 0;
         background-color: #ddd;
}

#topmenu {
         
	top:170px;
	height: 40px;
	width:700px;
	background: #ddd;
	margin-left: 200px;
}

#topmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#topmenu ul a {
	float: left;
	display: block;
	line-height: 40px;
	text-decoration: none;
	background-color: #ddd;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding: 0 12px;
	margin: 0;
	color: #333;
}

#topmenu a:hover, #topmenu a.act, #topmenu a:active  {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #C31924;
}

#topmenu li {
	float: left;
	margin: 0;
	padding: 0;
}




#servicemenu {
	top: 10px;
	font-size: 15px;
	right: 30px;
}
#language {
	top: 3px;
	right: 0;
}
#language div {
	display: inline;
}
#search {
	top: 180px;
	left: 10px;
}
#printlink {
	top: 180px;
	right: 10px;
}
#rootline {
    width: 670px; /*width  of content-wrap*/
	top: 225px;
	left: 230px;
	height: 20px;
	font-size: 90%; 
}
#footer {
	background-color:#ff0000;
	height: 20px;
	margin: -20px auto 0 auto;
	font-size: 90%; 
	color:#ffffff;
	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 */



