 @import "allg_blau.css"; 

/* Colors, fonts and other basic stuff */

body { background-color: #0000c4; }

* {
	font-family: "Arial", "Helvetica" sans-serif; 
	color: white;
	text-decoration: none;
	}

p.Layer1{
	font-weight: bold; 
	font-size: 10pt;
	text-indent: 1.5em;
	margin-top: 0pt;
	margin-bottom: 0 }
	
p.Layer2 {
	font-weight: normal; 
	font-size: 9pt;
	text-indent: 3em;
	margin-top: 0pt;
	margin-bottom: 0 }
	
p.Layer3 {
	font-weight: normal; 
	font-size: 8pt;
	text-indent: 4.5em;
	margin-top: 0pt;
	margin-bottom: 0 }
	
a.Menu {
	font-family: "Arial", "Helvetica" sans-serif; 
	color: yellow; 
	text-decoration: none
	}
	
a.Menu:hover {
	background-color: #ff0000;
	color: white;
	}