.logo {
	background: #fff url(images/logo.jpg) top left no-repeat;
	width: 792px;
	height: 113px;
	left: 0.6em;
	top: 10px;
	position: absolute;
}
.linkerblok {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	color: #FFFFFF;
	background-color: #0066cc;
	position: absolute;
	height: 182px;
	width: 164px;
	left: 18px;
	top: 131px;
	padding: 7px 5px 5px 5px;
	font-size: 11px;
	line-height: 18px;
	text-align:justify;
	text-transform: uppercase;
}

.suyigroen{
	color: #339900;
}

.inhoud {
	background-color: #FFFFFF;
	left: 200px;
	top: 134px;
	width: 600px;
	height: 650px;
	position: absolute;
}

.boektitelkop {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	color: #76796d;
	background-color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
}

.boektitelsubkop {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	color: #76796d;
	background-color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
}

.tekstveldkop {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	color: #76796d;
	background-color: #FFFFFF;
	border-bottom:1px dotted #ccc;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
}
	
.tekstveld {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	background-color: #FFFFFF;
	font-size: 13px;
  	line-height:1.5em;
	color: #333333;
	padding: 0px 0px 25px 0px;
}

.menu {
	background-color: #ffffff;
	left: 18px;
	top: 334px;
	width: 174px;
	height: 199px;
	position: absolute;
	padding: 0px 0px 0px 0px;
	border: 0;
}

.kolom {
	height: 620px;
	width: 200px;
	float: left;
}



body {
	font-family: "Lucida Grande, Lucida Sans Unicode, Arial, sans-serif";
	color: #333333;
	background-color: #FFFFFF;
	font-size: 13px;
	line-height:1.5em;
	
}


a.titles:link {color: #76796d; text-decoration: underline; }
a.titles:visited {color: #76796d; text-decoration: underline; }
a.titles:hover {color: #0066cc; text-decoration: underline; }
a.titles:active {color: #0066cc; text-decoration: underline;}



a.external:link {color: #0066cc; text-decoration: none;}
a.external:visited {color: #0066cc; text-decoration: none; }
a.external:hover {color: #0066cc; text-decoration: none; }
a.external:active {color: #0066cc; text-decoration: none;}

.onderbalk {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	color: #76796d;
	background-color: #FFFFFF;
	border-top:1px dotted #ccc;
	font-size: 9px;
	text-transform: uppercase;
}
/*Dit gedeelte regelt de pagina-indexering*/
.virtualpage, .virtualpage2, .virtualpage3{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.paginationstyle{ /*Style for demo pagination divs*/
width: 600px;
text-align: left;
padding: 2px 0;
margin: 10px 0;
}


.paginationstyle a{ /*Pagination links style*/
padding: 0 1px;/*afstand tussen de nummers*/
text-decoration: none;
border: 0px;
background-color: none;
}

.flatview a:link{
font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
font-size: 13px;
color: #0066cc;
background-color: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #76796d;/*kleur van de nummers bij rollover*/
background-color: none;
text-decoration: underline;
}


