/* 
MARAN Yachtcharter
======================================================================================
URL:				www.maran.nl/
Auteur: 			Stefan Efde [www.addnoise.nl]

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

/*
	ACHTERGROND:	#f0f7fb
	DONKER BLAUW:	#162e44
	LICHT BLAUW:	#017bc3
	ROOD:			#d10035
*/

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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#162e44;
	margin: 0;
	padding: 0;
	height: 100%;
	background: #fff url("../images/bg.gif") repeat-x 0px 376px;
}
body.next {
	background: #fff url("../images/bg.gif") repeat-x 0px 258px;
}

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

a:link, a:visited {
	color: #d10035;
	text-decoration: none;
	outline-color:invert;
	outline-style:none;
	outline-width:0;
} 
a:hover {
	text-decoration: underline;
}


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

* html #container {
	height: 100%;
}

#bovenstuk {
	width: 100%;
	height: 405px;
}
#bovenstuk02 {
	width: 100%;
	height: 290px;
}

#topbar {
	width: 100%;
	height: 102px;
	background: #fff url("../images/bg_top.gif") repeat-x 0px 0px;
}

#menubox {
	margin: 0 auto;
	width: 1001px;
	height: 102px;
	position: relative;
	z-index: 998;
}

#logo a:link, #logo a:visited, #logo a:hover {
	position: absolute;
	top: 20px;
	left: 15px;
	width: 240px;
	height: 100px;
	background: no-repeat url("../images/logo_maran.gif") 0px 0px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	z-index: 5;
}

#top {
	width: 100%;
	padding: 34px 0px 0px 0px;
}


/* Header Homepage 
----------------------------------------- */
#headerbar {
	width: 100%;
	height: 240px;
	background: #162e44 url("../images/bg_header.gif") no-repeat top center;
}
* html #headerbar {
	overflow: hidden;
}


#headerbox {
	margin: 0 auto;
	width: 1001px;
	height: 269px;
	position: relative;
	z-index: 51;
}

#slideshow {
	position: absolute;
	top: -34px;
	right: 0px;
	width: 750px;
	height: 300px;
	background:  url("../images/bg_headerbox.jpg") no-repeat 0px 0px;
	z-index: 51;
}


.overlay {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 750px;
	height: 303px;
	background: no-repeat url("../images/header_overlay3.png") 0px 0px;
	z-index: 54;
}
/* Fix voor IE */
	* html .overlay
	{
		background-image:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/maran/images/header_overlay3.png', sizingMethod='crop');
	}


.boxs {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 750px;
	height: 303px;
	z-index: 51;
}

#box {
	width: 750px;
	height: 303px;
	z-index: 51;
}

.boxtext {
	position: absolute;
	top: 55px;
	left: -235px;
	width: 300px;
	height: 240px;
	z-index: 99;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 18px;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	line-height: 26px;
	font-weight: bold;
	text-shadow: #000 1px 1px 0px;	
}

h1.rental {
	font-family: Helvetica, Arial, sans-serif;
	color: #017bc3;
	font-size: 18px;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	line-height: 26px;
	font-weight: bold;
	text-shadow: none;
}

.nextheader_title {
	font-family: Helvetica, Arial, sans-serif;
	color: #40aed4;
	font-size: 24px;
	padding: 5px 10px 0px 40px;
	margin: 0px;
	line-height: 28px;
	font-weight: bold;
	text-shadow: #000 1px 1px 0px;	
}

.boxtext p {
	color: #d0d5da;
	text-shadow: #000 1px 1px 0px;	
}

/* Bullets */

#groups {
	position: absolute;
	bottom: 36px;
	right: 510px;
	width: 60px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	z-index: 55;
	overflow: hidden;
}

#groups ul
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#groups ul li
{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	list-style-type: none;
	float: left;
}

