@charset "UTF-8";
/* CSS Document */

body, html{
    background-color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:18px;
    color:#5d5d5d;
    margin:0;
    padding:0;
}
img{
    border:0px;
}
a{
    border:0px;
    outline:none;
    text-decoration:none;
}
h1{
    color:#6400c1;
}
h2{
    font-family: Georgia;
    font-size:18px;
    color:#6400c1;
    font-weight:normal;
    margin-top:0px;
    margin-bottom:10px;
}
h3{
    font-family:Arial, Helvetica, sans-serif;
    font-size:15px;
    color:#6400c1;
    font-weight:normal;
}
h4{
    color:#fff;
    font-size:37px;
    font-family:Arial, Helvetica, sans-serif;
}
h5{
    font-family: Georgia;
    /*color:#000000;*/
    color: #6400c1;
    font-size:20px;
    font-weight:normal;
    margin-bottom: 20px;
    margin-top: 10px;
}
.UC{
    text-transform: uppercase;	
	font-family: Georgia;
    /*color:#000000;*/
    color: #6400c1;
    font-size:20px;
    font-weight:normal;
    margin-bottom: 20px;
    margin-top: 10px;
}
h5 a{
    color:#6400c1;
    text-decration:none;
}
h5 a:hover{
    color:#6400c1;
    text-decoration:underline;
}
.txt{
    color:#858585;
}
.blue{
    color:#6400c1;
}
.grey{
    color:#767676;
}
.floatleft{
    float:left;
}
.floatright{
    float:right;
}
.hotel_sub{
    font-family:Arial, Helvetica, sans-serif;
    color:#767676;
    font-size:14px;
}
.hotel_sub2, .hotel_sub2 a{
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    color:#6400c1;
}
.subheader{
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#6400c1;
}
#container{
    position:relative;
    width:1080px;
    margin:0 auto;
}
#header{
    position: relative;
    width: 1000px;
    margin: 0px 40px 0px 40px;
}
#logo{
    margin-top:20px;
}
#socialmedia{
    position:absolute;
    top: 0px;
    right: 2px;
    height:15px;
    width:auto;
}
#search{
	padding: 0px;
    position: absolute;
    width: 320px;
    height: 24px;
    left: 690px;
    top: 30px;
    background-image:url(../images/shade.png);
    background-position:bottom left;
    background-repeat:no-repeat;
}
#search .txt, #zoekform .txt{
    margin-left: 5px;
	border:1px #e1e1e1 solid;
    padding:5px;
    width:218px;
}
#search .btn, #zoekform .btn{
    color:#6400c1;
    border: 0px;
	height: 27px;
    width:71px;
    padding:0px;
    margin-left: 4px;
    background-color: #ffffff;
}
#content{
    position: relative;
    float:left;
    padding:28px 55px 15px 55px;
    width:970px;
    margin:10px 0px 29px 0px;
    background-image: url(../images/bg_shade_mid.png);
    background-repeat: y repeat-y;
    background-position: 0px 0px;
}
#content_shade_top{
    position: absolute;
    z-index: 25;
    top: -25px;
    left: 0px;
    width:1080px;
    height: 25px;
    background-image: url(../images/bg_shade_top.png);
    background-repeat: y repeat-y;
    background-position: 0px -20px;
}
#content_shade_bot{
    position: absolute;
    z-index: 25;
    bottom: -25px;
    left: 0px;
    width:1080px;
    height: 25px;
    background-image: url(../images/bg_shade_bot.png);
    background-repeat: y repeat-y;
    background-position: 0px 0px;
}

#content_center ul{
    margin-left:13px;
}

#content_center td{
    /*padding:4px;*/
}

.facilities li{
    padding-left:13px;
}

#content a:hover{
    color:#5d5d5d;
}

#sidebar_left{
    width:182px;
    float:left;
}

#sidebar_right{
    width:190px;
    float:right;
    height:300px;
    padding-left: 20px;
    padding-top: 20px;
}
#content_top{
    height: 355px;
    overflow: hidden;
}
#imagegallery{
    width:550px;
    height:148px;
    background-image:url(../images/bg_imagegallery.png);
    margin-bottom:20px;
    margin-top:24px;
}

/* #slide height = (number of top level links - 1) * height of links + inner div height */
#slide {padding:0; margin:0; list-style:none; width:180px; position:absolute; overflow:hidden; font-family: verdana, sans-serif; font-size:11px; }

