@charset "utf-8";
/* CSS Document */

/* POPUP STORING ** TEMP ** */

.popup {
	width: 678px;
	margin: 202px 0px 0px 159px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	border: 1px solid #A3A3A3;
	position: absolute;
	display: none;
}
.popup-top {
	width: 678px;
	height: 26px;
	background-color: #BEBCBD;
	border-bottom: 1px solid #A3A3A3;
}
.popup-logo {
	margin: 0px 0px 18px 0px;
	text-align: center;
}
.popup-content {
	width: 598px;
	padding: 18px 40px 18px 40px;
	text-align: justify;
}
.popup-content h2 {
	text-align: left;
}
.popup-content hr {
	height: 0px;
	border-top: 1px solid #CD291D;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}
.popup-bottom {
	width: 598px;
	height: 26px;
	line-height: 26px;
	margin: 0px 0px 0px 0px;
	padding: 0px 40px 0px 40px;
	background-color: #FFFFFF;
	border-top: 3px solid #CD291D;
	text-align: right;
}
.popup-bottom a {
	line-height: 26px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 17px;
	background-image: url(../images/pijl_klein_rood.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
}
.popup-bottom a:hover {
	text-decoration: underline;
}