html, body {

    height: 110%;
    width: 100%;
	color: #666;
	background-color: #fff;
	background-image: url(../img/bg/hintergr_wd.jpg);
	text-align: center;	margin: .1em auto;	 	
	font: normal 1.1em Arial, sans-serif;  /* Mindestschriftgröße wird dem Browser, bzw. dem Nutzer überlassen! */
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* Eigenschaften der Links */
a { 
	color: #fff; 
}
	a:link{ 
	color: #fff; 
	text-decoration:none;
}
	a:visited{ 
	color: #ddd; 
}
	a:hover {
	color: #ff0033;
	/* text-decoration:underline;  */
	text-transform: uppercase;	/* Darstellung in Großbuchstaben */ 
}


/* ======================================================================================================== */
