/*	Standardschrift für textliche Elemente	*/
body, font, td, p	{color:black; font-size:12px; line-height:18px; font-family:Tahoma,Times New Roman;}


/*	Überschriften				*/
h1			{color:black;}
h2			 { color: maroon; font-family: "BankGothic Md BT", Tahoma }
h3			 { color: maroon; font-size: smaller }
h4			{color:black;}
h5			{color:black;}


/*	Link					*/
a:link			{color:#000;text-decoration:none;}
a:link.red { color: #f03; text-decoration: none }
a:visited		{color:#000;text-decoration:none;}
a:hover			{color:red;}
a:active		{color:red;}


/*	Sonstiges (kann evtl. entfernt werden)	*/
.tabelle_haus { color: green; font-family: Tahoma, Arial }
.linkfarbeblau {color:blue; }
.rot { color: #f03 }
.grau { color: #818181 }
.linkfarberot { color: #f03 }
h6 { font-size: 14px }

