/*********************************************
** DEFAULT HTML ELEMENTS
*********************************************/

body {
    background-color: #a3b875;
    background-image: url('/shared/images/custom/bg_main.gif');
    background-repeat: repeat-x;
    margin-top: 8px;
    font-family: trebuchet MS, tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    color: #0e4a75;
}

p {
	margin: 0;
	padding: 0;
}

.header_1 {
	font-size: 15px;
	font-weight: bold;
}

.header_2 {
	font-size: 13px;
	font-weight: bold;
}

.header_3 {
	font-size: 12px;
	font-weight: bold;
}

.header_4 {
	margin-top:6px;
	color: #2994da;
	font-size: 15px;
	font-weight: bold;
}

.underlined
{
	display:block;
	padding-bottom:3px;
	margin-bottom:3px;
	width:615px;
    border-bottom: 1px solid #d2e1e8;
}

.header_5 {
	color: #2994da;
	font-size: 13px;
	font-weight: bold;
}

.header_6 {
	color: #2994da;
	font-size: 12px;
	font-weight: bold;
}

h1 {
    font-size: 15px;
	margin: 0;
	padding: 0;
}

h2 {
    font-size: 13px;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 17px;
	margin: 0;
	padding: 0;
	color: #2994da;
}

/*
CHANGED THIS TO COMPLY WITH FCK, H3 WAS NOT USED AFAIK
h3 {
	font-size: 12px;
}
*/

h4 {
	font-size: 15px;
	color: #2994da;
}

h5 {
	font-size: 13px;
	color: #2994da;
}

h6 {
	font-size: 12px;
	color: #2994da;
}

a:link, a:visited, a:hover, a:active {
    color: #0e4a75;
    text-decoration: underline;
}

hr {
    height: 0;
    border: 0;
    border-top: 1px solid #cfdbe3;
}

img {
	border: 0;
}

form {
	margin: 0px 0px 0px 0px;
}

/*********************************************
** HELPER
*********************************************/

.preload
{
    display: none;
}

.bold {
	font-weight: bold;
}
.hider
{
    display: none;
}

.cleardiv
{
	clear:both;
}


/*********************************************
** global_divs
*********************************************/

#container {
    width: 992px;
    border: 1px solid #FFFFFF;
    margin-left: auto;
    margin-right: auto;
}

#header
{
	position:relative;
    width: 992px;
    height: 188px;
	background-repeat:no-repeat;
	background-color: #FFFFFF;
}

#header form
{
	padding:0px;
	margin:0px;
}

.header_foto
{
	position:absolute;
	top:3px;
	left:8px;
	width:185px;
	height:185px;
	background-image:url('/shared/images/custom/header/familie.png');
	z-index:3;
}
.header_foto2
{
	position:absolute;
	top:3px;
	left:8px;
	width:185px;
	height:185px;
	background-image:url('/shared/images/custom/header/familie2.png');
	z-index:3;
}

.header_menu
{
	position:absolute;
	left:0px;
	top:85px;
	width:992px;
	height:70px;
	z-index:2;
}

.header_menu div
{
	height:70px;
	float:left;
}

.header_filler
{
	background-image:url('/shared/images/custom/header/button_white.png');
	background-repeat:repeat-x;
}

.header_menu .left
{
	width:167px;
	background-image:url('/shared/images/custom/header/button_white.png');
	background-repeat:repeat-x;
}

.header_menu .left_border
{
	width:45px;
	background-image:url('/shared/images/custom/header/button_left.png');
	background-repeat:no-repeat;
}
.header_menu .right_border
{
	width:45px;
	background-image:url('/shared/images/custom/header/button_right.png');
	background-repeat:no-repeat;
}

.header_menu .button
{
	background-repeat:repeat-x;
	background-image:url('/shared/images/custom/header/button_inner.png');
}

.separator
{
	width:15px;
	background-image:url('/shared/images/custom/header/button_middle.png');
}

.button a
{
	display:block;
	height:25px;
	margin-top:43px;
	background-repeat:no-repeat;
}

.hand
{
	background-image:url('/shared/images/custom/header/handen.png');
	width:162px;
	position:absolute;
	right:0;
	bottom:30px;
	z-index:4;
}

.handz
{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	z-index:5;
}

