body, td {
	font: 11px Verdana, sans-serif;
	color: #000;
	line-height: 15px;
}
h1 {
	color: #fff;
	font: bold 19px Verdana, sans-serif;
}
h2 {
	font: bold 15px Verdana, sans-serif;
	margin-bottom: 15px;
}
h3 {
	font: bold 12px Verdana, sans-serif;
	margin-bottom: 5px;
}

div.clear_float {
	clear: both;
}
#navigation {
	float: right;
	position: relative;
}
.navigation_button a:link, .navigation_button a:visited {
	font: bold 16px Arial, sans-serif;
	text-decoration: none;
}
.navigation_button {
	position: relative;
	margin-left: 25px;
	float: left;
}
.subnavigation {
	position: absolute;
	left: -8px;
	margin-top:20px;
	padding-top: 0px;
	padding-left:10px;
	padding-bottom:5px;
	width: 200px;	
}
.subnavigation a:link, .subnavigation a:visited {
	font: 11px Arial, sans-serif;
	color: #333;
	line-height: 15px;
}
.subnavigation a:hover {
	color: #666;
}
a.highlight:link, a.highlight:visited {
	color: #e2001a;
}
a.highlight:hover {
	color: #f72e45;
}
#footer {
	width: 475px;
	float: right;
	font: bold 12px Verdana, sans-serif;
	margin-top: 10px;
	color: #333;
}
#footer a:link, #footer a:visited {
	color: #333;
}
#footer a:hover {
	color: #666;
	text-decoration: none;
}

#inhoud #inhoud_inner {
	padding-right: 20px;
}
#news_view {
	margin-top: 20px;
}
#news_view h2 {
	font-size: 14px;
	margin-bottom: 7px;
}
#news_view ul {
	margin: 0;
	padding: 0 18px;
	list-style: square;
}
#news_view li {
	
}
#news_view a:link, #news_view a:visited {
	color: #000;
}
#footsteps {
	float: left;
	font: 12px Verdana, sans-serif;
	margin: 10px 0 0 40px;
}
#footsteps, #footsteps a {
	color: #ccc;
}
#footsteps a:hover {
	color: #999;
	text-decoration: none;
}

/* Fotopagina */
div#gallery {

}
div#gallery h2 {
	margin-bottom: 5px;
}
div#gallery h3 {
	font-size: 11px;
	color: #fff;
	margin-bottom: 15px;
}
div#gallery div.thumbnail {
	float: left;
	margin-right: 5px;
}
div#gallery div#thumbs div.clear_float {
	height: 15px;
}
div#gallery p.navigation {
	font-weight: bold;
	text-transform: lowercase;
}
div#gallery p.navigation a:link, div#gallery p.navigation a:visited {
	
}
div#gallery p.navigation a:hover {
	text-decoration: none;
	color: #000;
}
div#gallery div#popup {	
	display: none;
	position: absolute;
	top: 45px;
	left: 45px;
	z-index: 4;
	padding: 4px;
	cursor: pointer;
	background: #00b0e6;
}
div#gallery div#popup p#popupDesc {
	margin: 3px 18px;
	color: #fff;
}
