/* Popupfenster Träger Tesa  */
.overlay {
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#eeeeee;
	
	width:900px;	
	min-height:100px;
	border:1px solid #ffffff;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 100px 10px #000000;
	-webkit-box-shadow: 0 0 100px #000000;	
}

/* close button positioned on upper right corner */
.overlay .close {
	background-image:url(/templates/udo_esser/img/hilfsgrafiken/tesa/overlay/close.png);
	cursor:pointer;
	height:35px;
	position:absolute;
	right:-15px;
	top:-15px;
	width:35px;
}

/* Popupfenster automatisch beim Aufruf einer Seite  */
.overlay_window {
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#ffffff;
	
	width:200px;	
	min-height:100px;
	border:1px solid #ffffff;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 100px 10px #ffffff;
	-webkit-box-shadow: 0 0 100px #ffffff;	
}

/* close button positioned on upper right corner */
.overlay_window .close {
	background-image:url(/templates/udo_esser/img/hilfsgrafiken/tesa/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#triggers {
	text-align:center;
}

#triggers img {
	cursor:pointer;
	margin:0 5px;
	background-color:#fff;
	border:1px solid #ccc;
	padding:2px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* Stylsheet für 100 Ordner frei HAus Lieferung */
 
 .tooltip {
	display:none;
	background:transparent url(/templates/udo_esser/img/hilfsgrafiken/leitz/infofeld.gif);
	font-size:12px;
	height:80px;
	width:157px;
	padding:10px;
	padding-right:20px;
	color:#000000;	
	margin-left: -150px;
	margin-top: 95px;
	z-index:20;
}

/* style the trigger elements */
#ordner-button img {

	border:0;
	cursor:pointer;
	margin:0 8px;
	z-index:10;
}



/* Popupfenster Artikel Bilder  */
.picbox {
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	/*background-color:#eeeeee;*/
	padding:10px;	
	width:640px;
	height:540px;
	overflow-y:auto;
	
	/*border:1px solid #ffffff;*/
		
	/* CSS3 styling for latest browsers 
	-moz-box-shadow:0 0 100px 10px #000000;
	-webkit-box-shadow: 0 0 100px #000000;	*/
}


/* close button positioned on upper right corner */
.picbox .close {
	background-image:url(/templates/udo_esser/img/hilfsgrafiken/tesa/overlay/close.png);
	position:absolute;
	right: 20px;
	top:0px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.details
{
color:#000000;
background-color:#ccc;
text-align:center;
height:24px;
width:600px;
padding-top:8px;
font-size:12px;
}

/*teneues overlay START*/
.overlay_teneues {
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#ffffff;
	
	width:720px;	
	min-height:100px;
	border:1px solid #336699;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 100px 10px #000000;
	-webkit-box-shadow: 0 0 100px #000000;	
}

/* close button positioned on upper right corner */
.overlay_teneues .close {
	background-image:url(/templates/udo_esser/img/hilfsgrafiken/tesa/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
/*teneues overlay ENDE*/

/*parker overlay START*/
.overlay_parker_video {
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#000000;
	
	width:500px;	
	min-height:100px;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 100px 10px #000000;
	-webkit-box-shadow: 0 0 100px #000000;	
}

/* close button positioned on upper right corner */
.overlay_parker_video .close {
	background-image:url(/templates/udo_esser/img/hilfsgrafiken/tesa/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
/*parker overlay ENDE*/
