
<!-- Ersetze die Wörter in Großbuchstaben durch #Farbcodes (gesamte Datei) -->
<!-- ===================================================================== -->
<!-- Seiten-Hintergr.	 =	#CCCCCC -->
<!-- Text-Farbe          =	#000000 -->
<!-- Link-& Anker-Farbe  = 	#666666 -->
<!-- Link-Hintergr.      =	#FFFFFF -->
<!-- Menütext-Farbe      = 	#666666 -->




<!-- === Häufige Farbwerte =============================================== -->

<!-- #000000transparent <!-- Transparent -->
<!-- #000000 -=- Schwarz -->
<!-- #FFFFFF -=- Weisz   -->

<!-- #666666 -=- GrauD   -->
<!-- #999999 -=- GrauM   -->
<!-- #CCCCCC -=- GrauH   -->

<!-- #000066 -=- BlauD   -->
<!-- #0000FF -=- BlauM   -->
<!-- #0099FF -=- BlauH   -->

<!-- #800000 -=- RotD    -->
<!-- #FF0000 -=- RotM    -->
<!-- #F7941D -=- Orange  -->

<!-- #006600 -=- GrünD   -->
<!-- #00FF00 -=- GrünM   -->
<!-- #CCFFCC -=- GrünH   -->



<!-- === Allgemeines Seitenlayout ======================================== -->
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal; 
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	margin-left: 6px; 
	margin-right: 6px;
	margin-top: 6px;
	margin-bottom: 6px; 
	color: #000000;
	background-color: #CCCCCC;
}
<!-- === Allgemeines Tabellen-Layout ===================================== -->
b, table, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal; 
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	margin-left: 2px; 
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px; 
	color: #000000;
	background-color: #FFFFFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal; 
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	margin-left: 0px; 
	margin-top: 0px; 
	color: #000000;
}
<!-- === Bold, Underline & Kursiv ======================================== -->
.b {
	font-weight: bold;
}
.u {
	text-decoration: underline;
}
<!-- hier noch KURSIV einfügen !!! -->
.k {
}
<!-- === Text-Formate ==================================================== -->
.mini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.extra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
<!-- === Hyperlink & Menü-Link allgemein ================================= -->
a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal; 
	margin-left: 0px; 
	margin-top: 0px;
	background-color: #FFFFFFtransparent;
}
a:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
<!-- === Hyperlink erweitert ============================================= -->
a.link { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal; 
	font-weight: bold;
	font-variant: normal;
	text-decoration: underline;
	margin-left: 0px; 
	margin-top: 0px; 
	color: #000000;
	background-color: #000000transparent;
}
a.link:hover { 
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #000066;
}
<!-- === Anker-Link erweitert ============================================ -->
a.anker { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal; 
	font-weight: bold;
	font-variant: normal;
	text-decoration: underline;
	margin-left: 0px; 
	margin-top: 0px; 
	color: #000000;
	background-color: #000000transparent;
}
a.anker:hover { 
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
<!-- === Link Main-Menü erweitert ======================================== -->	
a.menubig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal; 
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	margin-left: 0px; 
	margin-top: 0px; 
	color: #000000;
	background-color: #000000transparent;
}
a.menubig:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
<!-- === Link Sub-Menü erweitert ========================================= -->
a.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal; 
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	margin-left: 0px; 
	margin-top: 0px; 
	color: #000000;
	background-color: #000000transparent;
}
a.menu:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
<!-- ===================================================================== -->
