body {
/* kleur van de scrollbalk */
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-3dlight-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#CCCCCC;
	scrollbar-darkshadow-color:#000000;
/* background basis */
	background: #FFFFFF;
/* font + kleur basis */
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
html body {
/* padding en margin op 0 sluit boven en onder aan */
	padding: 0;
	margin: 0;
	height: 100%;
}

a:link,a:active,a:visited {
/* de gewone link bij de content */
	color:#2577d1;
	text-decoration:none;
}
a:hover{
/* de gewone link (hover) bij de content */
	text-decoration:underline; 
	color:#000000;
}

/* header-blok */
.header {
	background: #FFFFFF url(images/logo.jpg) no-repeat left top;
	height: 120px;
	border-bottom: 1px solid #000000;
}
.header2 {
	height: 30px;
	border-right: 1px solid #000000;
	padding: 10px;
}
.header3 {
	height: 30px;
	padding: 10px;
	border-right: 0px solid #000000;
}

/* footer-blok */
.footer {
	background: #CCCCCC url(none);
	height: 20px;
	border-top: 1px solid #000000;
}

/* content-blok */
.content {
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 5px;
	width: 700px;
	background: #FFFFFF url(none);
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 0px;
}

/* hulpclass om de totale hoogte te gebruiken + een border, vaak bij basistabel */
.omtrek {
	border: 1px solid #000000;
	height: 100%;
}

/* hulpclass om de totale hoogte te gebruiken, vaak bij basistabel */
.hoogte {
	height: 100%;
}

/* headers (kopteksten) */
h1, h2, h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 6px;
	margin-top: 0px;
	color:#000000;
}
h4 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 6px;
	color:#000000;
}

/* menu-blok */
.menu {
	background: #FFFFFF;
	margin: 0px;
	color: #000000;
	text-decoration: none;
	width: 200px;
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 0px;
	border-right: 1px solid #000000;
}

/* opbouw menu, sitemap, search-resultaten */
ul.menulevel1,ul.sitemaplevel1,ul.search{
	padding-left: 5;
	margin-left: 5;
	margin-right: 0;
	margin-top: 0;
	list-style: none;
}
/* opbouw sub-menu, sub-sitemap */
ul.menulevel2,ul.menulevel3,ul.sitemaplevel2,ul.sitemaplevel3{
	padding-left: 0px;
	margin-left: 6px;
	margin-right: 0px;
	margin-top: 0px;
	list-style: none;
}
/* regelhoogte bij een list (opsomming) */
li{
	line-height:1.5;
}

/* gebruikt bij menu, sitemap, search-resultaten */
li.doc{
	list-style: none;
	display: block;	
}
/* gebruikt bij menu-, sitemap-, search-item waar nog subitems onder zitten */
li.docs{
	list-style: none;
	display: block;
}
/* gebruikt bij menu, sitemap, search-resultaten */
li.sdoc{
	list-style: none;
	display: block;
	background: #FFFFFF;
	border: 1px solid #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
}
/* gebruikt bij menu, sitemap, search-resultaten */
li.sdocs{
	list-style: none;
	display: block;
	background: #FFFFFF;
	border: 1px solid #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* hoofdmenu-item */
.menulevel1{
	color:#2577d1;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}
/* sub- en sub-sub-menu-item */
.menulevel2,.menulevel3{
	color:#2577d1;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
.menulevel1 a, .menulevel2 a, .menulevel3 a {
	font-weight: bold;
	text-decoration: none;
}

/* menu-links */
.menulevel1 a:link,
.menulevel1 a:visited,
.menulevel2 a:link,
.menulevel2 a:visited,
.menulevel3 a:link,
.menulevel3 a:visited {
	text-decoration:none;
	color: #000000;
	display: block;
	border: 1px solid #000000;
	background: #FFFFFF;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
}
/* menu-links active*/
.menulevel1 a:active,
.menulevel2 a:active,
.menulevel3 a:active{
	text-decoration:none;
	color: #000000;
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #000000;
	background: #FFFFFF;
}
/* menu-links hover*/
.menulevel1 a:hover,
.menulevel2 a:hover,
.menulevel3 a:hover {
	text-decoration:none;
	color: #2577d1;
	background: #FFFFFF;
}

/* sitemap-links hoofd-item font-eigenschappen*/
.sitemaplevel1{
	color:#2577d1;
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
}
/* sitemap-links sub-item font-eigenschappen*/
.sitemaplevel2,.sitemaplevel3{
	color:#2577d1;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

/* sitemap-links */
.sitemaplevel1 a:link,
.sitemaplevel2 a:link,
.sitemaplevel3 a:link,
.sitemaplevel1 a:visited,
.sitemaplevel2 a:visited,
.sitemaplevel3 a:visited,
.sitemaplevel1 a:active,
.sitemaplevel2 a:active,
.sitemaplevel3 a:active{
	text-decoration:none;
	color: #2577d1;
	margin: 3px;
	padding: 3px;
}
/* sitemap-links hover*/
.sitemaplevel1 a:hover,
.sitemaplevel2 a:hover,
.sitemaplevel3 a:hover,
.submenu a:hover{
	text-decoration:underline;
	color: #000000;
}

/* editor buttons: NORMAAL | VALIDEREN LINKS | PLAATJES | ETC */
.edit {
	font-size: 8pt;
	color: black;
	background: buttonface;
}
.edit a:link, .edit a:visited, .edit a:active, .edit a:hover {
	font-weight: normal;
	color: black;
}

/* contactform, login, dropdown-menu */
input, select {
	font-size: 14px;
	background: #FFFFFF;
}
/* contactform */
textarea {
	width: 100%;
	background: #FFFFFF;
	font: 14px Verdana, Geneva, Arial, Helvetica;
}
/* search: zoekveld + submit button */
.searchbox .text, .searchbox .submit {
	border: 1px solid #000000;
	background: #FFFFFF;
	color: #3B424D;
}
/* search: zoekveld */
.text{
	width: 134px;
	border: 1px solid #000000;
	background: #D1F4FC;
}

/* tekst 10 pixels */
.txt10pix {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

/* link 10 pixels */
a.kllink:link, a.kllink:visited { 
	color: #000000;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.kllink:hover, a.kllink:active {
	color: #FFFFFF;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
/* inline frame (iframe) */
iframe {
	margin: 0px;
	padding: 0px;
}

/* voor de printversie! */
.print{
	color: black;
	font-size: 10pt;
	line-heigt: 12 pt;
	background: white no-repeat;
	position: relative;
	top: 10px;
	left: 40px;
	width: 575px;
	font-family: "Times New Roman", Times, serif;
	overflow: visible;
}

/* niet tonen (ivm sitemeter) */
.weg {
	display: none;
}
.rand {
	border: 3px solid #000000;
}