@charset "utf-8";
body {
	background: #666666; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	width: auto;
	float: none;
	margin-top: 0;
	margin-right: 20;
	margin-bottom: 0;
	margin-left: 0;
}

a:link {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	line-height: 20px;
}
a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	line-height: 20px;
}
a:hover {
	color: #FF0;
	font-size: 11px;
	line-height: 20px;
	font-style: italic;
	text-decoration: underline overline;
}
a:active {
	color: #F00;
	text-decoration: none;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
}
a {
	font-size: 11px;
	line-height: 20px;
}
body,td,th {
	font-size: 11px;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 20px;
	font-weight: normal;
}

