@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: #FFF;
	font-size: 12px;
	background: #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 #container #MainContent #kinder_textbox h4 {
	color: #422E5D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
}
.oneColElsCtr #container #Footer #impressum h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6e5b86;
}
.oneColElsCtr #container #MainContent #kinder_textbox_footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #432F5D;
}
#tags {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #432F5D;
	position: relative;
	height: 60px;
	width: 200px;
	left: 800px;
	top: -40px;
	margin: 0;
	padding-left: 2px;
	padding-top: 2px;
}

