@charset "utf-8";
body  {
	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: Tränen, Freude und Emotionen überkamen die Tänzer und Tänzerinnen von K-System, nachdem der Tanz „Belladonna“ in der Sparte „Produktion Number“ mit dem ersten Platz gekrönt wurde
.Zudem erkämpfte sich der Tanz „The Mask“ in der gleichen Kategorie, jedoch in einer anderen Gruppeneinteilung, einen stolzen goldenen Platz.;
	background-color: #666666;
	background-image: url(../Images/Background1.gif);
	margin-top: 10;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #aa864a;
}
.twoColFixLtHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #300000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #480000;
	border-right-color: #480000;
	border-bottom-color: #480000;
	border-left-color: #480000;
	color: #aa864a;
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 10;
	position: relative;
} 
.twoColFixLtHdr #header {
	background-color: #300000;
	height: 172px;
	padding: 0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	width: 200px;
	border-right-color: #480000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	float: left;
	background: #3f0000;
	margin-top: 28px;
	color: #AA864A;
}
.twoColFixLtHdr #mainContent {
	margin-top: 28px;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #AA864A;
	background: 400000;
	float: right;
	width: 520px;
	text-align: left;
} 
#mainContent img {
	margin: 5px;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #330000;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a:link {
	color: #b85e1f;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:visited {
	color: #b3805c;
	font-weight: bold;
}
