/* CSS Document */
*{
margin: 0;
padding:0;
}


/*Formatierung Layout*/

html, body {
	background: url(../pics_layout/moveup_streifen_bg.gif) repeat-x;
	background-color:#35678C;
	height:100%;
	text-align: center; /* Zentrierung im Internet Explorer */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 150%;
}



#container{
	position:relative;
	width: 940px;
	min-height:100%;
	height:100%;
	text-align: left; /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto 0 auto ; /*horizontale Zentrierung */
	z-index:1;

}



#header
	{
	position:relative;
	width: 944px;
	height:73px;
	background:url(../pics_layout/header_moveup.jpg) top right no-repeat;
	z-index:5;

	}
	
	
#teaserholder
	{
	position:absolute;
	width: 126px;
	height: auto;
	margin-left:13px;
	margin-top:20px;
	z-index:6;

	}
	
.teaser
	{
	position:relative;
	width: 126px;
	height: 170px;
	margin-top:10px;
	padding-top:11px;
	background:url(../pics_layout/teaser_cts.png) no-repeat;
	}	


.teaser_no_bg
	{
	position:relative;
	width: auto;
	height: auto;
	padding:10px 10px 0 0;
	}
	
.teaserbild
	{
	position:relative;
	padding-left:3px;
	padding-bottom:5px;
	}

.teasertext
	{
	position:relative;
	width: 110px;
	height: auto;
	margin-left:12px;
	font-size:11px;
	}
	



#logo_oben
{
	position:absolute;
	background:url(../pics_layout/logoclimbtosuccessbig.gif) no-repeat;
	margin-left:155px;
	margin-top:70px;
	width:200px;
	height:80px;
	z-index:7000;
}	




#infobox
{
	position:absolute;
	background:url(../pics_aktuell/aufbau.gif) no-repeat;
	margin-top:400px;
	margin-left:155px;
	width:200px;
	height:100px;
	z-index:7000;

}	

#logo_unten
{
	position:absolute;
	background:url(../pics_layout/logoadventureforestsmall.gif) no-repeat;
	margin-top:-42px;
	margin-left:75px;
	width:120px;
	height:50px;
	z-index:7000;
}	
	
#menu_left
{
	position:absolute;
	margin-left:160px;
	margin-top:100px;
	width:auto;
	height:auto;
	z-index:7001;

}	
	


#main
	{
	position:relative;
	width: 945px;
	height:auto;
	background:url(../pics_layout/bg_content_blau.jpg) top right repeat-y;

	}


#parkauswahl
	{
	position:relative;
	color:#006699;
	background-color:#DED0B1;
	width: 521px;
	height:auto;
	margin-left:368px;
	padding: 10px 0px 2px 19px;
	z-index:7100;

	}	

	

#content
	{
	position:relative;
	width: 478px;
	height:auto;
	margin-left:380px;
	padding: 22px 20px 0px 20px;
	z-index:2;

	}	
	
	
#slideshow
	{
	position:relative;
	background:url(../pics_slideshow/images/wippe.jpg) no-repeat;
	width: 541px;
	height:200px;
	margin-left:368px;
	z-index:2;
	}	

	
#footer {
	background:url(../pics_layout/footer_blau.jpg) no-repeat top right;
	height:170px;
	width: 945px;
	margin-top:-15px; /* wegen FF margin-bottom 15px-Versatz*/

}

#footer_holder{
	position:relative;
	padding-left:100px;
	margin-left:55px;
	height:80px;
	width: 680px;
}

#footer_navi {
	position:absolute;
	padding-top:34px;
	height:25px;
	width: 217px;
	z-index:700;
	color:#FFFFFF;
}


#footer_content {
	position:absolute;
	padding-left:233px;
	height:50px;
	width: 457px;
}
