<style>
<!--
body {
	font-family: Verdana;
	font-size:10px;
	color:#446677;
	margin-left:0px;
	margin-top:0px;
}

input, textarea {
	background-color:#E4EAEF;
	border:1px solid #7f9db9;
}

a {
	color:#FF8000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

a.menumain {
	color:#515151;
	font-weight:bold;
}


a.menumain:hover {
	color:#ff8a00;
	font-weight:Bold;
	text-decoration:none;
}

a.menukat {

	color:#004080;
	font-weight:bold;
}

a.menukat:hover {
	color:#ccddff;
	font-weight:Bold;
	text-decoration:none;
}

a.menukomment {
	color:#004080;
}

a.menukomment:hover {
	color:#001020;
	text-decoration:none;
}

a.seitenleiste {
	color:#FF8000;
	text-decoration:none;
}
a.seitenleiste:hover {
	text-decoration:underline;
}

.klein {
	color:#446677;
	font-size:10px;
}
	

#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 2px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.error {
	color:#C80000;
	font-weight:bold;
}
.meldung {
	color:#006a00;
	font-weight:bold;
}
.head {
	font-weight:bold;
}

td {
	font-size:9pt;
}
td.right {
	text-align:right;
}

.kasten1 {
	border:1px solid;
	background-color:#AAE3FF;
}
.kasten2 {
	border:1px solid;
	background-color:#80FF80;
}
-->
</style>