#slide li.sub,
#slide li.top
{display:block; float:left; height:24px; line-height:24px; width:160px; color:#5d5d5d; text-decoration:none; text-indent:10px; overflow:hidden; cursor:pointer; background-color:#fff; margin-top:-2px;}


#slide a {text-decoration:none; color:#5d5d5d; display:block;}
#slide a:hover {color:#6400c1;}
#slide a.active {color:#6400c1; font-weight:bold;}

#slide li.clicked {color:#6400c1;}

/* #slide li.sub div height = (maximum sub lines * sub line height) + top level link height(variable fY in jQuery) */
#slide li.sub div {background:#fff; height:165px; width:160px; padding:0 15px; line-height:1.2em; font-family: verdana, sans-serif; text-indent:0;}

#slide li ul {padding:0; margin:0px; margin-left:10px; list-style:none;}
#slide li div ul li {float:left; height:20px; width:100%;}
#slide li ul li a {padding:0; margin:0; text-decoration:none; font-size:10px; display:block; height:19px; line-height:19px; width:100%; }
#slide li ul li a:hover {color:#6400c1;}



#menu
{
	float:left;
	margin-left:8px;
}

#menu a
{
	color:#444;
}

#menu li
{
	list-style-type:none; 
	background-image:url(../images/menu_arrow.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:5px;
}

#sidebar_right li
{
	list-style-type:none; 
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:5px;
	padding-left:20px;
	margin-top:10px;
}

#sidebar_right img
{
	margin-top:10px;
	margin-right:6px;
	margin-bottom:-3px;
}

#sidebar_right a
{
	color:#585858;
}

#sidebar_right a:hover
{
	color:#6400c1;
}

#gallery{
    float:right;
    width:785px;
    height:355px;
    background-image: url(../images/header_shade.png);
    background-position: 0px 325px;
    background-repeat: no-repeat;
    border-bottom:1px #858585 solid;
    padding-bottom:0px;
}
#gallery .wrapper h4{
	font-weight: bold;
    font-size: 30px;
    line-height: 45px;
}
#gallery .wrapper span{
    font-size: 13px;
    line-height: 18px;
}
#gallery .wrapper span, #gallery .wrapper h4{
    /*text-transform: uppercase;*/
}

#offerte
{
	height:550px;
}

#offerte .formfield, 
#offerte .formfield_small, 
#offerte .formfield_small2,
#offerte .formfield_medium, 
#offerte .formfield_medium2, 
#offerte .formfield_medium3,
#offerte .formfield_medium4
{
	padding:5px;
	border:1px #aaa solid;
	color:#666;
	margin-bottom:4px;
}

#offerte .formfield
{
	width:250px;
	margin-right:20px;
}

#offerte .formfield_small
{
	width:74px;
}

#offerte .formfield_small2
{
	width: 74px;
}

#offerte .formfield_medium
{
	width:161px;
}

#offerte .formfield_medium2
{
	width:159px;
}

#offerte .formfield_medium3
{
	width:159px;
	margin-left:30px;
}

#offerte .formfield_medium4
{
	width:159px;
}

#offerte .radio
{
	margin-right:7px;
}

#offerte textarea
{
	padding: 5px;
	border: 1px #aaa solid;
	color: #666;
	margin-top: 15px;
	margin-left: 0px;
	float:left;
}

/*#offerte .btn {
	background-color:#6400c1;
	border:0 none;
	color:#FFFFFF;
	padding:5px 0;
	width:131px;
	margin-top:105px;
	margin-right:4px;
	float:right;
}*/
#offerte .btn {
    color:#6400c1;
    border: 0;
    padding: 0px;
    width: 131px;
    margin-top: 10px;
    float:left;
    text-align: left;
    background: none;
	background-color: transparent;
    font-weight: bold;
}

