/* 
Holland Sail
======================================================================================
URL:				www.hollandsail.nl/
Auteur: 			Stefan Efde [www.addnoise.nl]
======================================================================================
*/

/*
	ACHTERGROND:	#FFF
	PAARS:			#4d2372
	GRIJS LICHT:	#515151
	GRIJS DONKER:	#313131
	
*/

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


@font-face {
	font-family: Dax Light; 
	font-style: normal;
	src: url(../fonts/Dax-Light.ttf); 
}
@font-face {
	font-family: Dax LightItalic; 
	font-style: italic;
	src: url(../fonts/Dax-LightItalic.ttf); 
}
@font-face {
	font-family: Dax Medium; 
	font-style: normal;
	src: url(../fonts/Dax-Medium.ttf); 
}
@font-face {
	font-family: Dax Bold; 
	font-style: Bold;
	src: url(../fonts/Dax-Bold.ttf); 
}


@font-face {
	font-family: 'DaxMediumRegular';
	src: url('/themes/hollandsail/fonts/dax/dax-medium-webfont.eot');
	src: local('☺'), url('../fonts/dax/dax-medium-webfont.woff') format('woff'), url('../fonts/dax/dax-medium-webfont.ttf') format('truetype'), url('../fonts/dax/dax-medium-webfont.svg#webfontpRhFAw0v') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DaxLightItalicRegular';
	src: url('/themes/hollandsail/fonts/dax/dax-lightitalic-webfont.eot');
	src: local('☺'), url('../fonts/dax/dax-lightitalic-webfont.woff') format('woff'), url('../fonts/dax/dax-lightitalic-webfont.ttf') format('truetype'), url('../fonts/dax/dax-lightitalic-webfont.svg#webfontsOngwsxE') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DaxLightRegular';
	src: url('/themes/hollandsail/fonts/dax/dax-light-webfont.eot');
	src: local('☺'), url('../fonts/dax/dax-light-webfont.woff') format('woff'), url('../fonts/dax/dax-light-webfont.ttf') format('truetype'), url('../fonts/dax/dax-light-webfont.svg#webfontrF0bi8Xo') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DaxBoldRegular';
	src: url('/themes/hollandsail/fonts/dax/dax-bold-webfont.eot');
	src: local('☺'), url('../fonts/dax-bold-webfont.woff') format('woff'), url('../fonts/dax-bold-webfont.ttf') format('truetype'), url('../fonts/dax-bold-webfont.svg#webfont0SH9s3qW') format('svg');
	font-weight: normal;
	font-style: normal;
}

*{
	outline: 0;
}

body {
	height:100%;
	background:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#313131;
	margin:0;
	padding:0;
	-webkit-text-size-adjust:none;		  /* Turn off font resizing */		
}

a:link,a:visited,a:active {
	color:#4d2372;
	text-decoration:none;
	outline-color:invert;
	outline-style:none;
	outline-width:0;
}

#container {
	position:relative;
	min-height:100%;
	background:#FFF url(../images/homeback01.jpg) no-repeat top center;
}

#bovenstuk {
	width:100%;
	height:369px;
}

#topbar {
	width:100%;
	height:3px;
	background:#4d2372;
	line-height:0;
	font-size:0;
	z-index:999;
}

#top {
	width:980px;
	height:143px;
	position:relative;
	margin:0 auto;
}



#logo a:link,#logo a:visited,#logo a:hover {
	position:absolute;
	top:20px;
	left:45px;
	width:142px;
	height:102px;
	background:no-repeat url(../images/hs_logo_main.png) 0 0;
	cursor:pointer;
	z-index:5;
	margin:0;
	padding:0;
}
/* Fix voor IE */
	* html #logo a:link
		{
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/hollandsail/images/hs_logo_main.png', sizingMethod='crop');
		}
	* html #logo a:visited
		{
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/hollandsail/images/hs_logo_main.png', sizingMethod='crop');
		}
	* html #logo a:hover
		{
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/hollandsail/images/hs_logo_main.png', sizingMethod='crop');
		}



#catmenu {
	position:absolute;
	bottom:-10px;
	left:10px;
	width:960px;
	height:36px;
	background:no-repeat url(../images/menubalk.gif) bottom left;
	border-bottom:4px solid #4e2473;
	overflow: hidden;
}

#catmenu ul {
	list-style:none;
	margin:0;
	padding:0 0 0 223px;
}

#catmenu ul li {
	list-style-type:none;
	float:left;
	display:inline;
	margin:0;
	padding:0;
}

#catmenu li a:link,#catmenu li a:visited {
	float:left;
	height:28px;
	color:#4e2473;
	text-decoration:none;
	line-height:23px;
	font-size:12px;
	font-weight:700;
	background:none;
	padding:4px 10px 4px 15px;
}

#catmenu li a:hover {
	color:#000;
	background:no-repeat url(../images/menuback.png) 0 -36px;
}

* html #catmenu li a:hover {
	background:#FFF;
}

#catmenu li a.actief:link,#catmenu li a.actief:visited,#catmenu li a.actief:hover {
	float:left;
	height:28px;
	color:#FFF;
	background:no-repeat url(../images/menuback.png) 0 0;
	text-decoration:none;
	line-height:23px;
	font-size:12px;
	font-weight:700;
	padding:4px 10px 4px 15px;
}

#header {
	width:960px;
	height:210px;
	position:relative;
	z-index:88;
	margin:13px auto 0;
}

#header2 {
	width:980px;
	height:0;
	background:#FFC0CB;
	position:relative;
	font-size:0;
	line-height:0;
	z-index:997;
	margin:0 auto;
}

.headeroverlay {
	text-align:right;
	position:absolute;
	bottom:-180px;
	right:10px;
	width:600px;
	height:66px;
	background:no-repeat url(../images/headeroverlay.png) 0 0;
	z-index:998;
}

/* Fix voor IE */
	* html .headeroverlay
		{
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/hollandsail/images/headeroverlay.png', sizingMethod='crop');
		}



.headeroverlay div {
	font-family:Dax Medium, Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:26px;
	font-weight:400;
	color:#FFF;
	z-index:999999;
	margin:0 40px 0 0;
	padding:20px 0 0;
}

#middenstuk02 {
	width:100%;
	min-height:600px;
	padding-bottom:340px;
}

* html #middenstuk02 {
	height:600px;
}

#pagina {
	position:relative;
	width:960px;
	min-height:470px;
	background:no-repeat url(../images/pagina_bg.jpg) 0 52px;
	margin:0 auto;
}

#subnavbar {
	position:relative;
	width:960px;
	height:50px;
	background:repeat-x url(../images/subnavbar.gif) top left;
	margin-top:4px;
}


.subnavoverlay {
	position:absolute;
	bottom:-2px;
	right:-1px;
	width:755px;
	height:39px;
	background:no-repeat url(../images/subnavoverlay2.gif) bottom left;
	margin-top:4px;
}

* html .subnavoverlay {
	margin-top:0;
	background:no-repeat url(../images/subnavoverlay2.gif) bottom left;
}

.subnavleft {
	position:absolute;
	bottom:0;
	left:16px;
	width:1px;
	height:39px;
	background:#FFF no-repeat url(../images/subnavleft.gif) top left;
	margin-top:4px;
	z-index:99;
}

* html .subnavleft {
	bottom:-1px;
}

.searchtitle {
	position:absolute;
	top:20px;
	left:10px;
	font-family:Dax Bold, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:700;
	color:#FFF;
}
.searchtitle2 {
	
	font-family:Dax Bold, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:700;
	color:#4e2473;
	padding:0 0 0 24px;
}

#tabs {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:0;
	font-weight:bold;
}

#tabs ul {
	height:39px;
	list-style:none;
	margin:0;
	padding:0 0 0 21px;
	
}

#tabs li {
	float:left;
	display:inline;
	position:relative;
	margin:0;
	padding:0;
	font-weight:bold;
}

#tabs a:link,#tabs a:visited {
	float:left;
	height:39px;
	text-decoration:none;
	line-height:39px;
	margin:0;
	padding:0 10px;
}

.inactief .tabcontainer a:link,.inactief .tabcontainer a:visited {
	color:#333;
	line-height:39px;
	padding:0;
}

.inactief .tabcontainer a:hover {
	color:#4d2372;
	background:url(../images/subnavback2.gif) no-repeat center top;
	text-decoration:none;
	margin:0;
	padding:0;
}

