* {
	font: 12px Verdana;
	color: #1f1f1f;
}

a {
	text-decoration: none;
	color: #af4e92;
}

img { border: none; }
table { table-layout: fixed; }
td, th { vertical-align: top; }

/* Main colors:
   ============
	color: #0089c5;  //Dunkelblau - Haupttitel 
	color: #1f1f1f;  //Dunkelgrau - Lauftext

	color: #f2c4d9;  //Hellrosa
	color: #cb77b2;  //Mittleres rosa - Navigation aktiv
	color: #af4e92;  //Dunkelrosa - Textlinks, Navigation over
	
	color: #d9edf6;  //Hellblau (Hintergrund, Linien)
*/