/* CSS Document */

body {
	background-color: #000099;
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
	}
	
td.bodytekst {
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
		background-color: red;
	}
	
body.tekstpagina {
	background-color: white;
	scrollbar-arrow-color: white; 
	scrollbar-base-color: white; 
	scrollbar-face-color: #000099; 
	scrollbar-highlight-color: #000099; 
	scrollbar-shadow-color: #000099; 
	scrollbar-3dlight-color: white; 
	scrollbar-track-color: white; 
	scrollbar-darkshadow-color: white;
	margin: 15px 15px 15px 15px;
	font-family: arial;
	font-size: 11px;
	line-height: 17px;
	color: #000099;
	letter-spacing: 1px;

	}

#tekstkop 	{
font-size: 18px;
font-weight: bold;
padding: 5px 0px 15px 0px;
letter-spacing: 2px;

	}
	
#tekstsubkop 	{
font-size: 12px;
font-weight: bold;
padding: 15px 0px 5px 0px;
letter-spacing: 2px;
color: #00b2eb;
	}
	
#tekstsubkopeerste 	{
font-size: 12px;
font-weight: bold;
padding: 0px 0px 5px 0px;
letter-spacing: 2px;
color: #00b2eb;
	}
	
	
a.tekst:link {
	color: #DF0029;
	text-decoration: none;
	font-weight: bold;
	}
a.tekst:active {
	color: black;
	}
a.tekst:visited {
	color: #DF0029;
	text-decoration: none;
	font-weight: bold;
	}
a.tekst:hover {
	color: #DF0029;
	text-decoration: underline;
	}

a.alg:link {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
	}
a.alg:active {
	color: black;
	}
a.alg:visited {
	color: #000099;
	text-decoration: none;
	font-weight: bold;
	}
a.alg:hover {
	color: #000099;
	text-decoration: underline;
	}

a.poli:link {
	color: #ff9933;
	text-decoration: none;
	font-weight: bold;
	}
a.poli:active {
	color: black;
	}
a.poli:visited {
	color: #ff9933;
	text-decoration: none;
	font-weight: bold;
	}
a.poli:hover {
	color: #ff9933;
	text-decoration: none;
	}
	
	a.info:link {
	color: #df0029;
	text-decoration: none;
	font-weight: bold;
	}
a.info:active {
	color: black;
	}
a.info:visited {
	color: #df0029;
	text-decoration: none;
	font-weight: bold;
	}
a.info:hover {
	color: #df0029;
	text-decoration: none;
	}
	
	
a:link {
	color: white;
	text-decoration: none;
	}
a:active {
	color: black;
	}
a:visited {
	color: white;
	text-decoration: none;
	}
a:hover {
	color: #ffffff;
	text-decoration: none;
	}
	
td.navirechts {
	padding: 9px 0px 9px 11px;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 2px;
	line-height: 16px;
	height: 100%;
	vertical-align: bottom;

	}
	
td.subnavirechts {
	padding: 9px 0px 3px 11px;
	vertical-align: center;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 14px;
	height: 36px;
	}
	
td.geselecteerd {
	padding: 9px 0px 3px 11px;
	vertical-align: center;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 14px;
	color: #000099;
	background-color: white;
		height: 36px;
	}
	
td.tekstrechts {
	padding: 9px;
	vertical-align: top;
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 16px;
	color: #000099;
	}
	
td.kop {
	font-size: 24px;
	padding: 10px 15px 15px 15px;
	letter-spacing: 2px;
	color: white;

	}
	
	
	
/* posities */	
	
#main {
	left: 50%; 
	top: 50%; 
	position: absolute; 
	width:800px; 
	height:600px; 
	margin-left: -400px; 
	margin-top: -300px;
	}
	
#links	{ 
	left:0px; 
	top:0px; 
	text-align:left; 
	width:478px;
	height:70px;
	}
	
#rechts	{
	position: absolute; 
	left:478px; 
	top:0px; 
	width:322px; 
	height:600px;
	padding-left: 5px;
	}
	
	
#titelbalklinks {
	background-color: #000099;
	left:0px; 
	top:0px;
	width:478px; 
	height:70px;
	}
	
#onderlinks {
	background-color: #000099;
	position: absolute; 
	left:0px; 
	top:392px; 
	text-align:left; 
	width:478px; 
	height:177px;
	}
	
