@charset "utf-8";
/* CSS für das Layout/Struktureller Aufbau der Site */

* {
	margin:0 auto;
	padding:0;
}

body, html {
	margin:0 auto;
	padding:0;
	text-align:center;
	height:101%;
}

.clear {
	clear:both;
}

body {
	background:url(../img/layout/bg_page-repeat.png) repeat-x #87888a;
}

#wrap {
	width:872px;
	padding:0 7px;
	height:auto;
	margin:0 auto;
	background:url(../img/layout/bg_wrap.png) no-repeat #fff;
	text-align:left;
}

#head {
	width:100%;
	height:52px;
	padding-top:36px;
	background:url(../img/layout/bg_head.png) 286px 36px no-repeat;
}

#link-head {
	width:247px;
	height:52px;
	display:block;
	float:left;
	margin-left:286px;
}

#stimmungsbild {
	width:100%;
	height:273px;
	text-align:center;
	background:#000;
}

#stimmungsbild img {
	float:left;
}

#wrap-innen {
	width:100%;
	height:auto;
	background:url(../img/layout/bg_wrap-inner-repeat.png) center repeat-y;
	margin:0 -7px;
	padding:0 7px;
}

#navi {
	width:154px;
	min-height:354px;
	height:auto !important;
	height:354px;
	float:left;
	display:inline;
	background:url(../img/layout/bg_navi.png) no-repeat;
	margin-left:-7px;
	padding:22px 15px 0 15px;
}

#inhalt {
	width:605px;
	min-height:344px;
	height:auto !important;
	height:344px;
	float:left;
	background:url(../img/layout/bg_inhalt.png) no-repeat;
	margin-right:-7px;
	padding:32px 32px 0 65px;
}

#foot1 {
	width:886px;
	height:68px;
	margin:0 auto;
	background:url(../img/layout/bg_foot1.png) no-repeat;
}

#foot2 {
	width:886px;
	padding:1em 0;
	margin:0 auto;
}
