/* 
HEMRIK MARINE | Watersport Leeuwarden
=============================================================================================
URL:				http://www.hemrikmarine.nl/
Auteur: 			Stefan Efde [http://www.addnoise.nl]
=============================================================================================
*/

/* 
ACHTERGROND 	: #FFFFFF
LICHT BLAUW		: #B7D8E6
BLAUW			: #0B73A3
DONKER BLAUW	: #002145
GEEL			: #FFCD33
ROOD			: #990000
*/

@import url(/addsite/css/iconen.css);

	body
		{
			margin: 0;
			padding: 0;
			height: 100%;
			background: #FFFFFF;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #002145;
			line-height: 18px;
			-webkit-text-size-adjust: none;
		}
		
		html
		{
			height: 100%;
		}

/* PNG Fix voor het krankzinnige IE 6
   omdat anders de linkje en input fields niet werken */
* a {position:relative;}
* input {position:relative;}



		a:link, a:visited { 
			color: #990000;
			line-height: 16px;
			text-decoration: underline;
			border: 0px;
			outline-color: invert;
			outline-style: none;
			outline-width: 0pt; 	
			}
	
		a:hover, a:active{ 
			text-decoration: none;
			}
	
		.intro{
			font-weight: bold;
		}	
		
		.kop{
			font-weight: normal;
			font-size: 13px;
			text-transform: uppercase;
		}		
		
		#bovenstuk
		{
			width: 100%;
			height: 329px;
			background: url(../images/top_bg.jpg) repeat-x top left;
		}
		
		#bovenstuk02
		{
			width: 100%;
			height: 329px;
			background: url(../images/top_left.jpg) no-repeat 0px 0px;
		}
		
		#bovenstuk_verv
		{
			width: 100%;
			height: 230px;
			background: url(../images/top_bg.jpg) repeat-x top left;
		}
		
		#bovenstuk02_verv
		{
			width: 100%;
			height: 230px;
			background: url(../images/top_left02.jpg) no-repeat 0px 0px;
		}
		
		.headerquote {
			position: absolute;
			top: 60px;
			left: 15px;
			width: 225px;
			height: 50px;
			background: url(../images/20000m2.png) no-repeat 0px 0px;
		}
			/* Fix voor IE */
			* html .headerquote
			{
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://beheer.addnoise.nl/addsite/data/sites/hemrikmarine/www/images/20000m2.png', sizingMethod='crop');
			}
		
		
		#topbar01
		{
			width: 100%;
			height: 15px;
			background: #00549A url(../images/topbar01.jpg) no-repeat top left;
			line-height: 0px;
			font-size: 0px;
			padding: 0px;
			margin: 0px;
		}
		
		#topbar02
		{
			width: 100%;
			height: 5px;
			background: #C8DAE6;
			line-height: 0px;
			font-size: 0px;
			padding: 0px;
			margin: 0px;
		}
		
		#middenstuk
		{
			width: 100%;
			min-height: 355px;
			padding-bottom: 69px;
			background: url("../images/middentop_bg.jpg") repeat-x top left;
		}
		#middenstuk2
		{
			width: 100%;
			min-height: 355px;
			padding-bottom: 90px;
			background: url("../images/midden_bg_onder.jpg") no-repeat bottom right;
		}
		/* Fix voor IE */
		* html #middenstuk2
		{
			height: 615px;
		}
		
		#onderstuk
		{
			width: 100%;
			height: 69px;

			position: relative;
			margin: -69px auto 0 auto;
			background-color: #002145;
		}
		/* Fix voor IE */
		* html #onderstuk
		{
			margin-top: -69px;
		}

		#pagina
		{
			margin: 0 auto;
			width: 960px;
			min-height: 620px;
		}

		#topheader
		{
			position: relative;
			margin: 0 auto;
			width: 960px;
			min-height: 74px;
		}
		#logo {
			float: left;
		}
		#logo img {
			width: 320px;
			height: 72px;
			border: 0px;
			padding: 0px 0px 0px 0px;
		}
		
		#footer
		{
			position: relative;
			margin: 0 auto;
			width: 960px;
			min-height: 69px;
		}
		
		#footer02 {
			position: absolute;
			top: -15px;
			left:0px;
			width: 960px;
			height: 38px;
			background: url(../images/footer.gif) no-repeat top left;
		}
		
		.footer_left {
			float: left;
			color: #FFFFFF;
			font-size: 10px;
			padding: 8px 0px 0px 35px;
		}
		
		.footer_right {
			padding: 8px 35px 0px 0px;
			text-align: right;
			float: right;
			color: #FFFFFF;
			font-size: 10px;

		}
		.footer_right a, .footer_right a:visited {
			color: #FFFFFF;
			text-decoration: none;
		}
		.footer_right a:hover {
			color: #B7D8E6;
			text-decoration: none;
		}
		.footer_right a.actief {
			color: #FFCD33;
			text-decoration: none;
		}
		
		#container
		{
			position: relative;
			min-height: 100%;
		}

		* html #container
		{
			height: 100%;
		}

