/*
Heech by de Mar
======================================================================================
URL:				www.heechbydemar.nl/
Auteur: 			Stefan Efde [www.addnoise.nl]

======================================================================================
*/

/*
	BLAUW:				#01334c
	DONKER GRIJS:		#1e1f28
	ORANJE:				#c77b11

*/

@import url(addform.css);
@import url(/addbeheer/themes/addsite/css/iconen.css);

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #1e1f28;
	background:  url("../images/bg.jpg") 0px 0px;
	height: 100%;

}

html {
	height: 100%;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

a:link, a:visited, a:active
{
   outline-color: invert;
   outline-style: none;
   outline-width: 0pt;
   text-decoration: none;
   color: #c77b11;
}
a:hover {
	text-decoration: none;
	color: #004265;
}

#logo a {
	text-indent: -9999px;
}

#logo a:link, #logo a:visited, #logo a:hover {
	position: absolute;
	top: 5px;
	left: 20px;
	width: 220px;
	height: 85px;
	background:  url("../images/logo_heechbydemar.png") no-repeat 0px 0px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}
* html #logo a:link {
	background:  url("../images/logo_heechbydemar.gif") no-repeat 0px 0px;
}
* html #logo a:visited {
	background:  url("../images/logo_heechbydemar.gif") no-repeat 0px 0px;
}
* html #logo a:hover {
	background:  url("../images/logo_heechbydemar.gif") no-repeat 0px 0px;
}


#container {
	position: relative;
	min-height: 100%;
}

* html #container {
	height: 100%;
}
.menuwrapper {

	width: 100%;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	z-index: 999;
}
.menubox {
	margin: auto;
	width: 980px;
	height: 0px;
	position: relative;
	z-index: 999;
}
#bovenstuk {
	width: 100%;
	height: 500px;
	/*background:  #01334c;*/
	/*background:  #064460;*/
	position: relative;
	/*border-bottom: 1px solid #f7f6f3;*/
	z-index: 996;
}
#bovenstuk_vervolg {
	width: 100%;
	height: 350px;
	/*background:  #01334c;*/
	position: relative;
	/*border-bottom: 1px solid #f7f6f3;*/
	z-index: 996;
}

#topbar {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 112px;
	/*background:  url(../images/bg_topbar.png) repeat-x bottom left;*/
	z-index: 996;
}
/* Fix voor IE
	* html #topbar
	{
		background:  url(../images/bg_topbar.gif) repeat-x top left;
	}
*/
.topbox {

	margin: 0 auto;
	width: 1001px;
	height: 106px;
	position: relative;
	/*background:  url(../images/heechtop.png) no-repeat top left;*/
	background:  url("../images/bg.jpg") 0px 0px;
	z-index: 996;
	-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
}

.topshadow {
	position: absolute;
	top: 106px;
	left: 0px;
	width: 1001px;
	height: 125px;
	background: url("../images/topshadow.png") no-repeat top center;
}

#top {
	margin: 0 auto;
	width: 1000px;
	min-height: 174px;
	position: relative;
	z-index: 996;
}
* html #top {
	height: 174px;
}
#top_vervolg {
	margin: 0 auto;
	width: 1000px;
	min-height: 46px;
	position: relative;
	z-index: 995;
}
* html #top_vervolg {
	height: 46px;
}

		#image_wrap_next {
				/* dimensions */

			width: 100%;

			padding:0px 0;
			text-align:center;
			z-index: 1;
			overflow: hidden;
		}
		#image_wrap_next  img {
			 margin-top: 80px;
		}


#slider {
	position: absolute;
	bottom: 17px;
	left: 0px;
	width: 1001px;
	height: 250px;
	background:  url("../images/bg_slider2.png") no-repeat 0px 0px;
	z-index: 996;
}
/* Fix voor IE */
	* html #slider
	{
		background:  url("../images/bg_slider2.gif") no-repeat 0px 0px;
	}

#carousel {
	float: left;
	width: 960px;
	height: 190px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	position: relative;
}

#middenstuk {
	width: 100%;
	min-height: 355px;
	padding-bottom: 283px;
}
#pagina {
	margin: 0 auto;
	width: 1000px;
	min-height: 355px;
	position: relative;
}
#contentbox {
	width: 940px;
	margin: 0 auto;
	position: relative;
}

#onderstuk {
	width: 100%;
	height: 282px;
	position: relative;
	margin: -283px auto 0 auto;
	background:  #064460 url("../images/bg_footer.jpg") no-repeat top center;
	border-top: 1px solid #fff;

}

/* Fix voor IE */
* html #onderstuk {
	margin-top: -283px;
}

#footer {
	margin: 0 auto;
	width: 1000px;
	min-height: 282px;
	position: relative;
	padding: 0px 0px 0px 0px;
}
#footerbox {
	float: right;
	width: 750px;
	height: 200px;
	margin: 0px 0px 0px 0px;
	padding: 80px 0px 0px 0px;
}

#footerlogo a:link, #footerlogo a:visited, #footerlogo a:hover {
	position: absolute;
	top: 73px;
	left: 10px;
	width: 220px;
	height: 85px;
	background: none;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}
#hiswa_logo a:link, #hiswa_logo a:visited, #hiswa_logo a:hover {
	position: absolute;
	bottom: 10px;
	left: 15px;
	width: 45px;
	height: 50px;
	background: none;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}
#cert_logo a:link, #cert_logo a:visited, #cert_logo a:hover {
	position: absolute;
	bottom: 10px;
	left: 70px;
	width: 65px;
	height: 50px;
	background: none;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}

.kolom {
	float: left;
	width: 210px;
	height: 180px;
	padding: 0px 10px 0px 20px;
	border-left: 1px solid #1a5870;
	overflow: hidden;
}
.kolom .title  {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #dad9ca;
	font-size: 18px;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	line-height: 22px;
	font-weight: normal;
	text-shadow: #04374a 1px 1px 0px;
}
.kolom .adres {
	color:#a9b6bb;
	margin: 0px 0px 0px 0px;
	padding: 19px 0px 0px 0px;
	text-shadow: #04374a 1px 1px 0px;
	line-height: 15px;
}
.kolombox {
	width: 210px;
	color:#a9b6bb;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	text-shadow: #04374a 1px 1px 0px;
	line-height: 15px;
}
.kolombox a:link, .kolombox a:visited {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #a9b6bb;
	font-size: 14px;
}
.kolombox a:hover {
	color: #dad9ca;
}
.adres a:link, .adres a:visited {
	color: #c77b11;
	text-decoration: none;
}

.newsletter {
	padding: 0px 0px 0px 0px;
	margin-left: -3px;
}

.newsletter dt, .newsletter dd{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	display: none;
	visibility: hidden;
}



.kolom input.addforminput {
	height: 19px;
	width: 141px;
	background: transparent url(../images/input_news.gif) 0px 0px no-repeat;
	border: 0px;
	padding: 5px 5px 5px 5px;
	color: #fff;
	margin: 0px 0px 0px 0px;
	position: relative;
}



