
/* CSS reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: Verdana, sans-serif;  /* Aangepast */
	font-size: 13px;   /* Aangepast */
	vertical-align: baseline;
	background: transparent;
}

body 
{
	line-height: 1;
	overflow: -mozs-scrollbars-vertical;   /* Aangepast */
	overflow: scroll;   /* Aangepast */
	overflow-x: auto;   /* Aangepast */
	overflow-y: scroll;	   /* Aangepast */
}

ol, ul
{
	list-style: none;
	list-style-position: inside;
	list-style-type: disc;
}

li
{
	text-indent: 1.0em
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after 
{
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

address 
{ 
	font-style:normal 
}

/* vanaf hier aanpassingen */

:link,:visited 
{
	text-decoration:none;
	color: #028E6F;
}

a:hover	
{
	background: #FFFFAA;
	text-decoration:underline;
}

a img,:link img,:visited img 
{ 
	border:none 
}


td
{
	vertical-align: top;
}

h1
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0px;
	font-size: x-large;
	color: rgb(0,110,181);
	text-align: left;
}

h2
{
	margin-left: 0px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: medium;
	font-weight: bold;
	color: rgb(0,110,181);
	text-align: left;
}

h3
{
	margin-left: 0px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: rgb(0,110,181);
	text-align: left;
}


.headermenu

{
	color: white;
	background-image: url('top.jpg');
	vertical-align: bottom;
}

.headermenuitem:link

{
	background: transparant;
	color: white;
}


.headermenuitem:visited

{
	
color: white;

}



.headermenuitem:hover
{
	color: #004271;
	text-decoration:none;
	background: #FFFFAA;
}



.footer
{
	font-size: 0.8em;
	color: rgb(120,120,120);
	text-align: right;

}

.emailadres
{
	text-decoration:underline;	
}

.foto
{
	border: 1px solid black;
}

a .foto,:link .foto,:visited .foto 
{ 
	border: 1px solid black;
}


.verhaal
{
	text-align: justify;
	text-indent: 1em;
	margin-left: 2em;
	margin-right: 3em;
	margin-top: 0.5em;
	
}

.verhaal_quote
{
	font-family: monospace;
	text-align: left;
	text-indent: 0em;
	margin-left: 2.5em;
	margin-right: 3.5em;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}

.verhaal_titel
{
	text-align: center;
}