/* Navigatiebalk
---------------------------------------------------------------------------------------------- */

#menu {
	float: left;
	margin: 22px 0px 0px 20px;
}

#tabs 
		{
			position: relative;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			line-height: 0px;
			text-transform: uppercase;
			font-weight: normal;
		}

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

		#tabs li 
		{
			float: left;
			display: inline;
			position: relative;
			margin: 0 11px 0 11px;
			padding: 0;
		}

		#tabs a 
		{
			float: left;
			height: 26px;
			margin: 0px 0px 0 0px;
			padding: 0px 0 0 4px;
			text-decoration: none;
			line-height: 26px;
		}

		.inactief .tabcontainer a
		{
			
			padding: 11px 0px 0px 0px;
			color: #002145;
		}

		.inactief .tabcontainer a:hover
		{
			padding: 0;
			margin: 0;
			background: url("../images/knopback2.gif") no-repeat center top;
			background-position: center -28px;
		}

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

		.inactief .tabcontainer a:hover .links
		{
			position: absolute;
			top: 0;
			height: 26px;
			margin: 0px 0px 0px -13px;
			padding: 0;
			width: 13px;
			background: url("../images/knopback2.gif") no-repeat center top;
			background-position: 0px -28px;
		}

		.inactief .tabcontainer .rechts
		{
			position: absolute;
			top: 0;
			right: -13px;
			height: 26px;
			margin: 0px;
			margin-right: 0px;
			width: 13px;
		}

		.inactief .tabcontainer a:hover .rechts
		{
			position: absolute;
			top: 0;
			right: -13px;
			height: 26px;
			margin: 0px;
			margin-right: 0px;
			width: 13px;
			background: url("../images/knopback2.gif") no-repeat top right;
			background-position: right -28px;
		}

		#current
		{
			float: left;
			height: 26px;
			text-decoration: none;
			background-color: yellow;
			background: url("../images/knopback2.gif") no-repeat center top;
			line-height: 26px;
			
		}

		#current .tabcontainer a
		{
			padding: 0px 1px 0 0px;
			margin-left: 2px;
			color: #FFCD33;
		}
		/* Fix voor IE */
			* html #current .tabcontainer a
			{
				padding: 0px 1px 0 0px;
			}

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

		#current .tabcontainer .rechts
		{
			position: absolute;
			top: 0;
			right: -13px;
			height: 26px;
			margin: 0px;
			margin-right: 0px;
			width: 13px;
			background: url("../images/knopback2.gif") no-repeat top right;
		}
		
/* Subnavigatie
---------------------------------------------------------------------------------------------- */

.subnav02 {
	width: 250px;
	padding: 0px 0px 0px 0px;
	background: url(../images/submenu_bg_rep.jpg) repeat-y top left;
}
.subnav01 {
	width: 200px;
	position: relative;
	background: url(../images/submenu_bg_top.jpg) no-repeat 0px 0px ;
	padding: 50px 15px 0px 35px;
}

.subnav_btm {
	position: absolute;
	bottom: -10px;
	left: 0px;
	width: 250px;
	height: 15px;
	background: url(../images/submenu_bg_btm.jpg) no-repeat bottom left;
}


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

.subnav01 li {
	padding: 0px;
	margin: 0px;
	line-height: 30px;
	background: url(../images/dot_line.gif) bottom left repeat-x;
}

.subnav01 li.last {
	background: none;
}


.subnav01 a:link, .subnav01 a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #002145;
	padding: 0px 0px 0px 25px;
	line-height: 30px;
	display: block;
	width: 175px;
	background: url(../images/arrow03.gif) no-repeat 0px 5px;
	}

.subnav01 a:hover { 
	text-decoration: none; 
	color: #3C74B6;
	background: url(../images/arrow03.gif) no-repeat 0px 5px;
	}
	
.subnav01 a.actief { 
	font-weight: normal; 
	text-decoration: none; 
	color: #0B73A3;
	}
	
