/* -------------------- SITE -------------------- */

.screenDisable {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	}

.printDisable {
	}

html, body, #sidecentreringTabel {
	width: 100%;
	height: 100%;
	margin: auto;
	}

img{  
	border-style: none;
}

#sidecentreringCelle {
	text-align: center;
	vertical-align: middle;
	}

#sidecentrering {
	position: relative;
	margin: auto;
	width: 990px;
	height: 567px;
	text-align: left;
	background-image: url( /images/background.jpg );
	}

html, body, table, thead, tbody, tfoot, tr, td, div, span, p {
    font-family: Verdana, sans-serif; 
	font-size: 13px;
	color: black;
	padding: 0;
	margin: 0;
	line-height: 1.3em;
	}

p { padding: 0px 0px 4px 0px }

h1, h2, h3 { padding: 0px 0px 5px 0px; margin: 0 }
h1 { font-size: 20px }
h2 { font-size: 16px }
h3 { font-size: 12px }

a { color: black; text-decoration: underline }
a:link {}
a:visited {}
a:active {}
a:hover { text-decoration: underline }

#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 { 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 {
	overflow: auto;
	scrollbar-base-color: #ae845a;
	scrollbar-face-color: transparent;
	scrollbar-arrow-color: transparent;
	scrollbar-track-color: transparent;
	scrollbar-shadow-color: transparent;
	scrollbar-highlight-color: transparent;
	scrollbar-3dlight-color: transparent;
	scrollbar-darkshadow-color: transparent;
	}

/* -------------------- 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: Verdana, sans-serif; 
	margin: 0px;
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
	}

.ctf_legendCheckbox {}

.ctf_fieldText, .ctf_fieldEmail, .ctf_fieldMemo, .ctf_fieldMemo2 {
    font-family: Verdana, sans-serif; 
	margin: 0px;
	width: 250px;
	color: black;
	background-color: white;
	border: 0;
	overflow: hidden;
	}

.ctf_fieldCheckbox, .ctf_fieldSelect, .ctf_fieldRadio {}

.ctf_fieldMemo, .ctf_fieldMemo2 { height: 100px }

.ctf_textButton {
	width: 100%;
	border: 0;
	color: white;
	background-color: black;
	}

/* -------------------- CUSTOM PANELS -------------------- */

#text1 {
	width: 340px;
	height: 340px;
	padding: 0px 10px 0px 0px;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-base-color: transparent;
	scrollbar-face-color: transparent;
	scrollbar-arrow-color: transparent;
	scrollbar-track-color: transparent;
	scrollbar-shadow-color: transparent;
	scrollbar-highlight-color: transparent;
	scrollbar-3dlight-color: transparent;
	scrollbar-darkshadow-color: transparent;
	}

#text1 a { color: white; text-decoration: none }
#text1 a:link {}
#text1 a:visited {}
#text1 a:active {}
#text1 a:hover { text-decoration: underline }

#image1 {
	width: 234px;
	height: 175px;
	background-postion: top left;
	background-repeat: no-repeat;
	}

/* -------------------- MODULE: i_scrollbox.asp -------------------- */

#scroll_up {
	width: 15px;
	height: 16px;
	background-image: url( /images/scrollarrow_up.png );
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
	}

#scroll_down {
	width: 15px;
	height: 16px;
	background-image: url( /images/scrollarrow_down.png );
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
	}

#text1viewport {
	position: absolute;
	width: 330px;
	height: 340px;
	overflow: hidden;
	}

#text1Bviewport {
	position: absolute;
	width: 620px;
	height: 340px;
	overflow: hidden;
	}

#text1Cviewport {
	position: absolute;
	width: 580px;
	height: 340px;
	overflow: hidden;
	}

#text1content { position: absolute; }

#text1content a { color: white; text-decoration: none; }
#text1content a:link {}
#text1content a:visited {}
#text1content a:active {}
#text1content a:hover { text-decoration: underline; }

/* -------------------- MODULE : i_thgalleries.asp -------------------- */

/* galleries */

.dthg_galleries {
	border-collapse: collapse;
	border-spacing: 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	}

.dthg_galleries td {
	padding: 10px;
	vertical-align: top;
	}

.dthg_galleries .imageCell {}
.dthg_galleries .imageCell a:focus { outline: 1px dotted silver; }
.dthg_galleries .textCell {}

