@charset "UTF-8";

	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	    margin:0; 
	    padding:0; 
	} 
	body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #333;
	}
	
	table { 
	    border-collapse:collapse; 
	} 
	fieldset,img {
	border:0;
	padding: 0;
	margin: 0;
	float: left;
	} 
	address,caption,cite,code,dfn,em,strong,th,var { 
	    font-style:normal; 
	    font-weight:normal; 
	} 
	ol,ul { 
	    list-style:none; 
	} 
	caption,th { 
	    text-align:left; 
	} 
	h1,h2,h3,h4,h5,h6 { 
	    font-size:100%; 
	    font-weight:normal; 
	} 
	q:before,q:after { 
	    content:''; 
	} 
	abbr,acronym { border:0; 
	}
	
	a{
	text-decoration: none;
	color: #CCCCCC;
	}
	
	a:hover{
	text-decoration: none;
	color: #CC3366;
	}
.thrColFixHdr #wrapper {
	width: 978px;
	text-align: left;
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.thrColFixHdr #container {
	width: 978px;
	float: left;
	background-image: url(../images/ui/new_bgnd.jpg);
	background-color: #A4AAA0;
	background-repeat: no-repeat;
} 

.thrColFixHdr #mainContent {
	width: 640px;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #CCC;
} 
#header {
	margin: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 160px;
	width: 978px;
	padding: 0px;
}
	
/*menu*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#menu{
	height: 24px;
	width: 842px;
	position: relative;
	float: left;
	left: 92px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 156px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	position: relative;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 142px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	position: relative;
}

.indentmenu{
	font: bold 12px Arial; /*leave this value as is in most cases*/
}

.indentmenu ul{
	float: left;
	background-color: black;
	background-image: url(../images/ui/btn_.gif);
	background-repeat: repeat-x;
	background-position: center center;
	padding: 0px;
	margin: 0px;
	height: 24px;
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: left;
	color: white;
	text-decoration: none; /*dark purple divider between menu items*/
	width: 80px;
	text-align: center;
	padding-top: 4px;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: white !important;
	background-color: black;
	background-image: url(../images/ui/btn_hvr.gif);
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 4px;
}


/*end menu*/
	 
.thrColFixHdr body  {
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 100%;
	background-color: #666;
	background-image: url(../images/ui/bgnd_main.gif);
	background-repeat: repeat-x;
}
.main_image {
	display: inline;
	float: left;
	padding: 0px;
}
.small-images {
	float: none;
	display: inline;
	text-align: left;
	margin-left: 1px;
	margin-bottom: 4px;
}
.main_bodytxt {
	font-size: 11px;
	color: #000;
	line-height: 16px;
	text-align: left;
	display: block;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.main_bodytxt_centered {
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	text-align: center;
	padding: 10px;
	margin: 0px;
	display: block;
}
.main_header {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	color: #FFFFFF;
	display: block;
	background-color: #CC3366;
	background-image: url(../images/ui/bgnd_stripe_pink.png);
	background-repeat: repeat-x;
	height: 26px;
	padding-top: 4px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
}
.main_subheader {
	font-size: 16px;
	color: #FFFFFF;
	display: block;
	background-color: #333333;
	background-image: url(../images/ui/bgnd_stripe.png);
	background-repeat: repeat-x;
	padding-right: 8px;
	padding-left: 8px;
	height: 24px;
	line-height: 22px;
	margin-bottom: 10px;
}
.main_introtxt {
	font-size: 14px;
	color: #6B223A;
	line-height: 20px;
	text-align: left;
	display: block;
	font-weight: bold;
	padding: 20px;
}
.subtxt {
	font-size: 9px;
	color: #000000;
	line-height: 14px;
	text-align: left;
	display: block;
	border: 1px solid #FFFFFF;
	clear: both;
	padding: 20px;
}

.thrColFixHdr #header #sidebar1 p {
	font-size: 14px;
	color: #CC3366;
	text-align: center;
	line-height: 22px;
	font-weight: bold;
}
.thrColFixHdr #header #sidebar1 h3 {
	color: #CC3366;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	border: 1px dotted #C33366;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 12px;
}
.thrColFixHdr #header #sidebar2 p {
	font-size: 14px;
	color: #CCCCCC;
	text-align: center;
	font-weight: normal;
	line-height: 22px;
}
.thrColFixHdr #container #header #sidebar2 a {
	font-weight: bold;
}
.thrColFixHdr #header #sidebar2 h3 {
	color: #CC3366;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	border: 1px dotted #C33366;
	margin-bottom: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.thrColFixHdr #footer {
	background-color: #000000;
	height: 24px;
	width: 978px;
	bottom: 0px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
} 
.footer2 {
	font-size: 9px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.thrColFixHdr #wrapper #container #header #footer img {
	text-decoration: none;
	height: 16px;
	width: 16px;
	display: inline;
	line-height: 1px;
	font-size: 8px;
	margin: 0px;
	vertical-align: middle;
	padding: 0px;
	float: none;
	clear: none;
}
.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;
}
 #img01 {
	display: inline;
	padding: 4px;
	height: 56px;
	width: 56px; 
 }
  #img02 {
	display: inline;
	padding: 4px;
	height: 56px;
	width: 56px; 
 }
th {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	background-color: #CCCCCC;
	padding-left: 4px;
	padding-right: 4px;
	border: 1px solid #FFFFFF;
}
td {
	font-size: 12px;
	color: #333333;
	background-color: #CCCCCC;
	padding-right: 4px;
	padding-left: 4px;
	border: 1px solid #FFFFFF;
}
table {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.thrColFixHdr #container #header #mainContent .main_bodytxt a {
	color: #CC3366;
	font-weight: bold;
}
.subtxt a {
	color: #333333;
	text-decoration: underline;
}
.back {
	color: #CC3366;
	border: 1px solid #FFFFFF;
	background-color: #333333;
	font-size: 11px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	float: right;
	position: relative;
	width: 60px;
	display: block;
	right: 20px;
	height: 24px;
	margin-bottom: 20px;
}
.prijs {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Grande";
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 20px;
}
.prijs_small {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Grande";
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 20px;
}
.boekings_btn {
	color: #FFFFFF;
	border: 1px solid #C33366;
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../images/ui/bgnd_stripe.png);
	background-repeat: repeat-x;
	height: 24px;
	width: 140px;
	text-align: center;
	display: block;
	position: relative;
	left: 2px;
}
.boekings_btn2 {
	color: #FFFFFF;
	border: 1px solid #C33366;
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../images/ui/bgnd_stripe.png);
	background-repeat: repeat-x;
	height: 24px;
	width: 140px;
	text-align: center;
	display: block;
	position: relative;
	left: 2px;
	margin-left: 48px;
}
.thrColFixHdr #wrapper #container #header #mainContent table tr td .main_bodytxt1 a {
	color: #333;
	text-decoration: underline;
}
.introtekst {
	font-size: 9px;
	color: #CCC;
	text-align: left;
}
.btn {
	color: #FFFFFF;
	border: 1px solid #C33366;
	font-size: 10px;
	line-height: 18px;
	font-weight: normal;
	text-transform: none;
	background-repeat: repeat-x;
	height: 18px;
	width: 180px;
	text-align: center;
	display: block;
	position: relative;
	left: 2px;
	background-color: #999;
}

