/* colors 
	Grijs:			#DDDDDD
	Licht-grijs:		#5D5D5D
	Lichter-grijs:	#F1F1F1
	Donkergroen:	#006950
	Licht-groen:	#33826E
	Fel-geel		#FFF000
	licht-geel		#FFF99E

/*

/* component styles  */


/* ------href  */
div.href-component {
	margin-bottom: 16px;
	clear:both;
	}
	
	div.href-component .row a {
		color: #006950;
		text-decoration:none;
		background:url(img/a_border.gif) bottom repeat-x;
		}
		
	div.href-component .row a:hover {
		color: #66A192;
		}
		
.pdfdownload {
	margin: 0 0 10px;
}
	.pdfdownload a{
		color: #006950;
		text-decoration: underline;
		
	}
	.pdfdownload a:hover{
		text-decoration: none;
	}
	.pdfdownload img{
		margin: 3px 7px 3px 3px;
		position: relative;
		top: 6px;
	}
/* quicklinks */
.quicklinks-component {
		margin: 20px 0 0 0;
		color: #444444;
	}
	.quicklinks-component .title-box {
		background-color: #fff700;
		background-image: url(/img/icon-quicklink.png);
		background-repeat: no-repeat;
		background-position: 17px 7px;
		height: 24px;
		border: 1px solid #eeee00;
		font-weight: bold;
		padding: 11px 0 0 48px;
	}
	.quicklinks-component .list-box {
		background-color: #f6f6f5;
		border: 1px solid #e5e5e4;
		padding: 14px 0 4px 20px;
		margin: 1px 0 0 0;
	}
	
	div.quicklinks-component ul{
		margin:0;
		padding-left:0px;
		list-style-type:none;
		
	}
	div.quicklinks-component ul li {
			background: url(img/list-style-walraven.gif) 0 1px no-repeat;
			padding: 0 0 10px 15px;
			background-position: 0 5px;
		}
	div.quicklinks-component ul li a {
			color: #444444;
			text-decoration: none;
		}
	div.quicklinks-component ul li a:hover{
			color: #006950;
			text-decoration: underline;
		}
/* ------ text & picture  */
div.picture-component {
	margin-bottom:16px;
	clear:both;
	}
	
	div.picture-component a {
		color: #006950;
		text-decoration:underline;
	}
	
		div.picture-component a:hover {
		text-decoration:none;
		}
	
	div.picture-component h2 {
		font-size:1.3em;
		margin:0;
		padding:0;
		}
	
	div.picture-component h3 {
		font-size:1.1em;
		margin:0 0 2px;
		padding:0;
		}
		
	div.picture-component p {
		margin:0 0 10px 0;
		padding:0;
		color: #444444;
		line-height: 1.5em;
		}

	div.picture-component div {
		color: #444444;
		line-height: 1.5em;
		}

	div.picture-component ul {
		margin:0;
		padding:0;
		padding-left:18px;
		list-style-type:none;
		list-style-image:url(img/list-style-walraven.gif);
		margin-bottom:10px;
		}
		
	div.picture-component ul li{	
		line-height: 1.7em;
		}	
	
	*+html div.picture-component ul{
		}
		
	*+html div.picture-component ul li{
		}	

		
	div.picture-component div.left {
		float:left;
		margin-right: 20px;
		margin-bottom: 7px;
		}
			
	div.picture-component div.right {
		float: right;
		margin-left: 7px;
		margin-bottom: 7px;
		}
		
	div.picture-component div.center {
		margin-left:auto;
		margin-right:auto;
		margin-bottom:10px;
		}
	
	div.picture-component .caption {
		text-align:left;
		font-style:italic;
		color:#5D5D5D;
		}	
	
	
/* ------ events  */
div.event-index-component {
	margin-bottom:16px;
	}
	
	div.event-index-component ul {
		list-style-type:none;
		margin:0;
		padding:0px;
		margin-bottom:10px;
		}
		
	div.event-index-component ul li{
		background: url(img/list-style-walraven.gif) 0 6px no-repeat;
		padding:0 0 0 13px;
		margin-bottom:7px;
		}	
