/*************************************************
 * Seite: www.afrikaverein.de
 * Datei: lightbox.css
 * * * * * * * * * * * * * * * * * * * * * * * * *
 * Datum: 2011-08 | ...
 * Autor: Dario Müller
*************************************************/

#lightbox-background{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #eee8e2;
	z-index: 100;
	display: none;
}

#lightbox-background img{
	position:absolute;
	top: 300px;
	left: 400px;
}

#lightbox-container{
	width: 786px;
	height: 625px;
	position: absolute;
	top: 50px;
	left: 200px;
	background-color: #fff;
	z-index: 110;
	display: none;
	text-align:	left;
}
	#lightbox-container #lightbox-header{
		height: 20px;
		width: 100%;
		z-index: 3;
		top: 0;
		right: 0;
		background-color: #542D04;
	}
		#lightbox-container #lightbox-header a{
			display: block;
			padding-right: 10px;
			color: white;
			font-size: 0.8em;
			text-decoration: none;
			text-align: right;
			line-height: 20px;
		}

	#lightbox-container #lightbox-iframe {
		border: 0px none;
		width: 786px;
		height: 483px;
		top: 20px;
		overflow: hidden;
		overflow-y: hidden;
	}

	#lightbox-container #lightbox-footer {
		background: url('../images/lightbox-footer.jpg') no-repeat center bottom;
		width: 786px;
		height: 122px;
		position: absolute;
		top: 503px;
	}

/* * * i F r a m e - - > * * */

body#lightbox-body{
	background-color: white;
	width: 786px;
	height: 483px !important;
	border: 0px none;
	text-align: left;
}
/*
#lightbox-top #lightbox-header{
	padding: 10px 25px;
}
*/

#lightbox-image{
	text-align: center;
	margin-bottom: 19px;
}

	#lightbox-content-left {
		margin: 30px 15px 30px 30px;
		background-color: #fff;
		float: left;
		width: 200px;
	}
	
	#lightbox-content-right {
		margin: 30px 30px 30px 15px;
		background-color: #fff;
		float: right;
		width: 496px;
	}
		#lightbox-content-right h2 {
			margin-bottom: 15px;
		}
		#lightbox-content-right p {
			margin: 10px 0;
		}

#lightbox-body a {
	color: #000;
	text-decoration: none;
}
#lightbox-body a:hover,
#lightbox-body a:active {
	text-decoration: underline;
}

/*
#lightbox-body .news-single-img, #lightbox-body .image-div{
	width: 240px;
	float:left;
	padding-top: 80px;
	height: 378px;
	text-align: center;
}

#lightbox-body ul.checklist, #lightbox-body table.contenttable li{
	margin: 0;
	padding: 5px 15px;
	list-style: none;
}

#lightbox-body ul.checklist li, #lightbox-body table.contenttable ul li{
	margin: 0;
	padding: 5px 30px;
}

#lightbox-body table.contenttable {
	width: 755px;
	margin-top: 15px;
	vertical-align: top;
}

#lightbox-body table.contenttable td{
	vertical-align: top;
	margin-top: 5px;
}
*/