body {
	background-image:url(img/back_bw.gif);
	background-repeat:repeat-y;
	background-position:right;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a {
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.titel {
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
}
.textfeld {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#kasten {
}

#kasten a {
	color:#FF0000;
}

#kasten a:active {
	text-decoration: none;
	color: #FF0000;
}

#kasten a:visited {
	text-decoration: none;
	color: #FF0000;
}

#kasten a:hover {
	text-decoration: none;
	color: #FFFFFF;
	width : 160px;
}
#kasten a:hover .aktiv {
display: inline;
}

#kasten a:hover .inaktiv {
display: none;
}

#kasten a .inaktiv {
display: inline;
}

#kasten a .aktiv {
display: none;
}

.button {
	background-color : #000000;
	border-style:solid;
	border-width:thin;
	border-color:#FF0000;
	color : #FF0000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}
.button:hover {
	color:#FFFFFF;
	text-decoration:none;
}