.kolom input.addforminput:focus {
	height: 19px;
	width: 141px;
	background: transparent url(../images/input_news.gif) 0px -29px no-repeat;
	border: 0px;
	padding: 5px 5px 5px 5px;
	color: #fff;
	margin: 0px 0px 0px 0px;
	position: relative;
	outline: none;
}



.kolom_de input.addforminput {
	height: 19px;
	width: 141px;
	background: transparent url(../images/input_news.gif) 0px 0px no-repeat;
	border: 0px;
	padding: 5px 5px 5px 55px;
	color: #434343;
	margin: 5px 0px 0px -10px;
	position: relative;
}



.kolom_de input.addforminput:focus {
	height: 19px;
	width: 141px;
	background: transparent url(../images/input_news.gif) 0px -29px no-repeat;
	border: 0px;
	padding: 5px 5px 5px 55px;
	color: #fff;
	margin: 0px 0px 0px 0px;
	position: relative;
	outline: none;
}



.kolom input#email, .kolom_de input#email {
	height: 19px;
	width: 141px;
	background: transparent url(../images/input_news.gif) 0px 0px no-repeat;
	border: 0px;
	padding: 5px 5px 5px 5px;
	color: #fff;
	margin: 0px 0px 0px 0px;
	position: relative;
}



.kolom input#email:focus, .kolom_de input#email:focus {
	height: 19px;
	width: 141px;
	background: transparent url(../images/input_news.gif) 0px -29px no-repeat;
	border: 0px;
	padding: 5px 5px 5px 5px;
	color: #fff;
	margin: 0px 0px 0px 0px;
	position: relative;
	outline: none;
}


.kolom #unsubscribe, .kolom_de #unsubscribe{
	display: none;
	visibility: hidden;
}
.kolom label {
	line-height: 28px;
	padding: 0px;
	margin: 0px;
}

.kolom ul.errors {
	margin: 3px 0 0 5px;
	padding: 0px;
}

.kolom ul.errors li {
	color: #c77b11;
	font-size: 10px;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}

.kolom input.addformsubmit {
	background: none;
	border: 0px;
	color: #c77b11;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	display: block;
	cursor: pointer;
	font-weight: bold;
	}


.shadowline_topleft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 100px;
	background: url("../images/shadowline_topleft.png") no-repeat 0px 0px;
}
/* Fix voor IE */
	* html .shadowline_topleft
	{
		background-image:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='https://heech.vakantievaren.nl/themes/heechbydemar/images/shadowline_topleft.png', sizingMethod='crop');
	}

.shadowline_topright {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 19px;
	height: 100px;
	background: url("../images/shadowline_topright.png") no-repeat 0px 0px;
}
/* Fix voor IE */
	* html .shadowline_topright
	{
		background-image:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='https://heech.vakantievaren.nl/themes/heechbydemar/images/shadowline_topright.png', sizingMethod='crop');
	}
.shadowline_left {
	position: absolute;
	top: -100px;
	left: -20px;
	width: 25px;
	height: 100px;
	background: url("../images/shadowline_left.png") no-repeat 0px 0px;
}
/* Fix voor IE */
	* html .shadowline_left
	{
		left: -21px;
		background-image:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='https://heech.vakantievaren.nl/themes/heechbydemar/images/shadowline_left.png', sizingMethod='crop');
	}
.shadowline_right {
	position: absolute;
	top: -100px;
	right: -22px;
	width: 25px;
	height: 100px;
	background: url("../images/shadowline_right.png") no-repeat 0px 0px;
}
/* Fix voor IE */
	* html .shadowline_right
	{
		right: -21px;
		background-image:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='https://heech.vakantievaren.nl/themes/heechbydemar/images/shadowline_right.png', sizingMethod='crop');
	}
a.naarboven:link, a.naarboven:visited {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 60px;
	height: 40px;
	background: none;
}

/* Inhoud Pagina
-------------------------------------- */

.textbox_home {
	float: left;
	width: 415px;
	min-height: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 40px 0px 10px;
	text-shadow: #f7f6f3 1px 1px 0px;
}
h1 {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #01334c;
	font-size: 28px;
	padding: 0px 10px 5px 0px;
	margin: 0px;
	line-height: 30px;
	font-weight: normal;
	text-shadow: #f0efe8 1px 1px 0px;
}
.subtitle {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #c77b11;
	font-size: 20px;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 5px 0px;
	line-height: 22px;
	font-weight: normal;
	display: block;
	text-shadow: #f0efe8 1px 1px 0px;
	/*background: repeat-x url("../images/dotline.gif") bottom left;*/
}
.textbox_home p {
	margin: 0px;
	padding: 10px 0px 0px 10px;
}

.midden {
	width: 250px;
	float: left;
}


/* Searchbox top */

.search {
position: absolute;
top: 15px;
right: 50px;
margin: 0;
padding: 0;
width: 32px;
height: 29px;
}
.searchicon {
width: 43px;
height: 29px;
margin: 0px;
color: #fff;
padding: 0px;
line-height: 29px;
cursor: pointer;
position: relative;
background:  url("../images/bg_searchicon.jpg") no-repeat 0px 0px;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}
.searchicon:hover { background-position: 0px -29px; }

.searchcontent {
position: absolute;
top: 91px;
right: -15px;
width: 200px;
height: 30px;
padding: 5px 10px;
background:  url(../images/bg_topbar.png) repeat-x top left;
z-index: 997;
}
/* Fix voor IE */
	* html .searchcontent
	{
		background:  url(../images/bg_topbar.gif) repeat-x top left;
	}

.searchformInput {
	float: left;
	background: #f6f5f1;
	border: 1px solid #b1b3b4;
	font-size: 14px;
	width: 150px;
	height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 3px 10px;
	color: #c0c0c0;
	position: relative;
	outline: 1px solid #f6f5f1;
}
.searchformInput:focus {
	color: #515151;
	background: #fff;
	outline: none;
}
.searchformSubmit {
	float: right;
	width: 29px;
	height: 29px;
	line-height: 0px;
	text-indent: -999px;
	font-size: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	border: 0px;
	cursor: pointer;
	background:  url("../images/searchbutton.jpg") no-repeat 0px 0px;
	outline: 1px solid #f6f5f1;
}
.searchformSubmit:hover { background-position: 0px -29px; }

/* addthis */

.share {
	position: absolute;
	top: 21px;
	right: 200px;
	width: 150px;
}

/* Flagbox top */

.flags {
position: absolute;
top: 20px;
right: 100px;
margin: 0;
padding: 0;
width: 100px;
height: 29px;
}
.flagicon {
width: 50px;
height: 29px;
margin: 0px;
color: #fff;
padding: 0px;
line-height: 29px;
cursor: pointer;
position: relative;
background:  url("../images/flags.gif") no-repeat 0px 0px;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}

.flagcontent {
position: absolute;
top: 0px;
right: 0px;
width: 100px;
height: 50px;
padding: 0px 0px;
}
/* Fix voor IE */
	* html .flagcontent
	{
		background:  url(../images/bg_topbar.gif) repeat-x top left;
	}

