body 
{
	text-align: left;
	background-color: #FFFFFF;
	margin: 10px 0px 0px 0px; 
}
td
{
	font-family: verdana;
	font-size: 8pt;
}
.rand
{
	border: 1px solid black;
	font-family: verdana;
	font-size: 8pt;	
}

.titel
{
	font-family: verdana;
	font-size: 11pt;
	font-weight: bold;
}
.subtitel
{
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
}

A.sortLink  {
	font-style: italic;
	text-decoration : none;
	color:	#005826;
}
A.sortLink:Visited  {
	font-style: italic;
	text-decoration : none;
}
A.sortLink:Hover  {
	font-style: italic;
	text-decoration: none;
	color:	#000000;
}

A.mailto  {
	text-decoration : none;
	color:	#005826;
}
A.mailto:Visited  {
	text-decoration : none;
}
A.mailto:Hover  {
	text-decoration: underline;
	color:	#000000;
}

A.normalLink  {
	text-decoration : none;
	color:	#005826;
}
A.normalLink:Visited  {
	text-decoration : none;
}
A.normalLink:Hover  {
	text-decoration: none;
	color:	#000000;
}

A.menuLink  {
	text-decoration : none;
	color:	#000000;
}
A.menuLink:Visited  {
	text-decoration : none;
}
A.menuLink:Hover  {
	text-decoration: underline;
	color:	#005826;
}
A.userLink  {
	font-size: 7pt;
	text-decoration : none;
	color:	#005826;
}
A.userLink:Visited  {
	font-size: 7pt;
	text-decoration : none;
}
A.userLink:Hover  {
	font-size: 7pt;
	text-decoration: none;
	color:	#000000;
}
.top {
  border-top:           1px solid black;
  border-bottom:        1px solid black;  
  border-left:          1px solid black;
  }
.bottom {
  border-bottom:        1px solid black;
  border-left:          1px solid black;
  }
.right{   
  border-bottom:        1px solid black;
  border-left:          1px solid black;
  border-right:         1px solid black;
  }