a:link {
	color: #009933;
	text-decoration: underline;
}

a:hover {
	color: #009933;
	text-decoration: none;
	cursor:hand
}

a:visited {
	color: #009933;
	text-decoration: none;
	cursor:hand
}

BODY {
	background-color : #e0e0e0;
	SCROLLBAR-TRACK-COLOR: #F3F3F3;
}

P {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size :11px;
	line-height: 25px;
	color: #000000;
	text-decoration : none;
}

TD.text{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #000000;
}

TD.textklein{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color: #009933;
}

TD.rahmen{
	border-bottom: 1px solid #009933;
	border-left-color: #009933;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #009933;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #009933;
	border-top-style: solid;
	border-top-width: 1px;
}

