body {
	margin: 0px;
	background-image: url(/img/bg_single_light.png);
	color: #3333CC;
	background-color: #33CCFF;
	/*font-family: "Arial";*/
	font-family: "Sans-serif" "Trebuchet MS";
	font-size: 8pt;
	vertical-align: middle;
}

h1 {
	text-align: center;
}

#topleft {
	padding: 0px;
 	width: 150px;
	height: 100px;
	margin: 0px;
	background-color: #3399FF; 
	background-image: url(/img/bg_round_topleft.png);
	background-repeat: no-repeat;
}

#topright {
	padding: 0px;
 	width: 150px;
	height: 100px;
	margin: 0px;
	background-color: #3399FF; 
	background-image: url(/img/bg_round_topright.png);
	background-repeat: no-repeat;
}

#titeltekst{
	padding: 0px;
}

#titel {
/*	
	OPGELET: padding + height mag samen niet meer dan 100 px zijn 
			m.a.w. height = 100 - padding 
*/

	font-size: 18pt;
	padding-top: 0px;
	margin: 0px;
	background-color: #3399FF;

	color: #FF9900;
	text-align: center;
	background-repeat: repeat-x;
	width: 100%;
	height: 100px;
	background-image: url(/img/bg_vert.png);
}

#menu { 
/*	
	OPGELET: padding + width mag samen niet meer dan 150 px zijn 
			m.a.w. width = 150 - padding 
*/
	padding-left: 3px;
	/*padding-top: 0px;*/
	vertical-align: top;
	width: 140px;
	background-color: #3399FF;
	background-image: url(/img/bg_hor.png);
	background-repeat: repeat-y;
}

#menuright { 
/*	
	OPGELET: padding + width mag samen niet meer dan 150 px zijn 
			m.a.w. width = 150 - padding 
*/
	padding-left: 10px;
	/*padding-top: 0px;*/
	vertical-align: top;
	width: 140px;
	background-color: #3399FF;
	background-image: url(/img/bg_hor_right.png);
	background-repeat: repeat-y;
}


#inhoud {
	vertical-align: top;
	padding: 5px;
}

#bottomleft {
	padding: 0px;
 	width: 150px;
	height: 100px;
	margin: 0px;
	background-color: #3399FF; 
	background-image: url(/img/bg_round_bottomleft.png);
	background-repeat: no-repeat;
}

#bottommiddle {
	padding: 0px;
	height: 100px;
	margin: 0px;
	background-color: #3399FF; 
	background-image: url(/img/bg_vert_bottom.png);
	background-repeat: repeat-x;
}

#bottomright {
	padding: 0px;
 	width: 150px;
	height: 100px;
	margin: 0px;
	background-color: #3399FF; 
	background-image: url(/img/bg_round_bottomright.png);
	background-repeat: no-repeat;
}


A:link { 
/*	color: #FFCC00; */
	color: yellow;
	text-decoration: none;
	font-size: 10pt;
	/*text-align: center;*/
}
A:active { 
	color: yellow;
	text-decoration: none;
	font-size: 10pt;
			

}
A:visited { 
	color: yellow;
	text-decoration: none;
	font-size: 10pt;
			
}

A:hover {
	color: yellow;
	text-decoration: underline;
	font-size: 10pt;
}

img { 
	margin: 0px;
}

#topleftinner {
	background-image: url(/img/round_top_left.png);
	margin: 0px;
	padding: 0px;
	width: 25px;
	height: 25px;
	vertical-align: text-bottom;
}
#topcenterinner{
	margin: 0px;
	padding: 0px;
	background-image: url(/img/bg_top_center.png);
	vertical-align: bottom;
	height: 25px;
}
#toprightinner{
	margin: 0px;
	padding: 0px;
	background-image: url(/img/round_top_right.png);
	vertical-align: text-bottom;
	width: 25px;
	height: 25px;
}


#middleleftinner{
	margin: 0px;
	padding: 0px;
	background-image: url(/img/bg_middle_left.png);
	vertical-align: text-bottom;
	width: 25px;
}

#picture {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	background-color: #07FBFD;
	width: 340px;
	height: 241px;
	background-image: url(/img/logo.jpg)
}

#omschr {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	width: 340px;
	/*height: 50px;*/
}


#middlerightinner{
	margin: 0px;
	padding: 0px;
	background-image: url(/img/bg_middle_right.png);
	background-color: #07FBFD;
	vertical-align: text-bottom;
	width: 25px;
}

