@charset "utf-8";
/* CSS Document */

.sfeer {
	position: absolute;
	bottom: 20px;
	right: 10px;
}

#productbg {
	position:absolute;
	width:100%;
	height:100%;
	background-color:#FFFFFF;
	z-index:98;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	text-align:center;
	
}


#product {
	margin-top:10px;
	width:670px;
	height:500px;
	border:1px solid #7badbe;
	background-color:#FFFFFF;
	position:absolute;
	z-index:99;
	left: 50%;
	margin-left: -335px;
}

#productheader {
	background-color:#e4ebee;
	text-align:right;
	margin:5px;
	color:#4b889c;
	height:20px;
	font-size:11px;
}
#productheader p {
	float:right;
	margin-top:2px;
	margin-right:5px;
	

}
#productheader .x {
	display:block;
	background-color:#d1dde3;
	margin:2px;
	width:16px;
	height:10px;
	text-decoration:none;
	text-align:center;
	float:right;
	font-size:10px;
	color:#4b889c;
	padding-bottom:6px;
}

#productlinks {
	float:left;
	margin-left:20px;
	width:360px;

}
#productrechts {
	width:260px;
	position: absolute;
	right: 10px;
	top: 40px;
}

.productpic_large {
	border:1px solid #7badbe;
	margin-top:10px;
	cursor:pointer;
}
.productpic_small {
	border:1px solid #7badbe;
	margin-right:4px;
	margin-bottom:4px;
	float:left;
	cursor:pointer;
}

.nomargin {
	margin-right:0px;
	
}

#productpic_rechtsonder {
	position:absolute;
	text-align:right;
	width:660px;
	margin-top:60px;
}

#productdownloads {
	padding-left:15px;
}

#producttitel {
	height:22px;
	color:#4b889c;
	font-size:20px;
	padding-top:5px;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	padding-bottom:5px;

}

#productcontent {
	overflow:auto;
	width:340px;
	height:415px;
	padding-right:20px;
	overflow-x:hidden;
}

#vergroot {
	position:absolute;
	margin-left:235px;
	margin-top:10px;
	background-image:url(../images/vergroot.gif);
	height:24px;
	width:24px;
	cursor:pointer;
}