html { height: 100% } 

body {
	background-color: #ffffff;
	color: #696969;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	font-style: normal;
	font-weight: normal;
	
	}

#main	{
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	text-align: center;
}



/* container mit Pfeil */
#main #links {
	width: 200px;
	height: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(../images/arrow.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.auswahl { 
	width:260px; 
	}
