@charset "UTF-8";
body {
	background: #cccccc;
	margin: 0; /* 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: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    }

table {
	background-color: #FFFFFF;
}
.text_grau11 {
	font-size: 11px;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333;
}
.text_grau11_bold {
	font-size: 11px;
	line-height: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333;
}