div.event-index-component h2 {
	font-size:1.2em;
	margin:0 0 4px 0;
	}

	div.event-index-component h2 a {
		color:#006950;
		}	
		
div.event-index-component p {
	margin:0;
	}

	div.event-index-component-item { 
		margin-bottom:18px;
		}

/* ------ events  */
.walraven-event-intro-component {
	margin-bottom:16px;
	}
	
	.walraven-event-intro-component a {
		color:#006950;
		text-decoration:underline;
		font-weight:bold;
		}
		
	.walraven-event-intro-component th {
		text-align:left;
		vertical-align:top;
		}
			
	.walraven-event-intro-component td {
		text-align:left;
		vertical-align:top;
		}
		
		
		
/* ------ link  */
div.link_component {
	clear:both;
	}

div.link_component a {
	color:#006950;
	text-decoration:underline;
	font-weight:bold;
	}

/* ------ table component  */
div.table-component {
	margin-bottom: 20px;
	clear:both;
	width:100%;
	}

	div.table-component td ul {
		margin:0;
		padding:0;
		padding-left:18px;
		list-style-type:none;
		list-style-image:url(img/list-style-walraven.gif);
		margin-bottom:10px;
		}
	
	/* variant 1 (table header left)  */
	div.table-component table.variant1 {
		border-collapse:collapse;
		border: 1px #468e6c solid;
		}
		
	div.table-component table.variant1 tr.odd{
		background: #E6F0ED;
		}
	
	div.table-component table.variant1 td{
		padding: 4px 20px 4px 6px;
		border-right: 1px #468e6c solid;
		}
	
	div.table-component table.variant1 td.first {
		background-color:#5ea685;
		border-bottom:1px #468e6c solid;
		color:white;
		font-weight:none;
		}

	div.table-component table.variant1 td.even {
		background-color:#FFFFFF;
		border-bottom:1px #468e6c solid;
		color:#444444;
		}

	div.table-component table.variant1 td.odd {
		background-color:#FFFFFF;
		border-bottom:1px #468e6c solid;
		color:#444444;
		}
	
	/* variant 2 (table header top)  */
	div.table-component table.variant2 {
		border-collapse:collapse;
		border:1px #468e6c solid;
		}
		
	div.table-component table.variant2 td{
		border-right:1px #468e6c solid;
		padding: 4px 20px 4px 6px;
		}	
	
	div.table-component table.variant2 tr.first{
		background-color:#5ea685;
		color:#444444;
		font-weight:bold;
		}
		
	div.table-component table.variant2 tr.first td{
		border-bottom:1px #006950 solid;
		}
	
	div.table-component table.variant2 tr.even{
		background-color:#FFFFFF;
		color:#444444;
		}	
		
	div.table-component table.variant2 tr.odd{
		background-color:#E6F0ED;
		color:#444444;
		}	
			
	/* variant 3 (table header top)  */
	div.table-component table.variant3 {
		border-collapse:collapse;
		border:1px #468e6c solid;
		}
		
	div.table-component table.variant3 tr.first{
		background-color:#5ea685;
		border-bottom:1px #468e6c solid;
		}
	
	div.table-component table.variant3 tr.odd{
		background-color:#E6F0ED;
		border-bottom:1px #468e6c solid;
		}	
	
	div.table-component table.variant3 td{
		padding: 4px 20px 4px 6px;
		border:1px #468e6c solid;
		color:#444444;
		}	
	
	div.table-component table.variant3 td.first {
		background-color:#5ea685;
		border-bottom:1px #468e6c solid;
		color:white;
		font-weight:none;
		}	

