@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	width: 1024px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 768px;
}
#footer {
	background-image: url(index_tanzunterrricht/images/footer.png);
	position: relative;
	left: 0px;
	top: 0px;
	height: 68px;
}
#footerline {
	position: relative;
	height: 11px;
	width: 500px;
	left: 262px;
	top: 0px;
	color: #57517b;
	padding-top: 2px;
	padding-bottom: 2px;
}
#copyright {
	font-size: 8px;
	position: relative;
	height: 8px;
	width: 438px;
	left: 293px;
	top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: relative;
	height: 11px;
	width: 500px;
	left: 262px;
	top: 10px;
	text-align: center;
	color: #6E5B80;
}
.oneColElsCtr #mainContent {
	height: 568px;
}
#Tanzunterricht_Kontakt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 150px;
	width: 190px;
	position: relative;
	left: 300px;
	top: -300px;
}
.Kontakt_website {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	height: 150px;
	width: 220px;
	left: 500px;
	top: -460px;
}
#Rothof {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	height: 50px;
	width: 430px;
	top: -450px;
	left: 300px;
	color: #FFF;
}

