#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 

#overlay img{ border: none; }
#overlay{
	position: absolute;
	background-image: url(overlay.png);
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 500px;
	no-background-color: #000;
	filter:alpha(opacity=60);
	no-moz-opacity: 0.6;
	noopacity: 0.6;
}
/*
#menuholder {

	noborder: 1px solid #FF0000;
	width: 320px;
	height: auto;
	position: absolute;
	z-index: 1;
	left:0px;

}
*/
#rechts {
	border: 0px solid #00FF00;
	width: 100%;
	height: 640px;/* 580px; */
	margin: 0px;
	padding: 0px;
}

IFRAME#rechts {
	width: 600px;
	height: 580px;
}


#content {
/*	border: 0px solid #FF0000;
	nowidth: auto;
	noheight: 100%;
	margin-left: 350px;
	padding: 0px; */
}

body {
	margin: 0px;
	padding: 0px;
}

