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

img, div {
   behavior: url(iepngfix.htc);
}

body {
	background: #000 url(../img/bg_main.jpg);
	background-repeat: repeat-x;
	text-align: center; /*IE centered content*/	
}
#container {
	margin: 0 auto; /*centered content*/
	text-align: center; /*IE centered content*/
}
#container, #fullheightcontainer {
	min-height: 100%;  	
}
/* hack for all IE, who don't understand min-height */
* html #container, #fullheightcontainer {
	height: 100%;
}
/*hack end*/

/*----------all relative elements-----*/
body, #container, #fullheightcontainer, #footer {
	position: relative;
}
/*---------all absolute elements-----*/
#header, #logo, #rootline, #navigation,
#search, #printlink, #language, #servicemenu {
	position: absolute;
}
/*---------all floated elements left-----*/
#contentMain, #contentWrap, #contentRight, #contentBorder { 
	float: left;
}
/*---------all floated elements right-----*/
/*#contentWrap {
	float:right;
}*/
/*----------width of whole content-----*/
#fullheightcontainer, #header, #content, #footer {
	width: 820px; 
	margin: 0 auto; /*centered content*/
	top: -460px;
	text-align: left;
	z-index: 3; 
}
/*-------content elements definition-------*/
#fullheightcontainer {
	/*background: #fff url(../img/bg_content.gif);*/ /* Background for whole content: gray background left, dotline between content and right */
	background-color: #fff;
		}
#ct2 #fullheightcontainer {  /* background for layout ct2 */
	/*background: #fff url(../img/bg_content_c2.gif) repeat-y;*/
	background-color: #fff;
}
#navigation {
	top: 265px;
	left: 10px;
	/*width: 800px;*/
}
#content {
    padding-top:  315px;  /*distance to top = height of header*/
	padding-bottom:  50px; /*important! distance between content + page end incl. footer*/ 
}
#contentWrap {
	width: 800px; /* width = content - leftmenu - margin to leftmenu */
}
#contentMain {
	width: 580px;
	padding-left: 15px;
	min-height: 250px;
}
#ct2 #contentMain {  /* width for layout ct2 */
	width: 780px;
	padding-left: 15px;
	min-height: 250px;
}
#contentRight {
	padding: 0 10px 0 0; /*extra div for IE6*/
}
#right {
	color: #666;
	padding-left: 19px;
	width:164px;
}
#steine {
	position: relative;
	top: 100px;
	height: 560px;
	width: 886px;
	background-image: url(../img/steine.png);
	background-repeat: no-repeat;
	z-index: -1;
	margin: 0 auto; /*centered content*/
}
/*#header {
	height: 190px;
	left: 0;
	top: 0;
	background: #036 url(../img/searchbox.gif);
}*/
#logo {
	left: -100px;
	top: -100px;
	z-index: 3;
}
#mainTeaser {
	position: absolute;
	overflow: hidden;
	top: 10px;
	left: 10px;
	right: 0px;
	height: 246px;
	width: 800px;
	z-index: 1;
	/*background: #036;*/
}
#flashcontent {
	width: 800px;
	height: 246px;
	z-index: -1;
}
#servicemenu {
	top: -20px;
	right: 25px;
	margin: 0 auto; /*centered content*/
	}
#language {
	top: -80px;
	right: 0;
}
#language div {
	display: inline;
}
#search {
	top: -80px;
	left: 530px;
}
#printlink {
	top: -20px;
	right: 5px;
}
#rootline {
    width: 670px; /*width  of content-wrap*/
	top: -77px;
	left: 350px;
	height: 20px;
	font-size: 90%;
	color:#7d7d7d;
}
#rootline a {
    color:#7d7d7d;
}
#footer {
	/*background: #036 url(../img/box_unten.gif);*/
	color: #999;
	background: #070604 url(../img/reflex.jpg);
	height: 70px;
	margin: -40px auto 0 auto;
	font-size: 90%; 
	bottom: 0;
	clear: both;
}
#footer p {
	text-align: center;
	margin: 0;
	padding-top: 15px;
	clear: both;
}

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



