/* Kleuren
Rood: #f15c30
Blauw 1: #0053a0
Blauw 2: #96a5d2
Blauw 3: #009de0
*/

html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	font-family: Arial, Sans-Serif;
	font-size: 62.5%;
	margin: 0 auto;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em;
}
input, textarea, select {
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
}
:focus {
	outline: 0;
}
a {
	color: #0053a0;
}
a:hover {
	color: #f15c30;
}
p {
	margin: 1em 0;
}

/* Herbruikbare classes */
.hidden {
	display: none;
}
.clearer {
	clear: both;
}
.button {
	background-color: transparent;
	background-image: url("/images/button.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	margin-top: 2px;
	padding-left: 32px;
	padding-right: 8px;
	text-align: left;
	text-decoration: none;
}
.button:hover {
	background-position: left top;
	color: #fff;
}
.print, .tellafriend {
	background-image: url("/images/pijltje_verder.gif");
	background-position: left top;
	background-repeat: no-repeat;
	color: #0053a0;
	cursor: pointer;
	font-weight: bold;
	padding: 0 18px;
	text-decoration: none;
}
.print:hover, .tellafriend:hover {
	background-position: left center;
	color: #f15c30;
}

/* Header */
#header {
	font-size: 120%;
	height: 105px;
	margin: 0 auto;
	position: relative;
	width: 960px;
}
#header .logo {
	float: left;
	margin: 33px 20px 0;
}
#header .sfeer {
	background-image: url("/images/header.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	height: 102px;
}
#header .sfeerbeeld .bijschrift {
	display: none;
}
#header .zoekveld {
	position: absolute;
	right: 15px;
	top: 16px;
	width: 119px;
}
#header .zoekveld input {
	border: 1px inset #aaa;
	height: 15px;
	padding: 0 1px;
	width: 98px;
}
#header .zoekveld .zoekbutton {
	background-color: transparent;
	background-image: url("/images/zoekbutton.gif");
	border: none;
	cursor: pointer;
	float: right;
	height: 17px;
	width: 17px;
}
#header .belevingen {
	position: absolute;
	right: 0;
	top: 72px;
}
#header .belevingen li {
	display: inline;
}
#header .belevingen a {
	background-color: #f15c30;
	color: #fff;
	float: left;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin-left: 1px;
	padding: 0 20px;
	text-decoration: none;
}
#header .belevingen a:hover, #header .belevingen a.selected {
	background-color: #fff;
	color: #0053a0;
}

/* Content */
#content {
	clear: both;
	font-size: 120%;
	margin: 0 auto;
	position: relative;
	width: 960px;
}
#content #menu {
	float: right;
	margin: 10px 0;
	position: relative;
	text-align: left;
	width: 740px;
}
#content #menu li {
	display: inline;
}
#content #menu a {
	color: #96a5d2;
	margin: 0 5px;
}
#content #menu li + li {
	border-left: 1px solid #96a5d2;
}
#content #menu li.li-SGRSCR a {
	margin-left: 0;
}
#content #menu li.li-DossierInformatieStart\.aspx {
	border: 0;
	position: absolute;
	right: 10.1em;
}
#content #menu li.li-Vergelijken\.aspx {
	position: absolute;
	right: 0;
}
#content #menu li.li-DossierInformatieStart\.aspx a, #content #menu li.li-Vergelijken\.aspx a {
	font-weight: bold;
}
#content #menu li.li-Vergelijken\.aspx a {
	margin-right: 0;
}
#content #menu a:hover, #content #menu a.selected {
	text-decoration: none;
}

/* Footer */
#footer {
	clear: both;
	color: #aaa;
	margin: 0 auto 10px;
	padding-top: 10px;
	position: relative;
	text-align: center;
	width: 960px;
}
#footer .socialmedia {
	left: 130px;
	position: absolute;
}
#footer .socialmedia img {
	margin-right: 10px;
}
#footer .garantie {
	right: 130px;
	position: absolute;
}
#footer .garantie img {
	margin-left: 10px;
}
#footer #menufootermenu li {
	display: inline;
}
#footer #menufootermenu a {
	color: #0053a0;
	font-weight: bold;
	margin: 0 5px;
	text-decoration: none;
}
#footer #menufootermenu a:hover {
	text-decoration: underline;
}
#footer #menufootermenu li + li {
	border-left: 1px solid #0053a0;
}
#footer a {
	color: #aaa;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* Content */
