a.nav:link,
a.nav:visited,
a.nav:hover,
a.nav:active { 
	text-decoration:none;
	font-weight:bold;
	color:#ccccff;
}

a.navhier:link,
a.navhier:visited,
a.navhier:hover,
a.navhier:active {
	text-decoration:none;
	font-weight:bold;
	color:#9798aa; 
}

a.nav2:link,
a.nav2:visited,
a.nav2:hover,
a.nav2:active {
	text-decoration:none;  
	font-weight:normal;
	color:#ccccff;
}

a.nav2hier:link,
a.nav2hier:visited,
a.nav2hier:hover,
a.nav2hier:active {
	text-decoration:none;  
	font-weight:normal;
	color:#9798aa;
}

a.nav3:link,
a.nav3:visited,
a.nav3:hover,
a.nav3:active {
	text-decoration:none;  
	font-weight:normal;
	color:#9798aa;
}

a.minilink:link,
a.minilink:visited,
a.minilink:hover,
a.minilink:active {
	font-size:10pt;
	font-weight:bold;  
	color:#9798aa; 
	text-decoration:none;
 }

a.aktuell:link,
a.aktuell:visited,
a.aktuell:hover,
a.aktuell:active {
	text-decoration:none;
	font-weight:bold;
	color:#cc0000;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration:underline;
	font-weight:bold;
	color:#666666;
}


div.more {
  position:relative;
  overflow:hidden; 
  height:1.5em;
  BORDER: #ccc 0px solid;      
}

div.more:hover {
  position:relative;
  overflow:visible;
  height:10em;
  BORDER: #ccc 0px solid;         	  
}


