@charset "UTF-8";
.td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #999999;
}
.td_rechts{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #fff;
	text-align: right;
}
.td_unten {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #666666;
	text-align: center;
}
.bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #996600;
	line-height: 20px;
	font-weight: bold;
}
a:link {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC6600;
}
a:hover {
	text-decoration: underline;
	color: #CC6600;
}
a:active {
	text-decoration: none;
	color: #CC6600;
}