#groups ul li a#t1:link, #groups ul li a#t1:visited
{
	font-size: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
	width: 14px;
	height: 8px;
	line-height: 40px;
	float: left;
	cursor:pointer;
	position: relative;
	overflow: hidden;
	background: no-repeat url("../images/header_disabled.png") 0px 0px;
}
/* Fix voor IE */
	* html #groups ul li a#t1:link, * html #groups ul li a#t1:visited
	{
		background-image:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/maran/images/header_disabled.png', sizingMethod='crop');
	}


#groups ul li a#t1:hover
{
	background: no-repeat url("../images/headeractive.png") 0px 0px;
	cursor:pointer;
}
/* Fix voor IE */
	* html #groups ul li a#t1:hover
	{
		background-image:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/maran/images/headeractive.png', sizingMethod='crop');
	}
	

#groups ul li a#t1:focus {
	background: no-repeat url("../images/headeractive.png") 0px 0px;
}
/* Fix voor IE */
	* html #groups ul li a#t1:focus
	{
		background-image:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/maran/images/headeractive.png', sizingMethod='crop');
	}
	
	

#groups ul li a.activeSlide#t1:link, #groups ul li a.activeSlide#t1:visited, #groups ul li a.activeSlide#t1:hover
{
	width: 14px;
	height: 8px;
	line-height: 40px;
	overflow: hidden;
	background: no-repeat url("../images/headeractive.png") 0px 0px;
	cursor:pointer;
}
/* Fix voor IE */
	* html #groups ul li a.activeSlide#t1:link, * html #groups ul li a.activeSlide#t1:visited, * html #groups ul li a.activeSlide#t1:hover
	{
		background-image:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/maran/images/headeractive.png', sizingMethod='crop');
	}


/* Header Vervolgpagina 
----------------------------------------- */
#smallheaderbar {
	width: 100%;
	height: 122px;
	background: #162e44 url("../images/bg_smallheader.gif") no-repeat top center;
}

#smallheaderbox {
	margin: 0 auto;
	width: 1001px;
	height: 122px;
	position: relative;
}
.smallheadertext {
	position: absolute;
	top: 30px;
	left: 27px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 88;
}

.smallheader {
	position: absolute;
	top: -34px;
	right: 0px;
	width: 750px;
	height: 185px;
}
.small_overlay {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 750px;
	height: 185px;
	background: no-repeat url("../images/small_overlay.png") 0px 0px;
	z-index: 54;
}
/* Fix voor IE */
	* html .small_overlay
	{
		background-image:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/maran/images/small_overlay.png', sizingMethod='crop');
	}


#middenstuk {
	width: 100%;
	min-height: 455px;
	padding-bottom: 235px;
	background:  url("../images/bg_middenstuk.gif") repeat-x bottom left;
}
* html #middenstuk {
	height: 455px;
	z-index: -1;
}

#middenstuk_vervolg {
	width: 100%;
	min-height: 600px;
	padding-bottom: 235px;
	background:  url("../images/midden_afb_polyvalken.jpg") no-repeat -70px bottom;
	
}
* html #middenstuk_vervolg {
	height: 600px;
	background: none;
}

#pagina {
	margin: 0 auto;
	width: 1001px;
	min-height: 455px;
	padding: 15px 0px 0px 0px;	
}

* html #pagina {
	height: 455px;
}

/* Linkerkant */
#linkerkant {
	float: left;
	width: 250px;
	min-height: 300px;
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
* html #linkerkant {
	height: 300px;
}

h6 {
	position: absolute;
	top: 10px;
	left: 0px;
 	font-family: Helvetica, Arial, sans-serif;
 	font-size: 20px;
 	padding: 0px 0px 5px 15px;
 	margin: 0px;
 	line-height: 24px;
 	font-weight: normal;
 	color: #162e44;
	text-shadow: #fff 1px 1px 0px;
}