.hand1
{
	height:67px;
}
.hand2
{
	height:72px;
	background-position:0px -68px;
}
.hand3
{
	height:76px;
	background-position:0px -141px;
}
.hand4
{
	height:101px;
	background-position:0px -218px;
}
.hand5
{
	height:103px;
	background-position:0px -320px;
}

#header_login
{
	float: right;
	border: 0;
	padding-top: 10px;
	padding-right: 10px;
	font-size: 10px;
	text-align:right;
	line-height:20px;
}

#content {
	position:relative;
	height: 100%;
    background-color: #FFFFFF;
	padding-bottom: 10px;
}

#content_home_left {
	float: left; 
	padding: 0px 0px 17px 17px;
}

#content_home_right {
	float: left; 
	padding: 0px 0px 17px 17px;
}

#content_whole_page {
	display: block;
	float: left;
	padding: 10px;
	width: 958px;
}

#detail_weergave {
	display: block;
	float: left;
	padding: 10px 10px 10px 10px;
}

#footer_buttons {
    height: 25px;
    background-image: url('/shared/images/custom/bg_footer.gif');
    background-color: #89a53c;
}

#footer_txt {
    text-align: center;
    color: #dae3c8;
    padding: 11px 0px 0px 0px;
}

#footer_txt a:link, 
#footer_txt a:visited,
#footer_txt a:active {
	color: #dae3c8;
	text-decoration: none;
}

#footer_txt a:hover
{
	font-weight: bold;
}

/*********************************************
** header_login
*********************************************/

#header_login .login_title {
	float: left;
	background-image: url('/shared/images/custom/login_title.gif');
	margin-right: 5px;
	width: 53px;
	height: 19px;
}

#header_login .field {
	font-family: trebuchet MS, tahoma, verdana, arial, sans-serif;
	width: 143px;
	border: 1px solid #1779b5;
}

#header_login .login_but_arrow {
  width: 21px;
  height: 21px;
  margin: 0;
  padding: 0;
  border: 0;
  background: url('/shared/images/custom/login_but_arrow.gif');
  background-repeat: no-repeat;
  text-indent: -3000px;
  cursor: pointer;
}

/*********************************************
** footer_buttons_
*********************************************/

.footer_items
{
	position:relative;
	display:block;
	height: 25px;
	color:#ffffff !important;
	font-weight:bold;
	text-decoration:none !important;
	line-height:26px;
}
.footer_items:hover
{
	text-decoration:underline !important;
}

.footer_items span
{
	display:block;
	position:absolute;
	left:3px;
	top:6px;
	width:15px;
	height:13px;
	background-image: url('/shared/images/custom/footer_buttons.gif');
	background-repeat:no-repeat;
}

.bookmarken
{
	margin-left:5px;
	float: left;
	padding-left:22px;
}

.printen
{
	margin-left:20px;
	float: left;
	padding-left:22px;
}
.printen span
{
	background-position:-30px 0px;
}

.doorsturen 
{
	margin-left:20px;
	float: left;
	padding-left:22px;
}
.doorsturen span
{
	background-position:-15px 0px;
}

.contact
{
	margin-right:10px;
	float: right;
}

.disclaimer
{
	margin-right:30px;
	float: right;
}

.about
{
	margin-right:30px;
	float: right;
}

/*********************************************
** contact
*********************************************/

#contactcontent
{
	float: left;
	width: 440px;
}

#contactform
{
	float: left;
	width: 440px;
	margin-left: 20px;
	background-color: #e8ecd1;
	border: 1px solid #5e7421;
}

#contactform #contactformtitle
{
	height: 23px;
	color: #ffffff;
	padding: 2px;
	background-image: url(/shared/images/custom/extranet/th_bg.gif);
	background-repeat: repeat-x;
}

#contactform label
{
	font-weight: normal !important;
	color: #000000 !important;
}

#contactform input
{
	border: 1px solid #5e7421 !important;
}

#contactremarks
{
	margin: 0;
	width: 250px;
}

/*********************************************
** advertisement
*********************************************/

.add_complete_aanbod {
	width: 226px;
	height: 180px;
	border: 0px;
	margin: 0 0 10px 0;
	padding: 0px;
}

#homeblock {
	width: 226px;
	border: 0px;
	margin: 0 0 10px 0;
	padding: 0px;
	overflow-x: hidden;
}

