.tooltip {
	background-color:#444444;
	width:400px;
	padding:15px;
	border:1px solid #191919;
	border-radius:5px;
	color:#FFF;
	position:absolute;
	left:0px;
	top:0px;
	z-index:10;
	opacity:0;
}
.tooltip h6 {
	font-weight:bold;
	font-size:16px;
	margin-bottom:10px;
}
.lightbox-modul {
	width:100%;
	height:10px;
	position:absolute;
	background-color:#000;
	opacity:0;
}
.lightbox-container {
	background-color:#fff;
	position:absolute;
	left:500px;
	top:100px;
	padding:25px;
	border:1px solid #CCC;
	border-radius:5px;
	display:none;
	opacity:0;
	z-index:10000;
}
.lightbox-text {
	font-size:14px;
	font-weight:bold;
	margin-top:15px;
}
.lightbox-close {
	width:15px;
	height:15px;
	float:right;
	border:1px solid #CCC;
	clear:right;
	margin-top:-15px;
	margin-right:-15px;
	margin-bottom:10px;
	text-align:center;
	line-height:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	color:#999;
	border-radius:5px;
	font-size:11px;
	cursor:pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.lightbox-close:hover {
	background:#CCC;
	color:#fff;
}
#lightbox-image-container img {
	opacity:0;
}
