/* 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;
		}
		
/* ------ 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;
		}			

	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{	

		}	
	
	*+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 1px 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;
	}

	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 #33826E solid;
		}
	
		div.table-component table.variant1 td{
			padding: 4px 20px 4px 6px;
			border-right: 1px #33826E solid;
			}
		
			div.table-component table.variant1 td.first {
				background-color:#a0c4b7;
				border-bottom:1px #006950 solid;
				color:black;
				font-weight:bold;
				}
		
			div.table-component table.variant1 td.even {
				background-color:#FFFFFF;
				}

			div.table-component table.variant1 td.odd {
				background-color: rgb(230,240,237);
				}
	
	/* variant 2 (table header top)  */
	div.table-component table.variant2 {
		border-collapse:collapse;
		border:1px #006950 solid;
		}
		
		div.table-component table.variant2 td{
			border-right:1px #006950 solid;
			padding: 4px 20px 4px 6px;
			}	
		
		div.table-component table.variant2 tr.first{
			background-color:#76AD98;
			color:black;
			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;
			}	
			
		div.table-component table.variant2 tr.odd{
			background-color:#E6F0ED;
			}	
			
	/* variant 3 (table header top)  */
	div.table-component table.variant3 {
		border-collapse:collapse;
		border:1px #006950 solid;
		}
		
		div.table-component table.variant3 tr.first{
			background-color:#a0c4b7;
			color:black;
			font-weight:bold;
			}	
		
		div.table-component table.variant3 td{
			padding: 4px 20px 4px 6px;
			border:1px #006950 solid;
			}	
		
		div.table-component table.variant3 td.first {
			background-color:#a0c4b7;
			color:black;
			font-weight:bold;
			}	

/* ------ link  */		
div.picture-only-component {
	clear:both;
	margin-bottom: 17px;
	}

	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;
		}
		
		div.picture-only-component div.caption.large {
			color:#006950;
			font-style:normal;
			font-weight:normal;
			text-align:center;
			}
		
	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.total4 {
		width:85px;
		margin-right:20px;
		}
	
	div.picture-only-component div.total3 {
		width:120px;
		margin-right:20px;
		}
		
	div.picture-only-component div.total2 {
		width:190px;
		margin-right:20px;
		}	
		
	div.picture-only-component div.total1 {
		/* width:420px; */
		}		

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

	div.file-component a {
		color:#006950;
		text-decoration:underline;
		font-weight:bold;
		}
	
/* ------ news index component  */
div.news-index-component {
	margin-bottom:20px;
	clear:both;
	}

/* ------ news  */	
div.news-index-component h2 {
	font-size:1.2em;
	margin:0 0 4px 0;
	padding:0;
	}
	
	div.news-index-component-item {
		margin-bottom:15px;
		}	
		
	div.news-index-component p {
		margin:0;
		}
		
	div.news-index-component {
		margin-bottom:16px;
		}	
	
	div.news-index-component ul li a, div.news-index-component h2 a {
		color: #006950;
		text-decoration:underline;
		}
	
	div.news-index-component  ul li a:hover, div.news-index-component  h2 a:hover{
		color: #66A192;
		}	
	
	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 1px no-repeat;
		padding:0 0 0 13px;
		}		
		
		
	/* 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:right;
		}	
		
/* forms */
	/* forms-and-response-text-0 (text )*/
	div.forms-and-response-text-0 {
		margin-bottom:4px;
		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;
			}
		
		div.forms-and-response-text-0 p{
			margin:0;
			padding:0;
			}
			
		div.forms-and-response-text-0 textarea {
			border:1px #DDDDDD solid;
			font-size:11px;
			}
			
		div.forms-and-response-text-0 input{
			border:1px #DDDDDD solid;
			font-size:11px;
			}	
				
	/* forms-and-response-text-1 (numbers / digits )*/
	div.forms-and-response-text-1 {
		margin-bottom:4px;
		clear:both;
		}

		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;
			}
			
		div.forms-and-response-text-1 input{
			border:1px #DDDDDD solid;
			font-size:11px;
			}		

	/* forms-and-response-text-2 (nnumeric)*/
	div.forms-and-response-text-2 {
		margin-bottom:4px;
		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;
			}
			
			
		div.forms-and-response-text-2 input{
			border:1px #DDDDDD solid;
				font-size:11px;
			}	

	/* forms-and-response-text-4 (nnumeric)*/
	div.forms-and-response-text-4 {
		margin-bottom:4px;
		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;
			}
			
		div.forms-and-response-text-4 input{
			border:1px #DDDDDD solid;
				font-size:11px;
			}	
			
	/* forms-and-response-text-5 (nnumeric)*/
	div.forms-and-response-text-5 {
		margin-bottom:4px;
		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;
			}
			
		div.forms-and-response-text-5 input{
			border:1px #DDDDDD solid;
			font-size:11px;
			}
		
	/* forms-and-response-selection-0  (radio buttons) */
	div.forms-and-response-selection-0 {
		margin-bottom:4px;
		}
		
		div.forms-and-response-selection-0 p{
			font-weight:bold;
			color:#006950;
			margin:0;
			padding:0;
			float: left;
			width:140px;
			}
		
		div.forms-and-response-selection-0 br {
			display:none;
			}
		
		div.forms-and-response-selection-0 label {
			margin-right:5px;
			}
		
		div.forms-and-response-selection-0 input{
			border:0;
			}
			
			
	/* forms-and-response-selection-1 (select box) */
	div.forms-and-response-selection-1 {
		margin-bottom:4px;
		clear:both;
		}
		
		div.forms-and-response-selection-1 p{
			font-weight:bold;
			color:#006950;
			margin:0;
			padding:0;
			float: left;
			width:140px;
			}

		div.forms-and-response-selection-1 br {
			display:none;
			}
			
		div.forms-and-response-selection-1 label {
			margin-right:5px;
			}
			
		div.forms-and-response-selection-1 select {
			font-size:11px;
			clear:right;
			}
			
	/* forms-and-response-selection-1 (checkbox) */
	div.forms-and-response-selection-2 {
		margin-bottom:4px;
		}
		
		div.forms-and-response-selection-2 p{
			font-weight:bold;
			color:#006950;
			margin:0;
			padding:0;
			/*float: left; */
			width:140px;
			}
		div.forms-and-response-selection-2 br {
			/*display:none;*/
			}
		div.forms-and-response-selection-2 label {
			margin-right:5px;
			}
		
		/* forms-and-response-selection-1 (checkbox) */
	
		div.forms-and-response-attachment-0 {
		margin-bottom:4px;
		clear:both;
		}
		
		div.forms-and-response-attachment-0  p{
			font-weight:bold;
			color:#006950;
			margin:0;
			padding:0;
			/*float: left; */
			width:140px;
			}
		div.forms-and-response-attachment-0 input {
			width:220px;
			}
		div.forms-and-response-attachment-0  br {
			/*display:none;*/
			}
		div.forms-and-response-attachment-0  label {
			margin-right:5px;
			}
			
			
