<style type=text/css>
  /* hier wird der Stil der Gruppe94-Homepage definiert */
  /* Hell = CCFFCC   Mittel=66CC66   Dunkel=009900   fastschwarz=006600  */

  /* hier wird der Stil der LINKS definiert */
  form {	font : 10pt sans-serif;  }
  a:visited {
	color: blue;
	text-decoration: none;
	font-size: 11pt;
}
  a:hover {
	color: red;
	text-decoration: none;
	font-size: 10pt;
}
  a:link {
	color: blue;
	text-decoration: none;
	font-size: 10pt;
}
  a:active {
	color: #666666;
	text-decoration: none;
	font-size: 10pt;
}

  /* hier wird der Stil der Seiten definiert */
  body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-color: #CCFFCC;
}
  h1 { font-size: 15pt; font-family:Verdana, Helvetica, Arial, sans-serif; color: #000000;}
  h2 { font-size: 11pt; font-family:Verdana, Helvetica, Arial, sans-serif; color: #000000;}
  td {
	font-size: 11pt;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
}
  th {
	font-size: 11pt;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	font-weight: bold;
}


</style>



body
{

}
td a.gmenu
{
	text-decoration: none;
	background: lightgreen;
	color: black;
	width: 90%;
	display: block;

}

td a.gmenu:hover
{
	background: teal;
	color: white;


}

.submenu a
{
	display: block;
	width: 150px;
	text-decoration: none;
	background: silver;
	color: black;
}
.submenu a:hover
{
	background: teal;
	color: white;
}

.level2menu a
{
	width: 150px;
	background: silver;
	text-decoration: none;
	display: block;
	color: black;
}

.level2menu a:hover
{
	background: teal;
	color: white;

}

.level2menu a:active
{
	background: silver;
	color: black;
}

.level2menu a:visited
{
	background: silver;
	color: black;

}


table.gmenu
{
	background: silver;
	color: black;
	position:relative;
	left: 0px;
	top: 0px;
	

}

td.gmenu
{
	background: silver;
	color: black;
}

td.gmenu:hover
{
	background: teal;
	color: white;

}

#menu,#description
{
	float: left;
}

#description
{

	margin-left: 50px;
}

