.popup-container{
	position:fixed;
	top:160px;
	left:50%;
	width:625px;
	height:366px;
	z-index:3;
	margin-left:-312px;
}
.popup-container .popupheader{
	position:absolute;
	top:0px;
	left:0px;
	width:625px;
	height:30px;
	background:url(/img/achtergronden/popup-header-bg.png) no-repeat 0 0;
}
.popup-container .popupheader h2.popuptitle{
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	margin:5px 0 0 10px;
}

.popup-container .popupheader a.sluitvenster{
	position:absolute;
	top:10px;
	left:492px;
	width:113px;
	height:16px;
	display:block;
	background:url(/img/algemeen/but-sluitvenster.gif) no-repeat 0 0;
	text-indent:-9999px;
}
.popup-container .popupcontent{
	position:absolute;
	top:30px;
	height:336px;
	width:623px;
	background:url(/img/achtergronden/popup-bg.gif) repeat-x 0 top #5786bb;
	border-left:solid 1px #3b4b5d;
	border-bottom:solid 1px #3b4b5d;
	border-right:solid 1px #3b4b5d;
	overflow-x:hidden;
	overflow-y:auto;
}
.popup-container #popupInnerContent {
	margin:10px;
}


/* Kleine popup */

#smallpopup{
	position:fixed;
	top:160px;
	left:50%;
	width:625px;
	height:366px;
	z-index:3;
	margin-left:-212px;
}
#smallpopup .popupheader{
	position:absolute;
	top:0px;
	left:0px;
	width:325px;
	height:30px;
	background:url(/img/achtergronden/popup-header-bg.png) no-repeat 0 0;
}
#smallpopup .popupheader h2.popuptitle{
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	margin:5px 0 0 10px;
}

#smallpopup .popupheader a.sluitvenster{
	position:absolute;
	top:10px;
	left:212px;
	width:113px;
	height:16px;
	display:block;
	background:url(/img/algemeen/but-sluitvenster.gif) no-repeat 0 0;
	text-indent:-9999px;
}
#smallpopup .popupcontent{
	position:absolute;
	top:30px;
	height:75px;
	width:323px;
	background:url(/img/achtergronden/popup-bg.gif) repeat-x 0 top #5786bb;
	border-left:solid 1px #3b4b5d;
	border-bottom:solid 1px #3b4b5d;
	border-right:solid 1px #3b4b5d;
	overflow-x:hidden;
	overflow-y:auto;
}
#smallpopup #smallpopupInnerContent {
	margin:10px;
}