

/* === LAYER-MAIN.css === */


.layer-container {
	width: 100%;
	height: 100%;
	/*height: 1200px;*/
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: url('http://www.huureenzwartepiet.nl/-hezp_images/bg-layer.png');
	display: none;
	border: 3px solid #000000;
}

.layer-positioner {
	width: 99%;
	height: 100%;
	position: absolute;
	top: 120px;
	z-index: 2000;
	display: none;
}

.layer {
	position: relative;
	width: 901px;
	height: 1000px;
	background: #FFFFFF;
	margin: 0 auto 74px;
	/*padding: 32px 43px;*/
	padding: 10px 15px;	
}

.close-layer {
	position: absolute;
	right: -22px;
	top: -22px;
}

.close-layer a { /* ie6.css */
	width: 44px;
	height: 44px;
	display: block;
	background: url('http://www.huureenzwartepiet.nl/-hezp_images/arrows.png') right -118px no-repeat;
}

.close-layer a:hover {
	background: url('http://www.huureenzwartepiet.nl/-hezp_images/arrows.png') left -118px no-repeat;
}
