/* -------------------- SITE -------------------- */

.screenDisable {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	}

.printDisable {
	}

html, body, #sidecentreringTabel {
	width: 100%;
	height: 100%;
	margin: auto;
	}

html {
	overflow-y: scroll;
	}

#sidecentreringCelle {
	text-align: center;
	vertical-align: top;
	background-color: silver;
	}

#sidecentrering {
	position: relative;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 990px;
	min-height: 1090px;
	text-align: left;
	border: 0;
	background-color: #f2f2f2;
	-webkit-box-shadow: rgba( 0, 0, 0, 0.7 ) 0px 0px 15px;
	-moz-box-shadow: rgba( 0, 0, 0, 0.7 ) 0px 0px 15px;
	}

img { border-style: none; }

#custInfo {
	padding: 30px 0 10px 0;
	text-align: center;
	color: gray;
	font-size: 10px;
	text-transform: uppercase;
	}

#custInfo a {
	text-decoration: none;
	color: gray;
	font-weight: bold;
	}
#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;
	background-color: silver;
	}

#techCMS a {
	color: white;
	text-decoration: none;
	}
#techCMS a:link {}
#techCMS a:visited {}
#techCMS a:active {}
#techCMS a:hover { text-decoration: underline; }

/* -------------------- MODULE : i_printfriendly2.asp -------------------- */

#printfriendly {
	position: absolute;
	top: 550px;
	left: 943px;
	width: 17px;
	height: 16px;
	z-index: 100;
	background-image: url( '/images/printer.png' );
	}

#printfriendly:hover {
	background-image: url( '/images/printer_hover.png' );
	}

/* -------------------- MODULE : i_sitemap2.asp -------------------- */

#smp_table { padding-top: 10px; }

.smpl_cell {}
.smpl_link { color: black; }

#sma_table { width: 50%; }
.sma_column {
	vertical-align: top;
	width: 33%;
	}
.sma_firstLetter { color: gray; }
.sma_linkCell {}
.sma_link { color: black; }
.sma_lineBreak { height: 10px; }

#smal_icon {
	position: absolute;
	top: 550px;
	left: 920px;
	width: 16px;
	height: 16px;
	z-index: 100;
	background-image: url( '/images/sitemap.png' );
	}
#smal_icon:hover {
	background-image: url( '/images/sitemap_hover.png' );
	}

/* -------------------- MODULE : i_contact3.asp -------------------- */

.ctf_table {}

.ctf_legendItems,
.ctf_legendShow,
.ctf_legendShow2,
.ctf_legendLine,
.ctf_legendText,
.ctf_legendMemo,
.ctf_legendMemo2,
.ctf_legendEmail,
.ctf_legendDate,
.ctf_legendTime,
.ctf_legendDateTime,
.ctf_legendCheckbox,
.ctf_legendRadio,
.ctf_legendSelect {
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
	}

.ctf_fieldText,
.ctf_fieldMemo,
.ctf_fieldMemo2,
.ctf_fieldEmail,
.ctf_fieldDate,
.ctf_fieldTime,
.ctf_fieldDateTime,
.ctf_fieldCheckbox,
.ctf_fieldRadio,
.ctf_fieldSelect,
.ctf_fieldOption {
	font-family: inherit;
	font-size: inherit;
	border: 1px solid silver;
	}

.ctf_fieldText:hover,
.ctf_fieldMemo:hover,
.ctf_fieldMemo2:hover,
.ctf_fieldEmail:hover,
.ctf_fieldDate:hover,
.ctf_fieldTime:hover,
.ctf_fieldDateTime:hover,
.ctf_fieldCheckbox:hover,
.ctf_fieldRadio:hover,
.ctf_fieldSelect:hover,
.ctf_fieldOption:hover {
	background-color: #F8F8F8;
	}

.ctf_fieldText:focus,
.ctf_fieldMemo:focus,
.ctf_fieldMemo2:focus,
.ctf_fieldEmail:focus,
.ctf_fieldDate:focus,
.ctf_fieldTime:focus,
.ctf_fieldDateTime:focus,
.ctf_fieldCheckbox:focus,
.ctf_fieldRadio:focus,
.ctf_fieldSelect:focus,
.ctf_fieldOption:focus {
	background-color: #F8F8F8;
	}

.ctf_fieldText,
.ctf_fieldMemo,
.ctf_fieldMemo2,
.ctf_fieldEmail,
.ctf_fieldDate,
.ctf_fieldTime,
.ctf_fieldDateTime {
	width: 250px;
	}

.ctf_fieldMemo,
.ctf_fieldMemo2 {
	height: 100px;
	}

.ctf_textButton {
	width: 100%;
	border: 1px solid silver;
	background-color: #F8F8F8;
	font-family: inherit;
	font-size: inherit;
	cursor: pointer;
	}

.ctf_textButton:hover {
	background-color: gray;
	color: white;
	}

/* -------------------- MODULE : i_thgalleries.asp -------------------- */

/* galleries */

.dthg_galleries {
	position: absolute;
	top: 100px;
	left: 0px;
	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: gray !important;
	text-decoration: none !important; 
	}
.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: silver;
	}

