/* 
Ronan R-Freight
======================================================================================
URL:				www.r-freight.nl/
Auteur: 			Stefan Efde [www.addnoise.nl]

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

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

@font-face {
	font-family: Aller Light; 
	font-style: normal;
	src: url(../fonts/Aller_Lt.ttf); 
}

@font-face {
	font-family: Aller Normal; 
	font-style: normal;
	src: url(../fonts/Aller_Rg.ttf); 
}

@font-face {
	font-family: Aller Bold; 
	font-style: Bold;
	src: url(../fonts/Aller_Bd.ttf); 
}


body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #FFF url(../images/sky04.jpg) no-repeat top center;
	/*background-attachment: fixed;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #212121;
}
html {
 filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
/* Fix voor IE */
	* html body
		{
			background: #FFF url(../images/sky2.jpg) no-repeat top center;
		}

body.vervolg {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #FFF url(../images/sky04.jpg) no-repeat top center;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #212121;
}
/* Fix voor IE */
	* html body.vervolg
		{
			background: #FFF url(../images/sky3.jpg) no-repeat top center;
		}

html {
	height: 100%;
}

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


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

* html #container {
	height: 100%;
}

#bovenstuk {
	width: 100%;
	height: 184px;
	background: #FFC500 url(../images/header.jpg) no-repeat top center;
}

#topbar {
	width: 100%;
	height: 2px;
	background: #00274b;
	position: fixed;
	z-index: 999;
	line-height: 0px;
	font-size: 0px;
}

#top {
	margin: 0 auto;
	width: 950px;
	height: 150px;
	position: relative;
}

#logo a:link, #logo a:visited, #logo a:hover {
	position: absolute;
	top: 30px;
	left: 40px;
	width: 215px;
	height: 92px;
	background: no-repeat url("../images/logo_r-freight.png") 0px 0px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	z-index: 5;
}
/* Fix voor IE */
	* html #logo a:link
		{
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/ronan/images/logo_r-freight.png', sizingMethod='crop');
		}
	* html #logo a:visited
		{
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/ronan/images/logo_r-freight.png', sizingMethod='crop');
		}
	* html #logo a:hover
		{
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/ronan/images/logo_r-freight.png', sizingMethod='crop');
		}


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


.flags {
	position: absolute;
	top: 3px;
	right: 10px;
	padding: 5px 0px 0px 0px;
	z-index: 88;
}

a.nl:link, a.nl:visited {
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	padding: 0px;
	text-decoration: none;
	line-height: 0px;
	font-size: 0px;
	margin: 0px 0px 0px 8px;
	background: url("../images/flags.gif") no-repeat 0px 0px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
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: 30px;
	height: 30px;
	padding: 0px;
	text-decoration: none;
	line-height: 0px;
	font-size: 0px;
	margin: 0px 0px 0px 8px;
	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: 30px;
	height: 30px;
	padding: 0px;
	text-decoration: none;
	line-height: 0px;
	font-size: 0px;
	margin: 0px 0px 0px 8px;
	background: url("../images/flags.gif") no-repeat -34px 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;
	display: block;
	width: 30px;
	height: 30px;
	padding: 0px;
	text-decoration: none;
	line-height: 0px;
	font-size: 0px;
	margin: 0px 0px 0px 8px;
	background: url("../images/flags.gif") no-repeat -34px 0px;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

a.en:link, a.en:visited {
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	padding: 0px;
	text-decoration: none;
	line-height: 0px;
	font-size: 0px;
	margin: 0px 0px 0px 8px;
	background: url("../images/flags.gif") no-repeat -66px 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;
	display: block;
	width: 30px;
	height: 30px;
	padding: 0px;
	text-decoration: none;
	line-height: 0px;
	font-size: 0px;
	margin: 0px 0px 0px 8px;
	background: url("../images/flags.gif") no-repeat -66px 0px;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}




/* Header Homepage
----------------------------------------------- */

#headerbox {
	margin: 0 auto;
	width: 933px;
	height: 312px;
	background: no-repeat url("../images/bgheader.png") 0px 0px;
	position: relative;
	z-index: 1;
}

/* Fix voor IE */
	* html #headerbox
		{
			background: no-repeat url("../images/bgheader.gif") 0px 0px;
		}


.box_vervolg {
	position: absolute;
	top: 18px;
	left: 0px;
	width: 660px;
	height: 280px;
	z-index: 44;
}