#tekstveld {
	background-color: #00b2eb;
	position: absolute; 
	left:0px; 
	top:70px; 
	width:478px; 
	height:322px; 
	overflow: auto; 
	}
	
#titelbalkrechts {
	background-color: #801b95;
	vertical-align: bottom;
	font-weight: bold;
	left:0px; 
	top:0px; 
	text-align:left; 
	width:322px; 
	height:70px; 
	position: absolute; 
	left: 0px;
	}
	
#middenrechts {
	background-color: #00b2eb;
	position: absolute; 
	left:0px; 
	top:70px; 
	text-align:left; 
	width:322px; 
	height:322px; 
	}
	
	
#ondereenrechts {
	background-color: #DF0029;
	position: absolute; 
	left:0px; 
	top:392px; 
	text-align:left; 
	width:322px; 
	height:106px; 
	}
	
	
#ondertweerechts {
	background-color: #ff9933;
	position: absolute; 
	left:0px; 
	top:498px; 
	text-align:left; 
	width:322px; 
	height:36px;
	}
	
#onderdrierechts {
	background-color: #00b2eb;
	position: absolute; 
	left:0px; 
	top:534px; 
	text-align:left; 
	width:322px; 
	height:35px;
	}
	
//dirk gemaakt	
#ondervierrechts {
	background-color: #000099;
	position: absolute; 
	left:0px; 
	top:570px; 
	text-align:left; 
	width:322px; 
	height:36px;
	}
	
#ondereentweerechts {
	background-color: #00b2eb;
	position: absolute; 
	left:0px; 
	top:392px; 
	text-align:left; 
	width:322px; 
	height:142px; 
	}
	
#onderlinkstest {
	background-color: #00b2eb;
	position: absolute; 
	left:0px; 
	top:392px; 
	text-align:left; 
	width:478px; 
	height:142px;
	}
	

td.testtekst {
	color: white;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 1px;
	padding: 9px;
		}
		
td.vraag {
	font-size: 13px;
	padding: 15px 15px 0px 15px;
	letter-spacing: 1px;
	color: white;
	line-height: 20px;

	}
	
	
/* formulieren */

.tekstveld {
	border-style: none;
	}
	
td.links {
	font-size: 11px;
	letter-spacing: 1px;
	background-color: #ff9933;
	color: white;
	font-weight: bold;
	line-height: 16px;
	padding: 3px 0px 0px 14px;

	}
	
td.rechts {
	background-color: white;
	height: 28px;
	}
	
td.vooraan {
	background-color: #ff9933;
	width: 35px;
	}
	
.box {
	border-style: none;
	}
	
	
a.knop:link {
	color: white;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	}

a.knop:visited {
	color: white;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	}
a.knop:hover {
	color: #ffffff;
	text-decoration: none;
	}
a.knop:active {
	color: black;
	}
	
a.tekstlink:link {
	color: white;
	text-decoration: none;
	font-weight: bold;
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
	border-color: white;
	}
a.tekstlink:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
	border-color: white;
	}
a.tekstlink:hover {
	color: white;
	text-decoration: none;
	font-weight: bold;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: white;
	}
a.tekstlink:active {
	color: black;
	text-decoration: none;
	font-weight: bold;
	border-style: dashed;
	border-width: 0px 0px 1px 0px;
	border-color: black;
	}
	
	
a.roloverlink:link {
	color: #DF0029;
	text-decoration: none;
	}
a.roloverlink:active {
	color: black;
	}
a.roloverlink:visited {
	color: #DF0029;
	text-decoration: none;
	}
a.roloverlink:hover {
	color: red;
	text-decoration: none;
	}
	
td.downloadstekst	{
	margin: 15px 15px 15px 15px;
	font-family: arial;
	font-size: 11px;
	line-height: 17px;
	color: #000099;
	letter-spacing: 1px;
	}
	
td.downloadstitel	{
	margin: 15px 15px 15px 15px;
	font-family: arial;
	font-size: 11px;
	line-height: 17px;
	color: #000099;
	letter-spacing: 2px;
	font-weight: bold;
	}
	
td.downloadsonderregel	{
	margin: 15px 15px 15px 15px;
	font-family: arial;
	font-size: 11px;
	line-height: 17px;
	color: #000099;
	letter-spacing: 2px;
	font-style: italic;
	}