.contentprev {
	height: 15px;
	margin-left: 20px;
	padding: 10px 0;
}
.contentprev a {
	background-image: url("/images/pijltje_terug.gif");
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	font-weight: bold;
	margin-left: 15px;
	padding-left: 18px;
	text-decoration: none;
}
.contentprev a:hover {
	background-position: left center;
}
.contentbase {
	background-image: url("/images/bottom640.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	border-top: 1px solid #c7cfe7;
	margin-right: 10px;
	padding: 10px;
	width: 620px;
}
.contentbase .contentbase {
	background-image: none;
	border: 0;
	margin: 0 0 10px;
	padding: 0;
	width: auto;
}
.contentbase h1 {
	background-color: #f15c30;
	color: #fff;
	display: block;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 7px 16px;
}
.contentbase h2 {
	font-size: 120%;
	font-weight: bold;
}
.contentbase .summary, .contentbase .filelist {
	line-height: 1.5em;
	list-style-type: none;
	margin: 1em 1em;
}
.contentbase .summary a, .contentbase .filelist a {
	background-image: url("/images/pijltje_verder.gif");
	background-position: left top;
	background-repeat: no-repeat;
	font-weight: bold;
	padding-left: 18px;
	text-decoration: none;
}
.contentbase .summary a:hover, .contentbase .filelist a:hover {
	background-position: left center;
}
.contentbase .imagecontainer {
	float: right;
	margin: 0 0 10px 10px;
}
.contentbase .imagecontainer .bijschrift {
	display: block;
	font-style: italic;
	margin-top: 2px;
}
.contentbase .textdiv ul {
	list-style-type: disc;
	margin-left: 2em;
}
.Wistudat {
	background-image: url("/images/bottom310.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	border-top: 1px solid #c7cfe7;
	float: right;
	padding: 10px;
	width: 290px;
}
.Wistudat .titel {
	background-color: #f15c30;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
}
.Wistudat .contentbase {
	background-image: url("/images/verlooprood.gif");
	background-position: left top;
	background-repeat: repeat-x;
	border: 0;
	margin: 0;
	padding: 15px;
	width: auto;
}
.Wistudat .imagecontainer {
	margin: 0 0 10px 0;
}
.Wistudat .textdiv ul {
	margin-left: 0;
}
.Wistudat li {
	background-image: url("/images/vinkje2.gif");
	background-repeat: no-repeat;
	list-style-type: none;
	margin-bottom: 4px;
	padding-left: 20px;
}

/* Contact */
.contactformulier {
	background-image: url("/images/bottom640.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	border-top: 1px solid #c7cfe7;
	padding: 10px;
	width: 620px;
}
.contactformulier .contentbase {
	background-image: none;
	border: 0;
	margin: 0;
	padding: 0;
}
.contactformulier label {
	float: left;
	line-height: 22px;
	width: 190px;
}
.contactformulier fieldset input {
	display: block;
	height: 20px;
	line-height: 20px;
	width: 425px;
}
.contactformulier .field select {
	height: 23px;
	line-height: 23px;
	width: 425px;
}
.contactformulier .field, .contactformulier .nieuwsbrief {
	border-bottom: 1px solid #c7cfe7;
	float: left;
	padding: 5px 0;
	width: 620px;
}
.contactformulier .vraag {
	clear: both;
	padding-top: 5px;
}
.contactformulier .vraag textarea {
	height: 120px;
	width: 425px;
}
.contactformulier .geslacht span input {
	display: inline;
	height: 13px;
	margin-right: 5px;
	width: 13px;
}
.contactformulier .geslacht span label {
	float: none;
	margin-right: 10px;
}
.contactformulier .nieuwsbrief label {
	width: 595px;
}
.contactformulier .nieuwsbrief input {
	float: left;
	margin-right: 10px;
	width: 13px;
}
.contactformulier .validationerror {
	color: #f00;
}

/* AccoSamenvatting */
.samenvatting {
	background-image: url("/images/bottom960.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	border-top: 1px solid #c7cfe7;
	margin-bottom: 15px;
	padding: 10px;
	width: 940px;
}
.samenvatting .titel {
	background-color: #f15c30;
	color: #fff;
	display: block;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 7px 16px;
}
.samenvatting .titel img {
	padding-left: 5px;
	vertical-align: bottom;
}
.accosamenvatting {
	background-image: url("/images/verloopkort.gif");
	background-position: left top;
	background-repeat: repeat-x;
	width: 940px;
}
.accosamenvatting .kolom1 {
	float: left;
	margin-right: 20px;
	width: 210px;
}
.accosamenvatting .kolom1 a {
	color: #fff;
}
.accosamenvatting .hoofdfoto {
	display: block;
	margin: 0 auto;
}
.accosamenvatting .kolom2 {
	float: left;
	margin-right: 20px;
	width: 220px;
}
.accosamenvatting .naam {
	color: #0053a0;
	display: block;
	font-weight: bold;
	margin-top: 15px;
}
.accosamenvatting a {
	color: #0053a0;
	font-weight: bold;
	text-decoration: none;
}
.accosamenvatting a:hover {
	color: f15c30;
}
.accosamenvatting .omschrijving {
	color: #000;
	font-weight: normal;
	margin-top: 15px;
}
.accosamenvatting .kolom3 {
	float: left;
	margin-right: 20px;
	width: 285px;
}
.accosamenvatting .prijstabel {
	margin-top: 10px;
	width: 285px;
}
.accosamenvatting .prijstabel th, .accosamenvatting .prijstabel td {
	padding: 2px 4px;
}
.accosamenvatting .prijstabel th {
	text-align: center;
}
.accosamenvatting .prijstabel th.bold {
	font-weight: bold;
	width: 45px;
}
.accosamenvatting .prijstabel .borderlinks, .accosamenvatting .prijstabel .VanPrijs {
	border-left: 1px solid #0053a0;
	width: 45px;
}
.accosamenvatting .prijstabel .VanPrijs {
	text-decoration: line-through;
}
.accosamenvatting .prijstabel .prev, .accosamenvatting .prijstabel .next, .accosamenvatting .prijstabel .up, .accosamenvatting .prijstabel .down {
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	font-weight: bold;
	padding-left: 18px;
	text-decoration: none;
}
.accosamenvatting .prijstabel .prev {
	background-image: url("/images/pijltje_terug.gif");
}
.accosamenvatting .prijstabel .next {
	background-image: url("/images/pijltje_verder.gif");
	background-position: right top;
	float: right;
	padding-left: 0;
	padding-right: 18px;
}
.accosamenvatting .prijstabel .up {
	background-image: url("/images/pijltje_omhoog.gif");
}
.accosamenvatting .prijstabel .down {
	background-image: url("/images/pijltje_omlaag.gif");
}
.accosamenvatting .prijstabel .prev:hover, .accosamenvatting .prijstabel .up:hover, .accosamenvatting .prijstabel .down:hover {
	background-position: left center;
}
.accosamenvatting .prijstabel .next:hover {
	background-position: right center;
}
.accosamenvatting .prijstabel .odd td {
	background-color: #c7cfe7;
}
.accosamenvatting .prijstabel .even td {
	background-color: #fff;
}
.accosamenvatting .kolom4 {
	float: left;
	width: 165px;
}
.accosamenvatting .klantbeoordeling {
	line-height: 25px;
	margin-bottom: 10px;
	text-align: right;
}
.accosamenvatting .klantbeoordeling a {
	background-image: url("/images/pijltje_verder.gif");
	background-position: right top;
	background-repeat: no-repeat;
	color: #0053a0;
	cursor: pointer;
	font-weight: bold;
	padding-right: 20px;
	text-decoration: none;
}
.accosamenvatting .klantbeoordeling a:hover {
	background-position: right center;
	color: #f15c30;
}
.accosamenvatting .beoordeling {
	background-image: url("/images/klantbeoordeling.gif");
	background-position: right top;
	background-repeat: no-repeat;
	color: #fff;
	float: right;
	height: 25px;
	line-height: 20px;
	margin-left: 10px;
	padding-right: 2px;
	text-align: right;
	width: 23px;
}
.accosamenvatting .aanbieding {
	background-image: url("/images/prijspanel.gif");
	background-position: left top;
	background-repeat: no-repeat;
	color: #fff;
	height: 94px;
	text-align: center;
	width: 144px;
}
.accosamenvatting .va {
	display: block;
}
.accosamenvatting .prijs a {
	color: #fff;
	font-size: 250%;
	font-weight: bold;
	text-decoration: none;
}
.accosamenvatting .informatie {
	margin-top: 8px;
}
.accosamenvatting .bewaren {
	display: block;
	margin-top: 4px;
}
.accosamenvatting .bewaren a {
	background-image: url("/images/pijltje_verder.gif");
	background-position: right top;
	background-repeat: no-repeat;
	color: #0053a0;
	cursor: pointer;
	font-weight: bold;
	padding-right: 17px;
	text-decoration: none;
}
.accosamenvatting .bewaren a:hover {
	background-position: right center;
	color: #f15c30;
}

/* Paginering */
.paginering {
	border-bottom: 1px solid #f15c30;
	border-top: 1px solid #f15c30;
	clear: both;
	margin: 10px 0;
	padding: 10px 0;
	text-align: center;
}
.paginering a {
	background-repeat: no-repeat;
	float: left;
	font-weight: bold;
	text-decoration: none;
}
.paginering .prev {
	background-image: url("/images/pijltje_terug.gif");
	background-position: left top;
	padding-left: 18px;
}
.paginering .next {
	background-image: url("/images/pijltje_verder.gif");
	background-position: right top;
	float: right;
	padding-right: 18px;
}
.paginering .prev:hover {
	background-position: left center;
}
.paginering .next:hover {
	background-position: right center;
}

/* AccoContent */
.sgrlink {
	border-right: 1px solid #96a5d2;
	float: right;
	margin: 10px 0;
	padding-right: 5px;
}
.sgrlink a {
	color: #96a5d2;
}
.sgrlink a:hover {
	text-decoration: none;
}
.infocontainer {
	background-image: url("/images/bottom640.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	border-top: 1px solid #c7cfe7;
	float: left;
	margin-right: 10px;
	padding: 10px;
	width: 620px;
}
#tabs {
	height: 26px;
}
#tabs li {
	display: inline;
}
#tabs li a {
	background-color: #f15c30;
	border: 1px solid #f15c30;
	color: #fff;
	cursor: pointer;
	float: left;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	margin-right: 1px;
	padding: 0 6px;
	text-align: center;
	text-decoration: none;
}
#tabs li a:hover, #tabs li.selected a {
	color: #0053a0;
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
#accocontent {
	margin: 25px 85px 0;
}
#accocontent .BioscoopBox object, #accocontent .BioscoopBox object embed {
	clear: both;
	display: block;
	height: 304px;
	width: 320px;
}
#accocontent .vinkjeslink, #accocontent .kamertype {
	color: #000;
	font-weight: bold;
	margin: 1em 0 0.5em;
}
#accocontent .vinkjes ul {
	list-style-type: disc;
	padding-left: 2em;
}
#accocontent .vinkjes li {
	list-style-type: disc;
}
#accocontent .bijschrift {
	display: block;
	margin: 10px 0;
	text-align: center;
}
#accocontent .navigatie {
	border-bottom: 1px solid #f15c30;
	margin-bottom: 10px;
	padding-bottom: 20px;
	text-align: center;
}
#accocontent .navigatie a, #accocontent .minifotobox a {
	background-repeat: no-repeat;
	float: left;
	font-weight: bold;
	text-decoration: none;
}
#accocontent .navigatie .prev, #accocontent .minifotobox .prev {
	background-image: url("/images/pijltje_terug.gif");
	background-position: left top;
	padding-left: 18px;
}
#accocontent .navigatie .next, #accocontent .minifotobox .next {
	background-image: url("/images/pijltje_verder.gif");
	background-position: right top;
	float: right;
	padding-right: 18px;
}
#accocontent .navigatie .prev:hover, #accocontent .minifotobox .prev:hover {
	background-position: left center;
}
#accocontent .navigatie .next:hover, #accocontent .minifotobox .next:hover {
	background-position: right center;
}
#accocontent .minifotobox .next, #accocontent .minifotobox .prev {
	margin-top: 24px;
}
#accocontent .minifotobox a img {
	margin-right: 2px;
}
#accocontent .slide {
	background-image: url("/images/pijltje_verder.gif");
	background-position: left top;
	background-repeat: no-repeat;
	clear: both;
	display: block;
	font-weight: bold;
	margin: 10px auto;
	padding-left: 18px;
	text-align: center;
	text-decoration: none;
	width: 9em;
}
#accocontent .slide:hover {
	background-position: left center;
}
#accocontent .brochure .titel {
	display: block;
	font-weight: bold;
	margin: 10px 0;
}
#accocontent .contentbase {
	background-image: none;
	border: 0;
	margin: 0;
	padding: 0;
	width: auto;
}
#accocontent .contentbase .imagediv {
	display: none;
}
#accocontent .PrikbordInfo, #accocontent .plaatsbericht, #accocontent .typebericht {
	margin-bottom: 10px;
}
#accocontent .PrikbordInfo a, #accocontent .plaatsbericht a {
	background-image: url("/images/pijltje_verder.gif");
	background-position: left top;
	background-repeat: no-repeat;
	color: #0053a0;
	cursor: pointer;
	float: left;
	font-weight: bold;
	margin: 0 50px 10px 0;
	padding-left: 18px;
	text-decoration: none;
}
#accocontent .PrikbordInfo a:hover, #accocontent .plaatsbericht a:hover {
	background-position: left center;
	color: #f15c30;
}
#accocontent .typebericht, #accocontent .InfoContainer {
	clear: both;
}
#accocontent .prikbord {
	background-image: url("/images/verloopkort.gif");
	background-position: left top;
	background-repeat: repeat-x;
	margin-bottom: 10px;
	padding: 5px;
}
#accocontent .prikbord .MinHeight {
	background-position: right top;
	background-repeat: no-repeat;
	float: right;
	height: 62px;
	margin-left: 10px;
	width: 78px;
}
#accocontent .type1 .MinHeight {
	background-image: url("/images/hebtip.jpg");
}
#accocontent .type2 .MinHeight {
	background-image: url("/images/hebgeboekt.jpg");
}
#accocontent .type3 .MinHeight {
	background-image: url("/images/hebvraag.jpg");
}
#accocontent .type4 .MinHeight {
	background-image: url("/images/hebantwoord.jpg");
}
#accocontent .prikbord .datum {
	float: right;
	font-weight: bold;
}
#accocontent .prikbord h2 {
	color: #0053a0;
	font-size: 120%;
	margin-bottom: 2px;
}
#accocontent .prikbord h3 {
	font-size: 100%;
	margin-bottom: 0;
	margin-top: 10px;
}
#content .infocontainer .bottom {
	clear: both;
	padding: 10px 85px;
}
.PrikbordVoorwaarden {
	margin-top: 10px;
}
#view {
	background-color: #fff;
	border: 1px solid #000;
	margin-left: -150px;
	padding-bottom: 5px;
}
.button-group {
	padding-bottom: 10px;
}
.container-close {
	background: transparent url("/images/dialog_close.gif") no-repeat scroll right center;
	cursor: pointer;
	left: 271px;
	position: absolute;
	top: 8px;
	width: 13px;
}
.ft button {
	display: block;
	left: 50%;
	margin-left: -100px;
	margin-top: 5px;
	position: relative;
	width: 200px;
}

