
/*
 * Stijl definities van algemene html tags.
 */

body {

   margin-top: 2em;
   margin-right: 2em;
   margin-bottom: 2em;
   margin-left: 2em;

   color: rgb(0, 0, 0);

   quotes: '\201E' '\201D' ',' '\0027';

   background-color: white;
}

h1, h2, h3, h4, h5, h6 {
   color: rgb(0, 0, 0);
   background-color: #ccccff;
   font-weight: bold;
}


abbr {
   text-decoration: none
}

img {
	background-color: transparent;
	border-style: none;
	margin: 1em
	
}

img.noborder {
	background-color: transparent;
	border-style: none;
	margin: 0em;
	padding: 0em;
	left: 0em;
	right: 0em;
	top: 0em;
	bottom: 0em

}

q:lang(nl) {
   quotes: "\201E" "\201D" "," "\0027"
}

a:link {
	color: rgb( 51, 153, 51);
	background-color: transparent;
}

a:visited {
	color: rgb( 102, 102, 0);
	background-color: transparent;
}

a:hover {
	color: rgb( 0, 51, 0 );
	background-color: transparent;
}

/*a:focus:hover {
   font-style: italic
}
*/

caption.table {
   font-size: .8em;
   font-style: italic
}

p {
	color: rgb(0, 51, 0);
	background-color: transparent;
}

ul {
	margin: 0.5em 0em 1em 2em;
	font-size: 0.9em;
}

*.schuin {
	 font-style: italic
}

*.bijzonder {
	
	color: rgb(51, 153, 0);
	background-color: transparent;
}

*.rechts {
	float: right;
		
}	

*.center {
	 text-align: center
}

*.links {
	float: left;
}

*.links-clear {
	clear: left;
}

*.rechts-clear {
	clear: right;
}


*.tekst-rechts {
	text-align: right;
}

*.tekst-links {
	text-align: left;
}

*.tekst-center {
	text-align: center;
}


*.note {
	 font-size: .8em;
	 background-color: transparent
}

*.caption {
	 position: relative; 
	 font-size: .8em;
	 background-color: transparent;
	 text-align: center;	
	 top: -1em 
}








