/* CSS Document */

<!--
body {
	background-color: #b20606;
	background-image: url(images/hintergrund.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	text-decoration: underline;
	/*color: #AE0606;*/
  color: #000000;
}
a:visited {
	text-decoration: underline;
	/*color: #AE0606;*/
  color: #000000;
}
a:hover {
	text-decoration: none;
	/*color: #AE0606;*/
  color: #000000;
}
a:active {
	text-decoration: underline;
	/*color: #AE0606;*/
  color: #000000;
}
-->