@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: #000000;
	font-size: 12px;
}
.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 #textbox_erwachsene h2 strong {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #432F5C;
	font-size: 16px;
	line-height: 14px;
}
#tags {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #432F5C;
	position: relative;
	height: 60px;
	width: 200px;
	left: 800px;
	top: -42px;
}