a.ned:link, a.ned:visited {
	float: left;
	display: block;
	width: 26px;
	height: 18px;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	line-height: 29px;
	font-size: 0px;
	text-decoration: none;
	background: url("../images/flags_zndr2.gif") no-repeat 0px 0px;
}
a.dui:link, a.dui:visited {
	float: left;
	width: 26px;
	height: 18px;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	line-height: 29px;
	font-size: 0px;
	text-decoration: none;
	background:  url("../images/flags_zndr2.gif") no-repeat -27px 0px;
}
a.eng:link, a.eng:visited {
	float: left;
	width: 26px;
	height: 18px;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	line-height: 29px;
	font-size: 0px;
	text-decoration: none;
	background:   url("../images/flags_zndr2.gif") no-repeat -54px 0px;
}


/* Newsitems */
ul.news {
	list-style: none;
	margin: 0 !important;
	padding: 0px 0px 0px 0px;
}
ul.news li {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 7px 0px;
	background:  url("../images/dotline.gif") repeat-x bottom left;
}
ul.news li:last-child {
	background:  none;
}

ul.news li a:link, ul.news li a:visited {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	color: #1e1f28;
	font-weight: bold;
	background:  url("../images/arrow_news.gif") no-repeat 0px 2px;
	text-decoration: none;
}
ul.news li a:hover {
	background:  url("../images/arrow_news.gif") no-repeat 0px -106px;
	color: #c77b11;
}

ul.news li .date {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #8c8b85;
	font-weight: normal;
}

/* Videobox */
.videobox {
	float: right;
	width: 200px;
	min-height: 200px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 20px;
	text-shadow: #f7f6f3 1px 1px 0px;
}
h2 {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #01334c;
	font-size: 22px;
	padding: 0px 10px 5px 0px;
	margin: 0px;
	line-height: 26px;
	font-weight: normal;
	text-shadow: #f0efe8 1px 1px 0px;
}
.subtitle_small {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #c77b11;
	font-size: 18px;
	padding: 0px 10px 15px 0px;
	margin: 0px 0px 5px 0px;
	line-height: 22px;
	font-weight: normal;
	display: block;
	text-shadow: #f0efe8 1px 1px 0px;
	background: repeat-x url("../images/dotline.gif") bottom left;
}

.videobox img {
	border: 1px solid #eeeee6;
	margin: 3px 6px 3px 0px;
}
.videobox a {
	width: 90px;
	height: 70px;
	text-decoration: none;
	overflow: hidden;
	margin: 0px 4px 3px 0px;
	position: reletive;
}
.videobox a img {
	width: 100%;
	height: 100%;
}
.play{
	position: absolute;
	top: 20px;
	left: 30px;
	width: 40px;
	height: 40px;
	background: url(../images/play.png) top left no-repeat;
	cursor: pointer;
}


/* Inhoud Vervolgpagina Breed
-------------------------------------- */
.textbox_breed {
	float: left;
	width: 685px;
	min-height: 300px;
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 40px 15px;
	background: url("../images/bg_textboxbreed.jpg") repeat-y 0px 0px;
	position: relative;
	/*text-shadow: #f7f6f3 1px 1px 0px;*/
}
* html .textbox_breed {
	height: 350px;
}

.textbox_breed_top {
	position: absolute;
	top: -7px;
	left: 0px;
	width: 715px;
	height: 10px;
	background: url("../images/bg_textboxbreed_top.jpg") no-repeat 0px 0px;
}
.textbox_breed_btm {
	position: absolute;
	bottom: -7px;
	left: 0px;
	width: 715px;
	height: 10px;
	background: url("../images/bg_textboxbreed_btm.jpg") no-repeat 0px 0px;
}

/* Inhoud Vervolgpagina
-------------------------------------- */
.textbox {
	float: left;
	width: 480px;
	min-height: 300px;
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 40px 15px;
	background: url("../images/bg_textbox.jpg") repeat-y 0px 0px;
	position: relative;
	text-shadow: #f7f6f3 1px 1px 0px;
}
* html .textbox {
	height: 350px;
}

.textbox_top {
	position: absolute;
	top: -7px;
	left: 0px;
	width: 510px;
	height: 13px;
	background: url("../images/bg_textbox_top.jpg") no-repeat 0px 0px;
}
.textbox_btm {
	position: absolute;
	bottom: -7px;
	left: 0px;
	width: 510px;
	height: 13px;
	background: url("../images/bg_textbox_btm.jpg") no-repeat 0px 0px;
}

.introbox {
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 10px 10px;
	background: repeat-x url("../images/dotline.gif") bottom left;
}


.text {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}
.text p {
	padding: 0px 20px 0px 0px;
}

.textbox a:link, .textbox a:visited {
	color: #c77b11;
	text-decoration: none;
}
.textbox a:hover {
	text-decoration: underline;
}


/* Leftbox */



#linkerkant {
	float: left;
	width: 185px;
	min-height: 200px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 10px;
	position: relative;
}


#leftbox {
	position: relative;
	top: 5px;
	left: -10px;
	width: 185px;
	min-height: 200px;
	margin: 0px 10px 100px 0px;
	padding: 10px 0px 0px 10px;
}

#leftbox .menu-title {
	font-size: 22px;
	font-weight: normal;
}

/* Rightbox */
.rightbox {
	float: right;
	width: 200px;

margin: 0px 0px 20px 0px;
padding: 10px 0px 0px 20px;
	text-shadow: #f7f6f3 1px 1px 0px;
}
* html .rightbox {
	margin: 0px 5px 15px 0px;
}

.rightbox a:link, .rightbox a:visited {
	color: #c77b11;
	text-decoration: none;
}
.rightbox a:hover {
	text-decoration: underline;
}

/* Rightbox */
#rightboxd_detail {
	position: absolute;
	top: 0px;
	right: -230px;
	width: 200px;
	min-height: 200px;
	margin: 11px 10px 0px 0px;
	padding: 5px 0px 0px 0px;
	text-shadow: #f7f6f3 1px 1px 0px;
}

.buttons {
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 10px 0px;
	background: repeat-x url("../images/dotline.gif") bottom left;
}
.rightbox ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
}
.rightbox ul li {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;

}

/* Foto Overzicht
------------------------------- */

.fotobreed {
	float: left;
	margin: 5px 0px 0px 0px;
	padding: 1px;
	width:476px;
	height:252px;
	background: #f4f4f0;
}