.dthg_galleries .title {
	display: block;
	color: black !important;
	text-decoration: none !important;
	font-size: 16px;
	font-weight: bold;
	}
.dthg_galleries .title:link {}
.dthg_galleries .title:visited {}
.dthg_galleries .title:hover {
	color: #D00000 !important;
	text-decoration: none !important;
	}
.dthg_galleries .title:active {}
.dthg_galleries .title:focus {
	outline: none;
	color: #D00000 !important;
	}

.dthg_galleries .desc {
	display: block;
	color: white !important;
	text-decoration: none !important; 
	font-weight: bold;
	}
.dthg_galleries .desc:link {}
.dthg_galleries .desc:visited {}
.dthg_galleries .desc:hover {
	color: #D00000 !important;
	text-decoration: none !important;
	}
.dthg_galleries .desc:active {}
.dthg_galleries .desc:focus {
	outline: none;
	color: #D00000 !important;
	}

.dthg_galleries .imageCount {
	padding-top: 10px;
	font-size: 10px;
	color: white;
	}

.dthg_galleries .navigate {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	}

.dthg_galleries .navigate .prev {
	width: 16px;
	background-image: url( /images/thgalleries_prev.png );
	background-position: center center;
	background-repeat: no-repeat;
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1 );
	}
.dthg_galleries .navigate .prev:hover {
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1.5 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1.5 );
	}
.dthg_galleries .navigate .prev a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none !important;
	}
.dthg_galleries .navigate .prev a:link {}
.dthg_galleries .navigate .prev a:visited {}
.dthg_galleries .navigate .prev a:hover { text-decoration: none !important; }
.dthg_galleries .navigate .prev a:active {}
.dthg_galleries .navigate .prev a:focus { outline: 1px dotted silver; }

.dthg_galleries .navigate .pageInfo {
	width: auto;
	color: #783812;
	text-align: center;
	font-weight: bold;
	height: 20px;
	}

.dthg_galleries .navigate .next {
	width: 16px;
	background-image: url( /images/thgalleries_next.png );
	background-position: center center;
	background-repeat: no-repeat;
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1 );
	}
.dthg_galleries .navigate .next:hover {
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1.5 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1.5 );
	}
.dthg_galleries .navigate .next a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none !important;
	}
.dthg_galleries .navigate .next a:link {}
.dthg_galleries .navigate .next a:visited {}
.dthg_galleries .navigate .next a:hover { text-decoration: none !important; }
.dthg_galleries .navigate .next a:active {}
.dthg_galleries .navigate .next a:focus { outline: 1px dotted silver; }

/* gallery */

.dthg_gallery {
	border-collapse: collapse;
	border-spacing: 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	}

.dthg_gallery td {
	padding: 10px;
	vertical-align: top;
	text-align: center;
	}

.dthg_gallery .title {
	color: black;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	}

.dthg_gallery .desc {
	padding-top: 5px;
	color: #783812;
	text-align: center;
	font-weight: bold;
	}

.dthg_gallery .imageCount {
	padding-top: 5px;
	font-size: 10px;
	color: #783812;
	}

.dthg_gallery .image {}
.dthg_gallery .image:focus { outline: 1px dotted silver; }

.dthg_gallery .imageTitle {
	display: block;
	color: #783812 !important;
	text-decoration: none !important;
	text-align: center;
	}
.dthg_gallery .imageTitle:link {}
.dthg_gallery .imageTitle:visited {}
.dthg_gallery .imageTitle:hover {
	color: #D00000 !important;
	text-decoration: none !important;
	}
.dthg_gallery .imageTitle:active {}
.dthg_gallery .imageTitle:focus {
	outline: none;
	color: #D00000 !important;
	}

.dthg_gallery .navigate {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	}

.dthg_gallery .navigate .prev {
	width: 16px;
	background-image: url( /images/thgallery_prev.png );
	background-position: center center;
	background-repeat: no-repeat;
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1 );
	}
.dthg_gallery .navigate .prev:hover {
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1.5 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1.5 );
	}
.dthg_gallery .navigate .prev a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none !important;
	}
.dthg_gallery .navigate .prev a:link {}
.dthg_gallery .navigate .prev a:visited {}
.dthg_gallery .navigate .prev a:hover { text-decoration: none !important; }
.dthg_gallery .navigate .prev a:active {}
.dthg_gallery .navigate .prev a:focus { outline: 1px dotted silver; }

