#contentNav {
	position: absolute;
	padding: 0px;
	width: 600px;
	height: 110px;
	left: 40px;
	top: 380px;
	
	background-color: transparent;
	
	background-image: url(images/beratung_lines.gif);
	background-position: 50% 0px;
	background-repeat: no-repeat;
	
	z-index: 1;
}

#contentNav ul {
	position: absolute;
  bottom: 10px;
  left: 48px;
  width: auto;
  margin: 0px;
  padding: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
}

#contentNav ul li {
	display: inline;
	padding-right: 80pt;
}

#arbschwJug {
	position: absolute;
	width: 60pt;
	right: 21pt;
	top: -2px;
}

#contentMain {
	position: absolute;
	top: 32px;
	right: 30px;
	width: 320px;
	height: 340px;
	
	padding-right: 10pt;
}

#contentFull {
	position: absolute;
	overflow: visible;
	top: 32px;
	left: 30px;
	width: 620px;
	height: 340px;
	
	padding-right: 10pt;
}