.boxlabel {
	width: 125px;
	height: 120px;
	position: absolute;
	top: -7px;
	left: -8px;
	background: url(../images/label.png) no-repeat 0px 0px;
	z-index: 88;
}
/* Fix voor IE */
	* html .boxlabel
		{
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/ronan/images/label.png', sizingMethod='crop');
		}


.topleft {
	width: 8px;
	height: 8px;
	position: absolute;
	top: 18px;
	left: 0px;
	background: url(../images/h_topleft.png) no-repeat 0px 0px;
	z-index: 89;
}
/* Fix voor IE */
	* html .topleft
		{
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/ronan/images/h_topleft.png', sizingMethod='crop');
		}
		
.topright {
	width: 8px;
	height: 8px;
	position: absolute;
	top: 18px;
	right: 273px;
	background: url(../images/h_topright.png) no-repeat 0px 0px;
	z-index: 89;
}
/* Fix voor IE */
	* html .topright
		{
			right: 272px;
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/ronan/images/h_topright.png', sizingMethod='crop');
		}

.bottomleft {
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: 14px;
	left: 0px;
	background: url(../images/h_bottomleft.png) no-repeat 0px 0px;
	z-index: 89;
}
/* Fix voor IE */
	* html .bottomleft
		{
			bottom: 7px;
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/ronan/images/h_bottomleft.png', sizingMethod='crop');
		}



.headertitle {
	float: right;
	width: 190px;
	color: #FFF;
	font-family: Aller Light, Arial;
	font-size: 20px;
	padding: 0px 50px 10px 0px;
	margin: 35px 0px 0px 0px;
	line-height: 26px;
	text-transform: uppercase;
}
* html .headertitle {
	font-size: 20px;
}


.boxs {
	position: absolute;
	top: 18px;
	left: 0px;
	width: 660px;
	height: 280px;
	z-index: 44;
}


.boxs img {
	float: right;
}

.boxtext {
	position: absolute;
	bottom: 31px;
	right: 0px;
	width: 329px;
	height: 104px;
	background: no-repeat url("../images/bgboxtext.png") 0px 0px;
	padding: 15px 25px 15px 15px;
	z-index: 999;
	float: left;
	font-size: 14px;
	font-weight: bold;
}

/* Fix voor IE */
	* html .boxtext
		{
			height: 98px;
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/ronan/images/bgboxtext.png', sizingMethod='crop');
		}
		


.boxtext h1 {
	color: #FFF;
	font-family: Aller Bold, Arial;
	font-size: 26px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	line-height: 28px;
	font-weight: bold;
}

.boxtext span {
	color: #FFF;
}

a.meerinfo:link, a.meerinfo:visited {
	color: #fbcb26;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	font-weight: bold;
}
a.meerinfo:hover {
	text-decoration: underline;
}




#groepen {
	position: absolute;
	top: 135px;
	right: -10px;
	width: 310px;
	padding: 0px 0px 0px 0px;
	z-index: 66;
}

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

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

#groepen ul li a#t1:link, #groepen ul li a#t1:visited
{
	font-family: Aller Normal, Arial;
	font-size: 22px;
	color: #daeaf5;
	padding: 0px 0px 0px 60px;
	font-weight: normal;
	text-decoration: none;
	width: 195px;
	height: 44px;
	line-height: 40px;
	float: left;
	position:relative;
}

#groepen ul li a#t1:hover
{
	text-decoration: none;
	background: none;
	color: #FFF;
}

#groepen ul li a.activeSlide#t1:link, #groepen ul li a.activeSlide#t1:visited, #groepen ul li a.activeSlide#t1:hover
{
	width: 245px;
	height: 46px;
	line-height: 40px;
	background: no-repeat url("../images/groep_actief.png") 0px 0px;
	color: #FFF;
}

/* Fix voor IE */
	* html #groepen ul li a.activeSlide#t1:link
		{
			padding: 0px 0px 0px 60px;
			width: 245px;
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/ronan/images/groep_actief.png', sizingMethod='crop');
		}
	* html #groepen ul li a.activeSlide#t1:visited
		{
			padding: 0px 0px 0px 60px;
			width: 245px;
			bbackground-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/ronan/images/groep_actief.png', sizingMethod='crop');
		}
	* html #groepen ul li a.activeSlide#t1:hover
		{
			padding: 0px 0px 0px 60px;
			width: 245px;
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/ronan/images/groep_actief.png', sizingMethod='crop');
		}	
	

/* Header Vervolgpagina
----------------------------------------------- */


