body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
}

td {
	font-size: 10pt;
}

a {
  font-weight: bold;
  color: #AA6600;
  text-decoration: none;
}

a:Hover {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}



.capital {
	color: #970;
}
h4 {
	color: #666666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
td.rahmen {
	border: 1px dashed #333333;
}

.klein
{
	color: #999999;
	font-size: 9px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 16px;
}
a.klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0000ff;
	text-decoration: underline;
	font-weight:normal;
}

a.klein:hover {
	color: #999999;
}

a.normal {
font-weight:normal;
}