.overlay{
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-color:black;
	opacity:0.7;
	filter:alpha(opacity=70);
	z-index:50;
	cursor:pointer;
	overflow:hidden;
}
.container {
	position:fixed;
	opacity:0;
	filter:alpha(opacity=0);
	width:700px;
	height:440px;
	margin-bottom:214px;
	border:10px white solid;
	border-bottom:44px white solid;
	background-color:white;
	z-index:51;
}
#Legende{
	position:relative;
	left:10px;
	top:10px;
	height:25px;
	min-width:690px;
	padding-top:5px;
	font-size:12px;
 	color:#868786;
}
#number{	
	min-width:150px;
	float:left;
	text-align:left;
}
#legtext{
	height:25px;
	top:10px;
	min-width:350px;
	float:left;
	text-align:left;
}
#btn_last{
	background-image:url(http://wueestarnold.ch/themes/wueestarnold/images/zurueck.png);
	background-repeat:no-repeat;
	margin-left:70px;
	height:16px;
	width:15px;
	border:none;
	float:left;

}
#btn_next{
 	background-image:url(http://wueestarnold.ch/themes/wueestarnold/images/vor.png);
 	background-repeat:no-repeat;
 	height:16px;
 	width:15px;
 	border:none;
 	float:left;
	margin-left:15px;
}
#btn_deko{
	background-image:url(http://wueestarnold.ch/themes/wueestarnold/images/linie.png);
 	background-repeat:no-repeat;
 	margin-top:-5px;
	height:25px;
 	width:16px;
 	float:left;
	margin-left:15px;

}
#btn_close{
	background-image:url(http://wueestarnold.ch/themes/wueestarnold/images/close.png);
	background-repeat:no-repeat;
	
	height:16px;
	width:16px;
	border:0;
	float:left;
	margin-left:15px;

}
.btn{
	border:none0;
	text-decoration:none;
}