/* Boeking */
.boekingcontainer {
	background-image: url("/images/bottom310.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	border-top: 1px solid #c7cfe7;
	float: left;
	padding: 10px;
	width: 290px;
}
.boekingcontainer .titel {
	background-color: #f15c30;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
}
.boeking {
	background-color: #f3cbbe;
	padding: 15px;
}
.boeking .contentbase {
	background-image: none;
	border: 0;
	margin: 0 0 10px;
	padding: 0;
	width: 260px;
}
.boeking .contentbase ul {
	list-style-type: none;
	margin-left: 0;
}
.boeking .contentbase li {
	background-image: url("/images/vinkje2.gif");
	background-repeat: no-repeat;
	margin-bottom: 4px;
	padding-left: 20px;
}
.boeking #ophalen, .boeking .geenpersonen {
	clear: both;
}
.boeking label {
	display: block;
	font-weight: bold;
	width: 260px;
}
.boeking select {
	display: block;
	width: 100%;
}
.boeking .stap1, .boeking .stap2, .boeking .stap3, .boeking .stap3b, .boeking .stap4 {
	clear: both;
	margin-bottom: 10px;
}
.boeking .aantal {
	display: block;
}
.boeking .personen {
	float: left;
}
.boeking .personen select {
	display: block;
	margin-right: 10px;
	width: 40px;
}
.boeking .personen label {
	margin-bottom: 10px;
	width: 50px;
}
.boeking .vluchttijden table {
	width: 100%;
}
.boeking .kamerkeuze td {
	padding-bottom: 10px;
}
.boeking .kamers {
	margin: 10px 0;
	width: 100%;
}
.boeking .kamer {
	margin-bottom: 10px;
}
.boeking .helptextpresent {
	background-image: url("/images/ietje.gif");
	background-position: right 2px;
	background-repeat: no-repeat;
	padding-right: 20px;
	position: relative;
}
.boeking .helptextpresent:hover {
	background-position: right -86px;
}
.boeking .helptext {
	background-color: #c7cfe7;
	border: 1px solid #aaa;
	border-bottom-style: outset;
	border-bottom-width: 3px;
	border-right-style: outset;
	border-right-width: 3px;
	bottom: 0;
	display: none;
	left: -260px;
	max-width: 85%;
	padding: 0.5em;
	position: absolute;
	margin-top: 2em;
	z-index: 2;
}
.boeking .helptextpresent:hover div.helptext {
	display: block;
}
.boeking .helptext .kamertype {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}
.boeking .helptext ul {
	list-style-type: disc;
	margin-left: 2em;
}
.boeking .totaalsom {
	display: block;
	font-weight: bold;
}
.boeking .button {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* Boekingstap5 */
.mask {
	background-image: url("/images/mask.png");
}
.hd {
	background-color: #f15c30;
	padding: 5px 10px;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
}
.bd {
	padding: 5px 10px 10px;
}
.stap5 {
	background-image: url("/images/bottom960.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	border-top: 1px solid #c7cfe7;
	margin-bottom: 15px;
	padding: 10px;
	width: 940px;
}
.stap5 .titel {
	background-color: #f15c30;
	color: #fff;
	display: block;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 7px 16px;
}
#Boeking .hoofdfoto {
	float: right;
}
#Boeking .contentbase {
	background-image: none;
	border: 0;
	margin: 0 0 10px;
	padding: 0;
	width: auto;
}
#Boeking .subkop {
	border-bottom: 1px solid #0053a0;
	color: #0053a0;
	font-size: 120%;
	font-weight: bold;
	line-height: 2em;
	margin: 10px 0;
}
#Boeking .Boekingsgegevens {
	width: 100%;
}
#Boeking .Boekingsgegevens td {
	border-bottom: 1px solid #c7cfe7;
	padding: 5px;
	vertical-align: top;
}
#Boeking .Boekingsgegevens td.geenborder {
	border: 0;
}
#Boeking .Boekingsgegevens .tussenkop td {
	font-weight: bold;
}
#Boeking .Boekingsgegevens .bold {
	font-weight: bold;
}
#Boeking .optextra input {
	width: 2em;
}
#Boeking .voetnoot {
	font-style: italic;
	margin: 5px 0;
}
#Boeking .reizigers th {
	font-weight: bold;
	padding: 5px;
}
#Boeking .reizigers td {
	padding: 5px;
	vertical-align: top;
}
#Boeking .reizigers label {
	display: none;
}
#Boeking .reizigers .geslacht {
	width: 9em;
}
#Boeking .validationerror {
	color: #f00;
}
#Boeking .BoekingVoorletters, #Boeking .BoekingVoorletters input {
	width: 4em;
}
#Boeking .BoekingTussenvoegsel, #Boeking .BoekingTussenvoegsel input {
	width: 7em;
}
#Boeking .BoekingAchternaam, #Boeking .BoekingAchternaam input {
	width: 15em;
}
#Boeking .contactformulier {
	background-image: none;
	border: 0;
	margin: 0;
	padding: 0;
}
#Boeking .voorwaarden input {
	float: left;
	margin-right: 5px;
}
#Boeking .voorwaarden label {
	display: none;
}
#Boeking .beschikbaar {
	display: block;
	margin: 10px 0;
}
#Boeking .button {
	margin-top: 10px;
}