/* ------ link  */		
div.picture-only-component {
	float: left;
	margin-bottom: 17px;
	width: 640px;
	}

	div.picture-only-component .biglink {
		border:1px #F1F1F1 solid;
		}
	
	div.picture-only-component .biglink a{
		text-decoration:none;
		}
	
	div.picture-only-component div.caption {
		text-align:left;
		font-style:italic;
		color:#5D5D5D;
		text-decoration:none;
		text-align:center;
		margin-top:10px;
		}
		
		div.picture-only-component div.caption.large {
			color:#006950;
			font-style:normal;
			font-weight:normal;
			text-align:center;
			margin-top:10px;
			}
		
	div.picture-only-component div.picture a {
		text-decoration:none;
	}
	
	div.picture-only-component div.picture {
		float:left;
		overflow:hidden;
		}
		
	div.picture-only-component div.picture img{
		display:block;
		margin:0;
		}
	
	div.picture-only-component div.total4 {
		width:145px;
		margin-right:20px;
		}
	
	div.picture-only-component div.total3 {
		width:200px;
		margin-right:20px;
		}
		
	div.picture-only-component div.total2 {
		width:310px;
		margin-right:20px;
		}	
		
	div.picture-only-component div.total1 {
		/* width:640px; */
		}		

	div.picture-only-component div {
		margin: 0;
		padding: 0;
	}
	
	div.picture-only-component div.lastpicture {
		margin: 0;
	}
		
	
/* ------ link  */
div.file-component {
	clear:both;
	margin-bottom:20px;
	}

	div.file-component a.file {
		position: relative;
		width: 16px;
		height: 16px;
		}

		div.file-component a.file img {
			position: relative;
			top: 4px;
			}
		
	div.file-component a:link, div.file-component a:visited {
		color:#006950;
		text-decoration:underline;
		font-weight:normal;
		}
	div.file-component a:hover {
		color:#006950;
		text-decoration:none;
		font-weight:normal;
		}
	
/* ------ news index component  */
div.news-index-component {
	clear:both;
	}

/* ------ news  */	
#newscolumn .seperator {
	width: 330px;
	border-bottom: 1px solid #D5D5D5;
}
div.news-index-component {
		clear: both;
	}
div.news-index-component h2 {
		font-size:12px;
		margin:0 0 8px 0;
		padding:0;
	}
	div.news-index-component h2 a {
		text-decoration:none;
	}
	div.news-index-component h2 .new-date {
		font-weight: normal;
		font-style: italic;
	}
	.new-index-item {
		margin: 10px 0 20px 0;
	}
	.new-index-item  .imageholder {
		float: left;
		width: 65px;
		height: 70px;
	}
	.new-index-item .textholder {
		float: left;
		width: 265px;
		color: #444444;
		line-height: 20px;
		margin-bottom:10px;
	}
	.new-index-item .textholder2 {
		color: #444444;
		line-height: 20px;
	}
	.new-index-item .lees-meer {
		clear: both;
		margin-left: 65px;
		background-image: url(/img/arrow.png);
		background-repeat: no-repeat;
		background-position: right 60%;
		display: inline;
		padding-right: 20px;
	}
	.new-index-item .lees-meer2 {
		clear: both;
		background-image: url(/img/arrow.png);
		background-repeat: no-repeat;
		background-position: right 60%;
		display: inline;
	}
	div.news-index-component p {
		margin:0;
		}

	div.news-index-component a{
		color: #006950;
		text-decoration:underline;
		}
	
	div.news-index-component  a:hover{
		text-decoration: underline;
		}	
	
	/*div.news-index-component p a {
		color: #006950;
		text-decoration: none;
		font-weight: bold;
		font-size: 1.2em;
		line-height: 1.0em;
		}*/
		
		
	div.news-index-component ul {
		list-style-type:none;
		margin:0;
		padding:0px;
		margin-bottom:10px;
		}
		
	div.news-index-component ul li{
		background: url(img/list-style-walraven.gif) 0 5px no-repeat;
		padding:0 0 0 13px;
		line-height: 1.7em;
		}		
		
		
	/* news index component on homepage */
	
	div.news-index-component-home  div.news-left-col {
		width:215px;
		float:left;
		margin-right:20px;
		}	
	div.news-index-component-home  div.news-right-col {
		width:215px;
		float:left;
		}
		
	div.news-index-component-home  div.new-index-item h2 {
		font-size:1.2em;
		margin:0 0 4px 0;
		padding:0;
		}
		
			
	div.news-index-component-home a {
		color: #006950;
		text-decoration:underline;
		}
	
	div.news-index-component-home  a:hover{
		color: #66A192;
		}	
		
	div.news-index-component-home p a {
		color: #006950;
		text-decoration: none;
		font-weight: bold;
		font-size: 1.2em;
		line-height: 1.0em;
		padding-left:5px;
		}
		

		
	/* news intro */	
	div.news-intro-component {
		margin-bottom:16px;
		width:100%;
		}
		
	div.news-intro-component p {
		font-weight:bold;
		}
	
	div.news-intro-component .right {
		float: left;
		margin-right: 15px;
		}	
		
