@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	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: #333;
	font-size: 12px;
}
.oneColElsCtr #container {
	width: 1024px;
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 768px;
	color: #000;
}
.oneColElsCtr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background: #000;
	color: #000;
}
.oneColElsCtr #container #MainContent #textbox_jugendliche h4 {
	color: #422e5d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
}
.streetstyles {
	color: #ff3333;
}
.hip-hop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff3333;
}
.oneColElsCtr #container #MainContent #textbox_jugendliche_footer {
	color: #6e5b86;
}
#tanzunterricht_videos {
	position: relative;
	height: 20px;
	width: 55px;
	left: 32px;
	top: 150px;
}
.hiphop {
	color: #ff3333;
}
.breakdance {
	color: #ff3333;
}
.bcandstyling {
	color: #ff3333;
}
#tags {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #432F5C;
	position: relative;
	height: 60px;
	width: 200px;
	left: 800px;
	top: -40px;
	margin: 0;
	padding-left: 2px;
	padding-top: 2px;
}

