#container { 
	width: 50%;
	margin: 0 auto;
	text-align: left;
}

.footer {
	background-color: #000;
	padding: 0.5em;
}

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 8em;
	left: 14%;
	width: 43.2em;
	height: auto;
	padding: 1em;
	border: 1em solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:802;
	overflow: hidden;	
}

div.leightbox div#herz {
	margin-left: 4.5em;
}

* html .leightbox {
	width: 47em;
}
.leightbox .caption {
	display:block;
	float:left;
	font-size:92%;
	line-height:1.25em;
	padding-right:0.25em;
	padding-top: 0.2em;
	width:100%;
}

.leightbox a {
	text-decoration: none;
}
div.close{
	display:block;
	float:right;
	margin-top:-15px;
}

div.close a.lbAction img {
	width: 20px !important;
	height: 20px;
}
#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:499;
	background-color: #000000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }
