/* CSS gecorrigeerd door Eelco Bruinsma, Moonfrog - plus commentaar*/
/*gecorrigeerd op 15 maart 2011; 15-03-2011*/
/* VMM_3kolomslayout.css                             */
/* Gebruiken met basispagina 3 kolomslayout          */
/***********************************************/

/***********************************************/
/* HTML tag stijlen - dit zijn aangepaste stijlen voor standaard HTML tags */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	background-color: #ffffff;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}


a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #3366CC;
	text-decoration: none;
}

a:visited{
	color: #3366CC;
	text-decoration: none;
}
/* REINOLD--------------------------------------------------------TEXT UNDERLINE + BLAUWE KLEUR*/
a:hover{
	color: #3366CC;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: "Trebuchet MS";
 font-size: 14pt;
 color: #333366;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial, sans-serif;
 font-size: 100%;
 text-align: left;
 color: #CC3333;
 margin: 0px;
 padding: 0px;
}

h4{
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #333333;
	margin: 6px 0px 0px;
	padding: 0px;
	font-size: 9pt;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/* commentarem: Eelco Bruinsma */
/* Divs voor Layout - hier volgen de voor dit ontwerp gemaakte stijlen: ID en CLASS attributen */
/***********************************************/

/* Deze ID geeft de omtrek van de gehele inhoud aan, het centreert de inhoud en beperkt de breedte tot 762 pixels */
/* Deze ID wordt gebruikt als attribuut bij een DIV */

#pagina{
	margin-left:auto;
	margin-right:auto;
	width:788px;
	background: url('paginaback.gif') top left repeat-y;
}
/* Deze ID definieert het kopgedeelte van de layout */
#
{
	padding: 10px 0px 5px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

/* kruimelspoor stijlen */
/* het gehele kruimelspoor */

#kruimelspoor{
	font-size: 80%;
	padding: 2px 0px 2px 10px;
	margin-top: 5px;
}

/* EELCO . (CLASS) attribuut/stijl waarmee binnen het kruimelspoor wordt benadrukt op welke pagina de bezoeker zich bevindt.
Let op, deze class wordt op een <span> en niet op een <div> toegepast, omdat het hier een inline stijl moet zijn, in plaats van een heel blok. */

.locatie {
	font-weight: bold;
}
#titelbalk {
	margin-bottom: 7px;
}

#masthead, #siteInfo, #pagina #tijdbalk {
	clear: both;
	width: 100%;
	background-color: #ffffff;
}

/* einde stijlen kopgedeelte */

/* +++++++++++++++++++++++++ */

/* KOLOM GESCHIEDENIS = LINKERKOLOM, aanduiding: geschiedenisKolom */
#geschiedenisKolom{
	float: left;
	width: 168px;
	margin: 0px 3px 0px 0px;
	padding: 0px;
	background-color: #e9efe1;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top-style: none;
}

/* KOLOM CONTEXT = RECHTERKOLOM, aanduiding: contextKolom */

#contextKolom{
  float:right;
	width: 158px;
	border-left: none;
	border-bottom: none;
	padding-right: 8px;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top-style: none;
	background-color: #e2ecf0;
}

/* KOLOM INHOUD = MIDDENKOLOM, aanduiding content */
/* moet nog worden geharmoniseerd: inhoudKolom */

#content{
	float: left;
  width: 437px;
}

/*EELCO ---------------------------------------*/
/* Onderdelen                                  */
/*---------------------------------------------*/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/*EELCO:  # (ID) navigatie in geschiedeniskolom **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/* EELCO: # wordt nu niet gebruikt */

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}


/* EELCO: deze wordt nu even niet gebruikt, kan later worden ingezet ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 10px 0px 5px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/* EELCO . (CLASS) stijlen voor de beschijvingen in de contentkolom*****/

.bijschrift{
	clear: both;
	padding: 10px 0px 0px 0px;
	font-size: 80%;
}

.story{
	clear: both;
	padding: 10px 0px 0px 2px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 3px;
}

.afbeelding_bijschrift {
	font-size: 8pt;
	font-style: italic;
	font-weight: normal;
	color: #999999;
	text-align: left;
}


