body, th, td, input, textarea, select {
	font-size:10pt;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#222;
	/* background:url(/bilder/bg-inhalt.gif) bottom right no-repeat fixed; */
}

#menue {
	/* fix für IE < 7 */
	behavior:url(/bilder/csshover2.htc);
}

#menue * { font-size:8pt; color:#888; }
#menue { background:url(/bilder/bg-menue.gif) no-repeat top left; width:160px; min-height:300px; padding-left:15px; padding-right:0; padding-top:15px; padding-bottom:0 }
#menue a { padding:3px 8px 3px 3px; text-decoration:none; display:block; width:150px; }
#menue li { position:relative; list-style:none; border-bottom:1px solid #fff; }
#menue li:hover { background-color:#BFDFFF; }
#menue li.open { background:url(/bilder/m-pfeil.gif) no-repeat center right; }
#menue li.open:hover { color:#fff; background:#BFDFFF url(/bilder/m-pfeil2.gif) no-repeat center right; }

#menue li a, #menue li li a { color:#333; }
#menue ul { margin:0; padding:0; background-color:#eee; border-left:1px solid #ccc; }
#menue ul ul, #menue li.open:hover ul ul { /* 2 and 13 */
	left:158px;
	position:absolute;
	top:0;
	padding:0; margin:0;
	display:none;
	z-index:10;
}
#menue li.open:hover ul, #menue li.open:hover li.open:hover ul { /* 12 and 23*/
	display:block;
}

.inhalt {
	padding:15px;
	background:url(/bilder/bg-rightborder.gif) no-repeat right bottom;
}
.inhalt fieldset { border:1px solid #ccc; padding:8px; }
.inhalt fieldset legend { color:#666; }