/* STRUKTUR */
#topflash {
	position: relative;
	width: 100%;
	height:210px;
	margin: 0px;
	overflow: visible;
}
#topnavi {
	position: relative;
	width: 910px;
	margin: 0px auto;
}
#contentwrapper {
	position: relative;
	width: 960px;
	margin: 0px auto;
}
#subnavi {
	width: 210px;
	float: left;
	margin: 0px 40px 0px 0px;
}
#contentbreit {
	width: 640px;
	float: left;
	margin: 0px 40px 0px 0px;
}
#contentschmal {
	width: 390px;
	float: left;
	margin: 0px 30px 0px 0px;
	background-color: #FFFFFF;
	border: 1px solid #666;
	padding: 5px;
	/* -moz-border-radius-bottomleft: 11px;
	-moz-border-radius-bottomright: 11px; */
}
#contentmitte {
	position: relative;
	width: 440px;
	margin: 100px auto 0px;
	background-color: #FFFFFF;
	border: 1px solid #086A9C;
	padding: 0px;
	background-image: url(../assets/winter_snow_xmasTextHg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#navirechts {
	width: 220px;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #666;
	/* -moz-border-radius-bottomleft: 11px;
	-moz-border-radius-bottomright: 11px; */
	padding: 5px;
}
#navirechtsHome {
	width: 225px;
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#footer {
	float: left;
	clear: both;
	width: 640px;
}
