a
{ 
	font-family: Arial; 
	font-size: 11px; 
	color: #003F00; 
	text-decoration: none; 
	font-weight: bold; 
}

a.t1
{ 
	font-family: Arial; 
	font-size: 12px; 
	color: #003F00; 
	text-decoration: underline; 
	font-weight: bold; 
}

a.h1
{
	font-family: Arial; 
	font-size: 16px; 
	color: #EEEEEE; 
	text-decoration:none; 
	font-weight: bold; 
}

a.h2
{
	font-family: Arial; 
	font-size: 10px; 
	color: #EEEEEE; 
	text-decoration:none; 
	font-weight: none; 
}


a:active
{ 
	color: #FFFFFF;
}


div.member
{
  position: fixed;
  top: 430px;
  left: 15px;
  width: 190px;
  border: 0px;
  text-align: left;
}


div.links
{
  position: fixed;
  top: 40px;
  left: 15px;
  width: 190px;
  border: 0px;
}

div.links p#title
{
	background: url(stone2.jpg) 0 0 no-repeat fixed;
	display: block;
	text-align: left;
	font: 13pt  Arial bold;
	padding: 3px;
	margin: 2px;
	text-decoration: none;
	color: #005000;
}

div.links a#maingroup
{
	display: block;
	text-align: left;
	font-family: Arial; 
	font-size: 12px;
	padding: 3px;
	margin: 2px;
	text-decoration: none;
	color: #005000;
	background-color: #6c9761;
	border: solid 3px #6c9761;
}

div.links a#maingroup:hover
{
	font: italic 12x Arial;
	padding: 4px;
	margin: 2px;
	text-decoration: none;
	color: #005000;
	background-color: #8cb781;
	border: solid 2px #6c9761;
}

div.links a#subgroup
{
	display: block;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2em;
	margin: 2px;
	text-decoration: none;
	color: #005000;
	background-color: #C0D0B0;
	border-top: solid 2px #6c9761;
	target: Rechts;
}

div.links a#subgroup:hover
{
	display: block;
	text-align: left;
	font-family: Arial; 
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2em;
	margin: 2px;
	text-decoration: none;
	color: #207020;
	background-color: #C0D0B0;
	border-top: solid 2px #8cb781;
}

