/*Hintergrundfarbe, Standardschrift*/
body {background: #FBFFBF;
 font-family: Verdana;
 font-size: smaller;
 color: #000000;
 text-align: justify;}

/*Hintergrundfarbe Kopf*/
.kopf  {background: #A50021;}

/*Überschriften*/
h1 {font-family: Verdana;
 font-size: medium;
 font-weight: bold;
 text-align: center;}
h2 {font-family: Verdana;
 font-size: smaller;
 font-weight: bold;
 text-align: left;}

/*Farbe der Links*/
a:link {color: #FF0000;}
a:visited {color: #770000;}
a:hover {color: #0000FF;}

/*Menüleiste*/
.menue {font-family: Verdana;
 font-size: medium;
 font-weight: bold;
 font-style: italic;
 text-align: center;
 background: #FFFFFF;}