html, body {  
	height: 100%;
}
/* not for mac ie\*/
html {
	overflow-y: scroll;
}
/* end hack */

body {
	background: #FFFFFF url(../img/bg-seite.gif) repeat-x top;
	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 {
	position: relative;
}
/*---------all absolute elements-----*/
#schattenmitte, #header, #logo, #rootline, #printlink, #language, #servicemenu {
	position: absolute;
}
/*---------all floated elements left-----*/
#mainmenu, #contentMain, #contentOnly, #contentLeft, #contentRight, #contentBorder { 
	float:left;
}
/*---------all floated elements right-----*/
#contentWrap { 
	float:right;
}
/*----------width of whole content-----*/
#fullheightcontainer, #schattenmitte, #hintergrundbild, #header, #content, #footer {
	width: 922px; 
	margin: 0 auto; /*centered content*/
	text-align: left; 
}

/*-------content elements definition-------*/
#fullheightcontainer { /* Background for whole content: */
	padding-top: 11px;
}
#ct2 #fullheightcontainer {  /* background for layout ct2 */
}
#schattenmitte {
	top: 192px;
	background-image: url(../img/bg-komplett.png);
	background-repeat: repeat-y;
}
#hintergrundbild {
	width: 898px;
	height: 100%;
	background: #FFFFFF url(../img/bg-inhalt.gif) no-repeat right bottom;
}
#content {
	width: 898px;
	padding-top: 18px;  /*distance to top = height of header*/
	padding-bottom: 50px; /*important! distance between content + page end incl. footer*/
}
#contentWrap {
	width: 651px; /* width = content - leftmenu - margin to leftmenu + SCHATTEN */
}
#contentMain {
	width: 410px;
}
#ct2 #contentMain {  /* width for layout ct2 */
	width: 630px;
}

#contentLeft { /* width für autom. 3-spaltiges layout */
	width: 410px;
}

#contentOnly { /* width für autom. 2-spaltiges layout */
	width: 630px;
}

#contentRight {
	padding: 0px 0px 0px 30px; /*extra div for IE6*/
}

#mainmenu { /* umschließt #leftmenu und #search, damit #search unterhalb leftmenu folgen kann */
	width: 200px;
	left: 12px;
}

#right {
	width: 195px;
}

#header {
	width: 922px;
	height: 192px;
	left: 0;
	top: 0;
	background-image: url(../img/bg-kopf.png);
	background-repeat: no-repeat;
	background-position: top;
}
#header img {
	position: absolute;
	top: 12px;
	right: 12px;
}
#logo {
	left: 12px;
	top: 12px;
	z-index: 2;
}
#printlink { /* weitere Einstellungen siehe menu.css */
	top: 170px;
	left: 690px;
}
#servicemenu {
	top: 170px;
	left: 752px;
}
#language {
	top: 3px;
	right: 0;
}
#language div {
	display: inline;
}
#search {
	padding-top: 40px;
	padding-left: 30px;
}

#rootline {
  width: 670px; /*width  of content-wrap*/
	top: 170px;
	left: 258px;
	height: 20px;
	font-size: 9px;
	color: #df7907;
}
#rootline a:link, #rootline a:visited {
	color: #df7907;
	text-decoration: none;
	font-weight: normal;
}
#rootline a:hover {
	color: #df7907;
	text-decoration: underline;
}
#footer {
	background: #FFFFFF url(../img/bg-unten.png) no-repeat top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 40px;
	margin: 0 auto;
	clear: both;
}
#footer p {
	font-size: 9px;
	color: #df7907;
	text-align: center;
	margin: 0;
	padding-top: 15px;
}
#footer a:link, #footer a:visited {
	color: #df7907;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	color: #df7907;
	text-decoration: underline;
}


/* 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 */

