body {
	margin: 0px;
}

#container {
	position: absolute;
	left: 50%;
	top: 0px;

	width: 701px;

	background: url(../img/bg_content.jpg) repeat-y #ffffff;

	margin: 0px -351px 0px -351px;
	padding: 0px 0px 0px 0px;
}

#banner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 701px;
	height: 218px;
	border-bottom: 20px solid #DB0066;

	background: url(../img/bg_banner.jpg) no-repeat #ffffff;
}

#startseite_banner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 701px;
	height: 218px;
	border-bottom: 20px solid #DB0066;

	background: url(../img/bg_banner.jpg) no-repeat #ffffff;
}


#footer {
/*	float: left;*/
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 701px;
	height: 22px;

	background: url(../img/bg_footer.gif);

	text-align: right;
	padding: 70px 0px 0px 0px;
	vertical-align: bottom;
}

#startseite_content {
	position: relative;
	top: 0px;
	left: 0px;

	margin-top: 244px;
}

#content {
	position: relative;
	top: 0px;
	left: 0px;

	margin-top: 224px;
}

#content-extra {
	float: right;
	width: 165px;
	margin-left: 0px;

	margin-bottom: 92px;

	padding-left: 15px; 
	padding-top: 25px;
}

#content-main {
	float: left;
	width: 400px;

	padding-left: 25px;
	!padding-left: 35px;
	padding-top: 10px;
	!padding-top: 20px;
	!padding-bottom: 92px;

	margin-right: 16px;
	margin-bottom: 92px;

	margin-left: 10px;
	!margin-left: 0px;
}

#mainnav {
	position: absolute;
	top: 36px;
	left: 46px;

	height: 139px;
	width: 125px;
	!width: 120px;

	border-right: 1px solid #db0066;
}

#map {
	position: relative;
	top: 0px;
	!top: -225px;
	left: 0px;
	!left: -730px;
	height: 400px;
	width: 400px;
}

#newsticker {
	position: absolute;
	top: 218px;
	right: 0px;
	
	width: 698px;
	
	background: #DB0066;
	color: #ffffff;
}


.galeriebild			{
				float: left;

				width: 130px;
				height: 80px;

				padding-top: 30px;

				text-align: center;
				}

.vspacer0			{
				clear: both;
				height: 0px;
				line-height: 0px;
				}

.vspacer10			{
				clear: both;
				height: 10px;
				line-height: 10px;
				}

.vspacer20			{
				clear: both;
				height: 20px;
				line-height: 20px;
				}