/* Navigatie menu tweede niveau
------------------------------------------------------------------------------------------ */
	
	.subnav01 ul li ul
	{ 
		margin: -5px 0px 0px 0px;
		padding: 0px 0px 5px 0px;
		background: none;
		
	}
	
	.subnav01 ul li ul li
	{
		border: 0px;
		padding: 0px 0px 0px 0px;
		background: none;
	}

	

	
	.subnav01 ul li ul li a:link, .subnav01 ul li ul li a:visited
	{
		color: #0B73A3;
		border: 0px;
		padding: 2px 0px 2px 25px;
		margin: 0px 0px 0px 0px;
		text-decoration: none;
		font-weight: normal;
		background: none;
		line-height: 14px;
		width: 175px;
	}
	
	.subnav01 ul li ul li a:hover
	{
		text-decoration: underline;
		color: #3C74B6;
	}
	
	.subnav01 ul li ul li a.actief, .subnav01 ul li ul li a.actief:link, .subnav01 ul li ul li a.actief:hover, .subnav01 ul li ul li a.actief:visited
	{
		color: #0B73A3;
		font-weight: normal;
		text-decoration: underline;
		background: none;
	}
	
	
/* Navigatie menu Derde niveau
------------------------------------------------------------------------------------------ */
	
	.subnav01 ul li ul li ul
	{ 
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background: none;
	}
	
	.subnav01 ul li ul li ul li
	{
		border: 0px solid #ffdd00;
		padding: 0px 0px 0px 0px;
		background: none;
	}

	

	
	.subnav01 ul li ul li ul li a:link, .subnav01 ul li ul li ul li a:visited
	{
		display: block;
		padding: 2px 0px 2px 40px;
		background: none;
		text-align: left;
		width: 160px;
		color: #0B73A3;
	}
	
	.subnav01 ul li ul li ul li a:hover
	{
		color: #3C74B6;
	}
	
	.subnav01 ul li ul li ul li a.actief, .subnav01 ul li ul li ul li a.actief:link, .subnav01 ul li ul li ul li a.actief:hover, .subnav01 ul li ul li ul li a.actief:visited
	{
		color: #0B73A3;
		font-weight: normal;
		text-decoration: underline;
		background: none;
	}


/* Headerbox
---------------------------------------------------------------------------------------------- */	
#headerbox {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 200px;
}
/* Fix voor IE */
			* html #headerbox
			{
				height: 160px;
			}


#header_verv01 {
	position: absolute;
	top: -39px;
	left: 283px;
	width: 645px;
	height: 204px;
	background: url(../images/header_verv01.png) no-repeat top left;
}
	/* Fix voor IE */
			* html #header_verv01
			{
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://beheer.addnoise.nl/addsite/data/sites/hemrikmarine/www/images/header_verv01.png', sizingMethod='crop');
			}
			
#header_verv02 {
	position: absolute;
	top: -39px;
	left: 283px;
	width: 645px;
	height: 204px;
	background: url(../images/header_verv02.png) no-repeat top left;
}
	/* Fix voor IE */
			* html #header_verv02
			{
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://beheer.addnoise.nl/addsite/data/sites/hemrikmarine/www/images/header_verv02.png', sizingMethod='crop');
			}

#header_verv03 {
	position: absolute;
	top: -39px;
	left: 283px;
	width: 645px;
	height: 204px;
	background: url(../images/header_verv03.png) no-repeat top left;
}
	/* Fix voor IE */
			* html #header_verv03
			{
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://beheer.addnoise.nl/addsite/data/sites/hemrikmarine/www/images/header_verv03.png', sizingMethod='crop');
			}
#header_verv04 {
	position: absolute;
	top: -39px;
	left: 283px;
	width: 645px;
	height: 204px;
	background: url(../images/header_verv04.png) no-repeat top left;
}
	/* Fix voor IE */
			* html #header_verv04
			{
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://beheer.addnoise.nl/addsite/data/sites/hemrikmarine/www/images/header_verv04.png', sizingMethod='crop');
			}
#header_verv05 {
	position: absolute;
	top: -39px;
	left: 283px;
	width: 645px;
	height: 204px;
	background: url(../images/header_verv05.png) no-repeat top left;
}
	/* Fix voor IE */
			* html #header_verv05
			{
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://beheer.addnoise.nl/addsite/data/sites/hemrikmarine/www/images/header_verv05.png', sizingMethod='crop');
			}



ul#flashfotos {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	width: 645px;
	height: 204px;
	position: relative;
}
ul#flashfotos img {
	width: 645px;
	height: 204px;
}

ul#flashfotos li {
	position:  absolute;
	top: 0px;
	left: 0px;
}


#headerhomeleft {
	float: left;
	width: 284px;
	height: 200px;
	padding: 0px;
}

#headerhomeleft ul {
	margin: 50px 0px 0px 2px;
	padding: 0px;
	list-style-type: none;
}