.leftbox {
	width: 260px;
	height: 140px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.leftbox img {
	margin: 6px 0px 0px 3px;
	border: 0px;
}
.leftbox_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 260px;
	height: 140px;
	background: no-repeat url("../images/leftbox_overlay.png") 0px 0px;
	z-index: 5;
}
/* Fix voor IE */
	* html .leftbox_overlay
	{
		background-image:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/maran/images/leftbox_overlay.png', sizingMethod='crop');
	}

a.title:link, a.title:visited {
	position: absolute;
	bottom: 14px;
	left: 15px;
	width: 200px;
	height: 30px;
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 16px;
	color: #e7f5fc;
	text-shadow: #064668 1px 1px 0px;
	z-index: 7;
}
a.title:hover {
	color: #fff;
	text-shadow: #064668 1px 1px 0px;
	text-decoration: none;
}

.lightbox {
	float: left;
	width: 235px;
	min-height: 40px;
	background: no-repeat url("../images/lightbox_top.gif") 0px 0px;
	position: relative;
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 0px 15px;
	font-size: 11px;
	line-height: 16px;
}

.lightbox_btm {
	position: absolute;
	bottom: -8px;
	left: 0px;
	width: 250px;
	height: 10px;
	background: no-repeat url("../images/lightbox_btm.gif") 0px 0px;
}
.twittericon {
	position: absolute;
	top: -40px;
	left: 0px;
	width: 80px;
	height: 72px;
	background:  url("../images/twittertje.gif") no-repeat 0px 0px;
}

.left_title {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}
.left_title2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* Content */

#inhoud {
	float: left;
	width: 460px;
	min-height: 100px;
}
* html #inhoud {
	height: 100px;
}

#inhoud_vervolg {
	float: right;
	width: 720px;
	min-height: 100px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 30px 0px;
}
* html #inhoud_vervolg {
	width: 700px;
	height: 100px;
}

.textbox_home {
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 0px 55px;
}

.textbox_home .intro{
	font-weight: bold;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	color: #017bc3;
	font-size: 24px;
	padding: 0px 10px 10px 0px;
	margin: 0px;
	line-height: 30px;
	font-weight: normal;
	text-shadow: #fff 1px 1px 0px;	
}

/* Vervolgpagina */

.textbox {
	margin: 0px 0px 0px 0px;
	padding: 6px 20px 0px 35px;
}
* html .textbox {
	padding: 0px;
}

