/* ####################################################################################### */
/* ####################################################################################### */
/* 
	LET OP !

	Reset-styles in aparte stylesheet: reset.css 
	Content styles in aparte stylesheet: content.css
	
	Deze stylesheet bevat aanpassingen op de default.css tbv vervolgpagina's

*/
/* ####################################################################################### */
/* ####################################################################################### */
#header {
	border-bottom: 1px solid #ffffff;
}

#content_container {
	position:relative;
	background-image:url(../images/teaser-home/bg-foto.jpg);
	background-position:0 0;
	background-repeat: no-repeat;
	width: 960px;
}

/* ####################################################################################### */
/* Navigatie ############################################################################# */
/* ####################################################################################### */


#navigatie {
	margin-top: 260px;
}

/* ####################################################################################### */
/* Content ############################################################################### */
/* ####################################################################################### */

#content{
	margin-top: 50px;
	width: 475px;
	background-image:url(../images/pagina/bg.jpg);
	background-position:5px 0;
	background-repeat: no-repeat;
	min-height: 300px;
	position:relative;
	z-index:10;
}

/* ####################################################################################### */
/* Rechter kolom ######################################################################### */
/* ####################################################################################### */

#secondary_content {
	margin-top: 50px;
	min-height: 500px;
	background-image:url(../images/pagina/bg.jpg);
	background-position:-470px 0;
	background-repeat: no-repeat;
	width: 230px;
}

#secondary_meta_nav {
	margin: 95px 0 0 10px;
}

#secondary_meta_nav li{
	margin-bottom: 12px;
}

#secondary_meta_nav a:link,
#secondary_meta_nav a:visited,
#secondary_meta_nav a:active {
	font-size: 14px;
	text-decoration:none;
	font-weight: bold;
	color:#0a0c31;
}

#secondary_meta_nav a:hover {
	color:#fdb827;
}

ul.extra_nav {
	margin-top: 150px;
	width: 220px;
}

/* ####################################################################################### */
/* Nieuwsbrief popup (lightbox-style overlay) ############################################ */
/* ####################################################################################### */

#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#171b2e;
	z-index:999;
}

#popupNieuwsbrief{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:300px;
	width:400px;
	background:#9cbcd9;
	border: 1px solid #ffffff;
	z-index:1000;
	color: #171b2e;
}

#popupNieuwsbrief .msg-sent,
#popupNieuwsbrief .error {
	display: none;
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	bottom: 20px;
	text-align:center;
	width: 100%;
	line-height: 2em;
}
	
#popupNieuwsbrief .msg-sent {	
	color:#00CC00;	
}

#popupNieuwsbrief .error {	
	color:#CC0000;
}

#popupNieuwsbrief .close {
	position: absolute;
	top: 5px; right: 5px;
	display: block;
	width: 12px; height: 12px;
	color: #171b2e;
	border: 1px solid #171b2e;
	text-decoration:none;
	font-size: 12px;
	line-height:12px;
	text-align:center;
}

#popupNieuwsbrief .close:hover {
	color: #ffffff;
	border-color: #ffffff;
}

#popupNieuwsbrief h3 {
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	padding: 15px 0;
	margin: 0 10px 20px 10px;
	border-bottom: 1px solid #324354;
	width: 360px;
}

#popupNieuwsbrief label {
	display: block;
	text-align:center;
	font-weight: bold;
	font-size: 12px;
}

#popupNieuwsbrief input {
	display: block;
	text-align:center;
	margin: 5px auto 30px auto;
	border: 1px solid #171b2e;
}

#popupNieuwsbrief input[type=hidden] {
	border: 0 !important;
}