#headerhomeleft ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
#headerhomeleft ul li a:link, #headerhomeleft ul li a:visited {
	
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	display: block;
	width: 240px;
	height: 35px;
	line-height: 35px;
}
#headerhomeleft ul li a:hover {
	color: #FFCD33;
}

#headerhomeleft ul li a.activeSlide#btnactief:link, #headerhomeleft ul li a.activeSlide#btnactief:visited, #headerhomeleft ul li a.activeSlide#btnactief:hover
{
	color: #FFCD33;
	background: url(../images/headerleft_bg.png) no-repeat 0px 0px;
}	

/* Fix voor IE */
			* html #headerhomeleft ul li a.activeSlide#btnactief:link
			{
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://beheer.addnoise.nl/addsite/data/sites/hemrikmarine/www/images/headerleft_bg.png', sizingMethod='crop');
			}
			* html #headerhomeleft ul li a.activeSlide#btnactief:visited
			{
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://beheer.addnoise.nl/addsite/data/sites/hemrikmarine/www/images/headerleft_bg.png', sizingMethod='crop');
			}
			* html #headerhomeleft ul li a.activeSlide#btnactief:hover
			{
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://beheer.addnoise.nl/addsite/data/sites/hemrikmarine/www/images/headerleft_bg.png', sizingMethod='crop');
			}




#headerhomeright {
	position: relative;
	float: left;
	width: 430px;
	height: 204px;
}
#headervervolgright {
	position: relative;
	float: left;
	width: 430px;
	height: 204px;
	
}

#headerright{
	position: relative;
	float: left;
	width: 430px;
	height: 169px;
	background: url(../images/header2.jpg) 0px 26px no-repeat;
}

.boxs {
	position: absolute;
	top: -5px;
	left: 0px;
}
/* Fix voor IE */
			* html .boxs
			{
				top: 0px;
			}


#box1{
	float: left;
	width: 645px;
	height: 204px;
	background: url(../images/header_showroom.png) no-repeat top left;
	z-index: 4;	
	position:relative;
}
	/* Fix voor IE */
			* html #box1
			{
				background: url(../images/header_showroom.gif) no-repeat top left;
			}


#box2{
	float: left;
	width: 645px;
	height: 204px;
	background: url(../images/header07.png) no-repeat top left;
	z-index: 3;	
}
	/* Fix voor IE */
			* html #box2
			{
				background: url(../images/header03.gif) no-repeat top left;
			}

#box3{
	float: left;
	width: 645px;
	height: 204px;
	background: url(../images/header05.png) no-repeat top left;
	z-index: 2;	
}
	/* Fix voor IE */
			* html #box3
			{
				background: url(../images/header05.gif) no-repeat top left;
			}

#box4{
	float: left;
	width: 645px;
	height: 204px;
	background: url(../images/header04.png) no-repeat top left;
	z-index: 1;	
}
	/* Fix voor IE */
			* html #box4
			{
				background: url(../images/header04.gif) no-repeat top left;
			}


#headerhomeright .teksthome{
	padding: 150px 80px 0px 50px;
	color: #ffffff;
	position:absolute;
}		


	



a.leesmeer:link, a.leesmeer:visited { 
	color: #FFCD33;
	padding: 0px 3px 1px 3px;
	line-height: 16px;
	text-decoration: none;
	position:relative;
	}
	
a.leesmeer:hover, a.leesmeer:active { 
	text-decoration: underline;
	}
	
a.meer:link, a.meer:visited {
	position: absolute;
	bottom: 5px;
	right: 65px;
	width: 19px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	line-height: 0px;
	text-decoration: none;
	background: url(../images/arrow01.gif) no-repeat 0px 0px;
	}
	
a.meer:hover, a.meer:active{ 
	background: url(../images/arrow01.gif) no-repeat 0px -20px;
	}
		
#kruimelbalk {
	border-top: 1px solid #FFFFFF;
	width: 100%;
	height: 34px;
	background: url("../images/kruimel_bg.jpg") no-repeat top left;
}
#kruimel {
	margin: 0 auto;
	padding: 7px 0px 0px 22px;
	height: 27px;
	width: 938px;
}

#kruimelpad {
	float: left;
	padding: 0px;
	margin: 0px;
	color: #002145;	
}

#kruimelpad a:link, #kruimelpad a:visited{ 
	color: #5AABCC;
	text-decoration: none;
	}


/* Middenstuk
---------------------------------------------------------------------------------------------- */

#kolom_links {
	float: left;
	width: 250px;
	min-height: 400px;
	margin: 0px 30px 0px 0px;
}

.knop_links {
	width: 250px;
	position: relative;
	
}

.tekst_links {
	padding: 0px 0px 0px 22px;
	
}

