<!-- hygreno-süd style sheet -->
<!-- Überschriften -->
.H1	{
	font-size : 40px;
	font-family : Bimini, Arial, Verdana, MS Sans Serif, sans-serif;
	color: #FF80C0;
	text-decoration: none;
	font-weight: bold;
	}

<!-- Texte -->
.tx00	{
	font-size : 20px;
	font-family : Bimini , Arial, Verdana, MS Sans Serif, sans-serif;
	color: #300000;
	Text-decoration: none;
	font-weight: bold;
	}

.tx01	{
	font-size : 18px;
	font-family : Bimini, Arial, Verdana, MS Sans Serif, sans-serif;
	color: #300000;
	Text-decoration: none;
	font-weight: bold;
	}


.tx12	{
	font-size : 16px;
	font-family : Arial, Verdana, Helvetica,Helv, MS Sans Serif, sans-serif;
	color: #300000;
	Text-decoration: none;
	font-weight: small;
	}

.utitel	{
	font-size : 10px;
	font-family : Verdana, Arial, Helvetica, Helv, MS Sans Serif, sans-serif;
	color: #000000;
	Text-decoration: none;
	font-weight: small;
	}

<!-- Hyperlinks -->

	a:link
	{
	font-size : 98%;
	font-family : Bimini, Arial, Verdana, MS Sans Serif, sans-serif;
	color: #FF8000;
	font-weight : bold;
	Text-decoration: none;
	}

	a:visited
	{
	font-size : 98%;
	font-family : Bimini, Arial, Verdana, MS Sans Serif, sans-serif;
	color: #FF8000;
	font-weight : bold;
	Text-decoration: none;
	}

<!-- nur IE Mouseover -->

	a:hover
	{
	font-size : 98%;
	font-family : Bimini, Arial, Verdana, MS Sans Serif, sans-serif;
	color: #D55991;
	font-weight : bold;
	Text-decoration: none;
	}