/*****************************************************
dateiweite Einstellungen
*****************************************************/

body
{
	margin: 			0;
	padding:			0;	
	color: 				#AF2424;
	font-family: 		Arial, Helvetica, Sans-Serif;
	text-align:			center;					/* zentrieren für IE */	
}

.cb 
{
	clear: 				both;
}


/*--------------------------------------------
 Links
 --------------------------------------------*/

a:link , a:visited
{
	text-decoration: 	none;
	color: 				#AF2424;
}

a:hover, a:active
{
	text-decoration: 	none;
	color: 				#AF2424;
}


/*****************************************************
Container um die gesamte Seite
*****************************************************/

#page_container
{
	margin: 			0 auto;			/* horizontal=auto -> zentrieren für Mozilla 
											   vertikal -> Abstand vom oberen Rand */
	width: 				782px;
	font-size: 			x-small;
	voice-family: 		"\"}\"";
	voice-family: 		inherit;
	font-size: 			small;
}

html>#page_container
{
	font-size: 			small;
}


/****************************************************/

#logo
{
	margin:				0;
	padding:			0;
	padding-top:		80px;
}

#enter
{
	margin:				0;
	padding:			10px 30px 5px 0;
	text-align:			right;
}