.fotobreed img {
	width: 474px;
	height:250px;
	margin:0px 0px 0px 0px;
	border: 1px solid #5e5d5b;
	padding: 0px;
	filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
.fotobreed img:hover {
	border: 1px solid #c77b11;
	filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

.fotobreed02 {
	float: left;
	margin: 5px 0px 0px 0px;
	padding: 1px;
	width:476px;
	background: #f4f4f0;
	filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

.fotobreed02 img {
	float: left;
	width: 474px;
	margin:0px 0px 0px 0px;
	border: 1px solid #5e5d5b;
	padding: 0px;
}
.fotobreed02 img:hover {
	border: 1px solid #c77b11;
	filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

.fotosrechts {
	float: right;
	margin: 5px 0px 10px 25px;
	padding: 1px;
	width:148px;
	background: #f4f4f0;
	filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

.fotosrechts img {
	float: left;
	width: 146px;
	margin:0px 0px 0px 0px;
	border: 1px solid #5e5d5b;
	padding: 0px;
}
.fotosrechts img:hover {
	border: 1px solid #c77b11;
	filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

.foto_blokrechts img {
	width: 195px;
	height: 100px;
	float:left;
	margin:0 0px 0px 0;
	border: 1px solid #f5f5f1;
	padding: 1px;
	background: #686865;
}



.fotosoverzicht {
float: left;
margin: 5px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

.fotosoverzicht img {
width: 146px;
height: 120px;
float:left;
cursor:pointer;
margin:0 10px 10px 0;
border: 1px solid #f5f5f1;
padding: 1px;
background: #686865;
filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
.fotosoverzicht img:hover {
border: 1px solid #f5f5f1;
background: #c77b11;
filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

.fotosoverzicht_detail {
float: left;
width: 400px;
margin: 5px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

.fotosoverzicht_detail img {
width: 85px;
height: 75px;
float:left;
cursor:pointer;
margin:0 7px 7px 0px;
border: 1px solid #f5f5f1;
padding: 1px;
background: #686865;
filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
.fotosoverzicht_detail img:hover {
border: 1px solid #f5f5f1;
background: #c77b11;
filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}


/* Producten Overzicht
------------------------------- */

.box {
	float: left;
	width:97%;
/* 	height: 105px; */
	/*background: #f2f2f2;*/
	margin: 1px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	background: none;
	outline:0px solid #cdcdcd;
	position: relative;
	overflow: hidden;

}
.box:hover {
	background: #f2f2f2;
	outline:1px solid #cdcdcd;
}

.box2 {
	float: left;
	width: 97%;
/* 	height: 105px; */
	background:none;
	margin: 1px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	background: none;
	outline:0px solid #cdcdcd;
	position: relative;
	overflow: hidden;
}
.box2:hover {
	background: #f2f2f2;
	outline:1px solid #cdcdcd;
}

.fotoslinks{
float: left;
width: 150px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;

}

.fotoslinks img {
width: 130px;
float:left;
cursor:pointer;
margin:0px 0px 0px 0px;
padding:0px;
position: relative;
border: 1px solid #f5f5f1;
padding: 1px;
background: #686865;
}
.fotoslinks img:hover {
background: #c77b11;
}

a.title:link, a.title:visited {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #01334c;
	font-size: 18px;
	padding: 0px 50px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 22px;
	font-weight: normal;
	display: block;
	text-shadow: #f0efe8 1px 1px 0px;
	text-decoration: none;
}
a.title:hover {
	color: #c77b11;
	text-decoration: none;
}

a.newstitle2:link, a.newstitle2:visited {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #01334c;
	font-size: 16px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 22px;
	font-weight: normal;
	display: block;
	text-shadow: #f0efe8 1px 1px 0px;
	text-decoration: none;
}
a.newstitle2:hover {
	color: #c77b11;
	text-decoration: none;
}

.amount {
	font-style: italic;
}

.price {
	font-weight: bold;
	display: block;
}


.box p, .box2 p {
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	font-size: 11px;
}

a.btn_check:link, a.btn_check:visited {
	float: left;
	padding: 5px 10px 5px 10px;
	margin: 0px 5px 0px 0px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
	font-weight: bold;
	background: #014261 no-repeat url("../images/bg_button.jpg") 0px 0px;
	text-decoration: none;
	z-index: 99;
	text-align: center;
	border-bottom: 1px solid #f6f6f2;
	text-shadow: #01334c 1px 1px 0px;
}
a.btn_check:hover {
	color:#c77b11;
	text-decoration: none;
}
a.btn_detail:link, a.btn_detail:visited {
	float: left;
	padding: 5px 10px 5px 10px;
	margin: 0px 5px 0px 0px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
	font-weight: bold;
	background: #014261 no-repeat url("../images/bg_button.jpg") 0px 0px;
	text-decoration: none;
	z-index: 99;
	text-align: center;
	border-bottom: 1px solid #f6f6f2;
	text-shadow: #01334c 1px 1px 0px;
}
a.btn_detail:hover {
	color:#c77b11;
	text-decoration: none;
}



/* Opmaak Detailpagina */

.kenmerken {
	float:left;
	width:210px;
	height:30px;
	border-bottom:0px solid #eaeae9;
	display:block;
	padding: 0px 0px 0px 15px;
	overflow: hidden;
	border-left: 4px solid #c77b11;
}

.veld {
	float:left;
	width:200px;
	line-height:14px;
	font-weight: bold;
}

.waarde {
	float:left;
	width:200px;
	color:#595959;
	line-height:14px;
	font-weight: normal;
}

.plattegrond img {
	width: 474px;
	margin:0px 0px 0px 0px;
	border: 1px solid #5e5d5b;
	padding: 0px;
}

.icons img {
border: 1px solid #f5f5f1;
padding: 1px;
background: #686865;
}




/* Buttons
-------------------------------------- */

a.meer:link, a.meer:visited {
	float: left;
	padding: 10px 15px 10px 15px;
	margin: 0px 5px 0px 0px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
	font-weight: bold;
	background: #014261 no-repeat url("../images/bg_button.jpg") 0px 0px;
	text-decoration: none;
	z-index: 99;
	text-align: center;
	border-bottom: 1px solid #f6f6f2;
	text-shadow: #01334c 1px 1px 0px;
}
a.meer:hover {
	color:#c77b11;
	text-decoration: none;
}



.leesmeer, a.leesmeer:link, a.leesmeer:visited {
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	color: #01334c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0px;
	line-height: 18px;
	font-weight: normal;
	background: no-repeat url("../images/arrow_page.gif") 0px 2px;
	text-decoration: none;
	text-shadow: #f0efe8 1px 1px 0px;

	z-index: 99;
}
a.leesmeer:hover {
	color:#c77b11;
	text-decoration: none;
}

a.leesmeer02:link, a.leesmeer02:visited {
	float: left;
	padding: 0px 0px 0px 15px;
	margin: 10px 0px 0px 0px;
	color: #01334c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0px;
	line-height: 18px;
	font-weight: normal;
	background: no-repeat url("../images/arrow_page.gif") 0px 4px;
	text-decoration: none;
	text-shadow: #f0efe8 1px 1px 0px;
	z-index: 99;
}
a.leesmeer02:hover {
	color:#c77b11;
	text-decoration: none;
}

a.btn_beschikbaarheid:link, a.btn_beschikbaarheid:visited {
	float: left;
	padding: 0px 15px 0px 45px;
	margin: 0px 5px 0px 0px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
	width: 110px;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	background: #014261 no-repeat url("../images/btn_beschikbaar.jpg") 0px 0px;
	border-bottom: 1px solid #f6f6f2;
	text-decoration: none;
	z-index: 99;
	text-align: left;
	text-shadow: #01334c 1px 1px 0px;
}
a.btn_beschikbaarheid:hover {
	color:#c77b11;
	text-decoration: none;
}
a.btn_boeken:link, a.btn_boeken:visited {
	float: left;
	padding: 0px 15px 0px 45px;
	margin: 0px 5px 0px 0px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
	width: 110px;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	background: #014261 no-repeat url("../images/btn_boeken.jpg") 0px 0px;
	border-bottom: 1px solid #f6f6f2;
	text-decoration: none;
	z-index: 99;
	text-align: left;
	text-shadow: #01334c 1px 1px 0px;
}
a.btn_boeken:hover {
	color:#c77b11;
	text-decoration: none;
}

a.meer_news:link, a.meer_news:visited {
	float: left;
	padding: 3px 7px 4px 5px;
	margin: 0px 5px 4px 0px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0px;
	font-weight: bold;
	background: #014261 no-repeat url("../images/bg_button.jpg") 0px 0px;
	text-decoration: none;
	z-index: 99;
	text-align: left;
	border-bottom: 1px solid #f6f6f2;
	text-shadow: #01334c 1px 1px 0px;
}
a.meer_news:hover {
	color:#c77b11;
	text-decoration: none;
}



.slogan {

	position: absolute;
	top: 140px;
	right: 30px;
	width: 430px;
	padding: 20px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	background:  url("../images/opac-brown.png") repeat;
}


.slogan > h1 {
	color: #edece8;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 22px;
	font-style: italic;
	letter-spacing: 0px;
	line-height: 28px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #000 1px 1px 1px !important;
	z-index: 99;

	text-shadow: none;
}
.slogan > h1 span {
	font-size: 22px;
	font-weight: normal;
	display: block;
	margin-bottom: 0px;
}
.slogan a.meer {
	float: right;
	position: absolute;
	bottom: -37px;
	right: 0px;
	padding: 10px 15px 10px 15px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0px;
	font-weight: bold;
	background: #014261 no-repeat url("../images/bg_button.jpg") 0px 0px;
	text-decoration: none;
	z-index: 99;
	text-align: center;
	border-bottom: 0px solid #f6f6f2;
	text-shadow: #01334c 1px 1px 0px;
}
.slogan a.meer:hover {
	color:#c77b11;
	text-decoration: none;
}

#bovenstuk_vervolg .slogan {
	padding: 10px 20px;
	background:  url("../images/opac-brown-80.png") repeat;
}
#bovenstuk_vervolg .slogan > h1 {
	font-size: 20px;
}


/* Kruimelpad */
#kruimelpad {
	position: absolute;
	bottom: 46px;
	left: 0px;
	width: 1001px;
	height: 46px;
	background:  url("../images/bg_kruimel.png") no-repeat 0px 0px;
	font-size:10px;
	z-index:0;
}
/* Fix voor IE */
	* html #kruimelpad
	{
		background:  url("../images/bg_kruimel.gif") no-repeat 0px 0px;
	}

#kruimelpad ul {
	margin:0px 0 0 0px;
	padding:23px 0px 0px 30px;
}

#kruimelpad ul li {
	float:left;
	list-style-type:none;
	background:url(../images/arrow_small.gif) no-repeat 6px 6px;
	margin:0;
	padding:0 0 0 13px;
	text-transform: uppercase;
}

#kruimelpad li a:link,#kruimelpad li a:visited {
	float:left;
	color:#003c5a;
	text-decoration:none;
	padding:0;
}

#kruimelpad li a.actief:link,#kruimelpad li a.actief:visited {
	float:left;
	font-weight:bold;
	color:#c77b11;
	text-decoration:none;
	padding:0;
}
#kruimelpad li a:hover, #kruimelpad li a.actief:hover {
	text-decoration: none;
	color:#c77b11;
}

/* Tagcloud */


.tagcloud {
  font-weight: normal;
  line-height: 1.4em;
}
ul.tagcloud {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}
.tagcloud li {
  display: inline;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  line-height: 20px;
}
.tagcloud li a {
  padding: 0 0.2em 0 0.2em;
  text-decoration: none;
}



/* Tabel prijslijst */

.prijslijst {
	width: 350px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	list-style-type: none;
}

.prijslijst li{
	margin: 0px;
	padding: 2px 0px 2px 0px;
	background: url(../images/line.gif) 0px 23px repeat-x;
}

.prijslijst li a:link, .prijslijst li a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #c77b11;
	background: url(../images/arrow_page.gif) 0px 1px no-repeat;
	padding-left: 13px;
	}

.prijslijst li a:hover, .prijslijst li a:active {
	text-decoration: none;
	color: #004265;
	}

.tabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;

}

.tabelgeel {
	background: #DFDDC8;
	text-shadow: none;
}

.tabelgeel2 {
	background: #D08E35;
	color: #ffffff;
	text-shadow: none;
}


/* Yachtfocus overzicht */
.selectbox {
	float: left;
}

#snelnavzoom {
	height: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	text-align: right;
	float: right;
	}