#headerbox_small {
	margin: 0 auto;
	width: 933px;
	height: 195px;
	background: no-repeat url("../images/bgheader_small.png") 0px 0px;
	position: relative;
}
/* Fix voor IE */
	* html #headerbox_small
		{
			background: no-repeat url("../images/bgheader_small.gif") 0px 0px;
		}


.headertitle02 {
	float: right;
	width: 190px;
	color: #FFF;
	font-family: Aller Light, Arial;
	font-size: 23px;
	padding: 0px 45px 10px 0px;
	margin: 115px 0px 0px 0px;
	line-height: 26px;
	text-transform: uppercase;
}




#middenstuk {
	width: 100%;
	min-height: 355px;
	padding-bottom: 260px;
}


#pagina {
	margin: 0 auto;
	width: 950px;
	min-height: 355px;
}

.content {
	float: left;
	width: 540px;
	min-height: 200px;
	padding: 19px 80px 0px 40px;
	background: no-repeat url("../images/bgcontenthome.png") 9px 0px;
}
/* Fix voor IE */
	* html .content
		{
			height: 100px;
			background: none;
		}

.content a:link, .content a:visited, .content a:active { 
	text-decoration: none;
	color: #0a6fb9;
}
.content a:hover {
	text-decoration: underline;	
}



h2 {
	color: #0a6fb9;
	font-family: Aller Normal, Arial;
	font-size: 22px;
	padding: 0px 20px 10px 0px;
	margin: 0px;
	line-height: 30px;
	font-weight: bold;

}

.button {
	float: left;
	display: block;
	margin: 10px 0px 0px 0px;
}

a.button1
{
	float: left;
	font-weight: normal;
	font-size: 12px;
	background: url("../images/button.gif") no-repeat left top;
	line-height: 29px;
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 0px 0px;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}

a.button1 span 
{
	float: left;
	background: url("../images/button.gif") no-repeat right top;
	padding: 0px 20px 0px 5px;
	margin: 0px 0px 0 0;
	color: #FFF;
}

a:hover.button1
{
	background-position: left -29px;
	color: #FFF;
}

a:hover.button1 span
{
	background-position: right -29px;
	color: #FFF;
}


#rightside {
	float: right;
	width: 283px;
}

.rightbox {
	float: left;
	width: 275px;
	padding: 0px 0px 0px 0px;
}



/* Newsbox
------------------------------- */

.newsbox {
	float: right;
	width: 275px;
	min-height: 150px;
	background: url("../images/bgnewsbox2.png") no-repeat 0px 0px;
	position: relative;
	padding: 25px 0px 15px 0px;
	margin-right: 8px;
}
/* Fix voor IE */
	* html .newsbox
		{
			background: url("../images/bgnewsbox.gif") no-repeat 0px 0px;
		}


.newsbox div {
	width: 275px;
	height: 25px;
	position: absolute;
	bottom: -25px;
	left: 0px;
	background: url("../images/bgnewsbox_btm2.png") no-repeat 0px 0px;
}

/* Fix voor IE */
	* html .newsbox div
		{
			background: url("../images/bgnewsbox_btm.gif") no-repeat 0px 0px;
		}

.newstitle {
	font-family: Aller Light, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #0a6fb9;
	padding: 0px 0px 0px 25px;
	text-transform: uppercase;
}

.newsdate {
	display: block;
	font-size: 10px;
	line-height: 14px;
	color: #212121;
}

.newsbox ul {
	margin: 0px 0px 0px 0px;
	padding: 10px 2px 10px 2px;
	list-style-type: none;
}
.newsbox ul li {
	float: left;
	width: 251px;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	display: block;
	background: none;
}
.newsbox ul li:hover {
	background: #d2e0ec;
}

.newsbox ul li a:link, .newsbox ul li a:visited {
	float: left;
	display: block;
	padding: 5px 0px 5px 20px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: #00274b;
	line-height: 16px;
	font-weight: bold;
	background: url("../images/arrow_yellow2.gif") no-repeat 0px 8px;
}
.newsbox ul li a:hover {
	color: #0a6fb9;
}

a.meernieuws:link, a.meernieuws:visited {
	float: left;
	color: #00274b;
	padding: 10px 10px 0px 20px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}
a.meernieuws:hover {
	text-decoration: underline;
}

/* Blocks
------------------------------- */

.blocksline {
	position: absolute;
	top: -23px;
	left: 0px;
	width: 950px;
	height: 50px;
	background: url("../images/spacer.png") no-repeat 0px 0px;
}
/* Fix voor IE */
	* html .blocksline
		{
			background: url("../images/spacer.jpg") no-repeat 0px 0px;
		}


