@charset "utf-8";
/* Trendbreuk */

body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

/* General Style Information */
a, a:link, a:visited, a:active
{	
	font-weight: bold; 
	color: #0768A9; 
}


h1
{
	font-size: 2em;
	margin-top: 0px;
	padding-top: 0px;
	color: #7c1d20;
}

h2, q
{
	font-size: 1.5em;
	color: #7c1d20;
}

h3
{
	font-size: 1.2em;
}

/* Page Layout */
br.antifloat
{
	/* Allows div containing heavy floating to render correctly */
	clear:both;
}

#page
{
	width: 950px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

/* - header */
#header
{
	width: 100%;
	padding-bottom: 1px;
	border-bottom: 7px solid #6d6d75;
}

#header img.logo
{
	margin-top: 5px;
	float: left;
	margin-right: 10px;
}

/* -- site title section */
#title
{
	padding-left: 10px;
	height: 17px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin-left: 200px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #999;
}

/* -- banner (visual) */
#banner
{
	background: #d7004d;
	height: 33px;
	margin-left: 200px;
}

#banner img
{
	float: right;
	border-left: 1px solid white;
}

/* - subheader (breadcrumb/language selection */
#subheader
{
	display: block;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

#subheader a, #subheader a:link, #subheader a:visited, #subheader a:active
{
	text-decoration: none;
}

/* - contents */
#body
{
	clear: both;
	border: 1px solid  #f19eba;
	padding: 0px;
	margin: 0px;
	
	/* IE 6 Fix - left border */
	padding-left: 1px;
}

/* -- navigation */
#left
{
	float: left;
	
	width: 180px;
	
	margin: 0px;
	margin-right: -1px;
	padding: 10px;
	
	
}

#left a, #left a:link, #left a:visited, #left a:active
{
	font-size: 1.1em;
	color: #757575;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}

#left a:hover
{
	text-decoration: underline;
}

#left ul
{
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}

#left ul li
{
	list-style-image: url('img/li-navigation.png');
	margin-bottom: 10px;
}

#left hr
{
	display: block;
	height: 1px;
	background: #f19eba;
	line-height: 1px;
	border-top:1px solid #f19eba;
}

#left img
{
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

/* -- actual contents */
#contents
{
	margin-left: 200px;
	border-left: 1px solid #f19eba;
	padding: 10px;
	min-height: 500px;
	
	/* IE 6 fix - min-height */
	height: auto !important;
	height: 500px;
}

#contents img.cover
{
	float: right;
	margin-left: 10px;
}

/* - footer */
#footer
{
	overflow: hidden;
	clear: both;
	
	margin: 0px;
	padding: 0px;
	
	color: #ccc;
	
	border: 0px;
	border-top:1px solid #f19eba;
	
	width: 100%;
	font-size: 0.9em;
}

#footer div
{
	padding: 5px;
}

#footer .contact
{
	float: left;
}

#footer .copyright
{
	float: right;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active
{
	color: #ccc;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

/* Page specific layout */
ol.inhoudstafel
{
	/*margin-right: 243px;*/
}

ol.inhoudstafel li
{	
	margin-bottom: 10px;	
	padding: 0px;
	
	list-style-type: decimal;
		
	text-transform: uppercase;
	font-weight: bold;
}

ol.inhoudstafel li.nolist
{
	list-style: none;
}

ol.inhoudstafel .reference
{
	display: inline-block; 
	overflow: hidden;
	
	/*border-bottom: 1px dotted black;*/
}

ol.inhoudstafel .title
{
	
	
	margin-bottom: -2px;
	margin-right: 50px;
}

ol.inhoudstafel .page
{
	display: block;
	float: right;
}

ol.inhoudstafel li ul li
{
	
	
	margin: 0px;
	padding: 0px;
	
	list-style: none;
	
	border: none;
}

ol.inhoudstafel li ul .title
{
	text-transform: none;
	font-style: italic;
	font-weight: normal;
}

q
{
	font-style: italic;
}

.footnote a
{
	text-decoration: none;
}

p.fotokader
{
	display: block;
	width: 49%;
	height: 150px; 
	float: left;
}