#snelnavzoom_focus {
	height: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	text-align: right;
	float: right;
	position: relative;
	}

 #pagcontainer
 {
  float: right;
  height: 20px;
  padding: 0;
  margin: 4px 0 0 0;
  font-family: verdana, arial;
  font-size: 11px;
 }

 /* Fix voor IE */
 * html #pagcontainer
 {
  padding: 0;
  margin: 3px 0 0 0;
 }

 #pagcontainer ul
 {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  text-shadow: none;
 }

 #pagcontainer ul li
 {
  display: inline;
  list-style-type: none;
  background: none;
    padding-left: 0px;
 }

 #pagcontainer ul .inactief
 {
  text-decoration: none;
   padding: 2px 2px 2px 2px;
  color: #ffffff;
	background: #004265;

 }

 #pagcontainer ul li a
 {
 list-style-type: none;
  text-decoration: none;
  padding: 2px 2px 2px 2px;
  color: #ffffff;
	background: #D86D33;
 }

 #pagcontainer ul li a:hover
 {
 list-style-type: none;
  text-decoration: none;
   padding: 2px 2px 2px 2px;
  color: #ffffff;
	background: #D86D33;
 }

 #pagnavinfo
 {
  float: left;
  height: 20px;
  padding: 0;
  margin: 4px 0 0 0;

 }

 /* Fix voor IE */
 * html #pagnavinfo
 {
  margin: 3px 0 0 0;
 }

.vorige, a.vorige
{
	width: 20px;
	height: 20px;
	margin-top: 7px;

	background: url(../images/arrow_small_left.gif) no-repeat 0 0;
	float: right;
}

a.vorige:hover
{

}


a.vorige_disabled:link, a.vorige_disabled:visited, a.vorige_disabled:hover
{
	width: 20px;
	height: 20px;
	margin-top: 7px;
	background: url(../images/arrow_small_left.gif) no-repeat 0 0;
	float: right;
}

