/* $Revision: 1.7 $
© 2001 by Weißhuhn & Weißhuhn Kommunikationsmanagement GmbH
*/

/* Mouseover nur IE */
a:hover     { color:#FF9900;
}

/* Textlinks */
a           {
             font-family:Verdana, Arial; 
             font-size:11px; 
             color:#FF9900; 
             text-decoration:none;
}

a:hover{
	color:#FFFFFF; 
}

/* Textlinks auf LayoutPOPups*/
.on        {
             font-family:Verdana, Arial; 
             font-size:11px; 
             color:#FF9900; 
             text-decoration:none;
} 

/* Textlinks auf LayoutPOPups*/
.off       {
             font-family:Verdana, Arial; 
             font-size:11px; 
             color:#FFFFFF; 
             text-decoration:none;
} 
    
/* Überschrift */
.header     {
             font-family:Arial, Verdana; 
             font-size:30px; 
             font-weight:bold;
             color:#FFFFFF;
             
}
/* kleine Überschrift nur für die Layoutbeispiele*/
.subheader     {
             font-family:Arial, Verdana; 
             font-size:16px; 
             font-weight:bold;
             color:#FFFFFF;
             
}

/* Text normal */
.textnormal {
             font-family:Verdana, Arial; 
             font-size:11px; 
             color:#FFFFFF; 
             text-decoration:none;
}    

/* Text normal */
.textnormalbold {
             font-family:Verdana, Arial; 
             font-size:11px; 
             color:#FFFFFF; 
             font-weight:bold;
             text-decoration:none;
}    

/* Text klein */
.textklein  {
             font-family:Verdana, Arial; 
             font-size:10px; 
             color:#FFFFFF; 
             text-decoration:none;
}

/* Text klein */
.copyright  {
             font-family:Arial, Verdana; 
             font-size:10px; 
             color:#FFFFFF; 
             text-decoration:none;
}

/* MetaNavigation */
.metanav    {
             font-family:Arial, Verdana; 
             font-size:11px; 
             color:#FFFFFF; 
             text-decoration:none;
}

/* MetaNavigation Highlight*/
.metanavhigh{
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #FFFFFFF;
	text-decoration: none;
	font-weight: bold;
}

/* Balken der MetaNavigation */
.metanav2   {
             font-family:Arial, Verdana; 
             font-size:12px; 
             color:#FFFFFF; 
             text-decoration:none;
}

/* SubNavigation */
.subnav    {
             font-family:Verdana, Arial; 
             font-size:11px; 
             color:#FFFFFF;
             font-weight:bold;
             text-decoration:none;
}                   

/* SubNavigation Highlight*/
.subnavhigh{
             font-family:Verdana, Arial; 
             font-size:11px; 
             color:#FF9900;
             font-weight:bold;
             text-decoration:none;
}                   