.introbox {
	width: 660px;
	height: 140px;
	background:  url("../images/bg_introbox.gif") no-repeat 0px 0px;
	position: relative;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
.introbox_overlay {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 375px;
	height: 140px;
	background:  url("../images/introbox_overlay.png") no-repeat 0px 0px;
}
/* Fix voor IE */
	* html .introbox_overlay
	{
		background-image:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/maran/images/introbox_overlay.png', sizingMethod='crop');
	}

.introbox .text {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 400px;
	height: 140px;
	z-index: 7;
}

.introbox h5 {
 	font-family: Helvetica, Arial, sans-serif;
 	font-size: 22px;
 	padding: 7px 0px 6px 20px;
 	margin: 0px;
 	line-height: 24px;
 	font-weight: normal;
 	color: #fff;
	text-shadow: #064668 1px 1px 0px;
}
.introbox p {
	font-weight: bold;
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 20px;
	line-height: 17px;
}

.introbox img {
	float: right;
}

.shipbox01 {
	width: 660px;
	height: 167px;
	background: #fff;
	border: 1px solid #afb8c0;
	background: #fff url("../images/bg_shipbox.gif") repeat-x 0px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*behavior: url(/themes/maran/js/border-radius.htc);*/
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.shipbox02 {
	width: 660px;
	height: 167px;
	background: #fff;
	border: 1px solid #afb8c0;
	background: #fff url("../images/bg_shipbox02.gif") repeat-x 0px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*behavior: url(/themes/maran/js/border-radius.htc);*/
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.shiptext {
	float: left;
	width: 350px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 20px;
	line-height: 16px;
}

a.shipdetail_title:link, a.shipdetail_title:visited {
	font-family: Helvetica, Arial, sans-serif;
	color: #d10035;
	font-size: 18px;
	padding: 0px 10px 8px 0px;
	margin: 0px;
	line-height: 24px;
	font-weight: normal;
	text-shadow: #fff 1px 1px 0px;	
}

.shiptext p {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}
.photo, a.photo:link, a.photo:visited {
	float: right;
	margin:8px 8px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	text-decoration: none;
}

.detailphoto {
	float: left;
	margin:8px 0px 0px 8px;
}

.photo1 {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/*behavior: url(/themes/maran/js/border-radius.htc);*/
	border: 0px;
}

.photos1 {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/*behavior: url(/themes/maran/js/border-radius.htc);*/
	border: 0px;
}

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

/* Ship Deatil */

.textbox_left {
	float: left;
	width: 400px;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 10px;
}

.shipdetail_title {
	font-family: Helvetica, Arial, sans-serif;
	color: #d10035;
	font-size: 20px;
	padding: 0px 10px 10px 0px;
	margin: 0px;
	line-height: 30px;
	font-weight: normal;
	text-shadow: #fff 1px 1px 0px;	
}
.specs1{
	float: right;
	width: 200px;
}

.specs {
	float: left;
	width: 370px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

.specleft{
	float: left;
	width: 120px;
}

.specright{
	float: left;
	width: 250px;
	color: #004890;
	padding-bottom: 4px;
}

.line {
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #D2D9E2;
	clear: both;
}

.iconen{
	float: left;
	width: 390px;
	padding: 25px 0px 25px 0px;
	margin: 0px;
}

.iconen img{
	float: left;
	margin: 0px;
	padding: 3px 6px 3px 0px;
}

.klik{
	color: #616366;
	font-size: 11px;
	padding: 0px 0px 0px 5px;
}



#content_right{
	float: right;
	width: 213px;
	padding: 10px 0px 0px 0px;
}	

#content_right img{
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 5px 0px;
}

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

.foto_details img{
	border: 0px;
}

#rechterkant {
	float: right;
	width: 250px;
	min-height: 300px;
}
* html #rechterkant {
	height: 300px;
}


.searchformInput {
	background: url("../images/searchbox.gif") no-repeat 0px 0px;
	border: 0px solid #b5b5b5;
	font-size: 14px;
	width: 215px;
	height: 17px;
	margin: 0px 0px 0px 0px;
	padding: 11px 0px 9px 35px;
	color: #c0c0c0;
	position: relative;
}
.searchformInput:focus {
	color: #515151;
	outline: none;
	background-position: 0px -37px;
}

.searchformSubmit {
	display: none;
}


.tabsbox {
	float: left;
	width: 250px;
	min-height: 100px;
	background: repeat-y url("../images/bg_tabsbox.gif") 0px 0px;
	position: relative;
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	font-size: 11px;
	line-height: 16px;
}
.tabsbox_btm {
	position: absolute;
	bottom: -8px;
	left: 0px;
	width: 250px;
	height: 10px;
	background: no-repeat url("../images/lightbox_btm.gif") 0px 0px;
}

.newsitem {
	padding: 10px 0px 15px 0px;
	background:  url("../images/dotline.gif") repeat-x bottom left;
}
a.newstitle:link, a.newstitle:visited {
	color: #d10035;
	font-weight: bold;
}


/* Carousel */

