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(gfx/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: 90px;
	background: #343434 url(gfx/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: 20px;
	color: #B2B2B2;
	background: #616161;
	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;
}

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

/* menu-blok */
.menu {
	padding-top: 20px;
	background: #343434;
	padding-left: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font: normal 18px Verdana, Arial, Helvetica, sans-serif;
}


/* menu-links */
.menu a:link, .menu a:visited, .menu a:active {
	text-decoration:none;
	color: #B2B2B2;
	text-decoration: none;
	font: normal 18px Verdana, Arial, Helvetica, sans-serif;

}

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


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


/* 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 */
#weg {
	display: none;
}
