/********************************************************************/
/* Layout */
/********************************************************************/

html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background-color:#eeeeee;
	background-image:url(/images/background.gif);
	background-position:top left;
	background-repeat:repeat-y repeat-x;
	text-align:center; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#525252;
}

div#background {
	background-image:url(/images/background_verlauf.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

/********************************************************************/
/*content rahmen des inhalts*/
/********************************************************************/
div#center {
	background-image:url(/images/bg_content.gif);
	background-position:top left;
	background-repeat:repeat-y; 
	width:776px;
	height:100%;
	margin: 0px auto;
	
	/* für Inhalte die über 100% Höhe gross sind */
	overflow:visible;
	min-height:100%;
}

/* für Inhalte die über 100% Höhe gross sind, nur für Mozilla/Firefox*/
body>div#background div#center {
	height:auto;
}

/********************************************************************/
/*content header menu*/
/********************************************************************/
div#menu {
	position: relative;
	left: 3px;
	width: 770px;
	height: 181px;
	background-color:#ffffff;
}

/********************************************************************/
/*content inhalt*/
/********************************************************************/
div#content {
	background-image:url(/images/navi_background_blanck.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	position: relative;
	left: 3px;
	width: 770px;
	height: 300px;
	/*background-color: #dddddd;*/
}

div#leftarea {
	float:left;
	position: relative;
	width: 152px;
	margin-top: 120px;
	z-index:1;
	/*background-color: #dddddd;*/
}

div#mitte {
	float: left;
	position: relative;
	width: 461px;
	margin-top: 20px;
	/*background-color: #eeeeee;*/
	z-index:2;
}

div#rightarea {
	float:left;
	position: relative;
	width: 155px;
	margin-top: 8px;
	z-index:3;
	/*background-color: #dddddd;*/
}

/********************************************************************/
/* Footer bereich*/
/********************************************************************/
div#footer {
	clear:both;
	position: relative;
	left: 3px;
	margin-top: -180px;
	width: 770px;
	z-index:0;
}

.footerImg {
	width: 770px;
	height: 71px;
	background-color: #ffffff;
	background-image:url(/images/img_footer.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top: 15px;
	text-align:right; 
}

div#kontakt {
	position: relative;
	width: 149px;
}

div#adresse {
	margin-left: 5px;
}

div#oeffnungszeiten {
	margin-left: 5px;
	margin-bottom:10px;
}

div#footer div#kontakt p {
	line-height: 12px;
	font-size:9px;
}



div#newsletter {
	margin-left: 5px;
}

div#suche {
	margin-left: 5px;
}

div#banner {
	margin-left: 5px;
}

div#webcam {
	margin-left: 5px;
}