#carousel {
	position:relative;
	width: 700px;
	height: 226px;
	float: right;
	background:  url("../images/bg_carousel.gif") no-repeat 0px 0px;
	margin: 60px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.carouseltext {
	padding: 10px;
}
.carouseltext p{
	line-height: 15px;
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h3 {
 	font-family: Helvetica, Arial, sans-serif;
 	color: #e7f5fc;
 	font-size: 20px;
 	padding: 7px 0px 0px 17px;
 	margin: 0px;
 	line-height: 24px;
 	font-weight: bold;
 	text-shadow: #000 1px 1px 0px;	
 }
 
h4 {
 	font-family: Georgia, Times, Times New Roman, serif;
 	color: #017bc3;
 	font-size: 16px;
 	padding: 0px 0px 3px 0px;
 	margin: 0px;
 	line-height: 20px;
 	font-weight: normal;
 	text-shadow: #fff 1px 1px 0px;	
 }


a.naarboven:link, a.naarboven:visited {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 60px;
	height: 40px;
	background:  url("../images/naarboven.png") no-repeat 0px 0px;
}
/* Fix voor IE */
	* html a.naarboven:link, * html a.naarboven:visited
	{
		background-image:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/maran/images/naarboven.png', sizingMethod='crop');
	}



#onderstuk {
	width: 100%;
	height: 235px;
	position: relative;
	margin: -235px auto 0 auto;
	background:  url("../images/bg_footer.gif") repeat-x 0px 0px;
}
#onderstuk02 {
	width: 100%;
	height: 235px;
	background:  url("../images/bg_ripple.jpg") no-repeat center 1px;
}
#footerbox {
	width: 100%;
	height: 235px;
	background:  url("../images/copyrightbar.gif") no-repeat center 160px;
}

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

#footer {
	margin: 0 auto;
	width: 1001px;
	height: 235px;
	position: relative;
}

.footer_sitemap {
	width: 960px;
	height: 120px;
	padding: 0px 0px 0px 10px;
}

.footerblok {
	float: left;
	width: 160px;
	height: 135px;
	overflow: hidden;
	font-size: 10px;
	background: url(../images/dot_line_vert.gif) repeat-y top left;
}
.footertitle {
	font-size: 11px;
	color: #eff0f3;
	font-weight: bold;
	padding-left: 20px;
	line-height: 22px;
}


.copyright {
	position: absolute;
	bottom: 39px;
	left: 25px;
	width: 300px;
	height: 30px;
	font-size: 10px;
	color: #162e44;
	text-shadow: #43a4cc 1px 1px 0px;	
}

.adresgegevens {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 800px;
	height: 20px;
	color: #a2abb4;
	font-size: 10px;
}


#logo_maran a:link, #logo_maran a:visited {
	position: absolute;
	bottom: 20px;
	right: 110px;
	width: 110px;
	height: 45px;
	background: no-repeat url("../images/logo_small_maran.gif") 0px 0px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	z-index: 5;
}
#logo_maran a:hover {
	background-position: 0px -50px;
}

#logo_hiswa a:link, #logo_hiswa a:visited {
	position: absolute;
	bottom: 0px;
	right: 15px;
	width: 80px;
	height: 90px;
	background: no-repeat url("../images/hiswa.png") 0px 0px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	z-index: 5;
}
#logo_hiswa a:hover {
	filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

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


/* Button BLAUW */
a.btn_blauw{
font-family: Helvetica, Arial, sans-serif;
background: transparent url('../images/btn_blauw_right.jpg') no-repeat top right;
display: block;
float: left;
font-size: 14px;
font-weight: bold;
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 34px; /* Height of button background height */
padding-right: 10px; /* Width of right menu image */
text-decoration: none;
margin: 8px  10px 0px 0px;
}
a:link.btn_blauw, a:visited.btn_blauw, a:active.btn_blauw{
color: #e7f5fc; /*button text color*/
text-shadow: #064668 1px 1px 0px;
}
.btn_blauw span{
background: transparent url('../images/btn_blauw_left.gif') no-repeat top left;
display: block;
padding: 9px 0px 9px 10px; /*Set 11px below to match value of 'padding-left' value above*/
}
a.btn_blauw:hover{ /* Hover state CSS */
background-position: bottom right;
text-decoration: none;
}
a.btn_blauw:hover span{ /* Hover state CSS */
background-position: bottom left;
text-decoration: none;
}

