body {
	background-color: #f4f6f9;
}

a:link, a:visited, a:active{
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

a:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #716C82;
	text-decoration: none;
}
* html img#groesse{ 
   width: expression( document.body.clientWidth > 169 ? "170px" : "auto" ); /* sets max-width for IE */
   height: expression( document.body.clientHeight > 126 ? "127px" : "auto" ); /* sets max-height for IE */
}
img#groesse{ 
   max-width: 170px; /* this sets the max-width value for all standards-compliant browsers */
   max-height: 127px;
}