/*********************************************
** last_minute
*********************************************/

#last_minute_block {
	color: #000000;
	background-color: #dae3c8;
	width: 227px;
}

#last_minute_block .last_minute_he_aanbiedingen {
	width: 227px;
	height: 32px;
	border: 0px;
	margin: 0;
	padding: 0px;
}

#last_minute_block .last_minute_he_meer_aanbiedingen {
	margin: 0;
	padding: 0;
	width: 227px;
	height: 25px;
}

a.last_minute_item_link {
	display: block;
	text-decoration: none;
	padding: 6px 0px 6px 6px;
	border-bottom: 1px solid #fff;
	height: 90px;
	color: #000;
}

a.last_minute_item_link * {
	cursor: pointer;
}

a.last_minute_item_link:hover {
	background-color: #bfc9ae;
}

a.last_minute_item_link .last_minute_item_image {
	float: left;
	margin: 4px 4px 4px 0px;
}

a.last_minute_item_link .last_minute_item_image img {
	border: 1px solid #fff;
}

a.last_minute_item_link .last_minute_item_heading {
	float: left;
	font-weight: bold;
}

a.last_minute_item_link .last_minute_item_arrow {
	float: right;
	vertical-align: middle;
	margin-right: 6px;
	width: 13px;
	height: 12px;
}

a.last_minute_item_link .last_minute_item_price {
	float: right;
	font-size: 14px;
	font-weight: bold;
	margin-right: 4px;
}

a.last_minute_item_link .last_minute_item_price_strike {
	float: left;
	font-size: 14px;
	text-decoration: line-through;
}

/*********************************************
** top_selectie
*********************************************/

#top_selectie_block {
	display: block;
	width: 716px; 
	height: 119px; 
	border: 1px solid #b8c0c6;
	background-color: #dbebf7;
}

#top_selectie_block .top_selectie_he {
	float: left;
	width: 31px;
	height: 119px;
	margin-right: 10px;
	background-repeat: no-repeat;
}

#top_selectie_block a {
	display: block;
	width: 117px;
	font-size: 10px;
	line-height: 10px;
	padding: 5px 7px 5px 7px;
	margin-top: 4px;
	font-weight: bold;
	float: left;
	cursor: pointer;
	text-decoration: none;
}

#top_selectie_block a span {
	margin-left: 8px;
}

#top_selectie_block a img {
	display: block;
	border: 1px solid #fff;
	margin-left: auto;
	margin-right: auto;
}

#top_selectie_block a:hover {
	/* background-color: #53b4e9; */
}

/*********************************************
** period_block
*********************************************/

#period_block {
	background-color: #dbebf7;
	border: 1px solid #0e4a75;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 5px 5px 5px 5px;
}

/*********************************************
** filter_block
*********************************************/

#search_left {
	display: block;
	float: left;
	text-align: center;
	width: 261px;
}

#search_right {
	display: block;
	float: left;
}

#filters div {
	margin-left: 10px;
	margin-right: 20px;
	padding-bottom: 10px;
}

#filters div span.filter_header {
	display: block;
	text-align: left;
	color: #2994da;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #cecece;
}

#filters div a {
	display: block;
	text-decoration: none;
	color: #2994da;
	border-bottom: 1px solid #cecece;
}

#filters div a:hover {
	background-color: #ebebeb;
}

#filters div a span.filter_title {
	display: block;
	cursor: pointer;
	color: #0e4a75;
	float: left;
}

#filters div a span.filter_count {
	display: block;
	cursor: pointer;
	float: right;
}

#filters div a span.filter_more {
	display: block;
	cursor: pointer;
	color: #0e4a75;
	font-weight: bold;
	float: left;
}

#filters div a br {
	clear: both;
}

/*********************************************
** pager
*********************************************/

.pager {
	display: block;
	float: right;
	height: 18px;
}