#blocks {
	float: left;
	width: 950px;
	padding: 40px 0px 0px 5px;
	background: url("../images/bgblocks.png") no-repeat 6px 0px;
	position: relative;
}
/* Fix voor IE */
	* html #blocks
		{
			background: none;
		}


.blockspacer {
	float: left;
	width: 15px;
	height: 100px;
}

.block01
{
	position:relative;
	display: block;
	width: 296px;
	text-decoration: none;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	float: left;
	margin-left: 5px;
}

.block01 a, .block01 a:link, .block01 a:visited 
{
	display: block;
	width: 296px;
	height: 250px;
	background: none;
	color: #212121;
	text-decoration: none;
	left: 0px;
	border-bottom: 0px solid white;
}

.block01 .title {
	display: block;
	color: #00274b;
	font-family: Aller Light, Arial;
	font-size: 20px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
	text-align: center;
}
.block01 .title span {
	font-family: Aller Bold, Arial;
	font-weight: bold;
}

.photo {
	position: relative;
	width: 285px;
	height: 105px;
	margin:  15px 0px 6px 5px;
}
.photo img
{
	float: left;
	border: 0;
	padding: 0px;
	cursor: pointer;
}

.blocklabel {
	width: 53px;
	height: 52px;
	position: absolute;
	top: -2px;
	right: -2px;
	background: url(../images/label_small.png) no-repeat 0px 0px;
	z-index: 88;
}
/* Fix voor IE */
	* html .blocklabel
		{
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/ronan/images/label_small.png', sizingMethod='crop');
		}

.blockoverlay {
	width: 285px;
	height: 105px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/blockoverlay.png) no-repeat 0px 0px;
	z-index: 77;
}
/* Fix voor IE */
	* html .blockoverlay
		{
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/ronan/images/blockoverlay.png', sizingMethod='crop');
		}

.block01 .tekst
{
	display: block;
	padding: 11px 20px 6px 30px;
	margin: 0 5px 0px 0;
	line-height: 16px;
}

.block01 a:hover
{
	display: block;
	width: 296px;
	height: 250px;
	text-decoration: none;
	background: url("../images/blockbg.png") no-repeat bottom left;
}

/* Fix voor IE */
	* html .block01 a:hover
		{
			background: url("../images/blockbg.jpg") no-repeat 0px 0px;	
		}

.block01 .meerinfo2 {
	padding: 4px 0px 2px 20px;
	margin: 5px 0px 0px 5px;
	text-decoration: none;
	font-size: 11px;
	color: #00274b;
	background: url(../images/arrow_yellow2.gif) no-repeat 1px 5px;
}




/* Blokken Rechts
------------------------------------- */

.blockright
{
	position:relative;
	display: block;
	width: 250px;
	text-decoration: none;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	float: left;
	margin-left: 0px;
	float: right;
}

.blockright .title {
	display: block;
	color: #00274b;
	font-family: Aller Light, Arial;
	font-size: 20px;
	padding: 10px 0px 0px 20px;
	margin: 0px;
	line-height: 20px;
}
.blockright .title span {
	font-family: Aller Bold, Arial;
	font-weight: bold;
}

.blockright .photo {
	float: left;
	width: 220px;
	margin:  15px 0px 6px 5px;
}
.blockright .photo img
{
	float: left;
	border: 0;
	padding: 0px;
}

.blockright .tekst
{
	float: left;
	display: block;
	padding: 20px 20px 6px 20px;
	margin: 0 5px 0px 0;
	line-height: 16px;
}


.blockright a.meerinfo2:link, .blockright a.meerinfo2:visited {
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 0px 20px;
	text-decoration: none;
	font-size: 11px;
	color: #00274b;
	background: url(../images/arrow_yellow2.gif) no-repeat 1px 2px;
}
.blockright a.meerinfo2:hover {
	text-decoration: underline;
}



/* Subnavigatie Linkerkant 1e niveau
------------------------------------- */


.subnavbox {
	float: right;
	width: 275px;
	position: relative;
	padding: 0px 8px 30px 0px;
}
	

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

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

#subnav ul li a:link, #subnav ul li a:visited {
	float: left;
	width: 235px;
	height: 31px;
	line-height: 32px;
	padding: 0px 0px 0px 40px;
	margin: 0px 0px 3px 0px;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #3d3d3d;
	background: url(../images/bgsubnav.png) no-repeat 0px 0px;
}
/* Fix voor IE */
	* html #subnav ul li a:link
		{
			background: url(../images/bgsubnav.gif) no-repeat 0px 0px;
		}
	* html #subnav ul li a:visited
		{
			background: url(../images/bgsubnav.gif) no-repeat 0px 0px;
		}