/* forms */
	.form-attachement {
		margin: 0 0 56px;
		clear: both;
	}
	.form-attachement label{
		float: left;
		font-weight: bold;
		color: #006950;
		margin: 0;
		padding: 0;
		width: 140px;
		margin-top: 2px;
		position: relative;
		top: 3px;
	}
	.form-attachement .uploader {
		float: left;
	}
	div.forms-and-response-text-0 {
		width: 540px;
		margin-bottom:10px;
		clear:both;
		}

		div.forms-and-response-text-0 label{
			display:block;
			float:left;
			width:140px;
			min-width:140px;
			overflow:hidden;
			font-weight:bold;
			color:#006950;
			margin: 6px 0;
			}
		
		div.forms-and-response-text-0 p{
			margin:0;
			padding:0;
			}
			
		div.forms-and-response-text-0 textarea {
			font-family: arial,sans-serif;
			border:1px #DDDDDD solid;
			font-size:12px;
			max-width: 540px;
			margin: 0;
			padding: 4px 0 0 6px;
			}
			
		div.forms-and-response-text-0 input{
			font-family: arial,sans-serif;
			border:1px #DDDDDD solid;
			font-size:12px;
			height:26px;
			max-width: 540px;
			color: #444444;
			margin: 0;
			padding: 0 0 0 6px;
			}	

	/* forms-and-response-text-1 (numbers / digits )*/
	div.forms-and-response-text-1 {
		margin-bottom:10px;
		clear:both;
		width: 540px;
		}

		div.forms-and-response-text-1 p{
			display:inline;
			}
		
		div.forms-and-response-text-1 label{
			display:block;
			float:left;
			width:140px;
			min-width:140px;
			overflow:hidden;
			font-weight:bold;
			color:#006950;
			margin: 6px 0;
			}
			
		div.forms-and-response-text-1 input{
			font-family: arial,sans-serif;
			border:1px #DDDDDD solid;
			font-size:12px;
			height:30px;
			max-width: 540px;
			margin: 0;
			padding: 0 0 0 6px;
			}		

	/* forms-and-response-text-2 (nnumeric)*/
	div.forms-and-response-text-2 {
		width: 540px;
		margin-bottom:10px;
		clear:both;
		}

		div.forms-and-response-text-2 p{
			display:inline;
			}
		
		div.forms-and-response-text-2 label{
			display:block;
			float:left;
			width:140px;
			overflow:hidden;
			font-weight:bold;
			color:#006950;
			margin: 6px 0;
			}
			
			
		div.forms-and-response-text-2 input{
			font-family: arial,sans-serif;
			border:1px #DDDDDD solid;
			font-size:12px;
			height:30px;
			max-width: 540px;
			margin: 0;
			padding: 0 0 0 6px;
			}	

	/* forms-and-response-text-4 (nnumeric)*/
	div.forms-and-response-text-4 {
		width: 540px;
		margin-bottom:10px;
		clear:both;
		}

		div.forms-and-response-text-4 p{
			display:inline;
			}
		
		div.forms-and-response-text-4 label{
			display:block;
			float:left;
			width:140px;
			overflow:hidden;
			font-weight:bold;
			color:#006950;
			margin: 6px 0;
			}
			
		div.forms-and-response-text-4 input{
			font-family: arial,sans-serif;
			border:1px #DDDDDD solid;
			font-size:12px;
			height:30px;
			max-width: 540px;
			margin: 0;
			padding: 0 0 0 6px;
			}	
			
	/* forms-and-response-text-5 (nnumeric)*/
	div.forms-and-response-text-5 {
		width: 540px;
		margin-bottom:10px;
		clear:both;
		}

		div.forms-and-response-text-5 p{
			display:inline;
			}
		
		div.forms-and-response-text-5 label{
			display:block;
			float:left;
			width:140px;
			overflow:hidden;
			font-weight:bold;
			color:#006950;
			margin: 6px 0;
			}
			
		div.forms-and-response-text-5 input{
			font-family: arial,sans-serif;
			border:1px #DDDDDD solid;
			font-size:12px;
			height:30px;
			max-width: 540px;
			margin: 0;
			padding: 0 0 0 6px;
			}
		
	/* forms-and-response-selection-0  (radio buttons) */
	div.forms-and-response-selection-0 {
		width: 540px;
		margin-bottom:10px;
		}
		
		div.forms-and-response-selection-0 p{
			font-weight:bold;
			color:#006950;
			margin:0;
			padding:0;
			float: left;
			width:140px;
			margin-top:2px;
			}
		
		div.forms-and-response-selection-0 br {
			display:none;
			}
		
		div.forms-and-response-selection-0 label {
			margin-right:5px;
			color: #444444;
			}
		
		div.forms-and-response-selection-0 input{
			font-family: arial,sans-serif;
			border:0;
			max-width: 540px;
			margin: 0;
			padding: 0 0 0 6px;
			}
			
			
	/* forms-and-response-selection-1 (select box) */
	div.forms-and-response-selection-1 {
		width: 540px;
		margin-bottom:10px;
		clear:both;
		}
		
		div.forms-and-response-selection-1 p{
			font-weight:bold;
			color:#006950;
			margin:0;
			padding:0;
			float: left;
			width:140px;
			margin-top:2px;
			}

		div.forms-and-response-selection-1 br {
			display:none;
			}
			
		div.forms-and-response-selection-1 label {
			font-weight: bold;
			color: #006950;
			margin: 0;
			padding: 0;
			width: 140px;
			margin-top: 2px;
			position: relative;
			top: 3px;
			}
			
		div.forms-and-response-selection-1 select {
			font-family: arial,sans-serif;
			font-size:12px;
			clear:right;
			}
			
	/* forms-and-response-selection-1 (checkbox) */
	div.forms-and-response-selection-2 {
		width: 540px;
		margin-bottom:10px;
		
		}

		div.forms-and-response-selection-2 p{
			font-weight:bold;
			color:#006950;
			margin:2px 0 10px 0;
			padding:0;
			width:140px;
			}
		div.forms-and-response-selection-2 br {
			/*display:none;*/
			}
		div.forms-and-response-selection-2 label {
			margin-right: 5px;
			color: #444;
			padding: 0 0 0px 11px;
			position: relative;
			top: -4px;
			}
		div.forms-and-response-selection-2 input {
			font-family: arial,sans-serif;
		}
		
		/* forms-and-response-selection-1 (checkbox) */
	
		div.forms-and-response-attachment-0 {
			width: 540px;
			margin-bottom:10px;
			clear:both;
		}
		
		div.forms-and-response-attachment-0  p{
			font-weight:bold;
			color:#006950;
			margin:0;
			padding:0;
			/*float: left; */
			width:140px;
			margin-top:2px;
			}
		div.forms-and-response-attachment-0 input {
			font-family: arial,sans-serif;
			width:220px;
			}
		div.forms-and-response-attachment-0  br {
			/*display:none;*/
			}
		div.forms-and-response-attachment-0  label {
			margin-right:5px;
			color: #444444;
			}
		input.submit, input.previous {
			font-family: arial,sans-serif;
			padding: 6px 24px;
			background-color: #F6F6F5;
			border: 1px solid #C6C6C6;
			color: #006950;
			font-size: 1.0em;
			cursor: pointer;
			}
		}
			