.knop_vaarimpressies {
	position:relative;
	width: 215px;
	height: 60px;
	background: url("../images/blokje_vaarimpr.jpg") no-repeat top left;
	padding: 50px 0px 0px 35px;
}
.knop_vaarimpressies a:link, .knop_vaarimpressies a:visited { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #990000;
	padding: 0px 0px 0px 25px;
	line-height: 30px;
	height: 30px;
	display: block;
	background: url(../images/arrow03.gif) no-repeat 0px 5px;
	}

.knop_vaarimpressies a:hover { 
	text-decoration: none; 
	background: url(../images/arrow03.gif) no-repeat 0px 5px;
	}
	
.knop_beldirect {
	position:relative;
	width: 215px;
	height: 60px;
	background: url("../images/blokje_beldirect.jpg") no-repeat 0px 0px;
	padding: 68px 0px 0px 35px;
}
.knop_beldirect a:link, .knop_beldirect a:visited { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #990000;
	padding: 0px 0px 0px 25px;
	line-height: 30px;
	height: 30px;
	display: block;
	background: url(../images/arrow03.gif) no-repeat 0px 5px;
	}

.knop_beldirect a:hover { 
	text-decoration: none; 
	background: url(../images/arrow03.gif) no-repeat 0px 5px;
	}

.knop_nieuwsbrief {
	position:relative;
	width: 215px;
	height: 60px;
	background: url("../images/blokje_nieuwsbrief.jpg") no-repeat 0px 0px;
	padding: 68px 0px 0px 35px;
}
.knop_nieuwsbrief a:link, .knop_nieuwsbrief a:visited { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #990000;
	padding: 0px 0px 0px 25px;
	line-height: 30px;
	height: 30px;
	display: block;
	background: url(../images/arrow03.gif) no-repeat 0px 5px;
	}

.knop_nieuwsbrief a:hover { 
	text-decoration: none; 
	background: url(../images/arrow03.gif) no-repeat 0px 5px;
	}



#adresgegevens {
	
	width: 250px;
	height: 170px;
	background: url("../images/adres_bg.jpg") no-repeat top left;
	padding: 0px 0px 0px 0px;
}
#adresgegevens a:link, #adresgegevens a:visited { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #990000;
	padding: 0px 0px 0px 0px;
	line-height: 30px;
	height: 30px;
	}

#adresgegevens a:hover { 
	text-decoration: none; 
	}
.adres {
	position:relative;
	padding: 50px 0px 0px 35px;
	width: 215px;
	height: 120px;
}


#kolom_midden {
	float: left;
	width: 450px;
	min-height: 400px;
	margin: 0px 0px 0px 0px;
}



.content01 {
	position:relative;
	width: 400px;
	background: url("../images/kop_midden_blauw.jpg") no-repeat top left;
	margin: 0px;
	padding: 0px 15px 0px 25px;
}
.content01 img {
	float: right;
	margin: 0px 0px 0px 10px;
	border: 0px;
}
.content01 ul {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 5px;
	list-style-type: none;
	text-align: left;
}

.content01 li {
	padding: 0px 0px 0px 17px;
	margin: 0px;
	line-height: 18px;
	background: url(../images/bullet.gif) no-repeat 0px 5px;
}
.content01 a:link, .content01 a:visited  { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #990000;
	padding: 0px 0px 0px 0px;

	}

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





.content02 {
	position:relative;
	width: 400px;
	background: url("../images/kop_midden_lichtbl.png") no-repeat top left;
	margin: 0px;
	padding: 0px 15px 0px 25px;
}
/* Fix voor IE */
			* html .content02
			{
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://beheer.addnoise.nl/addsite/data/sites/hemrikmarine/www/images/kop_midden_lichtbl.png', sizingMethod='crop');
			}



.content02 ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	text-align: left;
	float: left;
	
}

.content02 li {
	line-height: 30px;
	padding: 0px;
	margin: 0px;
	background: url(../images/dot_line.gif) bottom left repeat-x;
	display: block;
}

.content02 li.last {
	line-height: 30px;
	background: none;
}


.content02 a:link, .content02 a:visited  { 
	font-weight: normal; 
	text-decoration: none; 
	color: #002145;
	width: 400px;
	padding: 0px 0px 0px 25px;
	line-height: 30px;
	display: block;
	background: url(../images/arrow02.gif) no-repeat 0px 5px;
	}

.content02 a:hover { 
	text-decoration: none; 
	color: #3C74B6;
	background: url(../images/arrow02.gif) no-repeat 0px 5px;
	}

.content03 {
	position:relative;
	width: 400px;
	background: url("../images/contact_bg.jpg") no-repeat top left;
	margin: 0px;
	padding: 0px 15px 0px 25px;
}

