body {
	/* kleur van de scrollbalk */
	scrollbar-face-color:#343434;
	scrollbar-highlight-color:#B2B2B2;
	scrollbar-shadow-color:#000000;
	scrollbar-3dlight-color:#616161;
	scrollbar-arrow-color:#687c77;
	scrollbar-track-color:#343434;
	scrollbar-darkshadow-color:#000000;
	/* background basis */
	background: #999999 url(images/bg-schets.jpg) no-repeat center top;
	/* font + kleur basis */
	color: #B2B2B2;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
html body {
/* padding en margin op 0 sluit boven en onder aan */
	padding: 0px;
	margin: 0px;
	height: 100%;
}

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

/* header-blok */
.header {
	height: 80px;
	background: #343434 url(images/logo.gif) no-repeat right top;
	border-top: 3px solid #687c77;
	border-bottom: 10px solid #687c77;
}

/* footer-blok */
.footer {
	height: 20px;
	background: #343434;
	border-top: 0px solid #687c77;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* content-blok */
.content {
	padding: 10px;
	color: #B2B2B2;
	background: #616161;
	color: #B2B2B2;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	border-top: 0px solid #000000;
	border-right: 1px solid #687c77;
	border-bottom: 1px solid #687c77;
	border-left: 1px solid #687c77;
}

.rechts {
	background: #616161 url(images/bg-rechts.jpg) no-repeat center bottom;
	color: #B2B2B2;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
}

/* 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;
	color:#CCCCCC;
}
h4 {
	font-size:16px;
	font-weight:normal;
	margin-bottom:6px;
	color:#B2B2B2;
}

/* menu-blok */
.menu {
	padding-top: 10px;
	margin-left: 15px;
	background: #343434;
}

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

/* gebruikt bij menu, sitemap, search-resultaten */
li.doc{
	list-style: none;
}
/* gebruikt bij menu-, sitemap-, search-item waar nog subitems onder zitten */
li.docs{
	list-style: none;
}
/* gebruikt bij menu, sitemap, search-resultaten */
li.sdoc{
	list-style: none;

	margin: 0px;
}
/* gebruikt bij menu, sitemap, search-resultaten */
li.sdocs{
	list-style: none;

	margin: 0px;
}

/* hoofdmenu-item */
.menulevel1{
	font-weight:bold;
	font-size:9pt;
	color:#B2B2B2;
}
/* sub- en sub-sub-menu-item */
.menulevel2,.menulevel3{
	font-weight:bold;
	font-size:8pt;
	color:#CCCCCC;
}
.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,
.menulevel1 a:active,
.menulevel2 a:active,
.menulevel3 a:active{
	text-decoration:none;
	color: #B2B2B2;	
	margin: 0px;

}

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

/* sitemap-links hoofd-item font-eigenschappen*/
.sitemaplevel1{
	font-weight:bold;
	font-size:9pt;
	color:#B2B2B2;
}
/* sitemap-links sub-item font-eigenschappen*/
.sitemaplevel2,.sitemaplevel3{
	font-weight:bold;
	font-size:8pt;
	color:#CCCCCC;
}

/* 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: #B2B2B2;	
	margin: 0px;

}
/* sitemap-links hover*/
.sitemaplevel1 a:hover,
.sitemaplevel2 a:hover,
.sitemaplevel3 a:hover,
.submenu a:hover{
	text-decoration:none;
	color: #FFFFFF;
}

/* editor buttons: NORMAAL | VALIDEREN LINKS | PLAATJES | ETC */
.edit {
	font-size:7pt;
	color:#343434;
	background-color:#E5E5E5;
}
.edit a:link, .edit a:visited, .edit a:active, .edit a:hover {
	font-weight:normal;
	text-decoration:none;
	color:#343434;
}

/* contactform, login, dropdown-menu */
input, select {
	font-size:14px;
	background:#343434;
	color:#B2B2B2;
	border:1px solid #B2B2B2;
}
/* contactform */
textarea {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#B2B2B2;
	background-color:#343434;
	border:1px solid #B2B2B2;
	width:100%;
}
/* search: zoekveld + submit button */
.searchbox .text, .searchbox .submit {
	border:1px solid #B2B2B2;
	background-color:#343434;
	color:#B2B2B2;
}
/* search: zoekveld */
.text{
	border:1px solid #B2B2B2;
	background-color:#343434;
	color:#B2B2B2;
}

/* tekst 10 pixels */
.txt10pix {
	font-size:10px;
	color:#737373;
	font-weight:normal
}

.txt12pix {
	font-size:12px;
	color:#B2B2B2;
	font-weight:normal;
}

.txt14pix {
	font-size:14px;
	font-weight:normal;
}

td {
	font-size:14px;
	font-weight:normal;
	vertical-align: top;
}

/* link 10 pixels */
.txt10pix a,.txt10pix a:link,.txt10pix a:visited {
	color:#737373;
	text-decoration:none;
}
.txt10pix a:hover,.txt10pix a:active {
	color:#FFFFFF;
	text-decoration:none;
}
/* inline frame (iframe) */
iframe {
	background: #96BEFA;
	scrollbar-face-color:#343434;
	scrollbar-highlight-color:#B2B2B2;
	scrollbar-shadow-color:#000000;
	scrollbar-3dlight-color:#616161;
	scrollbar-arrow-color:#9E5414;
	scrollbar-track-color:#343434;
	scrollbar-darkshadow-color:#000000;
}

.rand {
	border:1px solid #B2B2B2;
}

/* 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;
}
.print a:link, .print a:visited {
	color: #000000;
	background: transparent;
	font-weight: normal;
	text-decoration: underline;
}
	
.print h1, .print h2, .print h3, , .print h4 {
	font-size:14pt;
	font-weight:normal;
	margin-bottom:6px;
	color:#000000;
}

/* niet tonen (ivm sitemeter) */
#weg {
	display: none;
}
