﻿@charset "UTF-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
}
h1,h2,h3,h4,h5,h6,p,ul,form,input,body  { padding:0; margin:0; }
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/bigexit-main.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	/*background: #666666;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
body.splash {
	background-image:url(../images/bigexit-splash.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

body.splash #footer{
	visibility:hidden;
}

.twoColFixLtHdr #container { 
	width: 804px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	/*background: #DDDDDD; */
	 /*padding: 0 10px 0 20px;  this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #topMenu {margin: 15px 0 0 78px}
.twoColFixLtHdr #topMenu a{
	display:block;
	background-color:#000000;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#ffffff;
	text-shadow: 0 0 0 #000;
	padding:3px 5px 0px 5px;
	margin-right:6px;
	width:83px;
	float:left;
	text-align:center;
	text-decoration:none;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
}
.twoColFixLtHdr #topMenu a:visited{
    display:block;
	background-color:#000000;
	color:#ffffff;
	text-shadow: 0 0 0 #000;
	padding:3px 5px 0px 5px;
	margin-right:6px;
	width:83px;
	float:left;
	text-align:center;
	text-decoration:none;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
}

.twoColFixLtHdr #topMenu a:hover{
	display:block;
	background-color:#ffffff;
	color:#000000;
	text-shadow: 0 0 0 #000;
	padding:3px 5px 0px 5px;
	margin-right:6px;
	width:83px;
	float:left;
	text-align:center;
	text-decoration:none;
	border-left:1px solid #333;
	border-bottom:1px solid #333;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 226px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px 0px;
	margin-top:257px;
}

.twoColFixLtHdr #mainContent { 
	margin: 68px 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 20px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:right;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*opmaak html elementen*************************************/
p {
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}
a{
	color:#000;
}
a:hover{
	color:#999999;
	text-decoration:none;
}

.twoColFixLtHdr #mainContent h1 { 
	font: 100%/1.5 "Myriad Pro","Myriad Web","Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	font-size:1.3em;
	font-weight:normal;
	line-height: 1em;
	margin-top:  0;
	margin-bottom: 0.8em;
	color: #000;
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 6px;
}	

.twoColFixLtHdr #mainContent h2 {
    font: 1.10em Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	font-weight:normal;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 0.8em;
	color: #000;
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 6px;
}

.twoColFixLtHdr #mainContent h3 {  margin:0 0 4px 0; padding:0 5px 5px 5px; width:100%; font-size:14px; font-weight:normal; border-bottom: 1px dotted #cccccc; color: #000; text-align:center;}

.twoColFixLtHdr #mainContent h4 {  margin:0 0 4px 0; padding:0 5px 5px 5px; width:100%; font-size:14px; font-weight:normal; font-style:italic; color: #000; text-align:center;}

.twoColFixLtHdr #mainContent h5 { margin:0 0 4px 0; padding:1px 1px 3px 3px; border:none; clear:both; font-size:12px; color: #000; font-weight:normal;}

.twoColFixLtHdr #mainContent h6 { margin:0 0 4px 0; padding:1px 1px 3px 3px; border:none; clear:both; font-size:10px; color: #000; font-weight:normal; }


.twoColFixLtHdr #mainContent  a { text-decoration:underline; color:#000; }

.twoColFixLtHdr #mainContent  a:visited { text-decoration:underline; color:#000; }

.twoColFixLtHdr #mainContent  a:visited:hover { text-decoration:none; color:#999999; }
	 
.twoColFixLtHdr #mainContent  a:hover { text-decoration:none; color:#999999; }

.twoColFixLtHdr #mainContent  a img { border:1px solid #000; margin:5px; }

.twoColFixLtHdr #mainContent  a:hover img { border:1px solid #999999;; margin:5px; }

.twoColFixLtHdr #mainContent  ul { padding:5px 0 10px 30px; list-style-position:outside; list-style-image:url(../images/list_item.jpg); }

.twoColFixLtHdr #mainContent  li {  line-height:15px; margin:0 0 5px 0; }


/*menu left*****************/

.twoColFixLtHdr #sidebar1 a{
	display:block;
	background-color:#000000;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#ffffff;
	text-shadow: 0 0 0 #000;
	padding:3px 5px 0px 5px;
	margin-right:6px;
	margin-bottom:1px;
	width:228px;
	text-decoration:none;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
}

.twoColFixLtHdr #sidebar1 a:hover{
	display:block;
	background-color:#ffffff;
	color:#000000;
	text-shadow: 0 0 0 #000;
	padding:3px 5px 0px 5px;
	margin-right:6px;
	margin-bottom:1px;
	width:228px;
	text-decoration:none;
	border-left:1px solid #333;
	border-bottom:1px solid #333;
}

.twoColFixLtHdr #sidebar1 ul li{
list-style-type:none;
}

.twoColFixLtHdr #sidebar1 ul#subMenu li.selected a{
	background-color:#fff;
	color:#000;
}

.twoColFixLtHdr #sidebar1 ul#subMenu li.selected a:hover{
	background-color:#fff;
	color:#000;
}

.twoColFixLtHdr #sidebar1 ul#sub2Menu li a{
	background-color:#fff;
	margin-left:4px;
	border:0;
	color:#333;
}

