/* CSS Document */

BODY , DD , DIV , DL , DT , LI , MENU , OL , P , PRE , TD , TH , UL {
	font-family : verdana, geneva, arial, helvetica, sans-serif;
	color : #FFFFF3;
} 
BODY {
font-size : 1em; 
background-color : #FFFFF3; 
}
HTML {
height: 100%;
margin-bottom: 0.01em;
}
.popupborder {
	border-style: ridge;
}
.intromarge {
	padding-top: 0px;
	padding-right: 32px;
	padding-left: 30px;
	padding-bottom: 20px;
}
.homeintromarge {
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
}
.rechtsmarge {
	padding-right: 32px;
}
.achtergrondImage {
	background-repeat: no-repeat;
}
P {
	font-size : 0.90em; 
	color: #42401D;
}
P.navigationtextlinks {
	font-size: 0.8em;
}
P.credits {
	font-size: x-small;
	color: #332F09;
	font-weight: bold;
}
/* voor tekst zonder paragraaf marges onder en boven */
.titelbodemvrij {
	font-size : 0.95em; 
	font-weight: bold;
	color: #42401D; /* kleur moet blijven staan! */
}
.bodemvrij {
	font-size : 0.90em; 
	color: #42401D; /* kleur moet blijven staan! */
}
P.geenruimte {
	font-size : 0.9em;
	font-weight: bold;
	margin-bottom: 0em;
	margin-top: 0em;
}
/* tot hier */
.basicbold {
	font-weight: bold;
}
.subtitelblauw {
	font-size : 0.95em; 
	font-weight: bold;
	color: #29778a;
}
 .h1 {
	font-size: 1.10em;
	font-weight: 700;
}
.h2 {
/*niet gebruikt 	font-size: 1.05em; tot hier*/
	font-weight: 700;
}
/* niet gebruikt
.extramarge {
	font-size: 1.05em;
	font-weight: 700;
	letter-spacing: 0.08em;
}
.imagefix { 
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.caption {
	font-style: italic;
}
 */
/* kleur diverse textlinks: portfolio */
a.subtitellink:link {
	color: #993333;
	font-size : 0.90em; 
	font-weight: bold;
	text-decoration: none;
}
a.subtitellink:visited {
	color: #29778a;
	font-size : 0.90em; 
	font-weight: bold;
	text-decoration: none;
}
a.subtitellink:hover {
	color: #666000;  /*of #918a4e;*/
	font-size : 0.90em; 
	font-weight: bold;
}*/
a.subtitellink:active {
	color: #000000;
	font-size : 0.9em; 
	font-weight: bold;
}
/* de volgende is voor links in de tekst zelf. Gebruikt voor 'vorige pagina' kleiner van maat, let op... tussen <p> tags verkleind het nog meer! */
a.linkspecial:link {
	color: #993333;
	font-size : 0.80em; 
	font-weight: bold;
	text-decoration: none;
} /*
a.linkspecial:visited {
	color: #29778a;
	font-size : 0.80em; 
	font-weight: bold;
	text-decoration: none;
}*/
a.linkspecial:hover {
	color: #666600;
	font-size : 0.8em; 
	font-weight: bold;
/*	text-decoration: underline overline; */
}
/*a.linkspecial:active {
	color: #000000;
	font-size : 0.8em; 
	font-weight: bold;
	text-decoration: none;
}*/
/* tot hier */
.lijntje {
	text-decoration: none;
}
a:link {
	color: #404000;
	text-decoration: none;
}
a:visited {
	color: #29778a;
	text-decoration: none;
}
a:hover {
	color: #993333;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:link img {
	text-decoration: none;
	border: none;
}
a.close {
	font-size: 0.85em;
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}
/*
De juiste volgorde:

a {...}
a:link {...}
a:visited {...}
a:focus {...}
a:hover {...}
a:active {...
*/