/* Button ROOD */
a.btn_rood{
font-family: Helvetica, Arial, sans-serif;
background: transparent url('../images/btn_rood_right.gif') no-repeat top right;
display: block;
float: left;
font-size: 14px;
font-weight: bold;
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 34px; /* Height of button background height */
padding-right: 25px; /* Width of right menu image */
text-decoration: none;
margin: 8px  0px 0px 0px;
}
a:link.btn_rood, a:visited.btn_rood, a:active.btn_rood{
color: #fafafa; /*button text color*/
text-shadow: #73001d 1px 1px 0px;
}
.btn_rood span{
background: transparent url('../images/btn_rood_left.gif') no-repeat top left;
display: block;
padding: 9px 0px 9px 25px; /*Set 11px below to match value of 'padding-left' value above*/
}
a.btn_rood:hover{ /* Hover state CSS */
background-position: bottom right;
text-decoration: none;
}
a.btn_rood:hover span{ /* Hover state CSS */
background-position: bottom left;
text-decoration: none;
}

/* Button ROOD klein*/
a.btn_smallred{
font-family: Helvetica, Arial, sans-serif;
background: transparent url('../images/btn_smallred_right.gif') no-repeat top right;
display: block;
float: left;
font-size: 12px;
font-weight: bold;
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 20px; /* Height of button background height */
padding-right: 10px; /* Width of right menu image */
text-decoration: none;
margin: 8px  0px 0px 0px;
}
a:link.btn_smallred, a:visited.btn_smallred, a:active.btn_smallred{
color: #fafafa; /*button text color*/
text-shadow: #a6002a 1px 1px 0px;
}
.btn_smallred span{
background: transparent url('../images/btn_smallred.gif') no-repeat top left;
display: block;
padding: 2px 0px 2px 10px; /*Set 11px below to match value of 'padding-left' value above*/
}
a.btn_smallred:hover{ /* Hover state CSS */
background-position: bottom right;
text-decoration: none;
}
a.btn_smallred:hover span{ /* Hover state CSS */
background-position: bottom left;
text-decoration: none;
}

/* Button BLAUW klein*/
a.btn_smallblue{
font-family: Helvetica, Arial, sans-serif;
background: transparent url('../images/btn_smallblue_right.gif') no-repeat top right;
display: block;
float: left;
font-size: 12px;
font-weight: bold;
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 20px; /* Height of button background height */
padding-right: 10px; /* Width of right menu image */
text-decoration: none;
margin: 8px  0px 0px 0px;
}
a:link.btn_smallblue, a:visited.btn_smallblue, a:active.btn_smallblue{
color: #e7f5fc; /*button text color*/
text-shadow: #064668 1px 1px 0px;
}
.btn_smallblue span{
background: transparent url('../images/btn_smallblue.gif') no-repeat top left;
display: block;
padding: 2px 0px 2px 10px; /*Set 11px below to match value of 'padding-left' value above*/
}
a.btn_smallblue:hover{ /* Hover state CSS */
background-position: bottom right;
text-decoration: none;
}
a.btn_smallblue:hover span{ /* Hover state CSS */
background-position: bottom left;
text-decoration: none;
}

/* Button BLAUW klein donker*/
a.btn_darkblue{
font-family: Helvetica, Arial, sans-serif;
background: transparent url('../images/btn_darkblue_right.gif') no-repeat top right;
display: block;
float: left;
font-size: 12px;
font-weight: normal;
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 20px; /* Height of button background height */
padding-right: 10px; /* Width of right menu image */
text-decoration: none;
margin: 8px  0px 0px 0px;
}
a:link.btn_darkblue, a:visited.btn_darkblue, a:active.btn_darkblue{
color: #e7f5fc; /*button text color*/
text-shadow: #064668 1px 1px 0px;
}
.btn_darkblue span{
background: transparent url('../images/btn_darkblue.gif') no-repeat top left;
display: block;
padding: 2px 0px 2px 10px; /*Set 11px below to match value of 'padding-left' value above*/
}
a.btn_darkblue:hover{ /* Hover state CSS */
background-position: bottom right;
text-decoration: none;
}
a.btn_darkblue:hover span{ /* Hover state CSS */
background-position: bottom left;
text-decoration: none;
}

