#pagetitle { position:absolute; left:20px; top:20px; }
.article { position:absolute; left:20px; top:50px; width:200px; text-align: justify; line-height: 130%; }

#webua-body {
	position:absolute;
	top:225px;
	left:300px;
}
#webua-body ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#webua-body ul li {
	list-style-type:none;
	display:inline;
	margin:0;
	padding:0;
	position:relative;
	width:180px;
	float:left;
	font-size:0.85em;
}
#webua-body ul li a {
	color:#545454;
	text-decoration:none;
	background:transparent url(/styles/basic/content-navi/bullet.gif) left center no-repeat;
	padding:0 0 0 20px;
}
#webua-body ul li a:hover {
	color:#990000;
	text-decoration:none;
	background:transparent url(/styles/basic/content-navi/bullet-hover.gif) 5px center no-repeat;
	text-decoration:underline;
	padding:0 0 0 20px;
}
#webua-body ul li.produktion { }
#webua-body ul li.labor { }
#webua-body ul li.produktion a span {
	position:absolute;
	width:170px;
	height:170px;
	left:0;
	background-image:url(/images/content/wieesbeiunsaussieht/produktion.jpg);
	margin-top:-180px;
	border:1px solid #999;
}
#webua-body ul li.labor a span {
	position:absolute;
	width:170px;
	height:170px;
	left:0;
	background-image:url(/images/content/wieesbeiunsaussieht/labor.jpg);
	margin-top:-180px;
	border:1px solid #999;
}
#webua-body ul li.produktion a:hover span {
	border:1px solid #990000;
}
#webua-body ul li.labor a:hover span {
	border:1px solid #990000;
}