/* Nieuwsbrief + ThemaContainer */
.nieuwsbriefcontainer, .themacontainer {
	background-image: url("/images/bottom475.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	border-top: 1px solid #c7cfe7;
	float: left;
	margin-bottom: 15px;
	margin-left: 10px;
	padding: 10px 10px 37px;
	position: relative;
	width: 455px;
}
.nieuwsbriefcontainer .titel, .themacontainer .titel {
	background-color: #f15c30;
	color: #fff;
	display: block;
	font-size: 120%;
	font-weight: bold;
	padding: 7px 16px;
}
.nieuwsbriefcontainer .kolommen {
	background-image: url("/images/verloopblauw.gif");
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 10px 15px;
}
.nieuwsbriefcontainer .USPs, .nieuwsbriefcontainer .nieuwsbrief {
	float: left;
	height: 160px;
	width: 200px;
}
.nieuwsbriefcontainer .contentbase {
	background-image: none;
	border: 0;
	margin: 0;
	padding: 0;
}
.themacontainer .thematekst {
	height: 180px;
	overflow: hidden;
	margin: 0 15px;
}
.nieuwsbriefcontainer .USPs ul {
	list-style-type: none;
	margin: 0;
}
.nieuwsbriefcontainer .USPs li {
	background-image: url("/images/vinkje.gif");
	background-repeat: no-repeat;
	color: #fff;
	margin-bottom: 4px;
	padding-left: 20px;
}
.nieuwsbrief .field {
	color: #fff;
	margin-bottom: 6px;
}
.nieuwsbrief .formcontrols .geslacht input {
	height: 13px;
	width: 13px;
}
.nieuwsbrief .formcontrols .geslacht label {
	padding: 0 5px;
}
.nieuwsbrief .formcontrols input {
	margin-bottom: 6px;
	width: 180px;
}
.nieuwsbrief .meerinfo {
	color: #fff;
}
.nieuwsbrief .button {
	bottom: 10px;
	left: 10px;
	position: absolute;
	width: 140px;
}

/* Snelzoeker */
.snelzoeker {
	background-image: url("/images/bottom475.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	border-top: 1px solid #c7cfe7;
	float: left;
	margin-bottom: 15px;
	padding: 10px;
	width: 455px;
}
.snelzoeker .kolommen {
	background-image: url("/images/verloopblauw.gif");
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 10px 15px;
}
.snelzoeker .linkerkolom, .snelzoeker .rechterkolom {
	float: left;
	height: 160px;
	width: 200px;
}
.snelzoeker .rechterkolom {
	padding-left: 15px;
}
.snelzoeker .titel {
	background-color: #f15c30;
	color: #fff;
	display: block;
	font-size: 120%;
	font-weight: bold;
	padding: 7px 16px;
}
.snelzoeker label {
	color: #fff;
	display: block;
	font-weight: bold;
	margin-top: 2px;
}
.snelzoeker select {
	margin: 2px 0;
	width: 200px;
}
.snelzoeker select .land {
	color: #f15c30;
	font-weight: bold;
}
.snelzoeker select .streek {
	color: #0053a0;
	font-weight: bold;
}
.snelzoeker select .maand {
	color: #f15c30;
	font-weight: bold;
}
.snelzoeker .button {
	width: 100px;
}

/* AccoZoeker */
#Hotelnaam input {
	margin: 2px 0;
	height: 16px;
	width: 198px;
}
#Hotelnaam .highlight {
	background-color: #c7cfe7;
	color: #fff;
}
#AZContainer .yui-ac-content {
	background: #fff;
	border: 1px solid #aaa;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	width: 300px;
	z-index: 9050;
}
#AZContainer .yui-ac-shadow {
	background: #aaa;
	cursor: pointer;
	margin: 0.3em;
	position: absolute;
	width: 40%;
	z-index: 9049;
}

