/* Schriftart im gesamten Dokument */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Absätze, DIVs, Tabellen, Listen, Formulare in 10 Punkt */
p, div, table, li, form  {
  font-size: 10pt; 
}

/* Hintergrundfarbe grau mit weißer Schrift */
h1 {
  background-color: gray;
  color: white;
} 

/* Überschrift 2 und 3 blau färben 
h2, h3 {
  color: #000099; 
} */

/* fette Passagen rot einfärben */
b {
  color: red; 
} 

/* kursive Passagen blau färben */
i {
  color:  #000099; 
} 
/* Link-Stile für venstreMeny  */

  
#venstreMeny  a:link,  {
	text-decoration : none; 
 color: white; 
  /* color: black*/
	}
#venstreMeny  a:visited {
text-decoration : none; 
	
	color: #FFFFFF;
	background: ;
	padding: ;
	}
	
#venstreMeny  a:hover,  {
	 text-decoration : none; 
  color: black;
	}
#venstreMeny  a:active {
text-decoration : none; 
	color: #FFFFFF;
	background: ;
	padding: ;
	}
/* Link-Stile für Hover-Links  */
a:link {
   text-decoration : none; 
  /* color: #FFFFFF; */
 color: black;
} 

a:visited {
  color: gray; 
}

a:hover {
  text-decoration : none; 
  color: black; 
} 

a:active {
  color: red; 
}