/* event-component */
div.event-component {
	margin-bottom:16px;
	}
	
div.event-component table th {
	text-align:left;
	}
	
div.event-component table td {
	padding-left:7px;
	}	
	
	
/* event calendar */	

.event-index-component table{
	width:75%;
	margin-bottom:16px;
	}
	
.event-index-component a {
	color: #006950;
	text-decoration:none;
	text-decoration:underline;
	}
.event-index-component a:hover {
	color: #66A192;
	}		
	
.event-index-component h2 {
	font-size:1em;
	margin:0;
	padding:0;
	}
	
.event-index-component table a {
	display:block;
	width: 20px;
	color: #FFFFFF;
	text-decoration:none;
	background:#a0c4b7;
	border:1px #006950 solid;
	}	
.event-index-component table a:hover {
	background-color: #006950;
	color:#FFF000;
	}
.event-index-component table .dayname {
	font-weight:bold;
	}
	

	
/* events homepage */

.event-index-home-component{
	margin: 20px 0 0 0;
	color: #444444;
	}

	.event-index-home-component .title-box {
		background-color: #fff700;
		background-image: url(/img/icon-events.png);
		background-repeat: no-repeat;
		background-position: 17px 10px;
		height: 24px;
		border: 1px solid #eeee00;
		font-weight: bold;
		padding: 11px 0 0 48px;
	}
	.event-index-home-component .list-box {
		margin: 1px 0 0 0;
	}

	.event-index-home-component ul{
		margin:0;
		padding-left:0px;
		list-style-type:none;
		
	}
	.event-index-home-component li {
		background-color: #f6f6f5;
		border: 1px solid #e5e5e4;
		padding: 10px 0 10px 20px;
		margin: 0 0 1px 0;
		font-weight: bold;
	}
	.event-index-home-component ul li a {
			color: #006950;
			line-height: 2em;
			font-weight: normal;
		}
	.event-index-home-component ul li a:hover{
			text-decoration: underline;
		}
	

	