.volgende, a.volgende
{
	width: 20px;
	height: 20px;
	margin-top: 7px;
	margin-left: 10px;
	margin-right: 10px;
	background: url(../images/arrow_small_right.gif) no-repeat 0px 0px;
	float: right;
}



a.volgende_disabled:link, a.volgende_disabled:visited, a.volgende_disabled:hover
{
	width: 20px;
	height: 20px;
	margin-top: 7px;
	margin-left: 10px;
	margin-right: 10px;
	background: url(../images/arrow_small_right.gif) no-repeat 0px 0px;
	float: right;
}


.detaillinks {
	width: 268px;
	float: right;
	}

.detaillinks img{
	border: 0px;
	}

.detailrechts {
	width: 400px;
	float: left;
	}



/* Clearers
------------------------------------------------------------ */

.clearer {
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.clearer_logo {
	height: 50px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
	clear: both;
	background: repeat-x url("../images/dotline.gif") bottom left;
	position: relative;
}
.logo_small {
	position: absolute;
	top: 25px;
	left: 440px;
	width: 60px;
	height: 46px;
	background: no-repeat url("../images/logo_hbdm_small.gif") top left;
}
.clearer_blue {
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 1px;
	clear: both;
	width: 476px;
	height: 6px;
	background: #003c5a;
}
.clearer_blue2 {
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 1px 0px;
	clear: both;
	width: 100%;
	height: 6px;
	background: #003c5a;
}
.clearer_line {
	height: 20px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
	background: repeat-x url("../images/dotline.gif") bottom left;
}

.clearer5 {
	height: 5px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.clearer10 {
	height: 10px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

.clearer15 {
	height: 15px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.clearer20 {
	height: 20px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

.clearer25 {
	height: 25px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.clearer30 {
	height: 30px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.clearer35 {
	height: 35px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.clearer50 {
	height: 50px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.clearer100 {
	height: 100px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.clearer220 {
	height: 220px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.spacer5 {
	height: 5px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.spacer15 {
	height: 15px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.spacer25 {
	height: 25px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.spacer35 {
	height: 35px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.spacer40 {
	height: 40px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.spacer50 {
	height: 50px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.spacer85 {
	height: 85px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h3 {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #01334c;
	font-size: 28px;
	padding: 0px 10px 5px 0px;
	margin: 0px;
	line-height: 30px;
	font-weight: normal;
	text-shadow: #f0efe8 1px 1px 0px;
}

.textbox h3 {
	position: absolute;
	top: -100px;
	left: 18px;
}

.textbox a.teruglink:link, .textbox a.teruglink:visited {
	position: absolute;
	top: -52px;
	left: 18px;
	font-weight: bold;
	color: #c77b11;
	text-decoration: none;
	background: url(../images/arrow_small_left.gif) no-repeat 0px 3px;
	padding: 0px 0px 0px 15px;
}
.textbox a.teruglink:hover {
	text-decoration: none;
	color: #003c5a;
}


.textbox a.teruglink2:link, .textbox a.teruglink2:visited {
	float: left;
	font-weight: bold;
	color: #c77b11;
	text-decoration: none;
	background: url(../images/arrow_small_left.gif) no-repeat 0px 3px;
	padding: 0px 0px 0px 15px;
	position: relative;
	margin-left: 3px;
}
.textbox a.teruglink2:hover {
	text-decoration: none;
	color: #003c5a;
}


.dotline1 {
	position: absolute;
	height: 2px;
	overflow: hidden;
	width: 472px;
	background: repeat-x url("../images/dotline.gif") top left;
	top: -29px;
	left: 18px;
}

.dotline2 {
	position: absolute;
	height: 2px;
	overflow: hidden;
	width: 199px;
	background: repeat-x url("../images/dotline.gif") top left;
	top: -29px;
	left: 521px;
}

.dotline3 {
	clear: both;
	height: 2px;
	overflow: hidden;
	width: 472px;
	background: repeat-x url("../images/dotline.gif") top left;
	position: relative;
}



h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #013e5c;
	font-size: 15px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	line-height: 18px;
	font-weight: bold;
	text-shadow: #f0efe8 1px 1px 0px;
}


.specs {
	width: 472px;
	margin: 0px 0px 0px -3px;
	color: #131923;
	position: relative;
}

.specs td{
	border-bottom: 1px dashed #c5c4bf;
}

.specs td.licht{
	color: #595959;
	width: 50%;
}

.specs td.tabelkop{
	line-height: 30px;
}



.verwantlink
{
	float: left;
	width: 131px;
	height: 168px;
	margin: 0px 8px 8px 0px;
	text-decoration: none;
	background: url("../images/verwantlink.gif") top left no-repeat;
	color: #262626;
	text-align: left;
	font-size: 11px;
	line-height: 15px;
	overflow: hidden;
	position: relative;
	padding: 5px 10px 0px 10px;
}

.verwantlink img{
	position: relative;
	margin-left: -3px;
}

a.verwantlinkwrapper:link, a.verwantlinkwrapper:visited, a.verwantlinkwrapper:active
{
	position: absolute;
	width: 151px;
	height: 173px;
	top: 0px;
	left: 0px;
	border: 0px solid #ffffff;
	text-decoration: none;
	overflow: hidden;
	z-index: 999;
	background: url("../images/verwantspacer.gif") top left no-repeat;
}
a.verwantlinkwrapper:hover {
	text-decoration: none;
	border: 0px solid #e4e4e4;
	background: url("../images/verwantspacer2.gif") top left no-repeat;
}


.prijs_verwant{
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	color: #003c5a;
	font-family: Georgia, Times, "Times New Roman", serif;
}

.prijsvan_verwant{
	font-size: 10px;
	color: #8e909c;
	font-weight: normal;
	text-decoration: line-through;
	text-shadow: none;
}


.prodfoto{
	float: left;
	width: 155px;
	height: 130px;
	padding: 15px 0px 0px 0px;
}

.prodfoto img{
	border: 0px;
	margin: 0px;
	padding: 0px;
}


.prodtext{
	float: right;
	width: 301px;
	padding: 10px 10px 0px 0px;
}

h5 {
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #01334c;
	font-size: 17px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	line-height: 20px;
	font-weight: normal;
	text-shadow: #f0efe8 1px 1px 0px;
}


.prijs{
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	color: #003c5a;
	font-family: Georgia, Times, "Times New Roman", serif;
}

.prijsvan{
	font-size: 11px;
	color: #8e909c;
	font-weight: normal;
	text-decoration: line-through;
	text-shadow: none;
}


#rightbox_webshop {
	position: absolute;
	top: -22px;
	right: -223px;
	width: 200px;
	min-height: 200px;
	margin: 11px 10px 0px 0px;
	padding: 5px 0px 0px 0px;
	text-shadow: #f7f6f3 1px 1px 0px;
}

#winkelwagen{
	float: left;
	width: 199px;
	height: 207px;
	position: relative;
	background: url("../images/winkelwagen.jpg") top left no-repeat;
	text-shadow: none;
	color: #f6f6f6;
}

.winkelkop{
	position: absolute;
	font-size: 15px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	top: 7px;
	left: 42px;
}

.winkelitems{
	position: absolute;
	font-size: 20px;
	line-height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	top: 53px;
	left: 20px;
}

.winkeltotaal{
	position: absolute;
	font-size: 12px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	top: 80px;
	left: 20px;
}


a.afrekenlink:link, a.afrekenlink:visited, a.afrekenlink:active
{
	position: absolute;
	right: 0px;
	bottom: 0px;
    text-decoration: none;
    color: #f6f6f6;
    font-weight: bold;
    width: 108px;
    height: 27px;
    line-height: 24px;
    padding-left: 10px;

}
a.afrekenlink:hover {
	 text-decoration: none;
	 color: #dc9345;
}

.aanb_top{
	float: left;
	width: 200px;
	height: 10px;
	overflow: hidden;
	background: url("../images/aanb_top.gif") top left no-repeat;
}

.aanb_midden{
	float: left;
	width: 184px;
	overflow: hidden;
	background: url("../images/aanb_midden.gif") top left repeat-y;
	padding: 0px 8px 0px 8px;
}

.aanb_bottom{
	float: left;
	width: 200px;
	height: 10px;
	overflow: hidden;
	background: url("../images/aanb_bottom.gif") top left no-repeat;
}


a.meerlink:link, a.meerlink:visited, a.meerlink:active
{
	float: right;
    text-decoration: none;
    color: #1f546c;
    font-weight: bold;
    padding: 0px 20px 0px 0px;
	background: url(../images/arrow_small_right.gif) no-repeat right 4px;
}
a.meerlink:hover {
	 text-decoration: none;
	 color: #dc9345;
}


a.smallprod:link, a.smallprod:visited, a.smallprod:active
{
	float: left;
	width: 184px;
	position: relative;
	color: #525252;
	font-size: 10px;
	line-height: 14px;
	padding: 3px 0px 3px 0px;
	border-bottom: 1px dashed #c5c4bf;
	cursor: pointer;
}
a.smallprod:hover {
	 text-decoration: none;
	 color: #0a557b;
}


.smallfoto{
	float: left;
	width: 40px;
	height: 40px;
	padding-right: 5px;
	overflow: hidden;
}

.smallfoto img{
	border: 0px;
}


.smalltekst{
	float: left;
	width: 90px;
	padding-top: 5px;
}

.smallprijs{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 11px;
	float: left;
	width: 48px;
	text-align: right;
	color: #dc9345;
	padding-top: 5px;
}



.prodlink
{
	float: left;
	width: 201px;
	height: 220px;
	margin: -17px 8px 25px 0px;
	text-decoration: none;
	background: url("../images/prodlink.gif") top left no-repeat;
	color: #262626;
	text-align: left;
	font-size: 12px;
	line-height: 15px;
	overflow: hidden;
	position: relative;
	padding: 10px 15px 0px 15px;
}

.prodlink img{
	position: relative;
	margin-left: -3px;
}

a.prodlinkwrapper:link, a.prodlinkwrapper:visited, a.prodlinkwrapper:active
{
	position: absolute;
	width: 231px;
	height: 230px;
	top: 0px;
	left: 0px;
	border: 0px solid #ffffff;
	text-decoration: none;
	overflow: hidden;
	z-index: 999;
	background: url("../images/prodspacer.gif") top left no-repeat;
}
a.prodlinkwrapper:hover {
	text-decoration: none;
	border: 0px solid #e4e4e4;
	background: url("../images/prodspacer2.gif") top left no-repeat;
}


.prijs_prod{
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	color: #003c5a;
	font-family: Georgia, Times, "Times New Roman", serif;
}

.prijsvan_prod{
	font-size: 10px;
	color: #8e909c;
	font-weight: normal;
	text-decoration: line-through;
	text-shadow: none;
}


.pagnav{
	position: absolute;
	top: -54px;
	right: 24px;
	height: 20px;
	line-height: 20px;
	color: #262626;
	text-shadow: none;

}


.pagnav a:link, .pagnav a:visited, .pagnav a:hover, .pagnav a:active {
	color: #262626;
	text-decoration: none;
	padding: 1px 4px 2px 4px;
	}

.pagnav a.actief:link, .pagnav a.actief:visited, .pagnav a.actief:hover, .pagnav a.actief:active {
	color: #ffffff;
	text-decoration: none;
	background: #db9c44;
	}



a.btn_bestellen:link, a.btn_bestellen:visited, a.btn_bestellen:active
{
	float: left;
	height: 27px;
	line-height: 27px;
	background: #013e5c url("../images/arrow_blue.gif") top right no-repeat;
	padding: 0px 20px 0px 10px;
   text-decoration: none;
   color: #ffffff;
   text-shadow: none;
   font-size: 12px;
   font-weight: bold;
}
a.btn_bestellen:hover {
	background: #0b587e url("../images/arrow_blue.gif") top right no-repeat;
	text-decoration: none;
	color: #ffffff;
}

.prijzen{
	float: left;
	padding: 3px 15px 0px 0px;
}



/* Productvarianten
------------------------------------------------------------------------------------------ */

#variaties{
	float: left;
	width: 99%;
	padding: 0px 0px 0px 0px;
	position: relative;
	margin: 0px 0px 0px -3px;
}

.varkolom1{
	float: left;
	font-weight: bold;
	width: 20%;
	padding: 3px 0px 3px 0px;
}

.varkolom2{
	float: left;
	width: 80%;
	padding: 3px 0px 3px 0px;
}






.vartabel{
	width: 100%;
	float: left;
	padding: 0px 0px 0px 0px;
}

.vartabel th{
	text-align: left;
	color: #1e1f28;
	padding: 4px;
}

.vartabel td{
	text-align: left;
	padding: 4px;
}

.vartabel td img{
	float: left;
	border: 0px;
	padding: 0px;
}

.vartabel tr.varrow2{
	background: #eeeeee;
}

.varprijs{
	font-size: 13px;
	font-weight: normal;
	color: #003c5a;
	font-family: Georgia, Times, "Times New Roman", serif;
}


.fotosoverzicht_webwinkel {
float: left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

.fotosoverzicht_webwinkel img {
width: 100px;
height: 100px;
float:left;
cursor:pointer;
padding: 0px;
border: 0px solid #f5f5f1;
margin: 0px 8px 8px 0px;
}
.fotosoverzicht_webwinkel img:hover {
border: 0px solid #f5f5f1;
}




/* Nieuw
---------------------------------------------------------------------------------------------- */

a.btn_bestel:link, a.btn_bestel:visited {
	float: left;
	background: #e60019;
	color: #ffffff;
	font-size: 18px;
	padding: 5px 12px 6px 12px;
	}

a.btn_bestel:hover, a.btn_bestel:active {
	color: #ffffff;
	text-decoration: none;
	background: #000000;
	}


.btn_bestel {
	float: right;
	height: 27px;
	line-height: 27px;
	background: #013e5c url("../images/arrow_blue.gif") top right no-repeat;
	padding: 0px 20px 0px 10px;
   text-decoration: none;
   color: #ffffff;
   text-shadow: none;
   font-size: 12px;
   font-weight: bold;
   cursor: pointer;
	}

.btn_bestel:hover {
	background: #0b587e url("../images/arrow_blue.gif") top right no-repeat;
	text-decoration: none;
	color: #ffffff;
	}



a.doorlink:link, a.doorlink:visited {
	float: left;
	color: #616161;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	background: url(../images/arrow_red.gif) 0px 6px no-repeat;
	text-decoration: underline;
	}

a.doorlink:hover, a.doorlink:active {
	color: #f00517;
	text-decoration: underline;
	}

.kosten{
	float: right;
	color: #717171;
	padding-top: 5px;
}

.lijnclearer {
	height: 5px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}


a.btn_rood:link, a.btn_rood:visited {
	float: left;
	height: 27px;
	line-height: 27px;
	background: #013e5c url("../images/arrow_blue.gif") top right no-repeat;
	padding: 0px 20px 0px 10px;
   text-decoration: none;
   color: #ffffff;
   text-shadow: none;
   font-size: 12px;
   font-weight: bold;
	}

a.btn_rood:hover, a.btn_rood:active {
	background: #0b587e url("../images/arrow_blue.gif") top right no-repeat;
	text-decoration: none;
	color: #ffffff;
	}





.btn_rood {
	float: left;
	height: 27px;
	line-height: 27px;
	background: #013e5c url("../images/arrow_blue.gif") top right no-repeat;
	padding: 0px 20px 0px 10px;
   text-decoration: none;
   color: #ffffff;
   text-shadow: none;
   font-size: 12px;
   font-weight: bold;
	cursor: pointer;
	}

.btn_rood:hover {
	background: #0b587e url("../images/arrow_blue.gif") top right no-repeat;
	text-decoration: none;
	color: #ffffff;
	}




.msg_head1{
	height: 35px;
	line-height: 35px;
	display: block;
	padding-left: 0px;
	background: none;
}

.msg_head2{
	height: 35px;
	line-height: 35px;
	display: block;
	padding-left: 0px;
	background: none;
}


.msg_head3{
	height: 45px;
	line-height: 45px;
	display: block;
	padding-left: 0px;
	background: none;
}

.stappen{
	width: 100%;
	float: left;
}

.stappen ul{
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

.stappen ul li{
	margin: 0px;
	display: inline;
	list-style-type: none;
	float: left;
	padding: 0px 15px 6px 0px;
	font-weight: bold;
}

.stappen ul li.inactief{
	filter: alpha(opacity=35);
    -moz-opacity: 0.35;
    opacity: 0.35;
}

.factuuradres{
	float: left;
	line-height: 22px;
	padding-right: 50px;
}

.bezorgadres{
	float: left;
	line-height: 22px;
}

.rood{
	color: #f00517;
}

.tabel_overzicht td{
	padding: 4px 0px 4px 0px;
}

.g2{
	color: #717171;
	font-weight: bold;
	font-size: 12px;
}

.tevoldoen{
	float: right;
	padding-top: 15px;
	padding-right: 10px;
}

.bestelnummer{
	font-size: 12px;
}


table.cart {
	width: 100%;
	position: relative;
	margin-left: -4px;
}

table.cart td{
	padding: 4px;
	margin: 0px;
}




tr.headers td{
	font-weight: bold;
}

tr.cart-subtotal td{
	border-top: 1px dashed #c5c4bf;
	padding-top: 10px;
	font-weight: bold;
}





tr.cart-endtotal td{
	border-top: 1px dashed #c5c4bf;
	padding-top: 10px;
	font-weight: bold;
}


.aantalfield {
	height: 18px;
	width: 35px;
	border: 1px solid #ffffff;
	background: #ffffff;
	padding: 4px 3px 0px 3px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	float: left;
	position: relative;
	}

.cartrij{
	background:  url("../images/dotline.gif") repeat-x bottom left;
}



.btn_bereken
{
	font-size: 12px;
	font-weight: bold;
	float: right;
   text-decoration: none;
   color: #1f546c;
	background: url(../images/arrow_small_right.gif) no-repeat 0px 4px;
	padding: 0px 47px 0px 18px;
	cursor: pointer;
}

.totaal{
	float: right;
	font-size: 12px;
	padding: 4px 47px 0px 27px;
}

.prijstotaal{
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	color: #003c5a;
	font-family: Georgia, Times, "Times New Roman", serif;
}

.betalingen{
	float: right;
	padding: 40px 47px 0px 0px;
}

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

.block-action-beschikbaarheidmaanden,
.block-action-beschikbaarheidmaanden td {
	color: #515151;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

.block-action-beschikbaarheidmaanden .beschikbaarheid td {
	padding: 5px;
	border: 0;
}

.block-action-beschikbaarheidmaanden .beschikbaarheid .period {
	background-color: #EEE;
	font-weight: bold;
	padding: 10px;
}

.block-action-beschikbaarheidmaanden .beschikbaarheid .price {
	text-align: right;
}

.block-action-beschikbaarheidmaanden .beschikbaarheid .price .old {
	color: red;
	text-decoration: line-through;
}

.block-action-beschikbaarheidmaanden .beschikbaarheid .book {
	text-align: right;
}

.block-action-beschikbaarheidmaanden .beschikbaarheid .book a {
	background-color: #78B835;
	color: white;
	padding: 3px 6px;
	text-decoration: none;
	text-shadow: none;
}

.block-action-beschikbaarheidmaanden .beschikbaarheid .book a:hover {
	background-color: #A2DB6A;
}

.block-action-beschikbaarheidmaanden .popup {
	width: 350px;
	overflow: hidden;
	position: absolute;
	display: none;
	background: #EEE;
	border: 1px solid #515151;
	z-index: 99999999;
}

.block-action-beschikbaarheidmaanden .popup .title {
	display: block;
	background: #515151;
	color: #FFF;
	font-size: 14px;
	padding: 2px 2px 2px 2px;
	text-shadow: none;
}

.block-action-beschikbaarheidmaanden .popup img.image {
	float: left;
	width: 125px;
	height: 125px;
	margin: 10px;
}

.block-action-beschikbaarheidmaanden .popup .description {
	display: block;
	margin: 10px;
}

.block-action-beschikbaarheidmaanden .popup .btn_detail {
	position: absolute;
	right: 10px;
	bottom: 10px;
	margin: 0;
}

#loading {
	position:fixed;
	top:50%;
	left:50%;
	z-index:99;
	width:150px;
	height:100px;
	margin:-30px 0 0 -30px;

	background-color:#111;
	background:rgba(0,0,0,0.8) url(../images/progress.gif) no-repeat  50% 30%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

#loading span {
	position: absolute;
	bottom: 10px;
	line-height: 14px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-shadow: none;
	width: 150px;
	color: #fff;
}




/* Header aanpassingen */
