#popupLok {
	background: transparent url(../image/bg_lightbox_laenderweiche.png) no-repeat scroll center;
	height:468px;
	width:900px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:130px;
	z-index:1001;
}
.innerLok {
	position:absolute;
	top:237px;
	left:50px;
	height:100px;
	width:310px;
}
.lokSelLand {
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
}
.lokSelLand select {
	width:290px;
}
.lokSelLand select option {
	font-weight:bold;
	width:270px;
}
.lokSelBtn {
	left:210px;
	position:absolute;
	top:70px;
	height:10px;
}
#lokalisierungsLayer {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	filter: Alpha(opacity=96, finishopacity=96, style=2);
	opacity: 0.96;
	background:#333;
	z-index:1000;
	display:none;
}