.inactief .tabcontainer .links {
	position:absolute;
	top:0;
	height:39px;
	width:15px;
	margin:0 0 0 -15px;
	padding:0;
}

.inactief .tabcontainer a:hover .links {
	position:absolute;
	top:0;
	height:39px;
	width:15px;
	background:url(../images/subnavback2.gif) no-repeat top left;
	margin:0 0 0 -15px;
	padding:0;
}

.inactief .tabcontainer .rechts {
	position:absolute;
	top:0;
	right:-10px;
	height:39px;
	width:10px;
	margin:0 8px 0 0;
}

.inactief .tabcontainer a:hover .rechts {
	position:absolute;
	top:0;
	right:-10px;
	height:39px;
	width:10px;
	background:url(../images/subnavback2.gif) no-repeat top right;
	margin:0 8px 0 0;
}

#current {
	float:left;
	height:39px;
	text-decoration:none;
	background:url(../images/subnavback.gif) no-repeat center top;
	line-height:39px;
}

#current .tabcontainer a:link,#current .tabcontainer a:visited {
	color:#4d2372;
	font-weight:bold;
	padding:0 15px;
	
}

#current .tabcontainer a:hover {
	color:#000;
	padding:0 15px;
}

#current .tabcontainer .links {
	position:absolute;
	top:0;
	height:39px;
	width:15px;
	background:url(../images/subnavback.gif) no-repeat center top;
	background-position:0 0;
	margin:0 0 0 -15px;
	padding:0;
}

#current .tabcontainer .rechts {
	position:absolute;
	top:0;
	right:-15px;
	height:39px;
	width:15px;
	background:url(../images/subnavback.gif) no-repeat top right;
	margin:0 15px 0 0;
}

/* Fix voor IE */
	* html #current .tabcontainer .rechts {
	margin: 0px 14px 0px 0px;
}	

#leftbox {
	float:left;
	width:220px;
	min-height:200px;
}

#leftboxvervolg {
	float:left;
	width:220px;
	min-height:200px;
	padding:0;
}

.titleleft {
	padding:28px 10px 0;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:400;
	color:#313131;
	line-height:18px;
	margin:0;
	padding:0 0 12px 15px;
}

#searchbox {
	width:210px;
	position:relative;
	padding:0 0 0 10px;
}

label {
	font-size:12px;
	color:#4d2372;
	display:block;
	padding:0 0 3px 15px;
}

#newsbox {
	padding:0 0 0 5px;
}

.newstitle {
	font-family:Arial;
	font-size:16px;
	font-weight:700;
	color:#313131;
	padding:0 0 0 20px;
}

.newsdate {
	float:left;
	width:34px;
	height:28px;
	text-transform:uppercase;
	font-size:10px;
	background:url(../images/newsdate.gif) no-repeat 0 -34px;
	margin-right:8px;
	padding-top:5px;
	text-align:center;
	line-height:12px;
	color:#FFF;
}

.dag {
	font-size:12px;
	font-weight:700;
}

#newsbox ul {
	list-style-type:none;
	margin:0;
	padding:20px 20px 20px 0;
}

#newsbox ul li {
	height:34px;
	list-style-type:none;
	background:url(../images/news_dotline.gif) no-repeat bottom left;
	margin:0;
	padding:7px 0;
}

#newsbox ul li a:link,#newsbox ul li a:visited {
	display:block;
	text-decoration:none;
	color:#515151;
	line-height:16px;
	margin:0;
	padding:0 5px 0 10px;
}

.meernieuws {
	float:right;
	margin-right:35px;
}

a.meerinfo:link,a.meerinfo:visited {
	color:#4d2372;
	background:url(../images/arrow_purple.gif) no-repeat 0 4px;
	margin:10px 0 0;
	padding:0 0 0 10px;
}

a.top:link,a.top:visited {
	float:right;
	font-size:10px;
	line-height:15px;
	color:#4d2372;
	background:url(../images/arrow_top.gif) no-repeat right;
	text-decoration:none;
	margin:10px 20px 0 0;
	padding:0 15px 0 0;
}

.item {
	float:left;
	width:600px;
	height:125px;
	position:relative;
	padding:0;
}

.itemfoto {
	float:left;
	width:100px;
	height:90px;
}

.itemfoto img {
	float:left;
	width:100px;
	height:90px;
	border:0;
}

.itemcontent {
	float:left;
	width:420px;
}

.itemkop {
	font-size:14px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:700;
	color:#4d2372;
	display:block;
	border-bottom:1px solid #e2e2e2;
	padding:5px 0 5px 15px;
}

.itemkop a:link,.itemkop a:visited {
	color:#4d2372;
	text-decoration:none;
}

.itemtekst {
	float:left;
	color:#515151;
	padding:6px 0 0 15px;
}

.itemtekst .datum {
	color:#4d2372;
	font-size:11px;
}

.smallbox {
	float:left;
	position:relative;
	width:199px;
	min-height:100px;
	background:url(../images/smallbox_top.jpg) no-repeat top left;
	margin-top: 10px;
	margin-left:5px;
	padding:0;
}

* html .smallbox {
	height:120px;
}

.smallbox_btm {
	position:absolute;
	bottom:-5px;
	left:0;
	width:199px;
	height:5px;
	background:url(../images/smallbox_btm.jpg) no-repeat top left;
}

* html .smallbox_btm {
	bottom:-10px;
}

.smallbox .text {
	display:block;
	padding:20px;
}

.smallbox .title {
	font-size:18px;
	color:#313131;
	font-family:Dax Medium, Arial, Helvetica, sans-serif;
	font-weight:700;
}

#contentbox {
	float:left;
	width:740px;
	min-height:200px;
	padding:0;
}

* html #contentbox {
	width:700px;
	height:200px;
}

.content {
	padding:20px 30px 0;
}

* html .content {
	padding-right:10px;
}

.content ul {
	list-style-type:none;
	margin:0px;
	padding: 0px 0px 0px 15px;
}

.content ul li {
	list-style: none;
	background:url(../images/arrow_purple.gif) no-repeat 0 5px;
	margin:5px 0 0;
	padding:0 0 0 10px;
}

.content .title,
.introcontent .title,
.contentvervolg .title,
h4 {
	font-family:Dax Medium, Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:400;
	color:#4d2372;
	line-height:28px;
	margin:0;
	padding:0 0 20px;
}

.contentvervolg .title {
	margin-left: 13px;
}

.introtext {
	color:#323232;
	font-weight:700;
	font-size:12px;
}

.text {
	padding:0 100px 0 0;
}

.blokbutton {
	position:absolute;
	bottom: 0px;
	left:10px;
	z-index: 99;
}

.blocks {
	float:left;
	padding: 20px 0 0 20px;
}

.block {
	position:relative;
	float:left;
	width:218px;
	padding: 8px 0px 0px 3px;
	margin-right:10px;
	background:no-repeat url(../images/blocktitlebg.jpg) top left;
}

* html .block {
	margin-right:5px;
}


.blocktitle {
	font-family:Dax Bold, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:700;
	color:#4d2372;
	display:block;
	padding:0 0 5px 10px;
	margin: 0;
}

.block img {
	width:215px;
	height:210px;
	border:0;
}

.block img:hover {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	z-index:1;
}

.blockoverlay {
	position:absolute;
	top:164px;
	left:3;
	width:215px;
	height:110px;
	background:no-repeat url(../images/blockfade.png) top left;
	margin-top:4px;
	z-index:5;
}
/* Fix voor IE */
	* html .blockoverlay
		{
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/hollandsail/images/blockfade.png', sizingMethod='crop');
		}


.blocktext {
	display:block;
	color:#323232;
	font-size:11px;
	line-height:16px;
	padding:10px 10px 20px;
}

a.btn_grey {
	float:left;
	font-weight:700;
	font-size:12px;
	background:url(../images/btn_add.gif) no-repeat left top;
	line-height:23px;
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
	margin:5px 10px 0 8px;
	padding:0 0 0 20px;
}

#bovenstuk_vervolg {
	width:100%;
	height:288px;
}

#header_small {
	width:960px;
	height:130px;
	position:relative;
	margin:13px auto 0;
}

#vervolgpagina {
	position:relative;
	width:960px;
	min-height:470px;
	background:no-repeat url(../images/paginavervolg_bg.jpg) 0 52px;
	margin:0 auto;
}