.sideVlakGrey{
    margin-top:38px;
}
.sideVlakGrey h2{
    color:#000000;
}
.sideVlakGrey_body h2 u{
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
    color: #595959;
}
.sideVlakWhite_body h2 u{
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}
.sideVlakGrey_body{
    padding: 12px;
    width:133px;
    min-height:150px;
    background-color:#f1f1f1;
}
.sideVlakWhite_body{
    padding: 0px;
    width:157px;
    min-height:150px;
}
.sideVlakGrey_news b{
    color:#6400c1;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}

.sideVlakGrey_body a{
    /*
	padding-left: 10px;
    background-image: url("../images/content_fields_block_arr.png");
    background-repeat: no-repeat;
    background-position: -5px -1px;
	*/
}

.sideVlakGrey_body a{
    font-size: 12px;
}

.sideVlakWhite_body a{
    padding-left: 0px;
}

.sideVlakGrey .txt{
    border:1px #e1e1e1 solid;
    padding:5px;
    width:121px;
    margin-bottom:6px;
}
.sideVlakWhite .txt{
    border:1px #e1e1e1 solid;
    padding:5px;
    width:141px;
    margin-bottom:6px;
}
.sideVlakGrey .btn{
	background-color: transparent;
    color:#6400c1;
    text-align: left;
	margin-left: -2px;
	font-size: 12px;
    border:0;
    width:100px;
    padding:0px;
    cursor: pointer;
}
.sideVlakWhite .btn{
    color:#6400c1;
    background: none;
	background-color: transparent;
    text-align: left;
    border:0;
    width:151px;
    padding:0px;
    cursor: pointer;
}

.contentblock
{
	background-image:url(../images/bg_block.png);
	background-repeat:no-repeat;
	padding:25px 100px 14px 14px;
	float:left;
	width:386px;
	height:140px;
	margin: 0px 9px -10px 0;
        position: relative;
}

.contentblock h1
{
	margin-bottom:12px;
}

.shade
{
	background-image:url(../images/shade2.png);
	width:500px;
	height:15px;
	position:relative;
	top:34px;
}

.shade2
{
	background-image:url(../images/shade3.png);
	width:245px;
	height:16px;
}

#locations, #locations a
{
	color:#5d5d5d;
}

#locations a:hover
{
	color:#6400c1;
}

#locations  
{
	/* background-image:url(../images/bg_block2.png); */
	height:170px;
	padding: 0px;
	width:735px;
}

#locations ul
{
	padding: 0px;
	margin: 0px;
	width: 150px;
	float:left;
	line-height:21px;
	list-style-type:none;
}

#locations li
{
	background-image:url(../images/arrow-paars.png);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:20px;
}

.hotelinfo
{
	margin:25px 0;
	height:230px;
    position: relative;
}

.hotelinfo_text 
{
	border-bottom:1px solid #858585;
	float:left;
	height:199px;
	margin-left:20px;
	width:433px;
    overflow: hidden;
}

.hotelinfo img
{
	float:left;
}

.hotelinfo li
{
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position:center left;
	list-style-type:none;
	padding-left:12px;
}

.hotelinfo img
{
	margin-right:4px;
}

.shade4 
{
	background-image:url("../images/shade4.png");
	float:left;
	height:20px;
	margin-left:70px;
	margin-top:4px;
	width:262px;
}

#nieuws{
	width:245px;
	border-left:1px #858585 solid;
	float:left;
	margin-top:-169px;
	padding-left:18px;
	margin-bottom:20px;
}
#nieuwsFoto{
	width:243px;
	height:198px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-color:#FFF;
	border:0px #6400c1 solid;
	cursor:pointer;
}

.readmore
{
	position:absolute;
	right: 20px;
        bottom: 40px;
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position:center left;
	float:right;
	color:#fff;
	padding-left:13px;
	margin-top:20px;
}

.readmore a
{
	color:#fff;
}

.readmore2
{
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position:center left;
	color:#6400c1;
	padding-left:13px;
	margin-top:18px;
}

.readmore2 a, .hotelinfo a
{
	color:#6400c1;
}

.readmoreHomeHotels
{
	position:absolute;
	bottom:3px;
	left:0px;
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:13px;
        color:#6400c1;
	margin-top:18px;
}

.borderbottom
{
	border-bottom:1px #858585 solid;
	padding-bottom:0px;
}

.borderbottom_grey
{
	border-bottom:1px #b7b7b7 solid;
	padding-bottom:7px;
}

#price
{
	width:169px;
	height:33px;
	background-image:url(../images/bg_price.png);
	position:absolute;
	left:546px;
	top:455px;
	padding:16px;
}

#price .blue
{
	margin-left:15px;
}

#content_center
{
	width:783px;
	float:left;
}

#content_center_text
{
	width:552px;
	float:left;
	padding-bottom:20px;
	margin-top:10px;
	background-image:url(../images/shade_right.png);
	background-position:top right;
	background-repeat:no-repeat;
	padding-right:20px;
	min-height:500px;
}

#content_bottom
{
	float:right;
    padding: 15px;
	padding-left: 0px;
	padding-right: 0px;
	width: 785px;
	height: 360px;
	border: 0px solid green;
}

.hotelselectie{
	position:relative;
	width:245px;
	margin-right:25px;
	height:325px;
	padding-bottom:25px;
	float:left;
}
.hotelselectie-right{
	position:relative;
	width:245px;
	height:325px;
	padding-bottom:25px;
	float:left;
}
.hotelselectie .foto, .hotelselectie-right .foto{
	display:block;
	width:243px;
	height:198px;
	border:0px #6400c1 solid;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-color:#FFFFFF;
}

#partners{
    float:right;
    height:60px;
    width:756px;
    border-top:1px #858585 solid;
    text-align:right;
    padding:15px 20px 0px 0px;
    margin:00px 10px 0px 0px;
}
#partners img{
	margin-left:20px;
}

#footer_left{
    float:left;
    color:#b6b6b6;
    margin-left: 40px;
    margin-bottom:50px;
}
#footer_left a{
    color:#b6b6b6;
}
#footer_right{
    float:right;
    color:#666;
    margin-right: 40px;
}
#footer_right a{
	color:#666;
}