.twoColFixLtHdr #sidebar1 ul#sub2Menu li.selected a{
	text-decoration:underline;
	background-color:#fff;
	margin-left:4px;
	color:#333;
}
.twoColFixLtHdr #sidebar1 ul#sub2Menu li a:hover{
	background-color:#fff;
	margin-left:4px;
	text-decoration:underline;
	border:0;
	color:#333;
}


/*guestbook*****************/
/* default styles for extension "tx_veguestbook_pi1" */

    .tx-veguestbook-pi1 {
        font-size:100%;
		float:right;
    }
	.twoColFixLtHdr #mainContent .tx-veguestbook-pi1 .tx-guestbook-right h3{
       Text-align:left;
	   font-size:100%;
	   border-bottom:1px dotted #9FA300;
    }
  	 .tx-veguestbook-pi1 ul{
        font-size:70%;
    }
    /* error handling */
	.tx-veguestbook-pi1 p.tx-guestbook-form-error {
		font-weight:bold;
		color:#FF0000;
	}
	
	/* display of result count */
	.tx-veguestbook-pi1 .tx-guestbook-result {
	    font-size:70%;
		font-weight:bold;
		float:left;
	}
	
	/* pagination */
	.tx-veguestbook-pi1 .tx-guestbook-pagination {
		font-size:75%;
		font-weight:bold;
		float:right;
	}
	
	/* styles for list mode */
	.twoColFixLtHdr #mainContent .tx-veguestbook-pi1 h2, .tx-veguestbook-pi1 h2.tx-guestbook-header {
		clear:both;
		background:#9FA300;
		display:block;
		font-size:16px;
		padding: 0.25em;
		width:500px;
		margin-bottom:2px;
		color:#ffffff;
		border:0px;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-left {
		float:left;
		width:180px;
		/*background:#EFEFEF;
		min-height:1em;
		padding: 1em;*/
		margin:0px;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-left {
		/*height:1em;*/
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-left p {
		margin:0px;
		padding:0px;
		color:#333;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-right {
		float:left;
		width:320px;
		background:#FFF;
		/*padding: 1em;*/
		margin:0px;
	}
	
	/* styles for latest mode */
	.tx-veguestbook-pi1 .tx-guestbook-latest p,
	.tx-veguestbook-pi1 .tx-guestbook-right p {
		margin:0px;
		padding:0px;
		color:#333;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-date,
	.tx-veguestbook-pi1 .tx-guestbook-right p.tx-guestbook-date {
        font-weight: bold;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-right h3 {
		font-size:100%;
		color:#990000;
		font-weight:bold;
		background:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-right .tx-guestbook-comment {
		font-size:75%;
		color:#333;
		font-style: italic;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-latest {
		display:block;
		padding:0.25em;
		clear:both;
	}
	
	/* form styles */
	.tx-veguestbook-pi1 .tx-guestbook-field {
		clear:both;
		width:440px;
		display:block;
		padding: 1em 0;
		font-size:70%;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field label {
		clear: both;
		display: block;
		float: left;
		width: 10em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med {
		float:left;
		width:10em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-big {
		float:left;
		width:20em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea {
		width: 30em;
		display: block;
		float: left;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field span.tx-guestbook-form-obligationfield {
		color:#990000;
	}
	
	.tx-veguestbook-pi1 fieldset {
		border:none;
	}
	
	.tx-veguestbook-pi1 legend {
		display:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap {
		float:left;
		display:block;
		background:#F7F7F7;
		border:1px solid #CCC;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-freecap {
		margin-left:2.25em;
	}
 
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap img {
		float:left;
		display:block;
		padding-left:0.25em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap input {
		float:left;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap label {
		clear:both;
		display:block;
		float:none;
		width:10em;
		margin-bottom:0.5em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap p {
		font-size:75%;
		padding:0.25em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap h3 {
		display:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap span.tx-srfreecap-pi2-cant-read {
		color:#990000;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-clear {
		clear:both;
		display:block;
	}
	
	.tx-veguestbook-pi1 input.tx-guestbook-submit {
		width:auto;
		display:block;
	}
	
	/* default styles for extension "tx_srfreecap_pi2" */
		.tx-srfreecap-pi2-image { margin-left: 1em; }
		.tx-srfreecap-pi2-cant-read { font-size: .9em; color:#35006d; }
		.tx-srfreecap-pi2-cant-read a:link { background-color:transparent; font-weight:bold; text-decoration:none; }

	/* default styles for extension "lumogooglemaps" */
	
	#gmapmarker, #gmapDirHeadTo, #gmapDirItemTo, #gmapDirBtnsTo, #gmapDirHead{
		font-size:12px;
	}
	.tx_lumogooglemaps_pi1_infobox p{
		width:280px;
		padding-left:10px;
	}
	.tx_lumogooglemaps_pi1_infobox img{
		float:left;
		margin:0 20px 20px 0;		
	}

	div.tx_lumogooglemaps_pi1 * div{
		border-width:0px;
	}
	.tx_lumogooglemaps_pi1_sidebar{
		font-size:12px;
	}
	.tx_lumogooglemaps_pi1_sidebar select{
		font-size:12px;
		width:320px;
	}
/* Clearer voor de fotopagina*/
	DIV.csc-textpic-clear { clear: right; }
	.csc-textpic-caption{font: 10px Verdana, Arial, Helvetica, sans-serif;
	color:#999999;}