.contentvervolg {
	padding:20px 10px 0 15px;
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:400;
	color:#4d2372;
	line-height:28px;
	margin:0;
	padding:0 0 10px 20px;
}

.sortby {
	float:right;
	color:#FFF;
	background:#313131;
	position:relative;
	padding:5px 10px;
}

.sortby a:link,.sortby a:visited {
	font-size:12px;
	text-decoration:none;
	color:#FFF;
}

#box1 {
	width:150px;
	height:144px;
	position:absolute;
	top:0;
	left:0;
	background:#515151;
}

.titlebar {
	height:6px;
	font-size:0;
	line-height:0;
	background:#313131;
	margin:0;
	padding:0;
}

.titlebar_light {
	height:6px;
	font-size:0;
	line-height:0;
	background:#aeb1b1;
	margin:0;
	padding:0;
}

.titlebar_lighter {
	height:6px;
	font-size:0;
	line-height:0;
	background:#eaeaea;
	margin:10px 0 0;
	padding:0;
}

.show_as {
	position:absolute;
	bottom:28px;
	right:0;
	width:80px;
	height:30px;
}

a.goback2:link,a.goback2:visited {
	position:absolute;
	bottom:35px;
	right:120px;
	font-size:11px;
	line-height:15px;
	color:#4d2372;
	background:#f6f6f6 url(../images/arrow_prev.gif) no-repeat 5px 5px;
	text-decoration:none;
	margin:10px 0 0 10px;
	padding:2px 5px 2px 15px;
}

a.print:link,a.print:visited {
	position:absolute;
	bottom:35px;
	right:90px;
	width:20px;
	height:19px;
	display:block;
	font-size:11px;
	line-height:15px;
	background:url(../images/print_btn.gif) no-repeat 0 -19px;
	text-decoration:none;
	margin:0;
	padding:0;
}

a.print:hover {
	background:url(../images/print_btn.gif) no-repeat 0 0;
}

.optionsbar {
	height:24px;
	background:#ededed;
	position:relative;
	margin:0;
	padding:0;
}

.shipbutton01 {
	float:left;
	margin:10px 0 0;
}

.shipbutton02 {
	float:left;
	margin:10px 0 0 20px;
}

.shipbutton03 {
	float:left;
	margin:10px 0 0 15px;
}

a.btn_info {
	float:left;
	font-weight:700;
	font-size:11px;
	background:url(../images/btn_add.gif) no-repeat left top;
	line-height:23px;
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
	margin: 5px 0 0;
	padding:0 0 0 20px;
}

.shipbox {
	float:left;
	width:692px;
	height:115px;
	background:#fff;
	border:1px solid #f3f3f3;
	margin-bottom:4px;
	padding:10px;
}

.shipbox02 {
	float:left;
	width:692px;
	height:115px;
	background:#f3f3f3;
	border:1px solid #efefef;
	margin-bottom:4px;
	padding:10px;
}

.shipphoto {
	float:left;
	width:120px;
	height:100px;
}
* html .shipphoto {
	padding: 0px;
}

.shipcontent {
	float:left;
	width:465px;
	padding-left:20px;
}

.shiptitle {
	margin: 0;
	padding: 0;
}

.shiptitle a:link, shiptitle a:visited {
	font-size:14px;
	font-weight:700;
	color:#4d2372;
	display:block;
	text-decoration:none;
	padding:5px 0 0;
}

.ammount {
	font-size:12px;
	font-weight:400;
	color:#9c9c9c;
}

.shiptext {
	float:left;
	color:#575757;
	padding:5px 50px 0 0;
}

.price {
	font-family:Arial;
	margin-right:20px;
	float:left;
	font-size:12px;
	background:url(../images/arrow_purple.gif) no-repeat 5px 9px;
	color:#4d2372;
	padding:4px 10px 4px 15px;
}

.thumbs_shipbox {
	float:left;
	width:200px;
	height:220px;
	background:#fff;
	border:1px solid #f3f3f3;
	margin-bottom:10px;
	margin-right:10px;
	padding:10px;
}
* html .thumbs_shipbox {
	margin-right: 6px;
	overflow: hidden;
}

.thumbs_shipbox02 {
	float:left;
	width:200px;
	height:220px;
	background:#f3f3f3;
	border:1px solid #efefef;
	margin-bottom:10px;
	margin-right:10px;
	padding:10px;
}
* html .thumbs_shipbox02 {
	margin-right: 6px;
	overflow: hidden;
}


.thumbs_shipphoto {
	float:left;
	width:190px;
	height:160px;
}
* html .thumbs_shipphoto {
	width: 184px;
	height: 154px;
}


.thumbs_shipcontent {
	float:left;
	width:190px;
	padding-left:0;
	text-align:center;
}

a.thumbs_shiptitle:link,a.thumbs_shiptitle:visited {
	font-size:12px;
	font-weight:700;
	color:#4d2372;
	display:block;
	text-decoration:none;
	padding:15px 0 0;
}

.thumbs_ammount {
	font-size:11px;
	font-weight:400;
	color:#9c9c9c;
}

.thumbs_shiptext {
	display:none;
	float:left;
	color:#575757;
	padding:5px 50px 0 0;
}

.thumbs_price {
	display:none;
	float:right;
	color:#313131;
	font-family:Arial;
	font-size:18px;
	margin-right:70px;
	margin-top:10px;
}

.detailbox {
	float:left;
	width:692px;
	min-height:180px;
	background:#fff;
	border:1px solid #f3f3f3;
	margin-bottom:4px;
	position:relative;
	padding:10px;
}

.detailgallery {
	float:left;
	width:280px;
}

.detailphoto_big {
	float:left;
	width:250px;
	border:0;
	margin-right:6px;
	position:relative;
}

.detailphoto_big img {
	width:250px;
	border:0;
}

.detailphotos_small {
	float:left;
	border:0;
	margin-top:20px;
	height:203px;
	overflow:hidden;

	z-index:7;
}

.meerfotos{
	position: absolute;
	left: 20px;
	top: 265px;
	color:#656565;
	background:url(../images/arrow_purple.gif) no-repeat 0 6px;
	margin:10px 0 0;
	padding:0 0 0 10px;
	font-size: 11px;
	z-index: 8;
}
.overig {
	color:#656565;
	background:url(../images/arrow_purple.gif) no-repeat 5px 6px;
	margin: 3px 0 0;
	padding:0 0 0 15px;
	font-size: 11px;
	z-index: 8;
	display: block;
}

.detailphotos_small img {
	float:left;
	width:100px;
	height:90px;
	border:0px;
	margin:0 6px 6px 0;
	padding: 0 6px 6px 0;
}

.detailbox .introdetail {
	font-family:Arial;
	font-weight:700;
	color:#313131;
	padding:5px 20px 0 0;
	margin-left: 280px;
}

.detailbox .introdetail .slogan {
	font-family:Arial;
	font-weight:bold;
	font-size: 16px;
	color: #4D2372;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	display: block;
}

.detailbox .introdetail .paars{
	color: #000000;
	font-weight: normal;
}

.detailbox .introdetail .paars b {
	color:#4d2372;
}


.plattegrond {
	width:400px;
}

.plattegrond img {
	width:400px;
	border:0;
}

.buttondetail {
	float:left;
	margin:0 0 0 5px;
}

.buttondetail2 {
	float:left;
	margin:0;
}

a.btn_site {
	float:left;
	font-weight:700;
	font-size:11px;
	background:url(../images/btn_add.gif) no-repeat left top;
	line-height:23px;
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
	margin:5px 0 0 5px;
	padding:0 0 0 10px;
}

a.btn_site span {
	float:left;
	background:url(../images/btn_add.gif) no-repeat right top;
	margin:0 -8px 0 0;
	padding:0 35px 0 5px;
}

.discriptionbox {
	float:left;
	width:450px;
	min-height:180px;
	background:url(../images/textbox_bg.jpg) no-repeat top left;
	position:relative;
	margin:0 0 10px;
	padding:20px;
}
* html .discriptionbox {
	width:450px;
}

.discriptionbox .text {
	padding:0 20px 0 0;
	display: block;
}

.headline {
	font-family:Arial;
	font-size:16px;
	font-weight:700;
	color:#4d2372;
	padding:0;
}

.headline .totaal {
	font-size: 12px;
	font-weight: normal;
	color: #b8b8b8 ;
}

