/*
 * Kleuren:
 *   Licht blauw:  235ea1
 *   Donker blauw: 261e73
 *   Rood: e04f33
 *
 */
#popup_tl, #popup_bl, #popup_tr, #popup_br {
	position: absolute;	
	height: 280px;
	width: 280px;
	z-index: 998;
        background: url("/template/basis/images/popup-background.png");
}

#popup_tl {
	top: 0px;
	left: 0px;
	background-position: top left;
}

#popup_bl {
	bottom: 0px;
	left: 0px;
	background-position: bottom left;
}

#popup_tr {
	top: 0px;
	right: 0px;
	text-align: right;
	padding-right: 15px;
	padding-top: 5px;
	background-position: top right;
}

#popup_br {
	bottom: 0px;
	right: 0px;
	background-position: bottom right;
}

#popup_close1 {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 12px;
	height: 12px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	z-index: 999;
}

#popup_close2 {
	position: absolute;
	bottom: 10px;
	right: 15px;
	width: 100px;
	height: 15px;
	z-index: 999;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#popup {
	display: none;
	position: absolute;	
	top: 180px;
	left: 180px;
	width: 500px;
	height: 300px;
	z-index: 997;
}

#popup_hr {
	position: absolute;
	top: 36px;
	left: 10px;
	width: 480px;
	height: 1px;
	background-color: 261e73;
	z-index: 999;
}


#popup_titel {
	position: absolute;
	top: 12px;
	left: 20px;
	width: 400px;
	height: 25px;
	z-index: 999;
}

#popup_content {
	position: absolute;
	top: 38px;
	left: 20px;
	width: 460px;
	height: 230px;
	text-align: left;
	z-index: 999;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#popup h1 {
	font-size: 18px;
}

#popup_content p {
	font-size: 12px;
	margin: 5 0 0 0;
	padding: 0 0 0 0;
}

#popup_content p.small {
	font-size: 11px;
	margin: 15 0 0 0;
	padding: 0 0 0 0;
}

#popup_close2 a {
	font-size: 12px;
	font-style: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
