/* CSS Document */

BODY 
{
	margin: 0px 0px 0px 0px;
	background-color: #EDECE9;
	font-size: 12px;
}

#zentriert 
{
	width: 800px;    /*Größe der Seite */
	height: 600px;
	
	position: absolute;
	left: 50%;
	position: absolute; top: 50%;
	margin-left: -400px;
	margin-top: -300px;

	border: 2px solid #000000;
	background-color: #FFF; 
}

a:link    
{
	font-weight: normal;
	font-size: 12px;
	color:#000000;
	font-style: normal;
}
a:visited { font-size: 12px; color:#000000; font-style: normal; }
a:hover   { font-size: 12px; color:#FF0000; font-style: normal; }
a:active  { font-size: 12px; color:#000000; font-style: normal; }