/* Vragen */
.FaqNavigation {
	border-bottom: 1px solid #c7cfe7;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.FaqHeader, .FaqHeader:hover {
	color: #000;
	display: block;
	font-weight: bold;
	padding-top: 10px;
}
.Faq {
	margin-bottom: 5px;
}
.FaqVraag {
	background-image: url("/images/pijltje_verder.gif");
	background-position: left top;
	background-repeat: no-repeat;
	color: #0053a0;
	cursor: pointer;
	padding-left: 18px;
}
.FaqVraag:hover {
	background-position: left center;
	color: #f15c30;
}
.expanded .FaqVraag {
	background-image: url("/images/pijltje_omhoog.gif");
}
.FaqAntwoord {
	display: none;
	padding-left: 20px;
}
.expanded .FaqAntwoord {
	display: block;
}

/* Zoeken */
.zoekresultaten {
	background-image: url("/images/bottom960.gif");
	width: 940px;
}
.zoekresultaatitem {
	margin-bottom: 5px;
}
.zoekresultaatitem .hit {
	font-weight: bold;
}

/* Nieuws */
.nieuws {
	background-image: url("/images/bottom960.gif");
	clear: both;
	margin-bottom: 15px;
	width: 940px;
}
.newskader {
	background-image: url("/images/bottom475.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	border-top: 1px solid #c7cfe7;
	float: left;
	height: 210px;
	margin-bottom: 15px;
	padding: 10px 10px 37px;
	position: relative;
	width: 455px;
}
.newskader .titel, .nieuws h2 {
	background-color: #f15c30;
	color: #fff;
	display: block;
	font-size: 120%;
	font-weight: bold;
	padding: 7px 16px;
}
.newsitem .next {
	background-image: url("/images/pijltje_verder.gif");
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 5px;
	padding-left: 18px;
}
.newsitem .next:hover {
	background-position: left center;
}

/* Sitemap */
.sitemap {
	background-image: url("/images/bottom960.gif");
	width: 940px;
}
.SitemapHoofdkop {
	font-weight: bold;
	margin-bottom: 10px;
}
.sitemap .next {
	background-image: url("/images/pijltje_verder.gif");
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 5px;
	padding-left: 18px;
}
.sitemap .next:hover {
	background-position: left center;
}
.SitemapStreek {
	margin: 0 10px;
}
.SitemapPlaats {
	margin: 0 20px;
}
.SitemapBelevingKop {
	font-weight: bold;
	margin-bottom: 10px;
}
.SitemapLandKop {
	margin: 0 10px;
}
.SitemapStreekPlaatsKop {
	margin: 0 20px;
}
.SitemapNaam {
	margin: 0 30px;
}
.SitemapKlantbeoordeling {
	font-style: italic;
	padding-left: 18px;
}
.sitemap .bottom {
	padding: 10px 15px;
}

/* Klantbeoordeling */
.BeoordelingKader1, .BeoordelingKader2 {
	background-image: url("/images/bottom475.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	border-top: 1px solid #c7cfe7;
	float: left;
	margin-bottom: 15px;
	padding: 10px;
	width: 455px;
}
.BeoordelingKader1 .SearchParameters, .BeoordelingKader2 .SearchParameters {
	background-image: url("/images/verloopblauw.gif");
	background-position: left bottom;
	background-repeat: repeat-x;
	height: 160px;
	padding: 10px 15px;
}
.BeoordelingKader1 .titel, .BeoordelingKader2 .titel {
	background-color: #f15c30;
	color: #fff;
	display: block;
	font-size: 120%;
	font-weight: bold;
	padding: 7px 16px;
}
.BeoordelingKader1 label {
	color: #fff;
	display: block;
	margin-top: 10px;
}
.BeoordelingKader1 select {
	width: 100%;
}
.BeoordelingKader1 .button {
	width: 100px;
}
.BeoordelingKader2 {
	margin-left: 10px;
	padding-bottom: 37px;
}
.BeoordelingKader2 .contentbase {
	background-image: none;
	border: 0;
	color: #fff;
	margin: 0;
	padding: 0;
	width: auto;
}
.klantbeoordelingen {
	background-image: url("/images/bottom960.gif");
	clear: both;
	margin: 0;
	width: 940px;
}
.klantbeoordelingen .titel img {
	padding-left: 5px;
	vertical-align: bottom;
}
.klantbeoordelingen .accosamenvatting {
	margin-bottom: 10px;
}
.klantbeoordelingen .accosamenvatting .kolom3 {
	width: 250px;
}
.klantbeoordelingen .accosamenvatting .kolom3 .bewaren {
	margin-top: 15px;
}
.klantbeoordelingen .accosamenvatting .kolom3 .prijsberekening {
	margin-top: 0;
}
.klantbeoordelingen .accosamenvatting .kolom4 {
	width: 200px;
}
.klantbeoordelingen .Beoordeling {
	background-image: url("/images/verloopkort.gif");
	background-position: left top;
	background-repeat: repeat-x;
	clear: both;
	float: left;
	margin-bottom: 10px;
	padding-left: 5px;
	width: 935px;
}
.klantbeoordelingen .cijfers {
	float: right;
	margin-left: 10px;
}
.klantbeoordelingen .cijfers th {
	font-weight: bold;
}
.klantbeoordelingen .cijfers .ster {
	background-image: url("/images/klantbeoordeling.gif");
	background-position: right top;
	background-repeat: no-repeat;
	color: #fff;
	float: right;
	height: 25px;
	line-height: 20px;
	margin-left: 10px;
	min-width: 23px;
	padding-right: 2px;
	text-align: right;
}
.klantbeoordelingen .cijfers td + td {
	text-align: center;
	width: 40px;
}
.klantbeoordelingen .Beoordeling h3 {
	color: #0053a0;
	font-size: 120%;
	margin-bottom: 10px;
	padding-top: 10px;
}
.klantbeoordelingen .reisperiode, .klantbeoordelingen .reisgezelschap {
	font-weight: bold;
}
.klantbeoordelingen .Beoordeling .datum, .klantbeoordelingen .Beoordeling .personen {
	font-style: italic;
}
.klantbeoordelingen .Beoordeling .gasttext {
	margin-top: 10px;
}

/* Vergelijken */
.vergelijken {
	background-image: url("/images/bottom960.gif");
	clear: both;
	width: 940px;
}
.vergelijken .vergelijking {
	margin-bottom: 10px;
}
.vergelijken #FotoContainer, .vergelijken #VergelijkBasisContainer, .vergelijken #LaagstePrijsContainer, .vergelijken #USPContainer, .vergelijken #BoekLinks, .vergelijken .vinkjesuitgeklapt {
	background-image: url("/images/driestrepen.gif");
	background-position: left top;
	background-repeat: repeat-y;
}
.vergelijken .Acco1, .vergelijken .Acco2, .vergelijken .Acco3 {
	padding: 2px 10px;
	position: relative;
	width: 296px;
}
.vergelijken .Acco1 {
	padding-left: 0;
}
.vergelijken #VergelijkBasisContainer {
	font-weight: bold;
}
.vergelijken .verwijder {
	background-image: url("/images/kruisje.gif");
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	font-weight: bold;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
.vergelijken .verwijder:hover {
	background-position: left bottom;
}
.vergelijken .klantbeoordeling {
	line-height: 25px;
	margin-bottom: 5px;
	width: 144px;
}
.vergelijken .beoordeling {
	background-image: url("/images/klantbeoordeling.gif");
	background-position: right top;
	background-repeat: no-repeat;
	color: #fff;
	float: right;
	height: 25px;
	line-height: 20px;
	margin-left: 10px;
	padding-right: 2px;
	text-align: right;
	width: 23px;
}
.vergelijken .aanbieding {
	background-image: url("/images/prijspanel.gif");
	background-position: left top;
	background-repeat: no-repeat;
	color: #fff;
	height: 80px;
	margin-bottom: 10px;
	padding-top: 14px;
	text-align: center;
	width: 144px;
}
.vergelijken .va {
	display: block;
}
.vergelijken .prijs a {
	color: #fff;
	font-size: 250%;
	font-weight: bold;
	text-decoration: none;
}
.vergelijken .informatie {
	margin-top: 8px;
}
.vergelijken #USPContainer ul {
	list-style-type: disc;
	margin-left: 2em;
}
.vergelijken #BoekLinks a {
	background-color: transparent;
	background-image: url("/images/button.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	margin-bottom: 10px;
	margin-top: 2px;
	padding-left: 32px;
	padding-right: 8px;
	text-align: left;
	text-decoration: none;
	width: 104px;
}
.vergelijken #BoekLinks a:hover {
	background-position: left top;
	color: #fff;
}
.vergelijken .vinkjes {
	display: none;
}
.vergelijken .vinkjesuitgeklapt {
	display: block;
}
.vergelijken .vinkjeslink {
	background-color: #c7cfe7;
	font-weight: bold;
	margin: 10px 0;
	padding: 7px;
}
.vergelijken .vinkjeslinkuitgeklapt {
	border: 1px solid #c7cfe7;
	font-weight: bold;
	margin: 10px 0;
	padding: 6px;
}
.vergelijken .vinkjeslink .next {
	background-image: url("/images/pijltje_verder.gif");
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	padding-left: 18px;
}
.vergelijken .vinkjeslink .next:hover {
	background-position: left center;
}
.vergelijken .vinkjeslinkuitgeklapt .next {
	background-image: url("/images/pijltje_omhoog.gif");
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	padding-left: 18px;
}
.vergelijken .vinkjeslinkuitgeklapt .next:hover {
	background-position: left center;
}
.vergelijken .bottom {
	padding: 10px 15px;
}

/* Dossierinformatie */
.dossier {
	margin-top: 10px;
}