.featuresbox {
	float:left;
	width:450px;
	min-height:180px;
	position:relative;
	margin:0 0 10px;
	padding:20px;
}
* html .featuresbox {
	width:430px;
}

.facs {
	float:right;
	width:180px;
	min-height:180px;
	padding:20px;
}

* html .facs {
	height:180px;
	padding: 20px 0px 20px 20px;
}

.facs ul {
	font-size:12px;
	list-style-type:none;
	margin:0;
	padding:20px 0 0 5px;
}

.facs ul li {
	list-style-type:none;
	background:url(../images/check.gif) no-repeat 0 2px;
	margin:0;
	padding:0 0 6px 20px;
}

.icons img {
	border:0;
	float:left;
	margin:5px 9px 2px 0;
}

.kenmerken {
	float:left;
	width:220px;
	height:25px;
	border-bottom:1px solid #eaeae9;
	display:block;
	margin-bottom:2px;
}

.veld {
	float:left;
	width: 80px; /*114px;*/
	padding-top: 3px;
	padding-right: 10px;
	height:25px;
	/*line-height:25px;*/
}

.waarde {
	float:left;
	width: 125px;
	padding-top: 3px;
	/* line-height: 25px;*/
	color:#4d2372;
}

.options {
	float:right;
	width:180px;
	min-height:180px;
	padding:0 20px 20px 40px;
}

.als {
	font-size:10px;
	line-height:14px;
}

#resultsbox {
	float:left;
	width:180px;
	padding:0 0 0 10px;
}

#resultsbox img {
	float:left;
	border:0;
	margin:0 8px 0 0;
}

#resultsbox ul {
	list-style-type:none;
	margin:0;
	padding:0 20px 0 0;
}

#resultsbox ul li {
	float:left;
	width:190px;
	display:block;
	font-size:11px;
	list-style-type:none;
	background:url(../images/news_dotline.gif) no-repeat bottom left;
	margin:0;
	padding:7px 0 10px;
}

#resultsbox ul li a:link,#resultsbox ul li a:visited {
	float:left;
	display:block;
	text-decoration:none;
	color:#232323;
	line-height:16px;
	border:0;
	margin:0;
	padding:0 5px 0 10px;
}

#resultsbox ul li a:hover {
	text-decoration:underline;
	color:#4d2372;
}

#resultsbox ul li a.actief:link,#resultsbox ul li a.actief:visited {
	display:block;
	text-decoration:none;
	color:#4d2372;
	line-height:16px;
	border:0;
	font-weight:700;
	margin:0;
	padding:0 5px 0 10px;
}

.ammount2 {
	font-size:10px;
	font-weight:400;
	color:#9c9c9c;
}

a.goback:link,a.goback:visited {
	font-size:11px;
	line-height:15px;
	color:#4d2372;
	background:#f6f6f6 url(../images/arrow_prev.gif) no-repeat 5px 5px;
	text-decoration:none;
	margin:10px 0 0 10px;
	padding:2px 5px 2px 15px;
}

a.goback3:link,a.goback3:visited {
	font-size:11px;
	line-height:15px;
	color:#4d2372;
	background:#f6f6f6 url(../images/arrow_prev.gif) no-repeat 5px 5px;
	text-decoration:none;
	margin:10px 0 0;
	padding:2px 5px 2px 15px;
}

.shadow {
	position:absolute;
	bottom:-16px;
	right:0;
	width:290px;
	height:20px;
	background:url(../images/fotoshadow.png) no-repeat 0 0;
}

/* Fix voor IE */
	* html .shadow
		{
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/hollandsail/images/fotoshadow.png', sizingMethod='crop');
		}

.fotoshome {
	float:right;
	width:290px;
	position:relative;
	margin:5px 0 20px 40px;
	padding:0;
}

.fotoshome img {
	border:3px solid #e6e6e6;
	width:290px;
	cursor:pointer;
	margin:0;
	padding:2px;
}

.fotoshome img:hover {
	border:3px solid #dcdcdc;
}

.fotoslinks {
	float:left;
	width:180px;
	position:relative;
	margin:15px 20px 20px 0;
	padding:0;
}

.fotoslinks img {
	border:0;
	width:180px;
	cursor:pointer;
	margin:0 2px 0 0;
}

.fotosoverzicht {
	width:600px;
	margin:10px 0 0;
	padding:10px 0 0;
}

.fotosoverzicht img {
	height:100px;
	border:0;
	float:left;
	cursor:pointer;
	margin:0 15px 15px 0;
	padding:0;
}

.fotosoverzicht_tekst {
	overflow: hidden;
}

.fotosoverzicht_tekst img {
	border:0;
	float:left;
	cursor:pointer;
	margin:0 15px 15px 0;
	padding:0;
}

.shade {

	width: 100%;
	height: 215px;
	background: no-repeat url(../images/middenstukbg.jpg) top left;
	z-index: -1;
}

#onderstuk {
	width:100%;
	height:340px;
	position:relative;
	
	background: #2b044f url(../images/bg_introfooter_nieuw.jpg) no-repeat top center;
	margin:-340px auto 0;
	padding-top: 1px;
	border-top: 1px solid #33144f;
}

* html #onderstuk {
	margin-top:-340px;
}

#introfooter {
	width:980px;
	height: 330px;
	color:#FFF;
	position:relative;
	margin:0 auto;
}

.introfooterkop {
	font-size:18px;
	color:#FFF;
	display:block;
	padding:0 0 25px;
	font-family: Dax Medium,Arial,Helvetica,sans-serif;
}

.kolom, .kolom_de {
	float:left;
	width:240px;
	height:220px;
	font-size:11px;
	margin:25px 0 0 40px;
}

* html .kolom, * html .kolom_de {
	margin:25px 0 0 20px;
}

.kolom ul, .kolom_de ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.kolom ul li, .kolom_de ul li {
	list-style-type:none;
	background:url(../images/introfooterline.gif) no-repeat bottom left;
	margin:0;
	padding:3px 0 4px;
}

.kolom ul li a:link,.kolom ul li a:visited,.kolom_de ul li a:link,.kolom_de ul li a:visited {
	text-decoration:none;
	font-size:11px;
	color:#FFF;
	background:url(../images/arrow_white.gif) no-repeat 0 4px;
	margin:0;
	padding:0 0 0 15px;
}





.newsletter {
	padding: 0px 0px 0px 0px;
}

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

input.input_news {
	height: 14px;
	width: 201px;
	background: transparent url(../images/inputnews_bg.gif) top left no-repeat;
	border: 0px;
	padding: 5px 5px 5px 15px;
	color: #909090;
	margin: 5px 0px 0px 0px;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

input.input_news:focus {
	height: 14px;
	width: 201px;
	background: transparent url(../images/inputnews_bg.gif) top left no-repeat;
	border: 0px;
	padding: 5px 5px 5px 15px;
	color: #909090;
	margin: 5px 0px 0px 0px;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}



.kolom input.addforminput {
	height: 14px;
	width: 141px;
	background: transparent url(../images/inputnews_bg_naam.gif) top left no-repeat;
	border: 0px;
	padding: 5px 5px 5px 55px;
	color: #434343;
	margin: 5px 0px 0px -10px;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	position: relative;
}



.kolom input.addforminput:focus {
	height: 14px;
	width: 141px;
	background: transparent url(../images/inputnews_bg_naam.gif) top left no-repeat;
	border: 0px;
	padding: 5px 5px 5px 55px;
	color: #434343;
	margin: 5px 0px 0px -10px;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	position: relative;	
}



.kolom_de input.addforminput {
	height: 14px;
	width: 141px;
	background: transparent url(../images/inputnews_bg_name.gif) top left no-repeat;
	border: 0px;
	padding: 5px 5px 5px 55px;
	color: #434343;
	margin: 5px 0px 0px -10px;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	position: relative;
}



.kolom_de input.addforminput:focus {
	height: 14px;
	width: 141px;
	background: transparent url(../images/inputnews_bg_name.gif) top left no-repeat;
	border: 0px;
	padding: 5px 5px 5px 55px;
	color: #434343;
	margin: 5px 0px 0px -10px;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	position: relative;	
}



.kolom input#email, .kolom_de input#email {
	height: 14px;
	width: 141px;
	background: transparent url(../images/inputnews_bg_email.gif) top left no-repeat;
	border: 0px;
	padding: 5px 5px 5px 55px;
	color: #434343;
	margin: 5px 0px 0px -10px;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	position: relative;
}