/* EELCO: # (ID) stijlen voor de siteInfo balk (onderaan de pagina) */

#siteInfo{
	clear: both;
	/* border: 1px solid #cccccc; */
	font-size: 75%;
	color: #666666;
	padding: 10px 10px 10px 10px;
	text-align: center;
	} 
#siteInfo a:hover{
	background-color: #D5EAFF;
}
/* EELCO: # (ID) stijlen links in GESCHIEDENIS-kolom */

#geschiedenisKolom ul a:link, #navBar ul a:visited {display: block;}
#geschiedenisKolom ul {list-style: none; margin: 0; padding: 0;}

/* EELCO: ingevoegde Dreamweaver hacks om Explorers gebrekkige naleving van de W3C standaarden recht te zetten */

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#geschiedenisKolom li {
	padding-right: 3px;
	padding-left: 0px;
	margin-bottom: 4px;
}

/* fix for browsers that don't need the hack (ZOALS FIREWORKS) */
html>body #geschiedenisKolom li {border-bottom: none;}


/* Secundaire links in geschiedeniskolom # (ID) ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: none;
	font-size:70%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	padding: 1px 0px 2px;
}

#sectionLinks a:hover{
	background-color: #D5EAFF;
}


#sectionRechts a {
	display: block;
	padding: 1px 0px 2px;
}

#sectionRechts a:hover{
	background-color: #D5EAFF;
}

/*tertiaire links in de geschiedeniskolom . (CLASS) ***********/

.geschiedenisLinks{
	position: relative;
	margin: 0px 0px 6px;
	padding: 5px 8px 5px 4px;
	font-size: 9pt;
	border: 1px solid #CCCCCC;
	width: 156px;
	
}

#kopje_geschiedenis{
	padding: 10px 10px 10px 0px;

}

#kopje_context{
	padding: 10px 10px 10px 0px;

}

#kopje_exta{
	padding: 10px 10px 10px 0px;

}

.geschiedenisLinks h3{
	padding: 10px 0px 2px 0px;
}

.geschiedenisLinks a:link,
.geschiedenisLinks a:visited {
	display: block;
}

.nadruk{
font-weight: bold;
}
.geschiedenis_tekst {
	padding-bottom: 3px;
}



/* EELCO: # (ID) stijlen voor de contextkolom */

#contextKolom{
	margin: 0px;
	padding: 0px 5px 20px;
	font-size: 70%;
}

#contextKolom p{
	padding: 0;
	margin: 0px 0px 4px;
}

/* EELCO: . (CLASS) nieuwe stijlen middenkolom = contentkolom*/
.titelkopje_kader_contentkolom {
	padding: 10px 10px 10px 0px;
}
.object_afbeelding {
	height: auto;
	padding: 1px;
}
titeltijdvak {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc3333;
}

/* Sjoerd: deel voor de slide pagina's*/
.mainCenter {
	height:100%;
}

#TopFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

#BottomFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

a 			{ text-decoration: none; font-weight:normal;} 
a:hover		{ text-decoration: underline; }

/* title frame */

.titleContent { padding: 6px 0 6px 6px; }

.banner
{
	font-size: 12px;
	font-family: Trebuchet MS, verdana, arial;
}

.banner .title{
	font-size:1.2em;
	font-weight:bold;
}

.banner .info{
	font-size:0.9em;
}

.banner .email{
	font-weight:bold;
}

/* file info */

#imageInfo{
	width: 225px;
	font-family: Trebuchet MS, verdana, arial;
	padding: 0 6px 0 6px;
}

.content {
	font-size:11px;
	color: #333333;
	border-bottom:1px dotted #333333;
	padding-top:6px;
	padding-bottom:6px;
}

.header{
	font-size:9px;
	font-weight:bold;
	color: #999;
}

.contentLast {
	font-size:11px;
	color: #333333;
	padding-top:6px;
}
/* Sjoerd: EINDE deel voor de slide pagina's*/
.tijdbalk {
	clear: both;
	float: left;
	width: 788px;
}
