html, body {
	color: #333;
	background: #FFFFFF;
 	font-size: 11px;
 	font-family: Arial, Tahoma, Helvetica; 
   	padding: 0;
   	margin: 0;
   	text-align: center;
   	overflow: hidden;
}

input, textarea, select, option {
	color: #333; 
	font-size: 11px; 
	font-family: Arial, Tahoma, Helvetica; 
	font-weight: bold; 
	text-decoration: none; 
}

a { 
	color: #333; 
	font-family: Arial, Tahoma, Helvetica; 
	font-weight: bold; 
	text-decoration: none; 
}

a:hover { 
	color: #d8d8d8; 
	font-family: Arial, Tahoma, Helvetica; 
	font-weight: bold; 
	text-decoration: none; 
}


.startseite {
	color: #A9A9A9; 
	font-size: 9px;
}

.startseite_li {
	color: #d8d8d8; 
	font-size: 9px; 
	font-weight: normal;
	text-decoration: none;
}

#main {
   background-color: transparent;
   border: 0px;
   margin: -320px 0 0 -320px;
   position:absolute;
   top: 50%;
   left: 50%;
   width: 640px;
   height: 640px;
}