html, body {  
	height: 100%;
	margin-top:10px;
}
/* not for mac ie\*/
html {
	overflow-y: scroll;
}
/* end hack */

body {
	background: #F1CFA2 url(../../erlebnisregion/header/tag_back1.jpg);
    	background-repeat: no-repeat;
    	background-attachment: fixed;
    	background-position: center;
	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, #ederseelogo, #rootline, 
#search, #navi, #maske, #printlink, #language, #servicemenu, #datum {
	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: 980px; 
	margin: 0 auto; /*centered content*/
	text-align: left; 
	-moz-border-radius-bottomright:30px;
	-moz-border-radius-bottomleft:30px;
	border-bottom-right-radius:30px;
	border-bottom-left-radius:30px;
	-webkit-border-bottom-right-radius:30px;
	-webkit-border-bottom-left-radius:10px;
	-khtml-border-radius-bottomright:30px;
	-khtml-border-radius-bottomleft:30px;
	
	-moz-border-radius-topright:7px;
	-moz-border-radius-topleft:7px;
	border-top-right-radius:7px;
	border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-webkit-border-top-left-radius:7px;
	-khtml-border-radius-topright:7px;
	-khtml-border-radius-topleft:7px;
	}

/*-------content elements definition-------*/
#fullheightcontainer {
	background: #fff url(../img/bg_content_kultur.gif); /* Background for whole content: gray background left, dotline between content and right */	
	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;
	border: 1px solid #fff;
	
}
#ct2 #fullheightcontainer {  /* background for layout ct2 */
	background: #fff url(../img/bg_content_c2a.gif) repeat-y;	
}
#content {
    padding-top:  380px;  /*distance to top = height of header*/
	padding-bottom:  50px; /*important! distance between content + page end incl. footer*/ 
}
#contentWrap {
	width: 750px; /* width = content - leftmenu - margin to leftmenu */
}
#contentMain {
	width: 520px;
}
#ct2 #contentMain {  /* width for layout ct2 */
	width: 740px;
}
#contentRight {
	padding: 50px 10px 0 30px; /*extra div for IE6*/
	-moz-border-radius-bottomright:30px;
	-khtml-border-radius-bottomright:30px;
	-webkit-border-bottom-right-radius:30px;
	border-bottom-right-radius:30px;
	}
#right {
	width: 190px;
}
#header {
	height: 310px;
	left: 0;
	top: 0;
	background: #FFE0A2;
}
#header img {
	position: absolute;
    	top: 50px;
	right: 0px;
}
#maske {
	position: absolute;
    	top: 50px;
	right: 0px;
	z-index:3;
}

#fl_header_slide_slideshow {
	position: absolute;
    	top: 50px;
	right: 0px;
	z-index:1;
}


#ederseelogo {
	right: 0;
	top:290px;
	z-index: 4;
}
#servicemenu {
	top: 2px;
	left: 0px;
}
#language {
	top: 3px;
	right: 50px;
}
#language div {
	display: inline;
}
#search {
	top: 1px;
	left: 600px;
}
#printlink {
	top: 1px;
	right: 5px;
}


#rootline {
    	width: 980px; /*width  of content-wrap*/
    	background-color:#FF9900;
	top: 20px;
	left: 0px;
	border-bottom:1px solid #808080;
	padding-top: 5px;
	height: 24px;
	color:#990000;
	font-family: Corbel,Trebuchet MS,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	letter-spacing:0.1em;
	font-variant: small-caps;
	text-shadow: 1px 1px 1px #FFF;
	}
	

#navi {
width:550px;
top:330px;
left:230px;
}

#pagecollectortoolbar {
background-image: url(merkzettel.jpg);
background-repeat: no-repeat;
background-position: left top;
width: 480px;
padding: 110px 5px 5px 25px;
float: left;
clear: left;
}

#footer {
	background: #FF9900;
	height: 40px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-bottom-right-radius:30px;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:30px;
	-moz-border-radius-bottomleft:10px;
	-khtml-border-radius-bottomright:30px;
	-khtml-border-radius-bottomleft:10px;
	-webkit-border-bottom-right-radius:30px;
	-webkit-border-bottom-left-radius:10px;
	margin: -40px auto 0 auto;
	color: white;
	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 */