/* banner */

div.banner-component {
	border: 1px #D5D5D5 solid;
	width: 300px;
	margin-bottom: 21px;
	/* wens van Walraven: banners hebben een vaste hoogte! */
	height: 216px;
	padding: 15px;
	overflow: hidden;
	}

	div.banner-component h1 {
		margin: 15px;
		font-size: 1.2em;
		font-weight: bold;
		color: #444;
		}

	div.banner-component h2 {
		margin: 0 0 9px 0;
		padding:0;
		font-size:1em;
		color:#444;
		}	

	div.banner-component	p {
		margin:0 0 15px 0;
		padding:0;
		color:#006950;
		line-height: 20px;
		}
	
	div.banner-component div.image {
		text-align:center;
		margin-bottom:15px;
		}
	.banner-component .solitary-image {
		margin:18px;
		text-align:center;
	}
		.banner-component .solitary-image  a{
			text-decoration:none;
		}
		.banner-component .solitary-image  a:hover{
			text-decoration:none;
		}
		div.banner-component div.image a {
			background:none;
			}
	
	div.banner-component	.banner-link {
		margin-left: 0px;
		}
		div.banner-component	a {
			color: #006950;
			text-decoration:underline;
			}
			
			div.banner-component	a:hover {
				color: #006950;
				}
	
	div.banner-component-only {
		border: 1px #FFF000 solid;
		width:229px;
		margin-bottom:10px;
		}
	
div.media-file-component {
	text-align:center;
	margin-bottom:20px;
}
div.media-file-component p{
	text-align:left;
}
.clear {
	clear:both;
	height: 1px;
	}
	
	
/* countrymap-component */
div.countrymap-component {
	width: 550px;
	margin-bottom:16px;
}
div.countrymap-component  div.countrymap {
	float: left;
	width:353px;
	height:386px;
	background:url(/img/countrymap/landenkaart.gif) top left no-repeat;
}
div.countrymap-component  div.other {
	position: relative;
	top: 10px;
	left: 10px;
	float: left;
	width: 185px;
	text-align:left;
}
div.countrymap-component  div.other ul {
	padding: 0;
	margin: 0;
}
div.countrymap-component  div.other ul li {
	list-style-type: none;
	background: url(/img/logo_small.gif) no-repeat;
	height: 20px;
}
div.countrymap-component  div.other ul li a{
	margin-left: 20px;
	text-decoration: none;
	color: #006950;
	background:transparent url(img/a_border.gif) repeat-x scroll center bottom;
}
div.countrymap-component  div.other ul li a:hover{
	color: #66A192;
}