#bottomleftinner {
	background-image: url(/img/round_bottom_left.png);
	margin: 0px;
	padding: 0px;
	width: 25px;
	height: 25px;
	vertical-align: text-bottom;
}
#bottomcenterinner{
	margin: 0px;
	padding: 0px;
	background-image: url(/img/bg_bottom_center.png);
	vertical-align: bottom;
	height: 25px;
}
#bottomrightinner{
	margin: 0px;
	padding: 0px;
	background-image: url(/img/round_bottom_right.png);
	vertical-align: text-bottom;
	width: 25px;
	height: 25px;
}

img {
	margin: 0px;
	vertical-align: middle;
}

p {
	text-align: justify;
	font-size: 10pt;
}

A.intern {
	font-size: 60%;
}

td.poll{
	font-size: 9pt;
	color: #00FF33;
	padding: 3px;
}
td.polltitel{
	font-size: 10pt;
	width: 100%;
	background-color: #33CCFF;
	border-style: solid;
	border-color: blue;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	padding: 3px;
}

td.pollfooter {
	width: 100%;
	border-top-style: solid;
	border-color: green;
	border-width: 1px;
	padding-top: 3px;	
}

input.poll{
	width: 10px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

form{
	margin: 0px;
}

input.knop{
	font-size: 7pt;
	background-color: #3399FF;
	padding: 0px;
	margin: 0px;
	border-style: ridge;
	border-color: #3300FF;
	border-width: 1px;
}

input.knopwis{
	font-size: 7pt;
	background-color: red;
	color: yellow;
	padding: 0px;
	margin: 0px;
	border-style: ridge;
	border-color: #3300FF;
	border-width: 1px;
}


td.weetje {
	font-size: 8pt;
	color: #99FF33;
	padding: 1px;
	text-align: left;
}

td.weetjetitel{
	font-size: 8pt;
	width: 100%;
	background-color: #33CCFF;
	border-style: solid;
	border-color: blue;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	padding: 1px;
}

td.weetjefooter {
	width: 100%;
	border-top-style: solid;
	border-color: green;
	border-width: 1px;
	padding: 0px;
	margin: 0px;
}

td.linktitel{
	font-size: 8pt;
	width: 100%;
	background-color: #33CCFF;
	border-style: solid;
	border-color: blue;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	padding: 1px;
}

.link {
	font-size: 6pt;
	color: black;
	padding: 3px;
	margin: 3px;
}

li {
	padding: 0px;
	margin: 0px;
}

.copyright {
	font-size: 8pt;
}

td {
	font-size: 10pt;
}

A.lokalelink:link { 
	color: yellow;
	text-decoration: none;
	font-size: 8pt;
	margin: 0 px;
	padding: 3px;
}
A.lokalelink:active { 
	color: yellow;
	text-decoration: none;
	font-size: 8pt;
	margin: 0px;
	padding: 3px;
}
A.lokalelink:visited { 
	color: yellow;
	text-decoration: none;
	font-size: 8pt;
	margin: 0px;
	padding: 3px;
}

A.lokalelink:hover {
	color: yellow;
	text-decoration: underline;
	font-size: 8pt;
	margin: 0px;
	padding: 3px;
	text-align: left;
}

.lokalecel {
	padding-left: 2px;
}

.subtitel {
	font-size: 14pt;
	border-style: solid;
	border-width: 1px;
	border-color: blue;
	margin: 5px;
}
.subsubtitel{
	font-size: 10pt;
	border-style: solid;
	border-width: 1px;
	border-color: blue;
	margin: 10px;
	width: 50%;
	padding-left: 20px;
	padding-right: 20px;
}

p {
	text-align: justify;
}

.intern{
	font-size: 8pt;
}

A.intern:link { 
	color: yellow;
	text-decoration: none;
	font-size: 8pt;
}
A.intern:active { 
	color: yellow;
	text-decoration: none;
	font-size: 8pt;
}
A.intern:visited { 
	color: yellow;
	text-decoration: none;
	font-size: 8pt;
}

A.intern:hover {
	color: yellow;
	text-decoration: underline;
	font-size: 8pt;
}

td.menutitel{
	font-size: 8pt;
	width: 100%;
	background-color: #33CCFF;
	border-style: solid;
	border-color: blue;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	padding: 3px;

}

.menucel {
	font-size: 6pt;
	color: black;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-top: 0px;
	margin: 0px;
}

A.menulink:link { 
	color: yellow;
	text-decoration: none;
	font-size: 10pt;
	margin: 0px;
	height: 16px;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(/img/visited.png);
	background-repeat: no-repeat;
}
A.menulink:active { 
	color: yellow;
	text-decoration: none;
	font-size: 10pt;
	margin: 0px;
	height: 16px;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
/*	background-image: url(/img/active.png);
	background-repeat: no-repeat;
*/


}
A.menulink:visited { 
	color: yellow;
	text-decoration: none;
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 16px;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(/img/visited_gray.png);*/
	background-repeat: no-repeat;
}

A.menulink:hover {
	color: yellow;
	text-decoration: none;
	font-size: 10pt;
	margin: 0px;
	background-color: #1181FF;
	background-image: url(/img/bg.gif);
	background-repeat: repeat-y;
	color: yellow;
	height: 16px;
	width: 100%;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-width: 1px;
	border-color: black;
}

.pollbalk{
/*	width: 200px; */
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

.hr {
	font-size: 14pt;
	margin-left: 0px;
	text-align: left;
	width: 60%;
}

.sr {
	font-size: 10pt;
	margin-left: 20px;
	text-align: left;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

A.extern:link { 
	color: #9900FF;
	text-decoration: none;
	font-size: 8pt;
	margin: 0px;
}
A.extern:active { 
	color: #9900FF;
	text-decoration: none;
	font-size: 8pt;
	margin: 0px;
}
A.extern:visited { 
	color: #9900FF;
	text-decoration: none;
	font-size: 8pt;
	margin-left: 0px;
}

A.extern:hover {
	color: #9900FF;
	text-decoration: underline;
	font-size: 8pt;
	margin-left: 0px;
	background-color: #ffffcc;
}

.externregel{
	text-align: left;
	margin-left: 0px;
}

A.email:link { 
	color: yellow;
	text-decoration: none;
	font-size: 9pt;
	margin: 0px;
	height: 16px;
	width: 100%;
}
A.email:active { 
	color: yellow;
	text-decoration: none;
	font-size: 9pt;
	margin: 0px;
	height: 16px;
	width: 100%;
}
A.email:visited { 
	color: yellow;
	text-decoration: none;
	font-size: 9pt;
	margin: 0px;
	height: 16px;
	width: 100%;
}

A.email:hover {
	color: yellow;
	text-decoration: none;
	font-size: 9pt;
	margin: 0px;
	background-color: #3366cc;
	color: yellow;
	height: 16px;
	width: 100%;
}

.lokalelinks {
	border-style: solid;
	border-color: blue; 
	border-width: 1px; 
	width: 100px;
}


A.externlink:link { 
	color: yellow;
	text-decoration: none;
	font-size: 10pt;
	margin: 0px;
	text-align: left;
	margin-left: 0px;
}
A.externlink:active { 
	color: yellow;
	text-decoration: none;
	font-size: 10pt;
	margin: 0px;
	text-align: left;
	margin-left: 0px;
}
A.externlink:visited { 
	color: yellow;
	text-decoration: none;
	font-size: 10pt;
	margin-left: 0px;
	text-align: left;
	margin-left: 0px;
}

A.externlink:hover {
	color: yellow;
	text-decoration: underline;
	font-size: 10pt;
	margin-left: 0px;
	background-color: #3366cc;
	text-align: left;
	margin-left: 0px;
}

.update {
	font-size: 8pt;
	color: #33CCFF;
}

.login {
	font-size: 7pt;
	background-color: #66ccFF;
	padding: 3px;
	margin: 3px;
	border-style: ridge;
	border-color: #3300FF;
	border-width: 1px;
	vertical-align: middle;
	width: 70px;
}	

.prompt {
	margin: 5px;
	margin-bottom: 20px;
	font-size: 10pt;
	padding-bottom: 10px;
}

.up {
	color: green;
	right: 100%;
	left-margin: 80%;
/*	font-size: 8pt;*/

}

.tabel90 {
	border-style: solid; 
	border-color: blue; 
	border-width: 1px; 
	width: 90px; 
	padding-bottom: 10px;
}

.tabel100 {
	border-style: solid; 
	border-color: blue; 
	border-width: 1px; 
	width: 100px; 
	padding-bottom: 10px;
}

img.ill {
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 0px;
}


.top {
	text-align: right;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.lijstoorzaken {
	text-indent: 20px; 
	text-align: left;
}

p.sub {
	margin-left: 40px;
}

p.doelstelling {
	margin-left:50px; 
	margin-right: 30px;
}

hr.scheiding {
	color: #99FF99; 
	height: 1px;
	margin: 0px;
	padding: 0px;

}

.gegevens {
	border-width: 1px; 
	border-style: solid;
	border-color: black;
}

.totaal {
	color: red;
	font-size: 13pt;
}

table.vertmenu {
	margin: 0px;
	padding: 0px;
}


A.help:link { 
/*	color: #FFCC00; */
	border-style: solid;
	border-color: black;
	border-width: 3px;
	background-color: #FF9933;
	color: #9900FF;
	width: 50px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	font-size: 10pt;
	/*text-align: center;*/
}
A.help:active { 
	border-style: solid;
	border-color: black;
	border-width: 3px;
	background-color: #FF9933;
	color: #9900FF;
	width: 50px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	font-size: 10pt;
			

}
A.help:visited { 
	border-style: solid;
	border-color: black;
	border-width: 3px;
	background-color: #FF9933;
	color: #9900FF;
	width: 50px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	font-size: 10pt;
			
}

A.help:hover {
	border-style: solid;
	border-color: black;
	border-width: 1px;
	background-color: #FF9933;
	color: white;
	width: 50px;
	padding-left: 7px;
	padding-right: 7px;
	text-decoration: none;
	font-size: 10pt;
}

table.mod {
	border-style: solid;
	border-width: 1px;
	border-color: red;
	padding: 3px;
}

td.mod {
	border-style: solid;
	border-width: 1px;
	border-color: #9900FF;
	padding: 5px;
	background-color: #33CC66
}

td.uitleg {
	text-align: justify;
}

A.menulinkadmin:link { 
	color: yellow;
	text-decoration: none;
	font-size: 10pt;
	margin: 0px;
	height: 16px;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(/img/visited.png);
	background-repeat: no-repeat;
}
A.menulinkadmin:active { 
	color: yellow;
	text-decoration: none;
	font-size: 10pt;
	margin: 0px;
	height: 16px;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
/*	background-image: url(/img/active.png);
	background-repeat: no-repeat;
*/


}
A.menulinkadmin:visited { 
	color: yellow;
	text-decoration: none;
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 16px;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
/*background-image: url(/img/visited.png);*/
	background-repeat: no-repeat;
}

A.menulinkadmin:hover {
	color: yellow;
	text-decoration: none;
	font-size: 10pt;
	margin: 0px;
	background-color: #1181FF;
	background-image: url(/img/admin.png);
	background-repeat: repeat-y;
	color: yellow;
	height: 16px;
	width: 100%;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-width: 1px;
	border-color: black;
}

A.newlink:link { 
	color: yellow;
	text-decoration: none;
	font-size: 10pt;
	margin: 0px;
	height: 16px;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(/img/new.gif);
	background-repeat: no-repeat;
}
A.newlink:active { 
	color: yellow;
	text-decoration: none;
	font-size: 10pt;
	margin: 0px;
	height: 16px;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
/*	background-image: url(/img/active.png);
	background-repeat: no-repeat;
*/


}
A.newlink:visited { 
	color: yellow;
	text-decoration: none;
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 16px;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(/img/new.gif);
	background-repeat: no-repeat;
}

A.newlink:hover {
	color: yellow;
	text-decoration: none;
	font-size: 10pt;
	margin: 0px;
	background-color: #1181FF;
	background-image: url(/img/bg.gif);
	background-repeat: repeat-y;
	color: yellow;
	height: 16px;
	width: 100%;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-width: 1px;
	border-color: black;
}

A.menulinkvisited:link { 
	color: yellow;
	text-decoration: none;
	font-size: 10pt;
	margin: 0px;
	height: 16px;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(/img/visited1.png);
	background-repeat: no-repeat;
}
A.menulinkvisited:active { 
	color: yellow;
	text-decoration: none;
	font-size: 10pt;
	margin: 0px;
	height: 16px;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
/*	background-image: url(/img/active.png);
	background-repeat: no-repeat;
*/


}
A.menulinkvisited:visited { 
	color: yellow;
	text-decoration: none;
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 16px;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(/img/visited1.png);
	background-repeat: no-repeat;
}

A.menulinkvisited:hover {
	color: yellow;
	text-decoration: none;
	font-size: 10pt;
	margin: 0px;
	background-color: #1181FF;
	background-image: url(/img/bg.gif);
	background-repeat: repeat-y;
	color: yellow;
	height: 16px;
	width: 100%;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-width: 1px;
	border-color: black;
}