/* Nieuwsoverzicht */

.newsbox01 {
	width: 660px;
	height: 110px;
	background: #fff;
	border: 1px solid #afb8c0;
	background: #fff url("../images/bg_shipbox.gif") repeat-x 0px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*behavior: url(/themes/maran/js/border-radius.htc);*/
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.newsbox02 {
	width: 660px;
	height: 110px;
	background: #fff;
	border: 1px solid #afb8c0;
	background: #fff url("../images/bg_shipbox02.gif") repeat-x 0px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*behavior: url(/themes/maran/js/border-radius.htc);*/
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.itemfoto {
	float: left;
	margin: 5px 10px 0px 5px;
}

.itemcontent {
	padding: 10px 100px 0px 0px;
}
.datum {
	color: #616366;
}

a.itemkop:link, a.itemkop:visited {
	font-family: Helvetica, Arial, sans-serif;
	color: #d10035;
	font-size: 18px;
	padding: 0px 10px 8px 0px;
	margin: 0px;
	line-height: 22px;
	font-weight: normal;
	text-shadow: #fff 1px 1px 0px;	
}


.searchcontent {
	width: 660px;
	background: #fff;
	border: 1px solid #afb8c0;
	background: #fff url("../images/bg_shipbox.gif") repeat-x 0px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*behavior: url(/themes/maran/js/border-radius.htc);*/
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

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

.fotosrechts_home {
	float: right;
	margin: 10px 0px 20px 20px;
	padding: 0px 0px 8px 0px;
	cursor:pointer;
	width:180px;
	height:140px;
	background:  url("../images/bg_fotosrechts.png") no-repeat bottom right;
	overflow: hidden;
}
/* Fix voor IE */
	* html .fotosrechts_home 
	{
		background-image:none;
	}

.fotosrechts_home img {
	width: 165px;
	height:130px;
	cursor:pointer;
	margin:4px 0px 20px 4px;
	border: 0px;
	padding: 0px;
}

.fotosrechts {
	float: right;
	margin: 20px 0px 20px 20px;
	padding: 0px 0px 8px 0px;
	cursor:pointer;
	width:215px;
	background:  url("../images/bg_fotosrechts.png") no-repeat bottom left;
}
/* Fix voor IE */
	* html .fotosrechts 
	{
		background-image:none;
	}

.fotosrechts img {
	width: 200px;
	cursor:pointer;
	margin:4px 0px 0px 4px;
	border: 0px;
	padding: 0px;
	
}



.fotosoverzicht {
float: left;
margin:10px 0px 0px -10px;
padding: 5px 0px 5px 12px;
background:  url("../images/bg_fotosoverzicht.jpg") no-repeat bottom left;
}

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

/* Navigatie kruimelpad
------------------------------------------------------------------------------------------ */

#kruimelpad {
	position: absolute;
	top: -45px;
	left: 0px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	font-size: 10px;
	z-index: 999;
}


#kruimelpad ul
{
	margin: 7px 0px 0px -10px;
	padding: 0px 0px 0px 0px;
	
}

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

#kruimelpad li a:link, #kruimelpad li a:visited 
{
	float: left;
	color: #414141;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

#kruimelpad li a:hover
{
	text-decoration: underline;
	filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}	

#kruimelpad li a.actief:link, #kruimelpad li a.actief:visited
{
	float: left;
	color: #005191;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
#kruimelpad li a.actief:hover {
	text-decoration: underline;
}

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

.addingthis {
	position: absolute;
	top: 12px;
	right:100px;
	width: 160px;
	
}

.addthis_toolbox2 {
	position: absolute;
	top: 2px;
	left:-100px;
	width: 100px;
	
}
a.yt:link, a.yt:visited {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	padding: 0px;
	text-decoration: none;
	line-height: 0px;
	font-size: 0px;
	margin: 0px 4px 0px 4px;
	background: url("../images/icon_small_youtube.gif") no-repeat 0px 0px;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
a.yt:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


.flags {
	position: absolute;
	top: 12px;
	right:0px;
	width: 100px;
	height: 30px;
}

a.nl:link, a.nl:visited {
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0px;
	text-decoration: none;
	line-height: 0px;
	font-size: 0px;
	margin: 0px 0px 0px 4px;
	background: url("../images/flags.gif") no-repeat 0px 0px;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
a.nl:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
a.nl_actief:link, a.nl_actief:visited {
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0px;
	text-decoration: none;
	line-height: 0px;
	font-size: 0px;
	margin: 0px 0px 0px 4px;
	background: url("../images/flags.gif") no-repeat 0px 0px;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

a.de:link, a.de:visited {
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0px;
	text-decoration: none;
	line-height: 0px;
	font-size: 0px;
	margin: 0px 0px 0px 4px;
	background: url("../images/flags.gif") no-repeat -24px 0px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}		
a.de:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
a.de_actief:link, a.de_actief:visited {
	float: left;
	width: 20px;
	height: 20px;
	padding: 0px;
	text-decoration: none;
	line-height: 0px;
	font-size: 0px;
	margin: 0px 0px 0px 4px;
	background: url("../images/flags.gif") no-repeat -24px 0px;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

a.en:link, a.en:visited {
	float: left;
	width: 20px;
	height: 20px;
	padding: 0px;
	text-decoration: none;
	line-height: 0px;
	font-size: 0px;
	margin: 0px 0px 0px 4px;
	background: url("../images/flags.gif") no-repeat -50px 0px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}	
a.en:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
a.en_actief:link, a.en_actief:visited {
	float: left;
	width: 20px;
	height: 20px;
	padding: 0px;
	text-decoration: none;
	line-height: 0px;
	font-size: 0px;
	margin: 0px 0px 0px 4px;
	background: url("../images/flags.gif") no-repeat -50px 0px;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}




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

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

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

.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;
}

.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;
}
.clearer75 {
	height: 75px;
	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;
}

.btnspacer {
	float: left;
	width: 10px;
	height: 5px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.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;
}

a.boekenlink:link, a.boekenlink:visited {
	color: #fff;
	background-color: #017bc3;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
}
a.boekenlink:hover {
	color: #fff;
	background-color: #048ce0;
	text-decoration: none;
}

#boeken_wrapper {
	width: 730px;
}

#inhoud_vervolg .block-tpl-beschikbaarheidmaanden .beschikbaarheid {
	margin-top: 10px;
}

#inhoud_vervolg .block-tpl-beschikbaarheidmaanden .beschikbaarheid .book a {
	background: #017BC3;
	font-weight: normal;
}

/*** RENTALL ***/

body .r-h1,
body .r-h2 {
	font-family: Helvetica, Arial, sans-serif;
	color:  #017bc3;
	font-size: 24px;
	margin: 1em 0;
	font-weight: normal;
	line-height: 30px;
	text-shadow: #fff 1px 1px 0px;
}

body .r-steps {
	background: none;
	border-bottom: 1px solid #dee0e0;
	font-weight: bold;
	padding: 0 0 5px 0;
}

body .r-btn,
body .r-content input[type="submit"],
body a.r-btn, body a.r-btn:link, body a.r-btn:visited, body a.r-btn:active {
	background-color: #017BC3;
	color: white;
	border-color: #005fb3;
}

body .r-bookings .r-description .r-title,
body .r-bookings .r-period .r-dates {
	font-style: italic;
}