.pager a:link,
.pager a:visited,
.pager a:active,
.pager a:hover
{
	display: block;
	float: left;
	text-align: center;
	height: 18px;
	padding: 3px 3px 3px 3px;
	margin-right: 4px;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

.pager a.active {
	color: #ffffff;
	background-color: #0e4a75;
}

.pager a.inactive {
	background-color: #82a03d;
}

.pager .arrow img {
	vertical-align: middle;
}

.pager a.arrow_left {
	text-align: left;
	padding-left: 25px !important;
	padding-right: 10px !important;
	background-image: url('/shared/images/custom/pager_arrow_left.gif');
	background-repeat: no-repeat;
	background-position: center left;
}

.pager a.arrow_right {
	text-align: right;
	padding-left: 10px !important;
	padding-right: 25px !important;
	background-image: url('/shared/images/custom/pager_arrow_right.gif');
	background-repeat: no-repeat;
	background-position: center right;
}

/*********************************************
** search_result_block
*********************************************/

#search_result_block {
	display: block;
	float: left;
	width: 716px;
}

#search_result_content {
	display: block; 
	float: left; 	
}

.search_result_image {
	width: 101px;
	height: 69px;
	margin-bottom: 10px;
}

.search_result_map_big {
	margin-left: 10px;
	width: 210px;
	height: 245px;
}

.search_result_description {
	display: block;
	height: 36px;
	overflow: hidden;
}

.search_result_title {
	display: block;
	height: 14px;
	overflow: hidden;
	color: #2994da;
	font-size: 11px;
	font-weight: bold;
}

.search_result_map {
	float: right;
	padding: 5px 15px 15px 5px;
	width: 63px;
	height: 73px;
}

.search_result_txt {
	display: block;
	padding-left: 5px;
	float: left;
	width: 30%;	
}

.search_result_txt_border {
	display: block;
	padding-left: 5px;
	float: left;
	width: 30%;
	border-left: 1px solid #b8c0c6;
}

#search_result_advertisement {
	display: block;
	float: right;
	width: 171px;
	overflow: hidden;
	max-height: 450px;
	border: 1px solid #094F84;
	background-color: #b7d7f0;
	padding: 4px 4px 4px 4px;
}

#search_result_block select {
	color: #0e4a75;	
	font-size: 10px;
	font-weight: bold;
}

#search_result_block table {
	border-collapse: collapse;
	width: 520px;
}

#search_result_block thead td  {
	padding: 0px 0px 0px 0px;
}

#search_result_block tbody th {
	font-weight: normal;
	text-align: left;	
	padding: 5px 2px 5px 2px;
	border-bottom: 1px solid #b8c0c6;	
	border-top: 1px solid #b8c0c6;
}

#search_result_block tbody td {
	text-align: left;
	padding: 5px 2px 5px 2px;
	border-bottom: 1px solid #b8c0c6;	
	border-top: 1px solid #b8c0c6;
}

#search_result_block tfoot td, th {
	padding: 10px 0px 0px 0px;
}

#accommodations_overview {
	padding-top: 10px;
}

#accommodations_overview a {
	display: block;
	cursor: pointer;
	text-decoration: none;
	overflow: hidden;
	padding-top: 10px;
	height: 100px;
	border-bottom: 1px solid #b8c0c6;
}

#accommodations_overview a:hover {
	background-color: #dbebf7;
}

#accommodations_overview a span.accommodation_image {
	width: 100px; float: left; padding-left: 5px;
}

#accommodations_overview a span.accommodation_image span.photo {
	width: 82px;
	height: 82px;
	background-position: center;
	background-repeat: no-repeat;
}

#accommodations_overview a span.accommodation_map
{
	width: 90px;
	float: left;
}

#accommodations_overview a span.accommodation_description
{
	width: 300px;
	float: left;
}

#accommodations_overview a span.accommodation_description .large_thumb
{
	display:none;
	position:absolute;
	width: 362px;
	height:272px;
	z-index:100;
	background-repeat:no-repeat;
}


/*********************************************
** category
*********************************************/

#category_block {
	float: left; 
	padding: 0px 2px 9px 9px; 
	background-color: #dbebf7; 
	border: 1px solid #b8c0c6;
}

.category_item {
	float: left; 
	width: 227px; 
	padding: 7px 7px 0px 0px;
}

.category_item .but_zoeken
{
	width: 79px;
	height: 21px;
	margin: 8px 0px 0px 0px;
	padding: 0;
	border: 0;
	float: right;
	background-repeat: no-repeat;
	text-indent: -3000px;
	cursor: pointer;
}

a.home_main_block {
	float: left;
	width: 227px;
	margin: 7px 7px 0px 0px;
	padding: 0;
	background-color: #ffffff;
	cursor: pointer;
	text-decoration: none !important;
}

