@charset "UTF-8";
/* CSS Document */
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #333;
}
.td_unten {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #850D00;
	text-align: right;
}
.bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #850D00;
	line-height: 20px;
	font-weight: bold;
}

.bold_menue {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 20px;
	font-weight: bold;
}

.bold_menue_hell {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #CCC;
	line-height: 20px;
	font-weight: bold;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #850D00;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
