/** Hier werden Formate definiert, die in jeder HTML-Datei gelten in die diese 
 Stylesheetdatei eingebunden wird. */ 
 
 .hauptmenu_selected{ 
      font-family:Arial; 
      font size=15; 
	  font-weight:bold; 
	  color:#ffff00; 
} 
	  
.hauptmenu_unselected{ 
      font-family:Arial; 
      font size=16; 
	  font-weight:normal; 
	  color:white; 
}body {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; line-height: 32px; font-weight: normal}
