/* Dies hier ist alles fuer die Frames drumherum, nicht die einzelnen Seiten */
.hgframe { background-color: #C0C0C0; background-image: url("layout/seiten2.jpeg"); font: 12px/120% Verdana, Tahoma, sans-serif; } 
 a.hgframe:link { color: #009DFF; text-decoration: none; } 
 a.hgframe:visited { color: #009DFF; text-decoration: none; } 
 a.hgframe:active { color: #009DFF; text-decoration: none; } 
 a.hgframe:hover { color: #009DFF; text-decoration: none; } 

/*Dies hier ist fuer den Hauptframe in dem die Seiten dargestellt werden */       
.hgseiten { background-color: #FFFFFF; background-image: url("layout/seiten.jpg"); font: 12px/120% Verdana, Tahoma, sans-serif; } 
 a.hgseiten:link: { color: #0000FF; text-decoration: none; }  
 a.hgseiten:visited { color: #0000FF; text-decoration: none;} 
 a.hgseiten:active { color: #0000FF; text-decoration: none;} 
 a.hgseiten:hover { color: #0000FF; text-decoration: none;  } 

/*Dies hier ist fuer den Hauptframe fuer die Seitennavigation oben */    
.navseiten { background-color: #FFFFFF; background-image: url("layout/seiten.jpg"); font: 10px/100% Verdana, Tahoma, sans-serif; } 
 a.navseiten:link: { color: #0000FF; text-decoration: none; }  
 a.navseiten:visited { color: #0000FF; text-decoration: none; } 
 a.navseiten:active { color: #0000FF; text-decoration: none; } 
 a.navseiten:hover { color: #0000FF; text-decoration: none; } 

/*Dies hier ist fuer den Fussframe unten */
.fussframe { background-color: #C0C0C0; background-image: url("layout/seiten2.jpeg"); font: 10px/100% Verdana, Tahoma, sans-serif; color: #000000; } 
 a.fussframe:link { color: #009DFF; text-decoration: none; } 
 a.fussframe:visited { color: #009DFF; text-decoration: none; } 
 a.fussframe:active { color: #009DFF; text-decoration: none; } 
 a.fussframe:hover { color: #009DFF; text-decoration: none; } 


/* <a href="...." class="hgseiten" target="_blank">LINKS</a>
also gebe ich im <a>-Befehl die Klassendefinition, so muesste es anerkannt werden. 

a.klasse:funktion
also als beispiel:
a.hgseiten:hover { xxx } */