#subnav ul li a:hover {
	background-position: 0px -31px;
	color: #086eb7;
	line-height: 32px;
}
/* Fix voor IE */
	* html #subnav ul li a:hover
		{
			background-position: 0px -30px;
		}


#subnav ul li a.actief:link, #subnav ul li a.actief:visited, #subnav ul li a.actief:hover {
	background-position: 0px -62px;
	font-weight: bold;
	color: #fff;
}

/* Subnavigatie Linkerkant 2e niveau
------------------------------------- */


#subnav ul ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style-type: none;
}

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

#subnav ul ul li a:link, #subnav ul ul li a:visited {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 4px;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#subnav ul ul li a:hover {
	color: #000;
}
#subnav ul ul li a.actief:link, #subnav ul ul li a.actief:visited, #subnav ul ul li a.actief:hover {
	font-weight: bold;
}





#onderstuk {
	width: 100%;
	height: 260px;
	position: relative;
	margin: -260px auto 0 auto;
	background-color: #f3f5f6;
	background: url("../images/bgfooter.gif") repeat-x 0px 0px;
	border-top: 1px solid #9eaeb9;
}

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

#footer {
	position: relative;
	margin: 0 auto;
	width: 950px;
	min-height: 240px;
	background: url("../images/footer.jpg") no-repeat top center;
	padding: 20px 0px 0px 0px;
}


#footerding {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 380px;
	height: 202px;
	background: url("../images/footerding.png") no-repeat top left;
	z-index: 97;
}
* html #footerding
		{
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/ronan/images/footerding.png', sizingMethod='crop');
		}



.partners {
	display: none;
	float: left;
	font-size: 11px;
	width: 230px;
	height: 100px;
	padding: 0px 0px 0px 10px;
}



#logos {
	padding: 5px 0px 0px 0px;
}
#logos img {
	border: 0px;
}

#logos a:link, #logos a:visited {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.footertitle {
	color: #00274b;
	font-family: Aller Light, Arial;
	font-size: 18px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	line-height: 20px;
	font-weight: normal;
}

.firstkolom {
	float: left;
	width: 280px;
	height: 220px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
}
.kolom {
	float: left;
	width: 210px;
	height: 220px;
	margin: 10px 0px 0px 0px;
	font-size: 11px;
}

.contactgegevens {
	line-height: 18px;
	padding: 13px 0px 0px 0px;
}

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

.kolom ul li {
	padding: 3px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}

.kolom ul li a:link, .kolom ul li a:visited {
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	font-size: 11px;
	color: #00274b;
	background: url(../images/arrow_yellow2.gif) no-repeat 1px 2px;
}
.kolom ul li a:hover {
	color: #086eb7;
	text-decoration: underline;
}


.copyright {
	position: absolute;
	bottom: 7px;
	left: 10px;
	color: #dddddd;
	font-size: 11px;
	display: block;
}
* html .copyright {
	bottom: 0px;
}


/* Fotosoverzicht
-------------------------------------- */
.shadow {
	position: absolute;
	bottom: -16px;
	right: 0px;
	width: 290px;
	height: 20px;
	background: url(../images/fotoshadow.png) no-repeat 0px 0px;
}
/* Fix voor IE */
	* html .shadow
		{
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/ronan/images/fotoshadow.png', sizingMethod='crop');
		}


.fotoshome { 
	float: right;
	width: 290px;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 20px 40px;
	position: relative;
	}
	
.fotoshome img {
	border: 4px solid #e6e6e6;
	width: 290px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
	}

.fotoshome img:hover {
	filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
	}
	
.fotoslinks { 
	float: left;
	width: 230px;
	padding: 15px 0px 15px 0px;
	margin: 0px 25px 20px 0px;
	position: relative;
	}
		
.fotoslinks img {
	border: 0px;
	width: 230px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
	}

.fotoslinks img:hover {
	filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
	}
	
			
.fotosoverzicht { 
	padding: 10px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	width: 500px;
	}		

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

.fotosoverzicht img:hover {
	filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
	}




/* Styles for the entire LavaLamp menu */

#menu {
	position: absolute;
	top: 60px;
	left: 240px;
	height: 50px;
}


.lavaLamp {
    position: relative;
    height: 50px; width: 700px;
    padding: 0px 20px 0px 20px; margin: 0px 0;

}

