.white {
	color: #FFFFFF;
}
a:hover {
	color: #CCCCCC;
}

body {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#999999;
	line-height: 14px;
	background-color:#666666;

}



a:visited {
	color: #cccccc;
}

a:active {
	color: #cccccc;
}
a:link {
	color: #cccccc;
}

/*seiten-positionierung und auszeichnung*/

div#aussenrahmen {
position:absolute;
left:50%;
width:955px;
margin-top:0px;
margin-left:-512px; 
}

div#hintergrund {
margin-top:0px;
background-color: #333333;
width: 1022px;
/* height: 655px;  */
}

