body {
	scrollbar-face-color:#C7D3E2;
	scrollbar-highlight-color:#92AAC9;
	scrollbar-shadow-color:#92AAC9;
	scrollbar-3dlight-color:#616161;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#92AAC9;
	scrollbar-darkshadow-color:#92AAC9;
	background: #C7D3E2;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
html body {
/* padding en margin op 0 sluit boven en onder aan */
	padding: 0px;
	margin: 0px;
	height: 100%;
}

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:active, a:hover {
	color: #A43F2B;
	text-decoration: none;
}

.header {
	background: #C7D3E2 url(images/logo.jpg) no-repeat left top;
	height: 245px;
	padding: 15px;
}
.footer {
	background: #92AAC9;
	height: 20px;
}

p, div, td {
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
}

.content {
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 15px;
	background: #c5e2f5;
}
.plaatjecontent {
	background: #c5e2f5 url(images/content-onder.jpg) no-repeat bottom;
	height: 187px;
}
.omtrek {
	border: 1px solid #666666;
	height: 100%;
}

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

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 {
	background: #92AAC9;
	border-top: 0px #666666;
	border-right: 0px #666666;
	border-bottom: 0px #666666;
	border-left: 0px #666666;
	margin: 0px;
	color: #000000;
	text-decoration: none;
	width: 230px;
	padding-right: 20px;
	padding-left: 0px;
	padding-top: 15px
}

/* opbouw menu, sitemap, search-resultaten */
ul.menulevel1,ul.sitemaplevel1,ul.search{
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	list-style: none;

}
/* opbouw sub-menu, sub-sitemap */
ul.menulevel2,ul.menulevel3,ul.sitemaplevel2,ul.sitemaplevel3{
	padding-left: 0px;
	margin-left: 0px;
	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;
	padding-left: 15px;	
}
/* gebruikt bij menu-, sitemap-, search-item waar nog subitems onder zitten */
li.docs{
	list-style: none;
	padding-left: 15px;
}
/* gebruikt bij menu, sitemap, search-resultaten */
li.sdoc{
	list-style: none;
	padding-left: 15px;
}
/* gebruikt bij menu, sitemap, search-resultaten */
li.sdocs{
	list-style: none;
	padding-left: 15px;
}

/* hoofdmenu-item */
.menulevel1{
	font-size: 18;
	color:#861E15;
	font-weight: normal;
}
/* sub- en sub-sub-menu-item */
.menulevel2,.menulevel3{
	font-size: 16;
	color:#861E15;
	font-weight: normal;
}
.menulevel1 a, .menulevel2 a, .menulevel3 a {
	font-weight: normal;
	text-decoration: none;
}

/* menu-links */
.menulevel1 a:link,
.menulevel1 a:visited,
.menulevel2 a:link,
.menulevel2 a:visited,
.menulevel3 a:link,
.menulevel3 a:visited {
	font-weight: normal;
	color:#000000;
	text-decoration:none;	
}

/* menu-links active*/
.menulevel1 a:active,
.menulevel2 a:active,
.menulevel3 a:active{
	text-decoration:none;
	color: #FFFFFF;
	font-weight: normal;
	
}

/* menu-links hover*/
.menulevel1 a:hover,
.menulevel2 a:hover,
.menulevel3 a:hover {
	text-decoration:none;
	color: #FFFFFF;
	font-weight: normal;
}

/* sitemap-links hoofd-item font-eigenschappen*/
.sitemaplevel1{
	color:#881E14;
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
}
/* sitemap-links sub-item font-eigenschappen*/
.sitemaplevel2,.sitemaplevel3{
	color:#881E14;
	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: #003366;
	margin: 3px;
	padding: 3px;
}
/* sitemap-links hover*/
.sitemaplevel1 a:hover,
.sitemaplevel2 a:hover,
.sitemaplevel3 a:hover,
.submenu a:hover{
	text-decoration:none;
	color: #861E15;
}

/* 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;
}

input, select {
	font-size: 8pt;
	background: #C7D3E2;
}
textarea {
	width: 98%;
	background: #C7D3E2;
	font: 8pt Verdana, Geneva, Arial, Helvetica;
}
/* search: zoekveld + submit button */
.searchbox .text, .searchbox .submit {
	border: 2px solid #c0c0c0;
	background: #C7D3E2;
}
/* search: zoekveld */
.text{
	width: 136px;
	border: 1px solid #000000;
	background: #C7D3E2;
}

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

/* link 10 pixels */
a.kllink:link, a.kllink:visited { 
	color: #C5E2F5;
	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;
}
.marginrechts {
	margin-right: 10px;
}

