/* -------------------- SITE -------------------- */

.screenDisable {
	}

.printDisable {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	}

html, body, #sidecentreringTabel {
	width: 100%;
	height: 100%;
	margin: auto;
	}

#sidecentreringCelle {
	text-align: center;
	vertical-align: middle;
	}

#sidecentrering {
	position: relative;
	margin: auto;
	width: 990px;
	height: 560px;
	text-align: left;
	border: 1px solid black;
	}

img { border-style: none; }

#custInfo {
	position: absolute;
	z-index: 100;
	top: 565px;
	left: 0px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	}

#custInfo a { text-decoration: none }
#custInfo a:link {}
#custInfo a:visited {}
#custInfo a:hover { text-decoration: underline }
#custInfo a:active {}

#techCMS {
	height: 8px;
	padding-left: 2px;
	text-align: left;
	font-size: 10px;
	color: silver;
	}

#techCMS a { color: silver; text-decoration: none }
#techCMS a:link {}
#techCMS a:visited {}
#techCMS a:active {}
#techCMS a:hover { text-decoration: underline }

/* -------------------- MODULE : i_menu.asp -------------------- */

#menu {
	position: absolute;
	z-index: 100;
	top: 20px;
	left: 10px;
	width: 930px;
	height: 20px;
	}

/* -------------------- MODULE : i_printfriendly.asp -------------------- */

#printfriendly {
        display: none;
	position: absolute;
	z-index: 100;
	top: 100px;
	left: 555px;
	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: 100% }

/* -------------------- CUSTOM PANELS -------------------- */

#text1 {
	position: absolute;
	z-index: 100;
	top: 50px;
	left: 10px;
	width: 830px;
	height: 480px;
	padding: 5px;
	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 { color: blue; text-decoration: none }
#text1 a:link {}
#text1 a:visited {}
#text1 a:active {}
#text1 a:hover { text-decoration: underline }

#image1 {
	position: absolute;
	z-index: 100;
	top: 50px;
	left: 870px; 
	width: 100px;
	height: 100px;
	}
