div.products {
	position: relative;
	background-color: white;
	border: 1px solid #666;
	width: 190px;
	z-index: 1;
	margin-top: 62px;
	margin-left: 0px;
}

div.products span {
	display: block;
	color: #666;
	text-decoration: none;
	font-size: 11px;
	padding: 3px 5px 2px 5px;
}

div.products a {
	display: none;
	color: #000;
	text-decoration: none;
	font-size: 11px;
	padding: 2px 5px;
}

div.products img {
	position: absolute;
	top: -1px;
	right: -22px;
	padding-left: 3px;
}

div.products a:hover {
	color: white;
	background-color: #abd22c;
}

div.products {
	/*position: absolute;*/
	/*top: 70px;*/
}

div.productsLayer {
	position: relative;
	top: -1px;
	display: none;
	background-color: white;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	width: 190px;
	z-index: 1;
}

div.productsLayer a {
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 11px;
	padding: 2px 5px;
}

div.productsLayer a:hover {
	color: white;
	background-color: #abd22c;
}

div.selectProduct {
	background-color: white;
	border: 1px solid #666;
	font-size: 11px;
	line-height: 17px;
	padding: 0 5px;
	width: 180px;
}
input.selectProduct {
	position: absolute;
	top: 0;
	left: 194px;
}

div.finders {
	width:233px;
	height:390px;
	float:left;
	margin-right:16px;
}

div.finders div.heading {
	height: 30px;
	border-bottom: 1px solid #666;
	margin-bottom: 6px;
}

div.finders div.heading h2 {
	color: #abd22c;
	font-size: 21px;
	font-weight: normal;
}

div.finders div.finder {
	position: relative;
	height: 97px; /* 113 - 2 x 8 */
	margin-bottom: 7px;
	background-image: url("../typo3conf/ext/mhs/res/images/bg-finder.gif");
	padding: 8px;
}

div.finders div.finder h2 {
	font-size: 15px;
	font-weight: bold;
	color: #333;
	padding: 0;
	position: absolute;
	top: 8px;
	left: 8px;
}

div.finders div.finder h2 a {
	color: #333 !important;
	text-decoration: none;
}

div.finders div.finder h2 span {
	font-weight: normal;
}

div.finders label {
	font-size: 11px;
	color: #333;
	padding-bottom: 2px;
	display: block;
}

div.finders .input {
	border: 1px solid #666;
	line-height: 17px;
	padding: 0 2px;
	margin: 0;
	width: 186px;
}

div.finders form {
	margin-top: 47px;
}

div.finders form * {
	vertical-align: middle;
}

div.finders img.symbol {
	position: absolute;
	top: 0;
	right: 0;
}

div.stage {
	width:731px;
	height:390px;
	/*float:left;*/
	overflow: hidden;
	margin-bottom: 22px;
}

div.stageElements {
	width: 2193px;
	position: relative;
}

div.stageElement {
	position: relative;
	width: 731px;
	height: 390px;
	float:left;
}

div.stageElement div.text {
	position: absolute;
	width: 220px;
	height: 360px;
	top: 0;
	right: 0;
	padding: 30px 30px 0 30px;
	/*
	background-color: #000;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	filter:alpha(opacity=70);
	*/
}

div.stageElement h2 {
	color: white;
	font-weight: normal;
	font-size: 25px;
	line-height: 28px;
	margin-bottom: 32px;
}

div.stageElement p {
	font-size: 14px;
	line-height: 18px;
	color: white;
	/*width: 300px;*/
}

div.stageElement p.morelink a {
	color: white;
	background-image: url("../typo3conf/ext/mhs/res/images/arrow-s.png");
	background-repeat: no-repeat;
	padding-left: 15px;
	font-size: 12px;
	text-decoration: none;
}

div.stageElement div.arrowLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 56px;
	height: 56px;
}

div.stageElement div.arrowRight {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 56px;
	height: 56px;
}