#kolom_midden_verv {
	float: right;
	width: 680px;
	min-height: 400px;
	margin: 0px 0px 0px 0px;
}

.content_verv02 {
	position:relative;
	width: 610px;
	background: url("../images/kop_midden_lichtbl.png") no-repeat top left;
	margin: 0px;
	padding: 0px 45px 0px 25px;
}
/* Fix voor IE */
			* html .content_verv02
			{
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://beheer.addnoise.nl/addsite/data/sites/hemrikmarine/www/images/kop_midden_lichtbl.png', sizingMethod='crop');
			}

.content_verv02 ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	text-align: left;
}

		
.content_verv02 li {
	position: relative;
	font-weight: normal; 
	text-decoration: none; 
	color: #002145;
	padding: 2px 0px 0px 25px;
	line-height: 24px;
	background: url(../images/arrow02.gif) no-repeat 0px 5px;
}



.content_verv01 {
	position:relative;
	width: 610px;
	min-height: 120px;
	background: url("../images/kop_verv_blauw.jpg") no-repeat top left;
	margin: 0px;
	padding: 0px 45px 0px 25px;
}
/* Fix voor IE */
			* html .content_verv01
			{
				height: 120px;
			}

.content_verv01 ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	text-align: left;
	float: left;
}

		
.content_verv01 li {
	
	font-weight: normal; 
	text-decoration: none; 
	color: #002145;
	padding: 2px 0px 0px 25px;
	line-height: 24px;
	background: url(../images/arrow02.gif) no-repeat 0px 5px;
}




.content_overzicht {
	position:relative;
	float: left;
	width: 290px;
	height: 180px;
	background: url("../images/kop_midden_lichtbl.png") no-repeat top left;
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 0px 25px;
}
	/* Fix voor IE */
			* html .content_overzicht
			{
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://beheer.addnoise.nl/addsite/data/sites/hemrikmarine/www/images/kop_midden_lichtbl.png', sizingMethod='crop');
			}

.content_overzicht img {
	float: left;
	margin: 0px 10px 0px 0px;
}


a.meercontent:link, a.meercontent:visited{ 
	float: left;
	display: block;
	height: 19px;
	color: #990000;
	padding: 2px 3px 0px 25px;
	margin: 7px 0px 0px 0px;
	line-height: 16px;
	text-decoration: underline;
	background: url(../images/arrow01.gif) no-repeat 0px 0px;
	}
	
a.meercontent:hover, a.meercontent:active{ 
	text-decoration: none;
	background: url(../images/arrow01.gif) no-repeat 0px -20px;
	}
	
a.meercontentlinks:link, a.meercontentlinks:visited{ 
	float: left;
	display: block;
	height: 19px;
	color: #990000;
	padding: 2px 3px 0px 25px;
	margin: 7px 0px 0px 0px;
	line-height: 16px;
	text-decoration: underline;
	background: url(../images/arrow01.gif) no-repeat 0px 0px;
	}
	/* Fix voor IE */
			* html a.meercontentlinks:link, * html a.meercontentlinks:visited
			{
				margin-left: 10px;
			}
	
a.meercontentlinks:hover, a.meercontentlinks:active{ 
	text-decoration: none;
	background: url(../images/arrow01.gif) no-repeat 0px -20px;
	}


#kolom_rechts {
	float: right;
	width: 200px;
	min-height: 400px;
}

.rechts_blokje01 {
	position: relative;
	width: 155px;
	padding: 50px 10px 0px 35px;
	margin: 0px;
	background: url(../images/rechts_blokje01.jpg) no-repeat 0px -1px ;
}
.rechts_blokje02 {
	background: url(../images/rechts_blokje_rep.jpg) repeat-y top left;
}
.rechts_blokje_btm {
	position: absolute;
	bottom: -7px;
	left: 0px;
	width: 198px;
	height: 9px;
	background: url(../images/rechts_blokje01_btm.jpg) no-repeat 0px 0px ;
}

.rechts_blokje01 ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	text-align: left;
}

.rechts_blokje01 li {
	height: 30px;
	line-height: 30px;
	padding: 0px;
	margin: 0px;
	background: url(../images/dot_line.gif) bottom left repeat-x;
}

.rechts_blokje01 li.last {
	background: none;
}


.rechts_blokje01 a:link, .rechts_blokje01 a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #002145;
	padding: 0px 0px 0px 25px;
	line-height: 30px;
	height: 30px;
	display: block;
	background: url(../images/arrow03.gif) no-repeat 0px 5px;
	}

.rechts_blokje01 a:hover { 
	text-decoration: none; 
	color: #3C74B6;
	background: url(../images/arrow03.gif) no-repeat 0px 5px;
	}