div.text-component-1{
	display:block;
}

div.text-component-2{
	display:none;
}

div.text-component-3{
	display:none;
}

div.picture-component-2{
	display:block;
}

div.picture-component-2{
	display:none;
}

div.picture-component-3{
	display:none;
}

#mood0{
	display:block;
}

#mood1{
	display:none;
}

#mood2{
	display:none;
}

/* rotator-component */

div.rotator-component{
	margin-bottom:20px;
}

div.rotator-component-pictures{
	float:left;
	padding-top:17px;
	padding-left:17px;
	border-top: 1px solid #b2d1ca;
	border-left: 1px solid #b2d1ca;
	border-bottom: 1px solid #b2d1ca;
	height:201px;
	width: 192px;
}

div.rotator-component-pictures-custom{
	margin-top:8px;
}

div.rotator-component-text{
	padding-left:16px;
	padding-top:17px;
	padding-right:16px;
	width:187px;
	float:left;
	border-top: 1px solid #b2d1ca;
	border-bottom: 1px solid #b2d1ca;
	height:201px;
	color: #444444;
}

div.rotator-component-text h2{
	font-size: 12px;
	font-weight: bold;
	margin-top:0px;
}
div.rotator-component-text p {
	line-height: 20px;
}
div.rotator-component-buttons{
	float:left;
	border-top: 1px solid #b2d1ca;
	border-right: 1px solid #b2d1ca;
}

div.rotator-component-button {
	border-left: 1px solid #b2d1ca;
	border-bottom: 1px solid #b2d1ca;
}

div.rotator-component-buttons #fire-button a, #sanitary-button a, #fixing-button a{
	width:256px;
	height:53px;
	display:block;
	padding:19px 0 0 15px;
	background-image:url('/img/rotator-button.png');
	background-position:4px 0px;
}

.rotator-component .rotator-component-pictures .rotator-component-pictures-custom img{
	max-height: 57px;
	max-width: 191px;
}

.rotator-component .rotator-component-pictures .rotator-component-pictures-sfeerbeeld img{
	max-height: 120px;
	max-width: 191px;
}

#fixing-button a{
	background-position:4px 75px;
}

/* contact-person-component */
div.contact-person {
	margin-bottom:16px;
	background-color:#F1F1F1;
		}
	div.contact-person a {
		color: #006950;
		text-decoration:underline;
		}	
		
		div.contact-person a:hover {
			color: #66A192;
			}
			
	div.contact-person table{
		border-collapse:collapse;
		width:100%;
		}
	
	div.contact-person  td.picture {
		width:92px;
		}	
	
	div.contact-person  td.details {
		padding:8px 0px 0px 17px;
		}
	
	div.contact-person  td.links {
		/*width:117px; wordt niet meer gevuld*/
		width: 0;
		padding-top:22px;
		}
	
	div.contact-person .portrait {
		border: 1px #DDDDDD solid;
		}
	
	div.contact-person .label {
		margin-right:5px;
		}

	div.contact-person table td {
		vertical-align:top;
		}
	
	div.contact-person div.name {
		font-weight:bold;
		}
		
	div.contact-person div.function {
		margin-bottom:10px;
		}	
		
	div.contact-person div.tel {

		}		
		
	div.contact-person div.gsm {

		}		
		
	div.contact-person div.email {

		}				


		
	div.company-component {
		margin-bottom:16px;
		background-color:#f6f6f5;
		padding:14px;
		border:1px solid #e5e5e4;
		}

	div.company-component p{
		margin:0;
		padding:0;
		}

	div.company-component  td.picture {
		padding-bottom:0px;
		vertical-align: top;
		}

	div.company-component  td.links-area {
		border-left:1px solid #e5e5e4;
		vertical-align:bottom;
		}
	
	div.route-link {
		margin-left:10px;
	}
		
	div.company-component div.name{
		font-weight:bold;
		}
	div.company-component div.country{
		margin-bottom:25px;
		}
		
	div.company-component  span {
		margin-right:5px;
		}
	
	div.company-component  a {
		color: #006950;
		text-decoration:underline;
		}	
		
		div.company-component  a:hover {
			color: #66A192;
			}
				
	div.company-component  td.details {
		padding-left:10px;
		padding-right:20px;
		vertical-align:top;
		border-right: 1px solid #fff;
		width:230px;
		}
	div.company-component  td.picture {
		width:230px;
		}
	