.dthg_gallery .navigate .pageInfo {
	width: auto;
	color: #783812;
	text-align: center;
	font-weight: bold;
	}

.dthg_gallery .navigate .next {
	width: 16px;
	background-image: url( /images/thgallery_next.png );
	background-position: center center;
	background-repeat: no-repeat;
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1 );
	}
.dthg_gallery .navigate .next:hover {
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1.5 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1.5 );
	}
.dthg_gallery .navigate .next a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none !important;
	}
.dthg_gallery .navigate .next a:link {}
.dthg_gallery .navigate .next a:visited {}
.dthg_gallery .navigate .next a:hover { text-decoration: none !important; }
.dthg_gallery .navigate .next a:active {}
.dthg_gallery .navigate .next a:focus { outline: 1px dotted silver; }

.dthg_gallery .back {
	display: block;
	color: #783812 !important;
	text-align: center;
	text-decoration: none !important;
	font-weight: bold;
	}
.dthg_gallery .back:link {}
.dthg_gallery .back:visited {}
.dthg_gallery .back:hover {
	color: #D00000 !important;
	text-decoration: none !important;
	}
.dthg_gallery .back:active {}
.dthg_gallery .back:focus {
	outline: none;
	color: #D00000 !important;
	}

/* closeup */

.dthg_closeup {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url( /images/thcloseup_fade.png );
	}

#dthg_window {
	position: fixed;
	padding: 20px;
	background-color: black;
	visibility: hidden;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	}

#dthg_window .title {
	font-size: 20px;
	color: white;
	text-align: center;
	padding-bottom: 20px;
	}

#dthg_window .image {
	border-collapse: collapse;
	border-spacing: 0;
	}

#dthg_window .image td {
	padding: 0;
	text-align: center;
	vertical-align: middle;
	}

#dthg_window .image td:hover img {
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1.2 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1.2 );
	}

#dthg_window .image td img { visibility: hidden; }
#dthg_window .image td:hover img { visibility: visible; }
#dthg_window .image td img:hover { cursor: pointer; }
#dthg_window .image td a:focus { outline: none; }
#dthg_window .image td a:focus img { visibility: visible; }

#dthg_window .navigate {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
	margin-top: 20px;
	}

#dthg_window .navigate .prev {
	width: 16px;
	padding-left: 0;
	padding-right: 0;
	background-image: url( /images/thcloseup_prev.png );
	background-position: center center;
	background-repeat: no-repeat;
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1 );
	}
#dthg_window .navigate .prev:hover {
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1.5 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1.5 );
	}
#dthg_window .navigate .prev a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	}
#dthg_window .navigate .prev a:link {}
#dthg_window .navigate .prev a:visited {}
#dthg_window .navigate .prev a:hover { text-decoration: none !important; 
}
#dthg_window .navigate .prev a:active {}
#dthg_window .navigate .prev a:focus { outline: 1px dotted silver; }

#dthg_window .navigate .pageInfo {
	width: auto;
	color: gray;
	text-align: center;
	padding: 0 30px 0 30px;
	}

#dthg_window .navigate .next {
	width: 16px;
	padding-left: 0;
	padding-right: 0;
	background-image: url( /images/thcloseup_next.png );
	background-position: center center;
	background-repeat: no-repeat;
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1 );
	}
#dthg_window .navigate .next:hover {
	-moz-transition: 0.5s ease-out;
	-moz-transform: scale( 1.5 );
	-webkit-transition: 0.5s ease-out;
	-webkit-transform: scale( 1.5 );
	}
#dthg_window .navigate .next a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	}
#dthg_window .navigate .next a:link {}
#dthg_window .navigate .next a:visited {}
#dthg_window .navigate .next a:hover { text-decoration: none !important; }
#dthg_window .navigate .next a:active {}
#dthg_window .navigate .next a:focus { outline: 1px dotted silver; }

#dthg_window .back {
	display: block;
	color: gray !important;
	text-align: center;
	text-decoration: none;
	padding-top: 10px;
	}
#dthg_window .back:link {}
#dthg_window .back:visited {}
#dthg_window .back:hover {
	color: #D00000 !important;
	text-decoration: none !important;
	}
#dthg_window .back:active {}
#dthg_window .back:focus {
	outline: none;
	color: #D00000 !important;
	}