.kolom input#email:focus, .kolom_de input#email:focus {
	height: 14px;
	width: 141px;
	background: transparent url(../images/inputnews_bg_email.gif) top left no-repeat;
	border: 0px;
	padding: 5px 5px 5px 55px;
	color: #434343;
	margin: 5px 0px 0px -10px;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	position: relative;	
}


.kolom #unsubscribe, .kolom_de #unsubscribe{
	display: none;
	visibility: hidden;
}



.kolomlast {
	float:left;
	width:100px;
	height:220px;
	margin:25px 0 0 30px;
}

.copyright {
	position:absolute;
	bottom:-3px;
	right:5px;
	font-size:11px;
	line-height:18px;
	padding:0;
}

.logowit {
	position:absolute;
	top:200px;
	right:0;
	width:110px;
	height:80px;
	display:block;
	background:no-repeat url(../images/logo_hs_wit.gif) 0 0;
	cursor:pointer;
	z-index:5;
	margin:0;
	padding:0;
}

a.home:link,a.home:visited {
	float:right;
	display:block;
	width:24px;
	height:24px;
	text-decoration:none;
	line-height:0;
	font-size:0;
	background:url(../images/icon_home.gif) no-repeat 0 -24px;
	margin:0 0 0 8px;
	padding:0;
}

a.home:hover {
	background:url(../images/icon_home.gif) no-repeat 0 0;
}

a.sitemap:link,a.sitemap:visited {
	float:right;
	display:block;
	width:24px;
	height:24px;
	text-decoration:none;
	line-height:0;
	font-size:0;
	background:url(../images/icon_sitemap.gif) no-repeat 0 -24px;
	margin:0 0 0 8px;
	padding:0;
}

a.sitemap:hover {
	background:url(../images/icon_sitemap.gif) no-repeat 0 0;
}

a.contact:link,a.contact:visited {
	float:right;
	display:block;
	width:24px;
	height:24px;
	text-decoration:none;
	line-height:0;
	font-size:0;
	background:url(../images/icon_contact.gif) no-repeat 0 -24px;
	margin:0 0 0 8px;
	padding:0;
}

a.contact:hover {
	background:url(../images/icon_contact.gif) no-repeat 0 0;
}

#kruimelpad {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	z-index:999;
}

#kruimelpad ul {
	margin:3px 0 0 17px;
	padding:0;
}

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

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

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



.oldprice {
	text-decoration:line-through;
}

.clearer {
	height:0;
	font-size:0;
	line-height:0;
	clear:both;
	margin:0;
	padding:0;
}

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

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

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

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

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

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

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

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

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

.spacer5 {
	height:5px;
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
}

.spacer10 {
	height:10px;
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
}

.spacer15 {
	height:15px;
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
}

.spacer25 {
	height:25px;
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
}

.spacer35 {
	height:35px;
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
}

.spacer40 {
	height:40px;
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
}

.spacer50 {
	height:50px;
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
}

.spacer85 {
	height:85px;
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
}

html,* html #container {
	height:100%;
}

a:hover,.topnav ul li a.actief:hover,a.meerinfo:hover,a.top:hover,.itemkop a:hover,.itemkop a:active,#resultsbox ul li a.actief:hover,.kolom ul li a:hover,.kolom_de ul li a:hover,#kruimelpad li a:hover,#kruimelpad li a.actief:hover {
	text-decoration:underline;
}

a.nl:link,a.nl:visited,a.nl_actief:link,a.nl_actief:visited {
	float:left;
	display:block;
	width:23px;
	height:23px;
	text-decoration:none;
	line-height:0;
	font-size:0;
	background:url(../images/flag_nl.gif) no-repeat 0 0;
	margin:0 0 0 8px;
	padding:0;
}

a.de:link,a.de:visited,a.de_actief:link,a.de_actief:visited {
	float:left;
	display:block;
	width:23px;
	height:23px;
	text-decoration:none;
	line-height:0;
	font-size:0;
	background:url(../images/flag_de.gif) no-repeat 0 0;
	margin:0 0 0 8px;
	padding:0;
}




a.en:link,a.en:visited,a.en_actief:link,a.en_actief:visited {
	float:left;
	display:block;
	width:23px;
	height:23px;
	text-decoration:none;
	line-height:0;
	font-size:0;
	background:url(../images/flag_en.gif) no-repeat 0 0;
	margin:0 0 0 8px;
	padding:0;
}



* html #catmenu li a.actief:link,* html #catmenu li a.actief:visited,* html #catmenu li a.actief:hover {
	background:no-repeat url(../images/menuback.gif) 0 0;
}

* html #pagina,* html #vervolgpagina {
	height:470px;
}

* html #leftbox,* html #leftboxvervolg {
	height:200px;
}

#newsbox ul li:hover,#resultsbox ul li:hover {
	background:#f6f6f6 url(../images/news_dotline.gif) no-repeat bottom left;
}

#newsbox ul li a:hover,.paars {
	color:#4d2372;
}

a.btn_grey span,a.btn_info span {
	float:left;
	background: #ffffff url(../images/btn_add.gif) no-repeat right top;
	margin:0 0px 0 0;
	padding:0 45px 0 5px;
	color: #ffffff;	
}

a:hover.btn_grey,a:hover.btn_info,a:hover.btn_add,a:hover.btn_book,a:hover.btn_site {
	background-position: left -23px;
	text-decoration: none;
	color: #ffffff;
}


a:hover.btn_grey span,a:hover.btn_info span,a:hover.btn_add span,a:hover.btn_book span,a:hover.btn_site span {
	background-position:right -23px;
}



* html .titlebar,* html .optionsbar {
	width:700px;
}

.show_as a.list:link,.show_as a.list:visited,.show_as a.listactief:link,.show_as a.listactief:visited {
	width:38px;
	height:28px;
	float:left;
	display:block;
	background:url(../images/show_as.gif) no-repeat 0 0;
	text-decoration:none;
	margin:0 5px 0 0;
	padding:0;
}

.show_as a.thumbs:link,.show_as a.thumbs:visited,.show_as a.thumbsactief:link,.show_as a.thumbsactief:visited {
	width:37px;
	height:28px;
	float:left;
	display:block;
	background:url(../images/show_as.gif) no-repeat -38px 0;
	text-decoration:none;
	margin:0;
	padding:0;
}

a.goback2:hover,a.goback:hover,a.goback3:hover {
	color:#FFF;
	background:#4d2372 url(../images/arrow_prev_white.gif) no-repeat 5px 5px;
}

a.goback4:link,a.goback4:visited {
	float: right;
	font-size:11px;
	line-height:15px;
	color:#4d2372;
	background:#f6f6f6 url(../images/arrow_prev.gif) no-repeat 5px 5px;
	text-decoration:none;
	margin:10px 20px 0px 10px;
	padding:2px 5px 2px 15px;
}

a.goback4:hover {
	color:#FFF;
	background:#4d2372 url(../images/arrow_prev_white.gif) no-repeat 5px 5px;
}


a.btn_add,a.btn_book {
	float:left;
	font-weight:700;
	font-size:11px;
	background:url(../images/btn_add.gif) no-repeat left top;
	line-height:23px;
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
	margin:5px 0 0;
	padding:0 0 0 10px;
}

a.btn_book:visited, a.btn_add:visited{
	color: #fff;
}

a.btn_add span,a.btn_book span {
	float:left;
	background: #ffffff url(../images/btn_add.gif) no-repeat right top;
	margin:0 0px 0 0;
	padding:0 35px 0 5px;
}

.shipbox:hover,.shipbox02:hover,.thumbs_shipbox:hover,.thumbs_shipbox02:hover {
	border:1px solid #515151;
}

.shipphoto img,.thumbs_shipphoto img,.detailphoto_big a:link,.detailgallery a:visited,.detailphotos_small a:link,.detaiphotos_small a:visited {
	border:0;
}

a.shipphoto:link,a.shipphoto:visited,a.thumbs_shipphoto:link,a.thumbs_shipphoto:visited {
	position:relative;
	border:3px solid #dfdfdf;
	margin:0;
	padding:0;
}

a.shipphoto:hover,a.thumbs_shipphoto:hover {
	border:3px solid #cecece;
}

