/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*
{
	padding: 0;
	margin: 0;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666;
}

#TB_window a:link {color: #666;}
#TB_window a:visited {color: #666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666;}
#TB_window a:focus{color: #666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window 
{
	position: fixed;
	/*background: #fff;*/
	z-index: 102;
	color: #000;
	display:none;
	/*border: 4px solid #525252;*/
	text-align:left;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	/*border: solid 1px red;*/
}

* html #TB_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image 
{
	display: block;
	margin: 15px 0 0 15px;
	padding: 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption
{
	height: 25px;
	padding: 7px 0px 10px 0px;
	float: left;
}

#TB_closeWindow
{
	height: 25px;
	padding: 11px 0px 10px 0;
	float: right;
}

#TB_closeAjaxWindow
{
	padding: 7px 10px 5px 0;
	margin-bottom: 1px;
	text-align: right;
	float: right;
}

#TB_ajaxWindowTitle
{
	float: left;
	padding: 7px 0 5px 10px;
	margin-bottom: 1px;
}

#TB_title
{
	background-color: #e8e8e8;
	height: 27px;
}

#TB_ajaxContent
{
	clear: both;
	/*padding:2px 15px 15px 15px;*/
	margin: 0;
	padding: 0;
	overflow: none;
	text-align: left;
	line-height: 1.4em;
}

#TB_ajaxContent.TB_modal
{
	width: 100%;
	/*border: solid 1px green;*/
	margin: 0;
	padding: 0;
}

#TB_ajaxContent.TB_modal img
{
	margin: 3px 0 0 10px;
}


#TB_load
{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

#window-disclaimer
{
/* 	position: relative;*/
}

.sluit a:link,
.sluit a:visited
{
	position: absolute;
	top: 10px;
	right: 40px;
	width: 64px;
	height: 30px;	
	text-indent: -9999px;
	outline: none;
	background: url(../images/modal-close.gif) 0 0 no-repeat;
}

.sluit a:hover,
.sluit a:active
{
	background: url(../images/modal-close.gif) 0 -30px no-repeat;
}

.sluit.alt a:link,
.sluit.alt a:visited
{
	width: 76px;
	height: 39px;	
	position: absolute;
	top: 0px;
	right: 40px;
	text-indent: -9999px;
	outline: none;
	background: url(../images/modal-close-alt.png) 0 0 no-repeat;
}

.sluit.alt a:hover,
.sluit.alt a:active
{
	background: url(../images/modal-close-alt.png) 0 -39px no-repeat;
}

.download-kaart a:link,
.download-kaart a:visited
{
	width: 123px;
	height: 40px;	
	position: absolute;
	bottom: 7px;
	right: 40px;
	text-indent: -9999px;
	outline: none;
	background: url(../images/modal-download.png) 0 0 no-repeat;
}

.download-kaart a:hover,
.download-kaart a:active
{
	background: url(../images/modal-download.png) 0 -40px no-repeat;
}

.footer
{
	clear: both;
}

.footer.informatie_disclaimer,
.footer.meer-info,
.footer.verstuur-piste
{
	position: relative;
	bottom: 0;
	left: 0;
	width: 550px;
	height: 7px;
	margin: 0;
	padding: 0;
	background: url(../images/informatie-disclaimer-footerbg.png) 0 0 no-repeat;
}

.footer.kaart-footer
{
	position: relative;
	width: 746px;
	height: 15px;
	margin: 0;
	padding: 0;
	background-image: url(../images/kaart-footerbg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	
}

.content p
{
	margin: 0;
	padding: 0 15px 10px 15px;
	background: #fff;
}

.content p.first-child
{
	padding: 15px 15px 10px 15px;
}

.content h4
{
	padding: 0px 15px 0 15px;
	color: #255A9D;
}

dl
{
	margin: 10px 0 0 0;
	padding: 0 15px;
}

dl dt
{
	float: left;
	width: 100px;
	margin: 0px 0 0 0;
	color: #255a9d;
	font-weight: bold;
}

dd
{
	width: 375px;
	margin: 0 0 0 100px;
	padding: 0 0 10px 10px;
}

#TB_ajaxContent.TB_modal #verstuur-piste-form
{
	margin: 10px 0 0 0;
	padding: 15px 50px;
	color: #123169;
}

#verstuur-piste-form fieldset
{
	margin: 15px 0 0 0;
	border: none;
}

#verstuur-piste-form #errormessage
{
	margin: 0 0 10px 0;
	padding: 10px;
	display: none;
	background: #f6cdcd;
	border: solid 1px #e95a5a;
	color: #ce1a1a;
}

#verstuur-piste-form #errormessage strong
{
}

#verstuur-piste-form #errormessage ul
{
	margin: 0 0 0 20px;
	list-style: disc;
}

#verstuur-piste-form fieldset ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#verstuur-piste-form fieldset ul li
{
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

#verstuur-piste-form fieldset legend
{
	margin: 0 0 10px 0;
	font-weight: bold;
}

#verstuur-piste-form label
{
	width: 120px;
	float: left;
	clear: left;
	line-height: 26px;
}

#verstuur-piste-form label em
{
	color: #ce1a1a;
}

#verstuur-piste-form input.text
{
	float: left;
	margin: 0 0 5px 0;
	padding: 5px;
	border: solid 1px #6d90bd;
	background: url(../images/modal-form-input-bg.gif) 0 0 repeat-x;
}

.modal-submit
{
	width: 119px;
	height: 37px;
	margin: 10px 0 10px 0;
	padding: 20px 0 0 0;
	display: block;
	float: right;
	border: none ! important;
	text-indent: -9999px !important;
	background: url(../images/modal-form-send-button.gif) 0 0 no-repeat;
	color: #386fb0;
	font-size: 1px;
}

.modal-submit:hover
{
	background: url(../images/modal-form-send-button.gif) 0 -37px no-repeat;
	cursor: pointer;
}

#sendafriend-preview {
	width: 135px !important;
	height: 37px !important;
	background: url(../images/modal-form-bekijk-email.gif) 0 0 no-repeat ! important;
}

#sendafriend-preview:hover {
	background: url(../images/modal-form-bekijk-email.gif) 0 -37px no-repeat ! important;
}

#sendafriend-wijzig a:link,
#sendafriend-wijzig a:visited
{
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;
	display: block;
	float: left;
	text-indent: -9999px;
	width: 135px;
	height: 39px;
	background: url(../images/modal-form-wijzig-email.gif) 0 0 no-repeat;
}

#sendafriend-wijzig a:hover,
#sendafriend-wijzig a:active
{
	background: url(../images/modal-form-wijzig-email.gif) 0 -37px no-repeat ! important;
}

#verstuur-piste-succes p a:link,
#verstuur-piste-succes p a:visited
{
	text-decoration: underline;
}

#verstuur-piste-succes p a:hover,
#verstuur-piste-succes p a:active
{
	color: #000;
}

/*  aanmelden nieuwsbrief in sendafriend formulier */

#verstuur-piste-succes
{
	clear: both;
	margin-top: 18px;
}

.mailpreview
{
	width: 80%;
	margin: 10px auto;
	padding: 10px;
	border: 1px solid #a1bddc;
}


.window
{

}

.content
{
	background-color: #fff;
	margin: 0px 0 0 0;
	overflow: auto;
	height: 97%;
}

.content-kaart
{
	background-color: #fff;
	margin: 0;
	overflow: none;
	height: 100%;
}

#TB_ajaxContent.TB_modal .kaart-header
{
	width: 746px;
	height: 7px;
	display: block;
	background: url(../images/kaart-headerbg.png) 0 0 repeat-x;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -6px;
	left: 0;
	overflow: hidden;
}

#TB_ajaxContent.TB_modal h3
{
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
	height: 41px;
	display: block;
	margin: 0;
	padding: 3px 0 0 15px;
	line-height: 38px;
	font-size: 24px;
	font-family: "Lucida Grande", "Trebuchet MS", verdana, helevetica, sans-serif;
	font-weight: normal;
	color: #255a9d;
	overflow: hidden;
	background-image: url(../images/informatie-disclaimer-titlebg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

