@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	font-size: 12px;
	background-color: #333333;
}
.oneColElsCtr #container {
	width: 1024px;
	background: #000;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 768px;
	color: #000;
}
.oneColElsCtr #mainContent {
}
#tanzkurse_textbox {
	height: 461px;
	width: 698px;
	position: relative;
	left: 280px;
	top: -170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: auto;
	background-image: url(../tanzkurse/images/tanzunterricht_tanzkurse.png);
}
.tanzkurseparagraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.tanzkurseheading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #432F5C;
}
.oneColElsCtr #container #MainContent #tanzkurse_textbox h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #432F5C;
}
.oneColElsCtr #container #Footer #impressum h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6e5b86;
}
#tanzunterricht_videos {
	position: relative;
	height: 20px;
	width: 55px;
	left: 32px;
	top: 150px;
}
#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;
}

