@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align: center;
/*	background-image: url(../_img/bg.jpg);
	background-repeat: repeat-x;*/
	
}



#center {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	z-index: 0;
	min-height:324px; /* Mindesthöhe in modernen Browser */
	height:auto !important; /* auto-height mit !important-Regel für moderne Browser */
	height:324px; /* Mindesthöhe in IE */
	border-left: 36px solid #360;
	border-right: 36px solid #360;
	/*padding: 0 0 36px 0;*/
}

#header {
	width: 800px;
	margin: 0;
	/*height: 92px;
	padding: 29px 0 0 28px;*/
	background-color: #fff;
	/*float: left;*/
	}
	
#content {
	width: 800px;
	text-align: left;
	z-index: 0;
	min-height:324px; /* Mindesthöhe in modernen Browser */
	height:auto !important; /* auto-height mit !important-Regel für moderne Browser */
	height:324px; /* Mindesthöhe in IE */
	background-image: url(../_img/contentbg.jpg);
	background-repeat: repeat-y;
}

#contenttext p {
	margin: 0;
	padding: 0;}

#hauptnavi {
	width: 160px;
	margin: 0;
	/*height: 92px;
	padding: 29px 0 0 28px;*/
	float: left;
	}
	
#contenttext {
	width: 470px;
	margin: 0;
	/*height: 92px;*/
	padding: 0 10px 0 10px;
	float: left;
	}
	
#bilderrechts {
	width: 130px;
	margin: 0;
	/*height: 92px;*/
	padding: 0 10px 0 10px;
	float: left;
	}
	
#bilderrechts img {
	margin-bottom: 3px;}
	
#naschmarkt {
	width: 800px;
	margin: 0;
	/*height: 92px;*/
	padding: 10px 0 0 0;
	text-align: center;
	height: 26px;
	background: #360;
	}
	
h1 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #aeac82;
	}
	
.left {
	float: left;
	padding: 0 5px 0 0;}
	
.right {
	float: right;
	padding: 0 0 0 5px;
	}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 0;
	height: 0;}