/*
Overwrites default behaviour of certain css elements
*/

/*
Fixes inactive (currently displayed) place links
*/
body.kv div.appMenu ul li ul li.inactive a span {
	padding: 0 3px;
	border: 1px solid #fff;
	font-weight: bold;
	margin-right: 5px;
	border: 1px solid #8FCFFF;
	background: transparent;
	color: #8FCFFF;	
}

/*
Show custom header for 'Verdwenen Nederland'
*/
body.kv div#header h1 {
	width: 658px;
	background: url(../images/bg_h1_vn.gif) no-repeat;
}

.highlight p {

	color: black;
}

/*
Style for image containers
*/

#vrdwNL_image_then { 
	padding: 20px 10px 5px 10px;
	background-color: white;
	color: black;
	text-align: center;
	font-size: 1.167em;
	float: left
}

#vrdwNL_image_now {
	padding: 20px 10px 5px 10px;
	background-color: white;
	color: black;
	position:relative;
	text-align: center;
	font-size: 1.167em;
	float: right
}

#vrdwNL_spacer { 
	clear: both; 
}

#vrdwNL_imgContainer {
	align:center; 
	min-width:800px; 
	width: 100%; 
}

