/* CSS Document und Menuegestaltung ohne Internet Explorer 6 */body {	margin:0px;	}#mother {position-absolute;height:590px;width:980px;margin:0  auto;}#menuebox {	position:absolute;	z-index: 200;		margin-top:0px;	margin-left:0px;		}#header1 {	margin-left:10px;	height:30px;	width:850px;	background-color:#ff9900;}#inhalt {  z-index: 1;  overflow:scroll;  position:absolute;		   margin-top:30px;  margin-left:0px;  height:515px;  width:973px;      padding:5px; }/* MENÜ OBEN ohne IE 6 !! */#menue-ifIE {	display:none;}#menue-nonIE {	z-index:200;}#menue-nonIE .aussen {	float:left;	display:inline;	width:95px;	height:13px;	overflow:hidden;	font-family:Verdana,Arial,Helvetica,sans-serif;	font-size:10px;		color:#FFFFFF;	text-align:center;	background-color:#0646E4;	border-width:1px;	border-style:solid;	border-top-color:#0099FF;	border-left-color:#0099FF;	border-right-color:#000099;	border-bottom-color:#000099;}#menue-nonIE .aussen:hover {	display:inline;	height:auto;	background-color:#16D26E;	border-top-color:#006600;	border-left-color:#006600;	border-right-color:#00FF00;	border-bottom-color:#00FF00;}span.menuepunkt {	display:block;	cursor:default;}a.innen1 {	margin-top:2px;}a.innen1, a.innen {	display:block;	text-decoration:none;	padding-top:3px;	padding-bottom:3px;}a:link.innen1, a:link.innen,a:visited.innen1, a:visited.innen,a:active.innen1, a:active.innen {	color:#000000;	background-color:#FFFFCC;	border-width:1px;	border-style:solid;	border-top-color:#FFFF99;	border-left-color:#FFFF99;	border-right-color:#FFCC66;	border-bottom-color:#FFCC66;}a:hover.innen1, a:hover.innen {	color:#0646E4;	background-color:#CCCC66;	border-width:1px;	border-style:solid;	border-top-color:#CCCC66;	border-left-color:#006600;	border-right-color:#00FF00;	border-bottom-color:#00FF00;}#wortbox {position:absolute;top:500px;left:280px;color:blue;padding:5px;}/*menueunten*/a.rechts {	float:right;	top:120px;	display:block;	width:75px;	height:13px;		font-family:Verdana,Arial,Helvetica,sans-serif;	font-size:10px;	font-weight:bold;	color:#FFFFFF;	text-align:center;	text-decoration:none;	}	span.menuerechts {	display:block;	cursor:default;}a:link.rechts, a:visited.rechts, a:active.rechts {	background-color:#0646E4;	border-width:1px;	border-style:solid;	border-top-color:#0099FF;	border-left-color:#0099FF;	border-right-color:#000099;	border-bottom-color:#000099;}a:hover.rechts {	background-color:#16D26E;	border-width:1px;	border-style:solid;	border-top-color:#006600;	border-left-color:#006600;	border-right-color:#00FF00;	border-bottom-color:#00FF00;}
