/* ------------------------------------------------------------------------
	Popin
------------------------------------------------------------------------- */
a#wegeplan {
	position: relative;
	margin: 20px 0px 20px 0px;
	padding: 404px 0px 0px 0px;
	width: 500px;
	height: 404px;
	he\ight: 0px;
	display: block;
	overflow: hidden;
	background: url(/fileadmin/wegeplan/a_wegeplan.png) 0px 0px no-repeat;
	}
	#overlay {
		background: #666666;
		position: absolute; top: 0; left: 0;
		z-index: 10000;
		width: 100%;
	}

	.prettyPopin {
		position: absolute;
	width: 957px;
	height: 793px;
	display: none;
	overflow: hidden;
	position: absolute; 
	z-index: 11000;
	top: 50%; left: 50%;
	background-color: #ffffff;
	border: 2px solid #E99800;
	}


	
		.prettyPopin .prettyContent {
			position: relative;
			width: 100%; height: 100%;
			font-size: 1.2em;
		}
		
			.prettyPopin .prettyContent .prettyContent-container {
				display: none;
				margin: 0px; 
				padding: 0px;
			}
		
			.prettyPopin .prettyContent .loader {
				position: absolute;
				top: 50%; left: 50%;
				margin: -14px 0 0 -14px;
			}
			
			
.prettyPopin a#b_close {
	position: absolute;
	right: 21px;
	top: 21px;
	width: 85px;
	z-index: 2;
	padding-top: 18px;
	height: 18px;
	he\ight: 0px;
	display: block;
	background: url(/fileadmin/wegeplan/b_close.png) 0px 0px no-repeat;
	overflow: hidden;
}

.prettyPopin a#b_close:hover {
	background-position: 0px -20px;
}
