/* -------------------- SITE -------------------- */

.screenDisable {
	}

.printDisable {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	}

html, body {
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 0px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	color: black;
	}

#sidecentreringTabel {
	width: 100%;
	height: 100%;
	margin: auto;
	}

#sidecentreringCelle {
	vertical-align: middle;
	text-align: center;
	}

#sidecentrering {
	position: relative;
	margin: auto;
	width: 990px;
	height: 560px;
	text-align: left;
	border: 1px solid black;
	}

h1 { font-size: 20px }
h2 { font-size: 16px }
h3 { font-size: 12px }

#custInfo {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	}

#techCMS {
	height: 8px;
	padding-left: 2px;
	text-align: left;
	font-size: 10px;
	color: silver;
	}

#techCMS a:link { color: silver; text-decoration: none }
#techCMS a:visited { color: silver }
#techCMS a:active { color: silver }
#techCMS a:hover { text-decoration: underline }

/* -------------------- MODULE : i_menu.asp -------------------- */

#menu {
	}

/* -------------------- MODULE : i_printfriendly.asp -------------------- */

#printfriendly {
	width: 17px;
	height: 16px;
	}

/* -------------------- MODULE : i_contact3.asp -------------------- */

.ctf_legendText, .ctf_legendEmail, .ctf_legendMemo, .ctf_legendMemo2, .ctf_legendShow, .ctf_legendSelect, .ctf_legendRadio {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	margin: 0px;
	text-align: right;
	vertical-align: top;
	}

.ctf_legendCheckbox {}

.ctf_fieldText, .ctf_fieldEmail, .ctf_fieldMemo, .ctf_fieldMemo2 {
	margin: 0px;
	width: 250px;
	}

.ctf_fieldCheckbox, .ctf_fieldSelect, .ctf_fieldRadio {}

.ctf_fieldMemo, .ctf_fieldMemo2 { height: 50px }

.ctf_textButton { width: 250px }

/* -------------------- CUSTOM PANELS -------------------- */

#text1 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	width: 400px;
	height: 400px;
	padding: 5px;
	border: 0px;
	overflow-x: auto;
	overflow-y: auto;
	scrollbar-base-color: #FFFFFF;
	scrollbar-face-color: #DDDDDD;
	scrollbar-arrow-color: #080E1A;
	scrollbar-track-color: #F8F8F8;
	scrollbar-shadow-color: #C0C0C0;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #080E1A;
	scrollbar-darkshadow-Color: #080E1A;
	}

#text1 a:link { color: silver; text-decoration: none }
#text1 a:visited { color: silver }
#text1 a:active { color: silver }
#text1 a:hover { text-decoration: underline }

#panel1 {
	background-color: gray;
	width: 200px;
	height: 200px;
	border: 0px;
	}

#image1 {
	width: 100px;
	height: 100px;
	}