.shipshadow,.thumbs_shipshadow {
	width:125px;
	height:10px;
	position:absolute;
	bottom:-13px;
	right:0;
	background:url(../images/ship_shadow.png) no-repeat 0 0;
}
/* Fix voor IE */
	* html .shipshadow, * html .thumbs_shipshadow
		{
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/hollandsail/images/ship_shadow.png', sizingMethod='crop');
		}

a.shiptitle:hover,a.thumbs_shiptitle:hover {
	color:#313131;
}

* html .detailbox,* html .discriptionbox,* html .featuresbox {
	height:180px;
}


#sitemap {
	margin-top:20px;
}

#sitemap ul {
	list-style-type:none;
	margin:0 25px 0 0;
	padding:0;
}

#sitemap ul li {
	list-style-type:none;
	line-height:20px;
	padding:0 0 0 13px;
	background: none;
}
#sitemap ul li ul li {
	list-style-type:none;
	line-height:12px;
	padding:0 0 0 13px;
	background: none;
}

#sitemap ul li a:link,#sitemap ul li a:visited {
	color:#313131;
	margin-left:13px;
	text-decoration:none;
	font-size:11px;
	font-weight:700;
	border-left:5px solid #4d2372;
	padding:0 10px 0 13px;
	background: none;
}

#sitemap ul li ul li a:link,#sitemap ul li ul li a:visited {
	color:#313131;
	margin-left:0;
	text-decoration:none;
	font-size:11px;
	font-weight:700;
	border-left:5px solid #4d2372;
	background:none;
	padding:0 0 0 13px;
}

#sitemap ul li ul li ul li a:link,#sitemap ul li ul li ul li a:visited {
	color:#515151;
	text-decoration:none;
	font-size:10px;
	font-weight:700;
	border-left:0 solid #6b9531;
	background:transparent url(../images/arrow_small.gif) no-repeat 6px 3px;
	padding:0 0 0 15px;
}

#sitemap ul li ul li ul li ul li a:link,#sitemap ul li ul li ul li ul li a:visited {
	color:#333;
	text-decoration:none;
	font-size:10px;
	font-weight:400;
	text-transform:none;
	border-left:0 solid #6b9531;
	padding:0 0 0 15px;
}

#sitemap ul li ul li ul li ul li ul li a:link,#sitemap ul li ul li ul li ul li ul li a:visited {
	color:#62aa36;
	text-decoration:none;
	font-size:10px;
	font-weight:400;
	text-transform:none;
	border-left:0 solid #6b9531;
	padding:0 0 0 15px;
}


#sitemap ul li a:hover,#sitemap ul li ul li a:hover,#sitemap ul li ul li ul li a:hover,#sitemap ul li ul li ul li ul li a:hover,#sitemap ul li ul li ul li ul li ul li a:hover {
	color:#4d2372;
	text-decoration:underline;
}
.kolom {
	line-height: 16px;
}

.kolom .adres {
	line-height: 15px;
}
.adres a:link, .adres a:visited {
	text-decoration: underline;
	color: #fff;
}

.prijslijst {
	float: left;
	height: 15px;
	text-align: center;
	padding: 40px 10px 10px 10px;
	background:transparent url(../images/excel_icon.gif) no-repeat center 5px;
	margin-top: 10px;
}
.prijslijst:hover {
	background: #efedf0 url(../images/excel_icon.gif) no-repeat center 5px;
}

.ico_pdf
{
	padding: 3px 0px 3px 25px;
	background: url(../images/ico_pdf.gif) no-repeat 0px 0px;
}



/* Top navigatie
----------------------------------- */

.topnav {
	position: absolute;
	top: 0px;
	right: -20px;
	width: 700px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	background: url(../images/bg_introbar_search_ext.png) no-repeat 0px 0px;
}

.topnav.alttop {
	background: url(../images/bg_introbar_search_ext_alt.png) no-repeat 0px 0px;
}


.topnav ul {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 40px;
	list-style-type: none;
	display: inline;
}

.topnav ul li {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	background: url(../images/topnav_spacer.gif) no-repeat 0px 15px;
}
.topnav ul li.first {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	background: none;
}

.topnav ul li a:link, .topnav ul li a:visited {
	float: left;
	font-family: 'DaxMediumRegular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	font-size: 12px;
	color: #f4f1f6;
	background: none;
}
.topnav ul li a:hover {
	color: #fff;
	background: url(../images/topnav_arrow.gif) no-repeat top center;
}

.topnav ul li a.actief:link, .topnav ul li a.actief:visited {
	font-family: Arial;
	font-weight: bold;
	padding: 10px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	font-size: 12px;
	color: #2c3238;
	background: url(../images/topnav_arrow.gif) no-repeat top center;
}
.topnav ul li a.actief:hover {
	text-decoration: underline;
}

/* Searchbar */
.searchboxsmall {
	
	position: absolute;
	top: 5px;
	right: 85px;
	width: 120px;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;


}


.searchboxsmall form p { position: relative; margin: 0px 12px 0px 0px; }
.searchboxsmall form p label { position: absolute; top: 0px; left: 0px; }
.searchboxsmall form p br {display: none;}

.searchboxsmall form fieldset {
	border: 0px;
	margin: 0;
	padding: 0;
}


.searchboxsmall select {
	position: absolute;
	top: 0px;
	right: 0px;
}
.searchboxsmall input.submit {
	position: absolute;
	right: -65px;
	top: 0px;
	border:0;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	width: 50px;
	height: 30px;
	background: none;
	color: #bcb1c4;
	text-align: center;
	line-height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
}
	
.searchboxsmall input.submit:hover {
	text-decoration: none;
	color: #fff;

}
.searchboxsmall input.submit:active {

}

.searchboxsmall form fieldset p input.input_searchfield {
	background: none;
	border: 0px solid #2a0d45;
	font-size: 11px;
	width: 120px;
	height: 30px;
 	line-height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	font-style: italic;
 	font-weight: 300;
}
.searchboxsmall .input_searchfield:focus {
	outline: none;
}
.searchboxsmall ::-webkit-input-placeholder {
   color: #82738c;
}

.searchboxsmall :-moz-placeholder {  
   color: #82738c;  
}
.searchboxsmall :-ms-input-placeholder {  
   color: #82738c;  
}
.placeholder
{
  color: #82738c;
}



/* Flags
------------------------- */

.flags {
	float: left;
	padding: 8px 50px 0px 0px;
	position: relative;
	z-index: 97;
}

a.nl:link, a.nl:visited, a.nl:hover {
	float: left;
	display: block;
	width: 23px;
	height: 23px;
	padding: 0px;
	text-decoration: none;
	line-height: 0px;
	font-size: 0px;
	margin: 0px 0px 0px 8px;
	background: url("../images/flag_nl.png") no-repeat 0px 0px;
	cursor: pointer;
	
}



a.nl_actief:link, a.nl_actief:visited {
	float: left;
	display: block;
	width: 23px;
	height: 23px;
	padding: 0px;
	text-decoration: none;
	line-height: 0px;
	font-size: 0px;
	margin: 0px 0px 0px 8px;
	background: url("../images/flag_nl.png") no-repeat 0px 0px;
	cursor: pointer;	

}

/* Fix voor IE */
	* html a.nl:link, * html a.nl:visited, * html a.nl:hover, * html a.nl_actief:link, * html a.nl_actief:visited
		{
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/hollandsail/images/flag_nl.png', sizingMethod='crop');
		}

a.de:link, a.de:visited,a.de:hover {
	float: left;
	display: block;
	width: 23px;
	height: 23px;
	padding: 0px;
	text-decoration: none;
	line-height: 0px;
	font-size: 0px;
	margin: 0px 0px 0px 8px;
	background: url("../images/flag_de.png") no-repeat 0px 0px;
	cursor: pointer;	
}		

a.de_actief:link, a.de_actief:visited {
	float: left;
	display: none;
	width: 23px;
	height: 23px;
	padding: 0px;
	text-decoration: none;
	line-height: 0px;
	font-size: 0px;
	margin: 0px 0px 0px 8px;
	background: url("../images/flag_de.png") no-repeat 0px 0px;
	cursor: pointer;	

}

/* Fix voor IE */
	* html a.de:link, * html a.de:visited, * html a.de:hover, * html a.de_actief:link, * html a.de_actief:visited
		{
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/hollandsail/images/flag_de.png', sizingMethod='crop');
		}

