#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 15em;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #e9f7fa;
	border:thick;
	width: 15em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}

#targetnavigatordiv {
	position:absolute;
	left:166px;
	top:39px;
	width:202px;
	height:17px;
	z-index:3;
}
#bezeichnunditemdiv1 {
	position:absolute;
	left:-2px;
	top:38px;
	width:361px;
	height:18px;
	z-index:2;
}
#newsnaviheaderdiv {
	position:absolute;
	left:0px;
	top:38px;
	width:157px;
	height:18px;
	z-index:2;
}
#newspicturediv {
	position:absolute;
	left:520px;
	top:35px;
	width:180px;
	height:197px;
	z-index:4;
}#apDiv1 {
	position:absolute;
	left:0px;
	top:71px;
	width:496px;
	height:109px;
	z-index:1;
}
#newscontentitem2div {
	position:absolute;
	left:-1px;
	top:180px;
	width:496px;
	height:227px;
	z-index:5;
}
#newserrordiv {
	position:absolute;
	left:2px;
	top:68px;
	width:471px;
	height:19px;
	z-index:1;
}
#newscontent1div {
	position:absolute;
	left:0px;
	top:66px;
	width:508px;
	height:379px;
	z-index:1;
}

