a:link
{
	text-decoration: underline;
	color: #000000;
}
a:visited
{
	text-decoration: underline;
	color: #444444;
}
a:active 
{
	text-decoration: none;
	color: #000000;
}
a:hover 
{
	text-decoration: underline;
	color: #666666;
}
.dtree img
{
	vertical-align: middle;
}
.dtree
{
	white-space: nowrap;
}
.dtree a:link
{
	text-decoration: none;
	color: #000000;
	font-weight: 800;
}
.dtree a:visited
{
	text-decoration: none;
	color: #000000;
	font-weight: 800;
}
.dtree a:active 
{
	text-decoration: underline;
	color: #000000;
}
.dtree a:hover 
{
	text-decoration: underline;
	color: #000000;
}
html,body
{
	background-image: url(./img/achtergrond.png);
	background-color: #DDDDDD;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10pt;
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.paragraaf,p
{
	padding-left:5px;
	padding-right:5px;
	margin-bottom:2px;
	margin-top: 4px;
	text-align:justify;
}
h2,h3,h4,h5,h6
{
	padding-left:5px;
	padding-right:5px;
	margin:0px;
	color: #000000;
	font-weight: 900;
}

.spoor
{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height: 100px;
	z-index:0;
	background-color: #FFCC00;
}
.spoorslag
{
	margin:0px;
	border:0px;
	padding: 0px;
	font-size:95px;
	color:#000000;
	z-index:2;
	font-family: Garamond,serif;
	text-align: center;
}

.navigatie
{
	margin:0px;
	position: absolute;
	left:0px;
	top:0px;
	width: 200px;
	background-color:#FFCC00;
	padding:0px;
	padding-bottom:20px;
	z-index:3;

}
.inhoud
{
	margin:0px;
	position: absolute;
	top:0px;
	left:205px;
	right: 0px;
	padding-right: 20px;
	background-color:transparent;
	max-width: 1000px;
	width:expression(document.body.clientWidth > 1205? "1000px": "auto" );//om max-width met IE6 te emuleren
}

.breedte
{
	background-color:transparent;
	height: 1px;
	font-size: 1px;
	margin:0px;
}
.niveau1
{
	margin-left:10px;
}
.niveau2
{
	margin-left:20px;
}
.niveau3
{
	margin-left:30px;
}

.opm
{
	background-color:transparent;
	color: red;
}
input,select
{
	background-color:#FFDD7F;
	border: none;
	width: 250px;
	margin: 3px;
}
textarea
{
	background-color:#FFDD7F;
	border: none;
	width: 500px;
	height: 200px;
	margin: 3px;
}

input:focus,select:focus,textarea:focus
{
	background-color: #FFEEBF;
}
.submit
{
	width: auto;
}
.check
{
	width: auto;
	background-color: transparent;
	margin-left: 5px;
}


.groot
{
	width: 510px;
	margin: 3px;
	padding: 0px;
	display: block;
}
.klein
{
	padding-left:20px;
	padding-right:5px;
	font-size: 8pt;
}
.vet
{
	font-weight: bold;
}

li
{
	text-align:justify;
}
ul
{
	text-align:justify;
	list-style-image: url('./img/ruit/ruit.gif');
	margin-top: 1px;
	margin-bottom: 2px;
}
ol
{
	text-align:justify;
	list-style-type: decimal;
	margin-top: 1px;
	margin-bottom: 2px;
}
.logo
{
	text-align: center;
}

img
{
	border: 0;
	vertical-align: middle;
}

.center
{
	text-align: center;
}
.lijn
{
	background-image: url('./img/ruit/lijn.gif');
	background-position: center center;
	background-repeat: no-repeat;
	height:9px;
	border: 0;
}
table,tr,td
{
	vertical-align: top;
}
fieldset label
{
	display: inline-block;
	vertical-align: top;
	width: 120px;
}
fieldset ol
{
	margin: 0;
	padding: 0;
}
fieldset li
{
	list-style: none;
	padding: 5px;
	margin: 0;
}
fieldset
{
	width: 400px;
	margin: 3px;
	padding: 0px;
	display: block;
}
fieldset textarea
{
	background-color:#FFDD7F;
	border: none;
	width: 380px;
	height: 200px;
	margin: 3px;	
}