a.en:link, a.en:visited,a.en:hover {
	float: left;
	display: block;
	width: 23px;
	height: 23px;
	padding: 0px;
	text-decoration: none;
	line-height: 0px;
	font-size: 0px;
	margin: 0px 0px 0px 8px;
	background: url("../images/flag_en.png") no-repeat 0px 0px;
	cursor: pointer;	

}	

a.en_actief:link, a.en_actief:visited {
	float: left;
	display: block;
	width: 23px;
	height: 23px;
	padding: 0px;
	text-decoration: none;
	line-height: 0px;
	font-size: 0px;
	margin: 0px 0px 0px 8px;
	background: url("../images/flag_en.png") no-repeat 0px 0px;
	cursor: pointer;	

}

/* Fix voor IE */
	* html a.en:link, * html a.en:visited, * html a.en:hover, * html a.en_actief:link, * html a.en_actief:visited
		{
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/hollandsail/images/flag_en.png', sizingMethod='crop');
		}
		
		
		

.icon_youtube{
	width: 32px;
	height: 32px;
	position: absolute;
	right: 10px;
	top: 110px;
	border: 0px;
}		
		

		
.icon_twitter{
	width: 32px;
	height: 32px;
	position: absolute;
	right: 50px;
	top: 70px;
	border: 0px;
}

.icon_facebook{
	width: 32px;
	height: 32px;
	position: absolute;
	right: 10px;
	top: 70px;
	border: 0px;
}
.icon_linkedin{width: 32px;height: 32px;position: absolute;right: 50px;top: 110px;border: 0px;}

.linkedin {
width: 123px;
height: 42px;
position: absolute;
right: 0px;
top: 110px;
}




ul.opsomming{
	margin: 0px;
	padding: 18px 0px 18px 0px;
	float: left;
	width: 450px;
	list-style-type: none;
}

ul.opsomming li {
    background: url("../images/vinkje.gif") no-repeat scroll 0px 5px transparent;
    color: #313131;
    display: block;
    font-size: 12px;
    margin: 0px;
    padding: 4px 10px 4px 16px;
    z-index: 8;
    list-style-type: none;
	float: left;
	width: 198px;    
	border-bottom:1px solid #eaeae9;	
}

.bemanningspreekt{
	float: left;
	padding: 0px 0px 0px 12px;
	background:url(../images/arrow_purple.gif) no-repeat 0px 15px;	
}

.bemanningspreekt img{
	float: left;
	padding: 12px 7px 0px 0px;
}

.waarde1{
	float: left;
	width: 98px;
	padding-right: 10px;
}

.waarde2{
	float: left;
	padding-top: 0px;
	width: 90px;
	color: #4D2372;
}

.zeilwedstrijden{
	color: #656565; 
	font-size: 11px;
	display: block;
	padding: 0px 0px 0px 15px;
	background:url(../images/arrow_purple2.gif) top left repeat-y;
	line-height: 21px;
}




#breadcrumbs{
	position: absolute;;
	top: -48px;
	right: 10px;
	color: #313131;
}

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

#breadcrumbs ul li{
	margin: 0px;
	padding: 0px 0px 0px 13px;
	list-style-type: none;
	background: url(../images/kruimelarrow.gif) 4px 3px no-repeat;		
	display: inline;
}

#breadcrumbs a:link, #breadcrumbs a:visited { 
	color: #4d2372;
	text-decoration: none;
	}

#breadcrumbs a:hover, #breadcrumbs a:active { 
	color: #4d2372;
	text-decoration: underline;
	}
	
	

	
.aanbieding{
	float: left;
	width: 680px;
	position: relative;
	margin: 0px 30px 0px 30px;
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid #e1e1e1;
}

.aanbiedingfoto{
	float: left;
	width: 72px;
	height: 72px;
	overflow: hidden;
	padding: 0px 15px 0px 0px;
}

.aanbiedingfoto img{
	float: left;
	width: 72px;
	height: 72px;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	border: 0px;
}

.aanbiedingtekst{
	float: left;
	width: 230px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.aanbiedingtekst h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color:#4f2674;
	margin: 0px;
	padding: 0px;
}


.prijsvan{
	float: left;
	padding: 0px 8px 0px 0px;
	color: #777777;
	text-decoration: line-through;
	height: 25px;
	line-height: 25px;
}

.prijsvoor{
	float: left;
	padding: 0px 8px 0px 0px;
	color: #313131;
	font-size: 18px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
}

.aanbiedingbuttons{
	float: right;
	width: 340px;
	padding: 18px 0px 0px 0px;
}


a.btn_nuboeken:link, a.btn_nuboeken:visited {
	float:left;
	height:22px;
	color:#ffffff;
	text-decoration:none;
	line-height:22px;
	font-size:12px;
	background: #502674;
	padding: 0px 7px 0px 7px;
	margin: 0px 18px 0px 0px;
-webkit-border-radius: 4px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
     -moz-border-radius: 4px; /* FF1-3.6 */
          border-radius: 4px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */	
}

a.btn_nuboeken:hover {
	color: #ffffff;
	text-decoration: none;
	background: #693d8d;
}


a.btn_scheepsinfo:link, a.btn_scheepsinfo:visited {
	float:left;
	height:22px;
	color:#4f2674;
	text-decoration:none;
	line-height:22px;
	font-size:12px;
	padding: 0px 0px 0px 8px;
	margin: 0px 17px 0px 0px;
	background:url(../images/kruimelarrow.gif) no-repeat 0px 7px;	
}

a.btn_scheepsinfo:hover {
	color: #4f2674;
	text-decoration: underline;
}

.afvaartgarantie{
	float:left;
	height: 22px;
	line-height:22px;
	font-size:12px;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}


a.aanbieding_links:link, a.aanbieding_links:visited {
	float: left;
	width: 200px;
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid #e1e1e1;
	margin-left: 10px;
	color: #313131;
	font-size: 12px;
	line-height: 18px;
}

a.aanbieding_links:hover {
	color: #313131;
	text-decoration: none;
}

.aanbieding_links{
	float: left;
	width: 200px;
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid #e1e1e1;
	margin-left: 10px;
	color: #313131;
	font-size: 12px;
	line-height: 18px;
}

.aanbieding_linksfoto{
	float: left;
	width: 52px;
	height: 52px;
}

.aanbieding_linksfoto img{
	float: left;
	width: 52px;
	height: 52px;
	border: 0px;
	margin: 0px;
	padding: 4px 0px 0px 0px;
}

.aanbieding_linkstekst{
	float: right;
	width: 138px;	
}



a.aanbieding_links:link h2, a.aanbieding_links:visited h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color:#4f2674;
	margin: 0px;
	padding: 0px;
}

a.aanbieding_links:hover h2{
	color: #683e8f;
	text-decoration: none;
}

.aanbieding_linkstekst h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color:#4f2674;
	margin: 0px;
	padding: 0px;
}


a.btn_nuboeken2:link, a.btn_nuboeken2:visited {
	float:left;
	height:18px;
	color:#ffffff;
	text-decoration:none;
	line-height:18px;
	font-size:12px;
	background: #502674;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
-webkit-border-radius: 4px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
     -moz-border-radius: 4px; /* FF1-3.6 */
          border-radius: 4px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */	
}

a.btn_nuboeken2:hover {
	color: #ffffff;
	text-decoration: none;
	background: #693d8d;
}


a.btn_meer:link, a.btn_meer:visited {
	float:right;
	height:22px;
	color:#4f2674;
	text-decoration:none;
	line-height:22px;
	font-size:12px;
	padding: 0px 0px 0px 8px;
	margin: 25px 22px 0px 0px;
	background:url(../images/kruimelarrow.gif) no-repeat 0px 7px;	
}

a.btn_meer:hover {
	color: #4f2674;
	text-decoration: underline;
}


#headeraanbieding {
	width:960px;
	height:210px;
	position:relative;
	margin:13px auto 0;
	background: #4f2674;
}

#bovenstuk_vervolg_aanbieding {
	width:100%;
	height:368px;
}


.schuin{
	position: absolute;
	width: 96px;
	height: 210px;
	overflow: hidden;
	background:url(../images/schuin.png) top left;
	top: 0px;
	left: 478px;
}

.headeraanbiedingtekst{
	position: absolute;
	width: 325px;
	top: 38px;
	left: 590px;
	color: #c4b0d6;
	font-size: 13px;
	line-height: 20px;
}