/* 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;
	color:black;
	}
	
.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;
	}
	

	
/* banner */

div.event-index-home-component{
	border: 1px #FFF000 solid;
	width:219px;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	padding-left:10px;
	}
	
div.event-index-home-component ul{
	margin:0;
	padding-left:0px;
	list-style-type:none;
	}
div.event-index-home-component ul li {
	background: url(img/list-style-walraven.gif) 0 1px no-repeat;
	padding:0 0 0 13px;
	}
div.event-index-home-component ul li a {
	color: #006950;
	}
div.event-index-home-component ul li a:hover{
	color: #66A192;
	}
	

	
/* banner */

div.banner-component {
	border: 1px #FFF000 solid;
	width:229px;
	padding:0 0 10px 0;
	margin-bottom:10px;
	}

	div.banner-component h1 {
		margin:0;
		margin-top:10px;
		margin-bottom:10px;
		padding-left:10px;
		}

	div.banner-component h2 {
		margin:0;
		padding:0;
		margin-bottom:5px;
		padding:0 10px 0 10px;
		font-size:1em;
		}	

	div.banner-component	p {
		margin:0 0 10px 10px;
		padding:0;
		}
	
	div.banner-component div.image {
		text-align:center;
		margin-bottom:10px;
		}
	
		div.banner-component div.image a {
			background:none;
			}
	
	div.banner-component	.banner-link {
			margin-left:10px;
	}
	
		div.banner-component	a {
			color: #006950;
			text-decoration:none;
			background:url(img/a_border.gif) bottom repeat-x;
			}	
			
			div.banner-component	a:hover {
				color: #66A192;
				}
	
	div.banner-component-only {
		border: 1px #FFF000 solid;
		width:229px;
		margin-bottom:10px;
		}
	
div.media-file-component {
	text-align:center;
	margin-bottom:20px;
}
.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;
}

/* 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:#F1F1F1;
	}

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

	div.company-component  td.picture {
		padding-bottom:12px;
		vertical-align: top;
		}			
		
	div.company-component .portrait {
		border: 1px #DDDDDD solid;
		margin-bottom:7px;
		}	
		
	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:8px 0px 0px 25px;
		vertical-align:top;
		}
	div.company-component  td.picture {
		width:120px;
		}
	
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;
	}

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

	div.project-component  td {
		padding: 3px;
		vertical-align: top;
		}			
		
	div.project-component .img-small {
		width: 195px;
		height: 134px;
	}
		
	div.project-component .img-tumbs-wrapper {
		position: absolute;
		left: 17px;
		margin-top: 3px;
		margin-bottom: 3px;
		width: 165px;
		height: 38px;
		overflow: hidden;
		}	
		div.project-component .img-tumbs {
			position: absolute;
			display: block;
			left: 0;
			top: 0;
			width: 500px;
			}
			div.project-component .img-tumbs a {
				margin-right: 5px;
				}	
	div.project-component .photos-controls {
		position: relative;
		height: 40px;
	}
		div.project-component .photos-controls-prev {
			position: absolute;
			display: block;
			left: 2px;
			top: 12px;
			visibility: hidden;
		}
		div.project-component .photos-controls-next {
			position: absolute;
			display: block;
			right: 2px;
			top: 12px;
			visibility: hidden;
		}
		
	div.project-component .details ul {
		}
		div.project-component .details ul {
			list-style-type:none;
			margin:0;
			padding:0px;
			margin-bottom:10px;
			}
			
		div.project-component .details ul li{
			background: url(img/list-style-walraven-projects.gif) 2px 1px no-repeat;
			padding:0 0 0 15px;
			}	
	div.project-component div.name{
		font-weight:bold;
		}
	div.project-component div.company{
		margin-bottom:25px;
		}
	div.project-component div.projecttype{
		margin-bottom:25px;
		}
	div.project-component div.services{
		margin-bottom:25px;
		}
		
	div.project-component  span.label {
		font-weight:bold;
		}
@charset "utf-8";
/* CSS Document */