a.home_main_block h1
{
	display:block;
	width:227px;
	height:44px;
}

a.home_main_block h1 span
{
	display:none;
}

a.home_main_block .text {
	display: block;
	padding: 13px 9px 9px 13px;
	color: #000000;
	font-size: 11px;
	line-height: 15px;
	width: 203px;
	height: 56px;
}

a.home_main_block img.image {
	padding: 1px 1px 1px 1px;
}

a.home_main_block img.border_1 {
	border: 4px solid #94cae6;
}

a.home_main_block img.border_2 {
	border: 4px solid #d78480;
}

a.home_main_block img.border_3 {
	border: 4px solid #fbb582;
}

a.home_main_block img.border_4 {
	border: 4px solid #fce37e;
}

a.home_main_block img.border_5 {
	border: 4px solid #c6d2a0;
}

/*********************************************
** detail_weergave
*********************************************/

.detail_weergave_top {
	padding-top: 10px;
}

.detail_weergave_top .address {
	float: left;
	width: 365px;
}

.detail_weergave_top .details {
	float: left;
	width: 200px;
}

.detail_weergave_top .ico {
	float: right;
	width: 100px;
}

.ico_star
{
	width:80px;
	height:25px;
	padding:2px 0px 0px 20px;
	background-image: url('/shared/images/custom/ico_star.gif');
	background-repeat: no-repeat;
}
.ico_star:hover
{
	text-decoration:underline;
	background-image: url('/shared/images/custom/ico_star_on.gif');
}

.ico_star_on
{
	background-image: url('/shared/images/custom/ico_star_on.gif');
}



.ico_last_minute {
	width: 85px;
	height: 84px;
	margin-right: 5px;
	padding:0px;
	background-image: url('/shared/images/custom/ico_last_minute.gif');
}

.detail_weergave_kenmerken_left {
	display: block;
	float: left;
	width: 305px;
}

.detail_weergave_kenmerken_right {
	display: block;
	float: right;
	width: 300px;
}

.detail_weergave_beschikbaarheid_prijzen {
	width: 615px;
}

.detail_weergave_extra_omschrijving {
	padding-top: 16px;
	font-size: 11px;
	line-height: 12px;
	display: block;
	float: right;
	width: 195px;
}

.calendar_legend_block {
	padding-top: 17px;
	padding-bottom: 17px;
	width: 400px;
	font-weight: bold;
}

.calendar_legend_not_available {
	margin-right: 5px;
	padding: 2px 7px 2px 7px;
	border: 1px solid #94c8ed;
	background-color: #fc3821;
}

.calendar_legend_available {
	margin-left:20px;
	margin-right: 5px;
	padding: 2px 7px 2px 7px;
	border: 1px solid #94c8ed;
	background-color: #00b713;
}


/*********************************************
** album
*********************************************/

#album
{
	display: block;
	float: left;
	padding-top:10px;
}

#album #big img
{
	padding:1px;
	border:1px solid #000000;
}

#fotos div.photo,
#bilder div.photo
{
	width: 364px;
	height: 272px;
	padding: 0;
	border: 1px solid black;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	background-position: center;
	background-repeat: no-repeat;
}

#album #big
{
	width: 345px;
}

#album #big div.photo
{
	width: 345px;
	height: 256px;
	padding: 0;
	border: 1px solid black;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
}

#album #thumbs
{
	width: 345px;
}

#album #thumbs div.photo
{
	width: 82px;
	height: 62px;
	padding: 0;
	cursor: pointer;
	border: 1px solid black;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	background-position: center;
	background-repeat: no-repeat;
}

/*********************************************
** tabs
*********************************************/

.tabs_panel {
	width: 615px;
	clear: both;
	display: none;
	background-color: #FFFFFF;
	/* padding: 10px 10px 10px 10px; */
}

.tabs_panel.active-tab-body {
	display: block;
}

ul.tabs {
	border-bottom: 1px solid #a6c3d7;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

ul.tabs li {
	display: inline;
}

#tabs a {
	text-decoration: none;
	font-weight: bold;
	background: #e4f2f9 url(/shared/images/custom/tabbg.gif) repeat;
	border: 1px solid #a6c3d7;
	display: inline;
	margin: 0px 5px 0px 0px;
	padding: 5px 3px 5px 3px;
}

