@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;
	background: #000;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 768px;
}
#impressum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: relative;
	height: 11px;
	width: 500px;
	left: 262px;
	top: -57px;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	color: 6e5b86;
}
#sidenav {
	font-size: 14px;
	background-color: #CCC;
	position: relative;
	height: 150px;
	width: 100px;
	left: 30px;
	top: 30px;
	padding-top: 10px;
	padding-left: 10px;
	margin: 0;
}
#textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	position: relative;
	height: 500px;
	width: 700px;
	left: 200px;
	top: -130px;
	background-color: #666;
	padding-left: 20px;
	overflow: auto;
}
#footer {
	height: 65px;
	color: #432F5D;
}
.oneColElsCtr #mainContent {
	height: 568px;
	width: 1024px;
}
#copyright {
	font-size: 8px;
	position: relative;
	height: 8px;
	width: 438px;
	left: 293px;
	top: -62px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000;
}

