@charset "UTF-8";
/* CSS Document */

body {
	margin:				0;
	padding:			0;
	background-image:	url(../images/design/background.jpg);
	overflow:			auto;
	overflow-x:			hidden;
}

#design {
	position:			absolute;
	top:				0;
	left:				50%;
	width:				900px;
	margin-left:		-450px;
}

#header_background {
	position:			absolute;
	top:				0;
	left:				0;
	width:				100%;
	height:				150px;
	background-image:	url(../images/design/header_top.png);
	background-position:top;
	background-repeat:	repeat-x;
}

#header {
	width:				900px;
	height:				150px;
	background-image:	url(../images/design/header.png);
	background-position:center 30px;
	background-repeat:	no-repeat;
}

#navigation_background {
	position:			absolute;
	top:				150px;
	left:				0;
	width:				100%;
	height:				41px;
	background-image:	url(../images/design/orange_top.png);
	background-position:bottom;
	background-repeat:	repeat-x;
}

#navigation {
	position:			relative;
	overflow:			hidden;
	width:				1000px;
	margin-left:		-50px;
	padding-left:		50px;
	height:				29px;
}

#navigation {
	height:				41px;
	list-style-type:	none;
}

#navigation li {
	width:				150px;
	height:				41px;
	background-position:center center;
	background-repeat:	no-repeat;
	float:				left;
	cursor:				pointer;
}

li.backLava {
	position:absolute;
	width:24px;
	z-index:-10;
}
li.backLava .leftLava {
	background:transparent url(../images/design/header_navigation_button.png) repeat-x scroll left top;
	height:100%;
}

li#startseite {
	background-image:	url(../images/design/top_startseite.png);	
}

li#nachrichten {
	background-image:	url(../images/design/top_nachrichten.png);	
}

li#wir_ueber_uns {
	background-image:	url(../images/design/top_wir_ueber_uns.png);	
}

li#aktionen {
	background-image:	url(../images/design/top_aktionen.png);	
}

li#gaestebuch {
	background-image:	url(../images/design/top_gaestebuch.png);	
}

li#kontakt {
	background-image:	url(../images/design/top_kontakt.png);	
}

#topcontent_background {
	position:			absolute;
	top:				191px;
	left:				0;
	width:				100%;
	background-image:	url(../images/design/orange_background.png);
}

#topcontent {
	width:				900px;
	padding:			20px 0;
}

#pagecontent_background {
	position:			absolute;
	left:				0;
	width:				100%;
	background-image:	url(../images/design/orange_bottom.png);
	background-position:top;
	background-repeat:	repeat-x;
}

#pagecontent {
	width:				900px;
	padding:			30px 0;
}

#footer {
	position:			absolute;
	top:				0;
	left:				0;
	width:				100%;
	height:				26px;
	padding:			12px 0 0 0;
	background-image:	url(../images/design/footer.png);
	background-repeat:	repeat-x;
	color:				#FFF;
	text-align:			center;
}