.rechts_blokje_acc01 {
	position:relative;
	width: 155px;
	padding: 50px 10px 0px 35px;
	background: url(../images/rechts_blokje01_btm.jpg) no-repeat bottom left;
}
.rechts_blokje_acc02 {
	background: url(../images/rechts_blokje_acc.jpg) no-repeat 0px 0px ;
}
	
.rechts_blokje_acc01 a.aanbod:link, .rechts_blokje_acc01 a.aanbod:visited  { 
	font-weight: normal; 
	text-decoration: none; 
	color: #002145;
	padding: 0px 60px 10px 0px;
	display: block;
	line-height: 18px;
	background: none;
	}

.rechts_blokje_acc01 a.aanbod:hover { 
	text-decoration: none; 
	color: #3C74B6;
	}


/* Carousel
---------------------------------------------------------------------------------------------- */

.jcarousel-scope {   
	position: relative;    
	width: 165px;    
	height:350px;    
	background: url(../images/carousel_bg.jpg) top left no-repeat;	   
	padding: 50px 0px 0px 35px;
	margin-left: 0px;
	float: left;
	}
	
.jcarousel-list {    
	overflow: hidden;    
	margin: 0;    
	padding: 0;
	}
	
.jcarousel-list li {    
	float: left;    
	list-style: none;    
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 10px;
	line-height: 0px;
	width: 135px;
	height: 70px;
	}
	/* Fix voor IE */
			* html .jcarousel-list li
			{
				margin-left: 5px;
			}
	
.jcarousel-next {    
	position: absolute;    
	bottom: 0px;    
	left: 110px;
	width: 39px;
	height: 30px;
	cursor: pointer;
	}
	
.jcarousel-next-disabled {    
	cursor: default;    
	opacity: .5;    
	-moz-opacity: .5;    
	filter: alpha(opacity=50);
	}
	
.jcarousel-prev {    
	position: absolute;    
	bottom: 0px;    
	left: 70px;    
	cursor: pointer;
	}
	
.jcarousel-prev-disabled {    
	cursor: default;    
	opacity: .5;    
	-moz-opacity: .5;    
	filter: alpha(opacity=50);
	}
	
.jcarousel-clip	 {
	margin: 0px; 
	padding: 0px; 
	overflow: hidden; 
	z-index: 2; 
	width: 128px; 
	 
	position: relative;
	}
	
.jcarousel-list	 {
	margin: 0px; 
	padding: 0px; 
	z-index: 1; 
	position: relative; 
	top: 0px; 
	left: 0px; 
	 
	display: block;
	}
	
.jcarousel-item-1	{
	overflow: hidden; 
	float: left; 
	list-style-type: none; 
	list-style-image: none; 
	list-style-position: outside;	
	}
	
.jcarousel-item-1 img{
	border: 0px;
	width: 128px;
	height: 70px;
	}	
	
.jcarousel-item-1 a:hover img
{
	
}

#logos_onder {
	position:relative;
	width: 938px;
	height: 110px;
	margin: auto;
	padding: 50px 0px 0px 22px;
	background: url(../images/onder_logos_bg.jpg) no-repeat 0px 0px ;
}

#logos_onder img {
	float: left;
}


/* Foto overzicht
------------------------------------------------------------------------------------------ */

.fotosrechts { 
	float: right;
	width: 293px;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	}
	
.fotosrechts img {
	position: relative;
	border: 0px;
	width: 293px;
	margin: 0px 0px 20px 0px;
	}
.ronding01_onder { 
	position: absolute;
	bottom: 20px;
	left: 0px;
	width: 293px;
	height: 10px;
	background: url(../images/ronding01_onder.png) top left no-repeat;
	}
	/* Fix voor IE */
			* html .ronding01_onder
			{
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://beheer.addnoise.nl/addsite/data/sites/hemrikmarine/www/images/ronding01_onder.png', sizingMethod='crop');
				bottom: 16px;
			}


.fotoslinks { 
	float: left;
	width: 188px;
	height: 116px;
	padding: 0px 0px 0px 0px;
	margin: 0px 15px 10px 0px;
	}
	
