.menue  {
	text-decoration : none;
	color : #660099;
	font-weight : normal;
	font-style : normal;
	font-size : 12
}
 
.menue:hover  {
	text-decoration : none;
	color : #660099;
	font-weight : normal;
	font-style : ITALIC;
	font-size : 12
}
.menue:active  {
	text-decoration : none;
	color : #660099;
	font-weight : bold;
	font-style : ITALIC;
	font-size : 12
}  
.menueklein  {
	text-decoration : none;
	color : #660099;
	font-weight : normal;
	font-style : normal;
	font-size : 10
}
  
.menueklein:hover  {
	text-decoration : none;
	color : #660099;
	font-weight : normal;
	font-style : ITALIC;
	font-size : 10
}
.menueklein:active  {
	text-decoration : none;
	color : #660099;
	font-weight : bold;
	font-style : ITALIC;
	font-size : 10
}
.menuegelb  {
	text-decoration : none;
	font-weight : bold;
	color : #ffff66;
	font-size : large;
}
  
.menuegelb:hover  {
	text-decoration : none;
	font-weight : bold;
	color : #ffffcc;
	font-style : ITALIC;
	font-size : large;
}
.menuegelb:active  {
	text-decoration : none;
	font-weight : bolder;
	color : #ffffcc;
	font-style : ITALIC;
	font-size : large;
}
.menueFett  {
	text-decoration : none;
	font-weight : bold;
	color : #660099;
	font-size : 12
}
  
.menueFett:hover  {
	text-decoration : none;
	font-weight : bold;
	color :#660099;
	font-style : ITALIC;
	font-size : 12
}
.menueFett:active  {
	text-decoration : none;
	font-weight : bolder;
	color :#660099;
	font-style : ITALIC;
	font-size : 12
}
.menueinvert  {
	text-decoration : none;
	color : #ffff99;
	font-weight : normal;
	font-style : normal;
	font-size : 10
}  
.menueinvert:hover  {
	text-decoration : none;
	color : #ffff33;
	font-weight : bold;
	font-style : ITALIC;
	font-size : 10
}
.menueinvert:active  {
	text-decoration : none;
	color : #ffff33;
	font-weight : bolder;
	font-style : ITALIC;
	font-size : 10
}
.red  {
	text-decoration : none;
	font-weight : bold;
	color : red;
	font-style : ITALIC;
	font-size : 14
}
 