html, body {  height: 100%;}
/* not for mac ie\*/
html {overflow-y: scroll;}
/* end hack */
body {
	background: #bbb;
	text-align: center; /*IE centered content*/	
	#background-image:url(../img/bg_content_c2.gif);
	#background-repeat:no-repeat;
	#font-size:13px;
	#color:#3a3a3a;
	#font-family:Arial, Helvetica, sans-serif;
	#background-position: center top;
	#background-position: center bottom;
	#padding:0px;
	#margin:0px;
	#text-align:center; }

#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;
}
/*---------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 for whole content: gray background left, dotline between content and right */	
	#background: #fff url(../img/bg_content.gif) ;
	background-repeat:no-repeat;
	#background-position: center top;
	background-position: center bottom;
	#background-position: center;
	background: #fff url(../img/bg_content.gif) repeat-y; 
	#background: #fff url(../img/rialto_kopie.gif) ; 
	#background: #fff; 
}
#ct2 #fullheightcontainer {  /* background for layout ct2 */
	#background: #fff url(../img/bg_content.gif) ;
	background: #fff url(../img/bg_content_c2.gif) repeat-y;	
}
#content {
        padding-top:  280px;  /*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: 440px;
}
#ct2 #contentMain {  /* width for layout ct2 */
	width: 600px;
}
#contentRight {
	padding: 0 10px 0 30px; /*extra div for IE6*/
}
#right {
	width: 190px;
}
#header {
	height: 230px;
	left: 0;
	top: 0;
	background: #003399;
}
#header img {
	position: absolute;
        top: 20px;
	right: 0px;
}
#logo {
	left: 0px;
	top: 20px;
	z-index: 2;
}
#servicemenu {
	top: 240px;
	right: 50px;
}
#language {
	top: 240px;
	right: 0;
}
#language div {
	display: inline;
}
#search {
	top: 240px;
	left: 10px;
}
#printlink {
	top: 240px;
	right: 10px;
}
#rootline {
        width: 670px; /*width  of content-wrap*/
	top: 240px;
	left: 230px;
	height: 20px;
	font-size: 90%; 
}
#footer {
	background: #003399;
	height: 40px;
	margin: -40px auto 0 auto;
	font-size: 90%; 
	clear: both;
}
#footer p {
	text-align: center;
	margin: 0;
	padding-top: 10px;
	color: #cccccc
}
/* 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 */