.fotoslinks img {
	border: 0px;
	float: right;
	width: 188px;
	height: 116px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

.fotosoverzicht { 
	padding: 0px 0px 0px 20px;
	margin: 20px 0px 0px 0px;
	font-size: 0px;
	line-height: 0px;
	width: 590px;
	background: url(../images/fotosoverzicht_bg.jpg) top left no-repeat;
	}		
	
.fotosoverzicht img
{
	width: 130px;
	height: 105px;
	border: 0px;
	padding: 0px;
	margin: 20px 17px 0px 0px;
	float: left;
}
.fotosoverzicht img:hover
{
	
	border: 0px solid #fdffe9;
}


/* Formulier
---------------------------------------------------------------------------------------------- */


.form_buttons {
	position: relative;
	width: 300px;
	margin-top: 10px;
	z-index: 4;

}

input.button1 {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background:  url(../images/formbtns.jpg) no-repeat -95px 0px; 
	border: 0px;
	color: #ffffff;
	width: 100px;
	height: 32px;
	margin: 5px 10px 10px 0px; 
	padding: 3px 10px 3px 10px;
	}
	
input.button2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/formbtns.jpg) no-repeat 0px 0px; 
	border: 0px;
	width: 100px;
	height: 32px;
	color: #ffffff;
	margin: 5px 0px 10px 0px; 
	padding: 3px 10px 3px 8px; 
	}	

.aanmelden {

	border: 1px solid #004000;
		width: 165px;
		margin-left: 0px;
		font-size: 11px;
		line-height: 11px;
		height: 18px;
		margin: 2px 0px 10px 0px;
		}
	
.input {
	background: url(../images/invulbg.jpg) repeat-x; 
	border: 1px solid #004000;
	font-size: 11px;
		width: 203px;
		margin-left: 10px;
		line-height: 11px;
		height: 16px;	
		
		}
		
.invulNormaal {
	background: #FFF url(../images/invulbg.jpg) repeat-x; 
	border: 1px solid #004000;
	font-size: 11px;
		width: 250px;
		line-height: 11px;
		height: 16px;
		margin: 1px 0px 1px 0px;
		padding: 2px 3px 1px 3px;
		
		
		}		
		
.invulArea {
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #FFF url(../images/areabg.jpg) repeat-x bottom left; 
	border: 1px solid #004000;
	font-size: 11px;
		width: 250px;
		height: 80px;
		line-height: 11px;
		margin: 1px 0px 1px 0px;
		padding: 2px 3px 1px 3px;
		
		}

.lb {
	color: #79ACD9;
}

.veld2pulldown select
{
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
 background-color: #ffffff;
 color: #000000;
 border: 1px solid #004000;
 margin-right: 0px;
 text-align: left;
 height: 18px;
 padding: 2px 3px 2px 3px;
 margin: 0 0 0 0;
}	

.invulSmall {
	background: #FFF url(../images/invulbg.jpg) repeat-x; 
	border: 1px solid #004000;
	font-size: 11px;
		width: 140px;
		line-height: 11px;
		height: 16px;
		margin: 1px 0px 1px 0px;
		padding: 2px 3px 1px 3px;
		}
		
.invulPulldown {
	background: #ffffff;
	border: 1px solid #004000;
	font-size: 11px;
	height: 18px;
		line-height: 11px;
		margin: 1px 0px 1px 0px;
		padding: 2px 3px 2px 3px;
		}		
		
.invulXSmall {
	background: #ffffff;
	border: 1px solid #004000;
	font-size: 11px;
		width: 25px;
		line-height: 11px;
		height: 16px;
		margin: 1px 0px 1px 0px;
		padding: 2px 3px 1px 3px;
		}


#nieuwsoverzicht {
	width: 580px;
	height: 110px;
	padding: 10px 0px 20px 0px;
	margin: 0px;
	
}

.newslinks{
	float: left;
	width: 130px;
	height: 120px;
	margin: 0px 30px 0px 0px;
}

.newslinks img {
	border: 0px;
}

.newsrechts {
	float: left;
	width: 400px;
	height: 105px;
	background: url(../images/dot_line.gif) bottom left repeat-x;
	margin-bottom: 20px;
}

.dotline {
	width: 550px;
	height: 1px;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
	
}


.clearer {
	height: 0px;
	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;
}

.clearer25 {
	height: 25px;
	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;
}
.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;
}







h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 7px 0px 20px 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 7px 0px 20px 0px;
	color: #005299;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	position: absolute;
	top: 10px;
	left: 22px;
	width: 190px;
	height: 22px;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 10px 0px 25px 0px;
	color: #FFCD33;
}
h5 {

	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	color: #FFCD33;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	line-height: 18px;
}
h6 {
	position: absolute;
	top: 10px;
	left: 22px;
	width: 150px;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}


/* Sifr
---------------------------------------------------------------------------------------------- */


/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

/*---- sIFR ---*/


.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px;
  z-index: 0;
}	


#sitemap {
	position:relative;
	width: 610px;
	min-height: 120px;
	background: url("../images/kop_verv_blauw.jpg") no-repeat top left;
	margin: 0px 0px 0px 0px;
	padding: 50px 45px 0px 25px;
}


