/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
body {
	background-color: #C4CDD2;
	background-image: url(grafik/background.jpg);
	background-repeat: repeat-X;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0099CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099CC;
}
a:hover {
	text-decoration: underline;
	color: #105da3;
}
a:active {
	text-decoration: none;
	color: #0099CC;
}
.copyrighttxt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-small;
}
.tableclass {
	height: 524px;
	width: 869px;
	border:none;
	background-color:#FFFFFF;
}
.h2 {
	font-family: Helvetica, sans-serif;
	font-size: x-large;
	color: #000000;
}
.h3 {
	font-family: Helvetica, sans-serif;
	font-size: large;
	color: #000000;
}
TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}