html, body {
	height: 100%;
	margin: 0;
	background: #999999;
}

/* not for mac ie\*/
html {
	overflow-y: scroll;
}

/* end hack */
body {
	text-align: center;
/*IE centered content*/
}
#fullheightcontainer {
	min-height: 100%;
	width: 950px;
	margin: 0 auto;
/*centered content*/
	padding: 0 10px;
	text-align: center;
	background: #FFFFFF url(../img/bg_shadow.jpg) repeat-y;
}

/* 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, #search, #printlink, #language, #servicemenu , #headermenu {
	position: absolute;
}

/*---------all floated elements left-----*/
#leftmenu, #contentMain, #contentRight, #contentBorder {
	float: left;
}

/*---------all floated elements right-----*/
#contentWrap {
	float: left;
	width: 730px;
/* width = content - leftmenu - margin to leftmenu */
}

/*----------width of whole content-----*/
#header, #content, #footer {
	width: 950px;
	text-align: left;
}

/*-------content elements definition-------*/
#ct2 #fullheightcontainer {
/* background for layout ct2 */
	background: #fff url(../img/bg_content_c2.gif) repeat-y;
}

#content {
	padding-bottom:  66px;
/*important! distance between content + page end incl. footer*/
}

#contentMain {
	width: 506px;
	padding-right: 24px;
}

#ct2 #contentMain {
/* width for layout ct2 */
	width: 660px;
}

#contentRight {
	padding: 0px;
/*extra div for IE6*/
	width: 200px;
	height: 546px;
}

#leftmenu {
	width: 139px;
	padding: 4px 24px 0 24px;
}

#header {
	height: 437px;
	background: #000000;
	position: relative;
}

#headerTeaser {
	position: absolute;
	left: 0;
	bottom: 0;
}

#logo {
	left: 24px;
	top: 10px;
	z-index: 2;
}

#servicemenu {
	top: 112px;
	right: 24px;
}

#language {
	display: none;
	top: 3px;
	right: 0;
}

#language div {
	display: inline;
}

#search {
	top: 10px;
	right: 24px;
}

#printlink {
	top: 113px;
	right: 24px;
	font-size: 12px;
}

#printlink a {
	color: #8C8C8C;
	text-decoration: none;
}

#printlink a:hover {
	color: #fff;
}

#rootline {
	padding: 14px 0 48px 24px;
	font-size: 0.8em;
}

#rootline a {
	color: #707070;
}

#rootline a:hover {
	color: #3d91f0;
}

#footer {
	background: url(../img/bg_footer.jpg);
	height: 66px;
	clear: both;
	width: 970px;
	margin: 0 auto;
}

#footer p {
	text-align: center;
	margin: 0;
	padding-top: 13px;
	font-size: 12px;
	color: #999999;
}

/* 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 */


