/* the overlayed element Datacenter */
.apple_overlay {
	display:none;
	background-image:url(images/popup-white.png);
	width:350px;		
	padding:65px 25px 35px 25px;
	font-size:11px;
}

.apple_overlay div.close {
	background-image:url(images/popup-close.png);
	position:absolute; right:0px; top:0px;
	cursor:pointer;
	height:50px;
	width:50px;
}

#overlay {
	background-image:url(images/popup-background.png);
	color:#efefef;
	height:450px;
}

.contentWrap {
	height:431px;
	overflow-y:auto;
}

/* the overlayed element Jobs */
.apple_overlay-jobs {
	display:none;
	background-image:url(images/popup/white.png);
	width:825px;		
	padding:65px 25px 35px 35px;
	font-size:11px;
}

.apple_overlay-jobs div.close {
	background-image:url(images/popup/close.png);
	position:absolute; right:20px; top:20px;
	cursor:pointer;
	height:30px;
	width:30px;
}

#overlay-jobs {
	background-image:url(images/popup/transparent.png);
	color:#efefef;
	height:450px;
}

.contentWrap-jobs {
	height:431px;
	overflow-y:auto;
}

/*AMPELN*/
#dynatip {
	display:none;
	background:transparent url(images/popup/black_arrow.png);
	font-size:12px;
	height:62px;
	width:170px;
	padding:19px 20px 9px 20px;
	color:#fff;	
}

/* style the trigger elements */
#dyna img {
	cursor:pointer;
	margin:0px;
	padding:0px;
}

/* override the arrow image of the tooltip */
#dynatip.bottom {
	background:url(images/popup/black_arrow_bottom.png);	
	padding:25px 20px 3px 20px;
	height:62px;
}

/* DynaTip 2 - fuer "Verfuegbarkeit" */
#dynatip2 {
	display:none;
	background:transparent url(images/popup/black_arrow_bigger.png);
	font-size:11px;
	height:142px;
	width:215px;
	padding:19px 20px 9px 20px;
	color:#fff;	
}

/* style the trigger elements */
#dyna2 p {
	cursor:pointer;
	margin:0px;
	padding:0px;
}

/* override the arrow image of the tooltip */
#dynatip2.bottom {
	background:url(images/popup/black_arrow_bottom_bigger.png);	
	padding:28px 20px 0px 20px;
	height:142px;
}

#dynatip2 hr {
	height:1px;
	border-top:1px dotted #FFF;
	border-bottom:0px;
}