/*<![CDATA[*/
/* programm images overlay */

/* styling for elements inside overlay */
.overlayimg_titel, .overlayimg_lieferumfang
{
  color: #fff;
  font-size: 1em;
	font-family: Verdana, Calibri,  Ariel, Sans-Serif;
#	font-family: "Lucida Grande","bitstream vera sans","trebuchet ms",sans-serif,verdana;
  font-weight: bold;
 }

.overlayimg_lieferumfang
{
  color:#bbb;
  font-weight: normal;
 }

.overlayimg_imgtext
{
	width: auto;
  color: #fff;
#	font-family: "Lucida Grande","bitstream vera sans","trebuchet ms",sans-serif,verdana;
	font-family: Verdana, Calibri,  Ariel, Sans-Serif;
	margin-left: 1em;
 }

/* the overlayed element */
.overlay_indexstart
{
	/* must be initially hidden */
	display: none;

	/* place overlay on top of other elements */
	z-index: 10000;

	/* styling */
	background-color: #005500;
#	background-color: #444;
#	background-color: #333;


	width: 45em;
	height: auto;
	padding: 0.5em;
	border: 2px solid #fff;

	/* CSS3 styling for latest browsers */
	box-shadow: 0.4em 0.4em 0.4em 0 #ababab;
	-moz-box-shadow: 0.4em 0.4em 0.4em 0 #000;
	-webkit-box-shadow: 0.4em 0.4em 0.4em 0 #333;
	
}

.overlay_indexstart img
{
	height: auto;
	margin-right: 1em;
	float: left;	
}

/* close button positioned on upper right corner */
.overlay_indexstart .close
{
	width: 3em;
	height: 3em;
	background-image: url(../img/close.png);
	position: absolute;
	right: -0.9em;
	top: -1.5em;
	cursor: pointer;
	background-color: transparent;
}

.overlay_lupe
{
	position: relative;
#	display: block;
	display: inline-block;
}

.overlay_lupenposition
{
	margin-left: -3em;
	background-color: transparent;
}


#range_trigger
{
	width: 14em;
#	height: auto;
	height: 11em;
	margin: 1em 1.5em 0 0;

	border: 1px solid #ababab;
  padding: 0.5em;

  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;

	float: left;
}

#range_trigger img
{
	cursor: pointer;
	width: 100%;
#	background-color: #dfdfdf;
}




/*][>*/
