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

#stellenangeboteVersteckt {
	display: none;
	line-height: 1.33em;	
}

#stellenangeboteVersteckt figure {
	float: right;	
	width: 270px;
	margin-left: 20px;
}

#stellenangeboteVersteckt figcaption {
	float: right;	
	color: #999;
	font-size:80%;
	font-style: italic;
	line-height: 1.2em;
}

/* Overlay */
#simplemodal-overlay {
	background-color:#000; 
	cursor:wait;
}

/* Container */
#simplemodal-container {
	height:520px; 
	width:620px; 
	color:#333; 
	background-color:#fff; 
	border:4px solid #BBBECD; padding:2em;
}

#simplemodal-container a.modalCloseImg {
	background:url(../img/hg/x.png) no-repeat; 
	width:25px; height:29px; display:inline; 
	z-index:3200; 
	position:absolute; top:-15px; 
	right:-16px; cursor:pointer;
}