.dthg_galleries .navigate {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	background-color: #F0F0F0;
	-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: gray;
	text-align: center;
	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 {
	position: absolute;
	top: 100px;
	left: 0px;
	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: gray;
	text-align: center;
	}

.dthg_gallery .imageCount {
	padding-top: 5px;
	font-size: 10px;
	color: silver;
	}

.dthg_gallery .image {}
.dthg_gallery .image:focus { outline: 1px dotted silver; }

.dthg_gallery .imageTitle {
	display: block;
	color: gray !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;
	width: 100%;
	background-color: #F0F0F0;
	-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: gray;
	text-align: center;
	}

.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: silver !important;
	text-align: center;
	text-decoration: none !important;
	}
.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 {
	z-index: 900;
	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;
	width: 100%;
	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;
	}

#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;
	}

/* -------------------- WEBTOUR ONLINE ORDER -------------------- */

#tbd_table1 {
	border-spacing: 0;
	border-collapse: collapse;
	}

	#tbd_table1 td {
		vertical-align: top;
		}

#tbd_table2 {
	border-spacing: 0;
	border-collapse: collapse;
	}

	#tbd_table2 td {
		padding-right: 10px;
		vertical-align: middle;
		}

		#tbd_table2 td input,
		#tbd_table2 td textarea {
			width: 200px;
			border: 1px solid silver;
			}

		#tbd_table2 td textarea {
			height: 8em;
			}

		#tbd_table2 td input:hover,
		#tbd_table2 td textarea:hover {
			background-color: #F8F8F8;
			}

		#tbd_table2 td input:focus,
		#tbd_table2 td textarea:focus {
			background-color: #F0F0F0;
			}

#tbd_table3 {
	border-spacing: 0;
	border-collapse: collapse;
	}

	#tbd_table3 td {
		padding-right: 10px;
		vertical-align: middle;
		}

		#tbd_table3 td input,
		#tbd_table3 td textarea {
			width: 200px;
			border: 1px solid silver;
			}

		#tbd_table3 td textarea {
			height: 8em;
			}

		#tbd_table3 td input:hover,
		#tbd_table3 td textarea:hover {
			background-color: #F8F8F8;
			}

		#tbd_table3 td input:focus,
		#tbd_table3 td textarea:focus {
			background-color: #F8F8F8;
			}

#tbd_help {
	width: 150px;
	color: #C00000 !important;
	}

#tbd_save {
	text-align: right;
	cursor: pointer;
	}


/* -------------------- CUSTOM PANELS -------------------- */

#topImage {
	position: absolute;
	top: 0;
	left: 0;
	width: 990px;
	height: 380px;
	}

#fade {
	position: absolute;
	top: 380px;
	left: 0;
	width: 990px;
	height: 200px;
	background-image: url( '/images/fade.png' );
	}

#logo {
	position: absolute;
	top: 400px;
	left: 25px;
	width: 550px;
	height: 97px;
	background-image: url( '/images/logo.png' );
	}

#bus {
	position: absolute;
	top: 250px;
	left: 600px;
	width: 374px;
	height: 288px;
	background-image: url( '/images/bus.png' );
	}

#boxes {
	position: absolute;
	top: 545px;
	left: 25px;
	width: 250px;
	height: 300px;
	background-color: #E8E8E8;
	}

#boxes a img {
	margin-bottom: 10px;
	}

#menuBack {
	position: absolute;
	top: 545px;
	left: 300px;
	width: 665px;
	height: 26px;
	background-image: url( '/images/menuBack.png' );
	background-position: center left;
	background-repeat: repeat-x;
	}

#text1 {
	padding: 581px 0px 20px 300px;
	width: 335px;
	min-height: 460px;
	overflow-x: hidden;
	}
#text1 a { color: black; font-weight: bold; text-decoration: none; }
#text1 a:link {}
#text1 a:visited {}
#text1 a:active {}
#text1 a:hover { text-decoration: underline; }

#text1 table { margin-bottom: 5px; }

#text1wide {
	padding: 581px 0px 20px 300px;
	width: 665px;
	min-height: 460px;
	overflow-x: hidden;
	}
#text1wide a { color: black; font-weight: bold; text-decoration: none; }
#text1wide a:link {}
#text1wide a:visited {}
#text1wide a:active {}
#text1wide a:hover { text-decoration: underline; }

#text1wide table { margin-bottom: 5px; }

#image1 {
	position: absolute;
	z-index: 100;
	top: 581px;
	left: 645px; 
	width: 320px;
	height: 240px;
	background-color: #E8E8E8;
	}

#image2, #image3 {
	position: absolute;
	z-index: 100;
	top: 831px;
	left: 645px; 
	width: 155px;
	height: 116px;
	background-color: #E8E8E8;
	}

#image3 { left: 810px; }

#templateText {
	position: absolute;
	z-index: 100;
	top: 957px;
	left: 645px; 
	width: 304px;
	padding: 5px;
	border: 3px dashed #C00000;
	}

#templateText H1 {
	font-size: 9px;
	color: #C00000;

	}

#templateText p {
	font-size: 9px;
	color: gray;
	padding: 0;
	margin: 0;
	}

#templateText a {
	color: gray;
	font-weight: bold;
	text-decoration: none;
	}
#templateText a:link {}
#templateText a:visited {}
#templateText a:active {}
#templateText a:hover { color: #C00000; }