/**/
.newsDatum{
	position:relative;
	float:left;
	width:780px;
}
.newsTitel{
	position:relative;
	float:left;
	clear:both;
	width:780px;
	color:#6400c1;
	font-weight:bold;
	font-size:16px;
	margin-top:5px;
	margin-bottom:5px;
}
.newsIntroPhoto{
	position:relative;
	float:left;
	clear:both;
	width:245px;
	height:200px;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
.newsIntroPhoto a{
	display:block;
}
.newsIntroPhoto div, .newsIntroPhoto a{
	width:243px;
	height:198px;
	border:0px #6400c1 solid;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
.newsIntroText, .newsIntroTextBig{
	position:relative;
	float:left;
	width:525px;
	margin-left:10px;
}
.newsIntroTextBig{
	width:780px;
	margin-left:0px;
	clear:both;
}
.newsText{
	position:relative;
	float:left;
	width:780px;
	clear:both;
	margin-top:25px;
}
.newsTussen{
	position:relative;
	float:left;
	clear:both;
	width:780px;
	height:25px;
}
.newsPages{
	position:relative;
	float:left;
	clear:both;
	width:780px;
	border-top:1px #858585 solid;
	padding-top:8px;
}
.newsPages .on{
	font-weight:bold;
	color:#000000;
}
.fileItemList{
	position:relative;
	height:20px;
	padding-left:25px;
	padding-top:5px;
	cursor:pointer;
}
.fileItemList:hover{
	opacity:0.4;
	filter:alpha(opacity=40);
}
.fileItemList img{
	position:absolute;
	top:0px;
	left:0px;
}
.fileItemList span{
	position:absolute;
	top:5px;
	right:0px;
}
.contentWhitespaceAfterFirstBlock{
	width:100%;
	height:10px;
}
/**/
.contactFormVeldText{
	width:190px;
	border:1px #6400c1 solid;
        padding:5px;
	border:1px #aaa solid;
	color:#666;
	margin-bottom:4px;
}
.contactFormVeldTextarea{
	width:290px;
	height:100px;
	border:1px #6400c1 solid;
        padding:5px;
	border:1px #aaa solid;
	color:#666;
	margin-bottom:4px;
}
.contactFormKnop{
	width:100px;
	/*background-color:#6400c1;
	border:0px;
	color:#FFFFFF;*/
	background: none;
    border:0px;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    color: #6400c1;
    cursor: pointer;
    text-align: left;
	margin-top: 10px;
}
.contactFormMess{
	color:#6400c1;
}

.content_fields_block td{
    padding: 0px;
}

.content_fields_block .blockTitel b,
.content_fields_block_text .blockTitel b{
	font-family: Georgia;
    display: block;
    height: 16px;
    color:#6400c1;
    font-size: 16px;
    /*text-transform: uppercase;*/
    font-weight: normal;
    line-height: 16px;
    padding: 4px 0px 15px 0px;
}

.content_fields_block .blockVideo,
.content_fields_block .blockFoto{
    line-height: 0px;
    height: 200px;
    padding: 0px;
    margin: 0px;
}
.content_fields_block .blockFoto div{
    background-position: 50% 50%;
    background-repeat: no-repeat;
}


.content_fields_block .blockTekst div{
    height: 86px;
    overflow: hidden;
    line-height: 16px;
    position: relative;
}
.content_fields_block .blockTekst div div{
    height: 66px;
    overflow: hidden;
    line-height: 16px;
    position: relative;
}

.content_fields_block .blockTekst div a.leesmeer,
.content_fields_block_text .blockTekst div a.leesmeer{
    display: block;
    position: absolute;
    bottom: 5px;
    left: 14px;
    background-image: url(../images/content_fields_block_arr.png);
    background-repeat: no-repeat;
    background-position: -5px -1px;
    padding-left: 10px;
    color:#6400c1;
    cursor: pointer;
}
.content_fields_block .blockTekst div a.leesmeer{
    bottom: 5px;
    left: 0px;
}
.content_fields_block_text{
    background-image: url(../images/content_fields_block_mid.jpg);
    background-repeat: repeat-y;
}
.content_fields_block_text .blockTekst div{
    width: 220px;
    height: 292px;
    padding: 0px 15px 0px 15px;
    overflow: hidden;
    line-height: 16px;
    position: relative;
}
.content_fields_block_text .blockTekst div div{
    width: 220px;
    height: 272px;
    padding: 0px;
    overflow: hidden;
    line-height: 16px;
    position: relative;
}
.content_fields_block_text .blockTitel b{
    width: 220px;
    padding: 20px 15px 14px 15px;
    height: 16px;
}