.headeraanbiedingtekst h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color:#ffffff;
	margin: 0px;
	padding: 0px;
}


.headeraanbiedingtekst .prijsvan{
	float: left;
	padding: 0px 8px 0px 0px;
	color: #c4b0d6;
	text-decoration: line-through;
	height: 25px;
	line-height: 25px;
}

.headeraanbiedingtekst .prijsvoor{
	float: left;
	padding: 0px 8px 0px 0px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
}


.headeraanbiedingtekst a.btn_nuboeken:link, .headeraanbiedingtekst a.btn_nuboeken:visited {
	float:left;
	height:22px;
	color:#ffffff;
	text-decoration:none;
	line-height:22px;
	font-size:12px;
	background: #683e8f;
	padding: 0px 7px 0px 7px;
	margin: 0px 18px 0px 0px;
-webkit-border-radius: 4px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
     -moz-border-radius: 4px; /* FF1-3.6 */
          border-radius: 4px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */	
}

.headeraanbiedingtekst a.btn_nuboeken:hover {
	color: #ffffff;
	text-decoration: none;
	background: #8356aa;
}


.headeraanbiedingtekst a.btn_scheepsinfo:link, .headeraanbiedingtekst a.btn_scheepsinfo:visited {
	float:left;
	height:22px;
	color:#ffffff;
	text-decoration:none;
	line-height:22px;
	font-size:12px;
	padding: 0px 0px 0px 8px;
	margin: 0px 22px 0px 0px;
	background:url(../images/kruimelarrow.gif) no-repeat 0px 7px;	
}

.headeraanbiedingtekst a.btn_scheepsinfo:hover {
	color: #ffffff;
	text-decoration: underline;
}

.label_nl{
	width: 111px;
	height: 111px;	
	position: absolute;
	right: -3px;
	top: -3px;
	background:url(../images/label_nl.png) no-repeat 0px 0px;	
}


a.btn_aanbiedingen:link, a.btn_aanbiedingen:visited {
	right: 50px;
	top: 70px;
	position: absolute;
	padding: 0px 0px 0px 15px;
	height: 29px;
	width: 185px;
	color: #ffffff;
	text-decoration:none;
	line-height: 29px;
	font-size:16px;
	font-weight: bold;
	background:url(../images/btn_aanbiedingen.png) no-repeat 0px 0px;
	cursor: pointer;	
	overflow: hidden;	
}

a.btn_aanbiedingen:hover {
	color: #ffffff;
	text-decoration: none;
	background:url(../images/btn_aanbiedingen.png) no-repeat 0px -29px;
	cursor: pointer;	
}

ul#aanb{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
	cursor: pointer;	
}

ul#aanb li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
	cursor: pointer;
}

/*
	Foto Carousel
*/

ul.imagesfade li {
	display: block;
	margin: 0;
	padding: 0;
	height: 213px;
}

.imagesfade_name {
	display: block;
	width: 100%;
	text-align: center;
}

.imagesfade a:hover {
	text-decoration: none;
}

.carouseloverlay {
	text-align: right;
	position: absolute;
	bottom: 0px;
	right: 2px;
	width: 310px;
	height: 33px;
	background: no-repeat url(../images/carouseloverlay.png) 0 0;
	z-index: 998;
}

.carouseloverlay div {
	font-family: Dax Medium, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	color: #FFF;
	z-index: 999999;
	margin: 6px 15px 0 0;
	padding: 0 0 0;
}


.title_linkerkant{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color:#4f2674;
	margin: 0px;
	padding: 0px 0px 5px 10px;
}


.tekstblok_links{
	float: left;
	width: 200px;
	padding: 0px 0px 30px 0px;
	border-bottom: 0px solid #e1e1e1;
	margin-left: 10px;
	color: #313131;
	font-size: 12px;
	line-height: 18px;
}

ul.contactul{
	margin: 10px 0px 10px 0px;
	padding: 0px;
	list-style-type: none;
}

ul.contactul li{
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	list-style-type: none;
}

ul.contactul li.icon_phone{
	padding: 2px 0px 2px 18px;
	background:url(../images/icon_phone.png) no-repeat 0px 3px;
}

ul.contactul li.icon_mail{
	padding: 2px 0px 2px 18px;
	background:url(../images/icon_mail.png) no-repeat 0px 4px;	
}

a.btn_huren_blue_links:link, a.btn_huren_blue_links:visited {
	font-family:Dax Medium, Arial, Helvetica, sans-serif;
	float: left;
	position: relative;
	padding: 0px 0px 0px 0px;
	height: 29px;
	width: 170px;
	color: #ffffff;
	text-decoration:none;
	line-height: 29px;
	font-size:14px;
	font-weight: normal;
	text-align: center;
	background:url(../images/btn_huren_blue_small.png) no-repeat 0px 0px;
}

a.btn_huren_blue_links:hover {
	color: #ffffff;
	text-decoration: none;
	background:url(../images/btn_huren_blue_small.png) no-repeat 0px -29px;
}


a.btn_popinfo:link, a.btn_popinfo:visited { 
	float: left;
	width: 16px;
	height: 16px;
	overflow: hidden;
	background: url(../images/btn_popinfo.png) 0px 0px no-repeat;			
	-webkit-transition: color .25s linear;
	transition: color .25s linear; 	
	display: block;
	margin: 0px 0px 0px 2px;
	}

a.btn_popinfo:hover, a.btn_popinfo:active { 
	background: url(../images/btn_popinfo.png) 0px -16px no-repeat;			
	color: #f74600;
	text-decoration: none;
	}
	
a.btn_popinfo:link, a.btn_popinfo:visited { 
	float: left;
	width: 16px;
	height: 16px;
	overflow: hidden;
	background: url(../images/btn_popinfo.png) 0px 0px no-repeat;			
	-webkit-transition: color .25s linear;
	transition: color .25s linear; 	
	display: block;
	margin: 0px 0px 0px 2px;
	}

a.btn_popinfo:hover, a.btn_popinfo:active { 
	background: url(../images/btn_popinfo.png) 0px -16px no-repeat;			
	color: #f74600;
	text-decoration: none;
	}	
	
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 0px solid #c9c9c9;
	background-color: #ffffff;
	padding: 5px;
	
	opacity: 0.85;

	font-size: 12px;
	line-height: 18px;
	color: #313131;
  -webkit-border-radius: 4px; /* Safari 3-4, iOS 1-3.2, Android ≤1.6 */
          border-radius: 4px; /* Opera 10.5, IE9+, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */
  -webkit-box-shadow: 0px 0px 4px 0px #4c4c4c; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
          box-shadow: 0px 0px 4px 0px #4c4c4c; /* Opera 10.5, IE9+, Firefox 4+, Chrome 6+, iOS 5 */
	
	}
	
#tooltip h3 { 
margin: 0px;
padding: 0px;
color: #313131;
font-size: 12px;
line-height: 18px;
font-weight: normal;
}

.text .addform input,
.text .addform select,
.text .addform textarea{
	float: left;
}

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

p.prijs_info{
	float: left;
	color: #838383;
}



.highslide-body, .highslide-container div{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#313131;
}


.extra_info_popup{
	float: left;
	width: 350px;
	padding-left: 5px;
	position: relative;
}


a.btn_huren_blue_popup:link, a.btn_huren_blue_popup:visited {
	float: right;
	position: relative;
	padding: 0px 0px 0px 15px;
	height: 29px;
	width: 185px;
	color: #ffffff;
	text-decoration:none;
	line-height: 29px;
	font-size:16px;
	font-weight: bold;
	background:url(../images/btn_huren_blue.png) no-repeat 0px 0px;
}

a.btn_huren_blue_popup:hover {
	color: #ffffff;
	text-decoration: none;
	background:url(../images/btn_huren_blue.png) no-repeat 0px -29px;
}

.prijs_title {
    color: #4D2372;
    font-family: Dax Medium,Arial,Helvetica,sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 28px;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 6px solid #eaeaea;
}

.row_odd{
	background: #ebebeb;	
}

.row_even{
	background: white;	
}

.col_price{
	color: #502775;
	font-size: 14px;
}

.structuur_naam{
	color: #4d2372;
	font-weight: bold;
	font-size: 14px;
}

.structuur_periode{
	color: #919191;
}