@CHARSET "UTF-8";/*** alle margin und padding werte auf 0 setzen um render probleme zu minimieren*/* {	margin: 0;	padding: 0;}/*** standard schriftart-, gr��e und scrollbalken erzwingen um "springen" der seite zu verhindern*/ html, body {	height:100.1%;}body {	font-family:Arial; 	font-size:11px; 	color:#000000;	background:#000000;}#alles	{ 	width:960px; 	margin:0 auto; 	position:relative; 	height:auto; 	min-height:100%; 	_height:100%; }a.intro {	font-family:Arial; 	font-size:13px; 	line-height:20px; 	color:#624b4b; 	font-weight:bold;}p.intro2 {	font-family:Arial; 	font-size:13px; 	line-height:20px; 	color:#5d0500; 	font-weight:bold; 	text-align:center; 	margin-left:-50px; }/*------------------------------------------------------------------------------------------		INHALT DER INTRO SEITE	------------------------------------------------------------------------------------------*/p {	font-size: 12px;	line-height: 18px;	margin-bottom: 10px;	color: #596158;}/*------------------------------------------------------------------------------------------		Clearing Container zum aufl�sen von floatenden Bereichen	------------------------------------------------------------------------------------------*//*  CLEARING DES MAIN CONTENT */.clearing {	clear: both;	overflow: hidden;}* html .clearing {	height: 1%;} /* IE HACK */@CHARSET "ISO-8859-1";