.lavaLamp ul {
  
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
        text-transform: uppercase;
        
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("../images/menuback.png") no-repeat right -36px;
            width: 9px; height: 36px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("../images/menuback.png") no-repeat top left;
                height: 36px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            font-family:  Arial;
            font-weight: normal;
            font-size: 13px;
            color: #0f3e69; outline: none;
            text-align: center;
            height: 36px; top: 10px; 
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 8px;
            padding: 0px 0px 0px 0px;
            
        }
        * html .lavaLamp li a {
        	margin: auto 5px;
        }
        
        .lavaLamp li a:hover {
        	color: #FFF;
        }
                
        .lavaLamp li a.actief {
            position: relative; overflow: hidden;
            text-decoration: none;
            font-family:  Arial;
            font-size: 13px;
            font-weight: bold;
            color: #FFF; outline: none;
            text-align: center;
            height: 36px; top: 10px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 8px;
            padding: 0px 7px 0px 7px;
        }
        * html .lavaLamp li a.actief {
        	margin: auto 5px;
        }

#footermenu {
	float: left;
}

.lavaLamp02 {
    position: relative;
    height: 20px; width: 300px;
    padding: 0px 0px 0px 10px; margin: 10px 0;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp02 li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp02 li.back {
            background: url("../images/footermenu.gif") no-repeat right -20px;
            width: 9px; height: 20px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp02 li.back .left {
                background: url("../images/footermenu.gif") no-repeat top left;
                height: 36px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp02 li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            font-family:  Arial;
            font-size: 11px;
            color: #01294d; outline: none;
            text-align: center;
            height: 20px; top: 2px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;
        }
        * html .lavaLamp02 li a {
        	margin: auto 5px;
        }
        
        .lavaLamp02 li a.current {
            position: relative; overflow: hidden;
            text-decoration: none;
            font-family: Arial;
            font-size: 11px;
            font-weight: bold;
            color: #fdd00; outline: none;
            text-align: center;
            height: 20px; top: 2px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;
        }
        * html .lavaLamp02 li a.current {
        	margin: auto 5px;
        }



/* Nieuwsoverzicht
----------------------------- */

.item{
	float: left;
	width: 580px;
	height: 80px;
	position: relative;
	padding: 11px;
	border: 0px solid #fff;
}

.item:hover {
	padding: 10px;
	border: 1px solid #d1e0ed;
}

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

.itemfoto img{
	float: left;
	width: 100px;
	height: 80px;
	border: 1px solid #c2d2df;;
}
.itemfoto img:hover {
	filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}


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

.itemkop{
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	color: #086eb7;
	display: block;
	padding: 5px 0px 0px 15px;
}


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

.itemkop a:hover, .itemkop a:active { 
	text-decoration: underline;
	}
	
.itemtekst{
	float: left;
	padding: 5px 0px 0px 15px;
}
.itemtekst .datum {
	color: #8c8c8c;
	font-size: 11px;
}


.shadowright {
	width: 15px;
	height: 130px;
	position: absolute;
	top: 20px;
	right: -16px;
	background: url(../images/shadowright.png) no-repeat 0px 0px;
}
/* Fix voor IE */
	* html .shadowright
		{
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/themes/hollandsail/images/shadowright.png', sizingMethod='crop');
		}

/*
.gmnoprint {
	display: none;
}
div[dir="ltr"] {
	display: none;
}
*/

/* Sitemap
----------------------------- */

#sitemap {
	margin: 20px 0px 0px 0px;
	
}

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

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

#sitemap ul li a:link,#sitemap ul li a:visited {
	color:#0a6fb9;
	margin-left:0px;
	text-decoration:none;
	font-size:13px;
	padding:0 0px 0 0px;
	background: none;
	text-transform: uppercase;
}

#sitemap ul li ul li a:link,#sitemap ul li ul li a:visited {
	color:#0a6fb9;
	margin-left:0;
	text-decoration:none;
	font-size:13px;
	background: none;
	padding:0 0 0 0px;
	text-transform: uppercase;
}

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

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

#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:#212121;
	text-decoration:none;
	font-size:10px;
	text-transform:none;
	border-left:0 solid #6b9531;
	padding:0 0 0 35px;
	text-transform: none;
}

#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:#0a6fb9;
	text-decoration:underline;
}



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

.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;
}
.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;
}
.clearer40 {
	height: 40px;
	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;
}
.spacer5 {
	height: 5px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.spacer10 {
	height: 10px;
	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;
}