#tabs a.active-tab {
	text-decoration: none;
	font-weight: bold;
	background: #FFFFFF none repeat scroll 0%;
	border: 1px solid #a6c3d7;
	border-bottom: 1px solid #FFFFFF;
	display: inline;
	margin: 0px 5px 0px 0px;
	padding: 5px 3px 5px 3px;
}

/*********************************************
** default_table
*********************************************/

.default_table table {
	width: 600px;
}

.default_table tbody td.title {
	font-weight: bold;
	text-align: left;
	width:140px;
}

.properties_content
{
	float:left;
	position:relative;
}

.properties_content .title
{
	float:left;
	font-weight: bold;
	width:155px;
}

.properties_content .value
{
	float:left;
	font-weight: bold;
	width:20px;
	height:12px;
	margin:1px 25px 1px 5px;
	white-space:nowrap;
}

.highlight
{
	color: #8fa939;
}

/*********************************************
** calendar
*********************************************/

.calendar {
	display: block;
	float: left;	
	background-color: #FFFFFF;
	padding: 14px 15px 0px 0px;
}

.calendar table {
	font-size: 10px;
	border-collapse: collapse;
	width: 138px;
}

 .calendar tbody td {
	 border: 1px solid #94c9ec;	
	 background-color: #FFFFFF;
	 padding: 2px 1px 2px 1px;
	 text-align: center;
	 vertical-align: middle;
}

.calendar tbody td.title {
	padding: 4px 4px 4px 4px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #2994da;
}

.calendar tbody td.not_available {
	background-color: #fc3821;
	color:#000000;
}

.calendar tbody td.available {
	background-color: #00b713;	
	color:#000000;
}


/*********************************************
** availibility
*********************************************/

.availability {
	color: #42557d;
}

.availability table {
	width: 100%;
	border-collapse: collapse;
}

.availability table th {
	background-color: #e1effa;
	border: 1px solid #94c8ed;
	padding: 2px;
}

.availability table th.title {
	color: #ffffff;
	background-color: #2994da;
}

.availability table td {
	border: 1px solid #94c8ed;
	padding: 4px;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
}

.availability table td.date {
	color: #2894dc;
}

.reservation {
	clear: both;
	float: right;
	margin-top: 10px;
}

/*********************************************
** twocol_list / twocol_bullet_list
*********************************************/

.detail_kenmerken
{
	width:600px;
}

.bold_link a:link, 
.bold_link a:visited,
.bold_link a:hover,
.bold_link a:active {
	font-weight: bold;
	text-decoration: none;
}

/*********************************************
** FORM
*********************************************/

span.errorMessage {
	color: #ff4b4b;
	padding-left: 5px;
	display: block;
	float: left;
}

input.errorMessage, select.errorMessage {
	background-color: #ff4b4b;
}

#form {
	height: 221px;
	margin: 0px 0px 0px 0px;
	background-color: #b7d7f0;
	padding: 4px 4px 4px 4px;
	border: 1px solid #a6c3d7;
}

#form select {
	font-family: trebuchet MS, tahoma, verdana, arial, sans-serif;
	width: 210px;
	margin-bottom: 8px;
	font-size: 8pt;
}

#form label {
	margin-bottom: 8px;
}

#form_ fieldset {
	border: 0;
}

#offer_accommodation_form input, textarea  {
	font-family: trebuchet MS, tahoma, verdana, arial, sans-serif;
    width: 200px;
    float: left;
    margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #5E7421;
}

#offer_accommodation_form select {
	font-family: trebuchet MS, tahoma, verdana, arial, sans-serif;
    width: 200px;
    float: left;
    margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #5E7421;
}

#offer_accommodation_form label {
	color: #000100;
	text-align: right;
    font-size: 11px;
    display: block;
    width: 150px;
    float: left;
    margin-bottom: 10px;
	cursor: pointer;
}

#offer_accommodation_form br {
    clear: both;
}

/*********************************************
** DEFAULT_FORM
*********************************************/

#default_form input, textarea  {
	font-family: trebuchet MS, tahoma, verdana, arial, sans-serif;
    width: 150px;
    float: left;
    margin-bottom: 10px;
	border: 1px solid #1779b5;
}