div.where_to_buy-component {
	margin-bottom:16px;
	background-color:#F1F1F1;
	}

	div.where_to_buy-component p{
		margin:0;
		padding:0;
		}

	div.where_to_buy-component  td.picture {
		padding-bottom:12px;
		}			

	div.where_to_buy-component .portrait {
		border: 1px #DDDDDD solid;
		margin-bottom:7px;
		}	
		
	div.where_to_buy-component div.name{
		font-weight:bold;
		}
	div.where_to_buy-component div.country{
		margin-bottom:25px;
		}

	div.where_to_buy-component  div.text p {
		width:240px;
		}	
		
	div.where_to_buy-component  a {
		color: #006950;
		text-decoration:underline;
		}	
		
		div.where_to_buy-component  a:hover {
			color: #66A192;
			}
	div.where_to_buy-component span.label {
		margin-right:5px;
		}	
	
	div.where_to_buy-component  td.details {
		padding:8px 0px 0px 25px;
		vertical-align:top;
		}
div.href-list-component ul {
	margin:0;
	padding:0;
	padding-left:18px;
	list-style-type:none;
	list-style-image:url(img/list-style-walraven.gif);
	margin-bottom:10px;
	}
	
	div.href-list-component ul a {
		color: #006950;
		text-decoration:underline;
		}
		
	div.href-list-component ul a:hover {
		text-decoration:none;
		}


div.project-component {
	margin-bottom:16px;
	background-color:#F1F1F1;
	padding:14px;
	border: 1px solid #e5e5e4;
	color: #444444;
	}

	div.project-component p{
		margin:0;
		padding:0;
		}

	div.project-component  td {
		padding-right: 10px;
		vertical-align: top;
		}
	
	div.project-component  td.picture {
		width:230px;
		}
		
	div.project-component .img-small {
		width: 230px;
		height: 190px;
	}
		
	div.project-component .img-tumbs-wrapper {
		width: 50px;
		height: 127px;
		margin-top:15px;
		margin-bottom:15px;
		overflow: hidden;
		position: relative;
		}	
	div.project-component .img-tumbs {
		position: absolute;
		display: block;
		left: 0;
		top: 0;
		width: 50px;
		height: 300px;
		}
	div.project-component .img-tumbs a {
		margin-bottom: 5px;
		}
	div.project-component .img-tumbs a img{
		margin-bottom: 4px;
		}	
	div.project-component .photos-controls {
		position: absolute;
		width:50px;
		height:152px;
	}
		div.project-component .photos-controls-prev {
			position: absolute;
			display: block;
			left: 16px;
			top: 0px;
			visibility: hidden;
		}
		div.project-component .photos-controls-next {
			position: absolute;
			display: block;
			right: 16px;
			bottom: 0px;
			visibility: hidden;
		}
		
	div.project-component .details ul {
		}
	div.project-component .details ul {
		list-style-type:none;
		margin:0;
		padding:0px;
		margin-bottom:0px;
		margin-top: 4px;
		}
		
	div.project-component .details ul li{
		background: url(img/list-style-walraven-projects.gif) 4px 1px no-repeat;
		padding:0 0 5px 15px;
		}
	div.project-component div.name{
		font-weight:bold;
		margin-bottom: 4px;
		}
	div.project-component div.company{
		margin-bottom:15px;
		}
	div.project-component div.projecttype{
		margin-bottom:15px;
		}
	div.project-component div.services{
		margin-bottom:15px;
		}
		
	div.project-component  span.label {
		font-weight:bold;
		}
		
	.imagemap-component {
	
	}
		.imagemap-component .mapcontainer img{
			border: none;
		}
		.imagemap-component .mapcontainer .link {
			background-color: #006950;
			border: 1px solid #005742;
			padding: 6px 10px;
			color: #ffffff;
			display: block;
		}
		
@charset "utf-8";
/* CSS Document */
