td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.titel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color:                  #000000;
}
.text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a:link
{
	color:                  #9CA7B3;
	text-decoration: none;
	cursor: hand;
}

a:visited
{
  color:                  #9CA7B3;
  text-decoration: none;
  cursor: hand;
}

a:hover
{
  color:                  #9CA7B3;
  text-decoration: underline;
  cursor: hand;
}

a:activ
{
  color:                  #9CA7B3;
  text-decoration: none;
  cursor: hand;
}



a.black:link
{
	color: #000000;
	text-decoration: underline;
	cursor: hand;
}

a.black:visited
{
  color: #000000;
  text-decoration: underline;
  cursor: hand;
}

a.black:hover
{
  color: #000000;
  text-decoration: underline;
  cursor: hand;
}

a.black:activ
{
  color: #000000;
  text-decoration: underline;
  cursor: hand;
}