#default_form select {
	font-family: trebuchet MS, tahoma, verdana, arial, sans-serif;
    width: 250px;
    float: left;
    margin-bottom: 10px;
	border: 1px solid #1779b5;
}

#default_form label {
	color: #0e4a75;
	text-align: right;
	font-weight: bold;
    font-size: 11px;
    display: block;
    width: 150px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
	cursor: pointer;
}

#default_form br {
    clear: left;
}

.submit {
	border: 1px solid #1779b5 !important;
	color: #FFFFFF;
	margin-right: 10px;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	width: 100px !important;
	background-color: #b7d7f0;
	cursor: pointer;
	height: 22px;
	overflow: hidden;
}

.edit {
	border: 1px solid red !important;
	color: #FFFFFF;
	margin-right: 10px;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	width: 100px !important;
	background-color: #ff4b4b;
	cursor: pointer;
	height: 22px;
	overflow: hidden;
}

.succes_ {
    font-size: 10px;
    color: red;
    margin-bottom: 5px;
}

input.errormessage_ {
    border: 1px solid #ff0000;
}

.noborder {
	border: none !important;
}

/* RESERVATION */
#reservation_form {
	padding: 20px 20px 20px 20px;
	color: #000100;
}

#reservation_form span {
	display: block;
	clear: both;
}

#reservation_form input, textarea  {
	font-family: trebuchet MS, tahoma, verdana, arial, sans-serif;
    width: 200px;
    float: left;
    margin-bottom: 4px;
	margin-left: 10px;
	border: 1px solid #5E7421;
}

#reservation_form select {
	font-family: trebuchet MS, tahoma, verdana, arial, sans-serif;
    float: left;
    margin-bottom: 4px;
	margin-left: 10px;
	border: 1px solid #5E7421;
}

#reservation_form label {
	color: #000100;
	text-align: right;
    font-size: 11px;
    display: block;
    width: 150px;
    float: left;
	cursor: pointer;
	margin-right: 10px;
}

#reservation_form br {
    clear: both;
}

.lostpasssend
{
	width: 114px !important;
	height: 34px !important;
	border: none !important;
}

/*
	styles for in-content
*/

.aa_block
{
	float:left;
	width:473px;
}

.aa_blue_block
{
	padding:8px;
	background-color:#e0f0fa;
	margin-bottom:15px;
}

.aa_blue_block ul,
.aa_blue_block ol
{
	padding-left:14px;
}

.aa_margin
{
	margin-left:10px;
}

.foto_huren
{
	float:left;
	width:83px;
	height:58px;
	background-image:url(/shared/images/custom/5types.jpg);
	margin-bottom:20px;
}

.foto_vakantieparken
{
	float:left;
	width:83px;
	height:58px;
	background-image:url(/shared/images/custom/5types.jpg);
	background-position:0px -58px;
	margin-bottom:20px;
}

.foto_campings
{
	float:left;
	width:83px;
	height:58px;
	background-image:url(/shared/images/custom/5types.jpg);
	background-position:0px -116px;
	margin-bottom:20px;
}

.foto_hotels
{
	float:left;
	width:83px;
	height:58px;
	background-image:url(/shared/images/custom/5types.jpg);
	background-position:0px -174px;
	margin-bottom:20px;
}

.foto_kopen
{
	float:left;
	width:83px;
	height:58px;
	background-image:url(/shared/images/custom/5types.jpg);
	background-position:0px -232px;
	margin-bottom:20px;
}


.foto_bijschrift
{
	float:left;
	margin-left:12px;
	width:370px;
}


/**
* Style voor template met linker menu
*/
#left_menu {
	width: 230px;
	margin: 0 15px;
	float:left;
	border: 1px solid #b8c0c6;
	border-top:none;
}

	#left_menu a {
		display:block;
		background: #dbebf7;
		border-top: 1px solid #b8c0c6;
		text-decoration:none;
		padding: 8px;
	}

	#left_menu a.selected {
		background: url('/shared/images/custom/bg_leftmenu.png') repeat-x;
		font-weight:bold;
	}
	
	#left_menu a:hover {
		text-decoration:underline;
	}
	

#content_right {
	float: left;
	width: 700px; /*992 - (minus left menu a 250 - (2 x 15)) minus wat padding */
}

