
/* ---------------------------------------------- BASICS ---------------------------------------------- */ 

* {
	margin: 0;
	padding: 0;
}

BODY {
	color: #333;
	background-color: #ffffff;
	font: normal 10pt/160% Arial, Verdana, Helvetica, sans-serif;
}

A {
	color: #000;
	text-decoration: none;
}
H1 A,
H2 A {
	color: #00a1cc;
}
H1 {
	color: #000000;
	font-size: 14pt;
	display: block;
	margin-bottom: 15px;
}

H2 {
	display: block;
	font-size: 13pt;
	color: #000000;
	padding: 20px 0 5px;
}

H3 {
	display: block;
	clear: both;
	font-size: 12pt;
	color: #000;
	padding: 10px 0px 10px 0px;
}

H4 , H5 , H6 {
	font-size: 10pt;
}

HR {
	 color: #00a5d6;
	 height: 1px;
	 background-color: #333333;
	 border: 0px;
	 clear: both;
}

ul {
	list-style-type: square;
	}

LABEL,ACRONYM {
	cursor: pointer;
}

INPUT,TEXTAREA {
	border: 1px #bbbbbb solid;
}
FIELDSET {
	border: none;
}

TABLE {
	font-size: 9pt/150%;
}
TD,TH {
	padding: 2px 3px 2px 3px;
	vertical-align: top;
}
img {
	border: none;
}
.redtext {
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}
.floatR {
	float: right;
}
.floatL {
	float: left;
}
.clear {
	clear: both;
}
.noprint {
	display: none;
}

/* ------------------------------------------- Structural ID-definitions ---------------------------------- */


#webcontentToCenter {
	display: block;
}

#webcontent {
	float: left;
	position: relative;
	}
#webcontent_print_image {
	display: block; 
}
#webcontent_print_image img {
	display: block; 
}

/* --------------------------------------------- PANEL LEFT-definitions --------------------------------------- */

#webcontentPANEL_LEFT {
	display:none;
}
	
/* --------------------------------------------- PANEL MIDDLE-definitions --------------------------------------- */

#webcontentPANEL_MIDDLE {
	width: 100%;
}
#webcontentPANEL_MIDDLE_HEADER {
	display:none;
}

.home_news_block_main {
	position: relative;
	width: 100%;
	display: block;
}
.home_news_block_main h1 {
	margin-bottom: 10px;
	font-size: 18pt;
	display: block;
	clear: both;
	}

.home_news_block_img {
	margin-right: 10px;
	border: solid 1px #b2bc1f;
}
.home_news_more {
	display: none;
}
.home_pubdate {
	display: block;
	padding: 5px 0;
	font-size: 10pt;
	color: #333333;
}

.home_news_block {
	float: left;
	padding-top: 10px;
}
.home_news_block ul {
	list-style-type: none;
}
.home_news_block li {
	margin-bottom: 5px;
}

.home_news_block_pubdate {
	padding-left: 12px;
	padding-bottom: 10px;
	font-size: 10pt;
}
		
		#home_search {
			display: none;
			}
			.home_search_tabs {
				display: block;
				clear: both;
				}
			.home_search_tabs ul {
				list-style-type: none;
		
						}
			.home_search_tabs li {
				display: inline;
				margin: 0px;
				padding: 0px;
				margin-right: -4px;
			}
			.home_search_tabs a {
				background-image: url(../images/layout/bg_tabs.gif);
				padding: 0px;
				padding: 5px;
				padding-top: 3px;
				padding-bottom: 4px;
				margin:0px;
				margin-right: 10px;
				color: #FFFFFF;
			}
			.home_search_tabs a:hover, .home_search_tabs_active a{
				background-color: #f0fafc;
				background-image: none;
				color: #333333;
			}
			.home_search_tabs form {
					padding: 0px;
					margin: 0px;
					}
				.home_search_tabs li input {
					margin: 0px;
					padding: 0px;
					width: 116px;
					height: 20px;
					}
				.search_field {
					margin: 0px;
					}

			#home_search_tabpage {
				background-repeat: no-repeat;
				height: 100px;
				display: block;
				clear:both;
				background-color: #f0fafc;
				padding: 5px;
				}
				#home_search_tabpage a{
					font-weight: normal;
					color: #333333;
					}
				#home_search_tabpage a:hover{
					color:#00a1cc;
					}
					
				#home_search_tabpage_content_left {
					padding-top: 5px;
					float: left;
					width: 280px;
					}
				#home_search_tabpage_content_right {
					padding-top: 5px;
					float: right;
					width: 280px;
					}

	#webcontentTXT_MIDDLE_HOME_ADVALVAS {
		padding-top: 20px;
		text-align: center;
	}
	#webcontentTXT_MIDDLE_HOME_ADVALVAS img {
		width: 580px;
		height: 85px;
	}
	.heading {
		background-color: #00a5d6;
		color: #FFFFFF;
		font-weight: bold;
		}
	.td_event {
		border: solid 1px #00a5d6;
		border-width: 0px 0px 1px 0px;
		}
	
	.webcontentPANEL_MIDDLE_ORGANISATION_CONTACTS td {
		width: 30%;
		}
	.webcontentPANEL_MIDDLE_ORGANISATION_CONTACTS {
		margin-left: -5px;
		width: 580px;
		}

	
	.up {
		display: block;
		text-align: right;
		padding: 10px 0px 10px 0px;
		}
	
	.digitaal_loket_horizontal {
				float: left;
				display: block;
				padding-bottom: 20px;
			}
			
			.digitaal_loket_block {
				float: left;
				width: 265px;
				margin-right: 10px;
			}
				.digitaal_loket_block  form{
					padding: 0px 0px 0px 0px;
					margin: 0px 0px 0px 0px;
				}

.eForm {
	width: 580px;
	}
/* --------------------------------------------- PANEL RIGHT-definitions --------------------------------------- */

#webcontentPANEL_RIGHT {
	display:none;
}

/* --------------------------------------------- FOOTER-definitions --------------------------------------- */

#webcontentPANEL_FOOTER {
	display: block;
	color: #999;
	font: 8pt;
	clear:both;
	padding: 80px 20px 0;
	}
	#webcontentPANEL_FOOTER_CONTENT {
		border-top: solid 1px #999;
		text-align: center;
		padding: 0 20px;
	}
	#webcontentPANEL_FOOTER_CONTENT a {
		color: #999;
	}


/* ---------------------------------------VASTE ADVALVAS-definitions --------------------------------------- */

.advalvas {
	display: none;
	}
/* -------------------------------------------------SEARCH RESULTS------------------------------------------------- */

.listItem 
{
	display: block;
	padding-bottom: 20px;
}
a .listItem 
{
	font-weight: normal;
}
a .listItem_title {
	font-weight: bold;
	color: #00a5d6;
}

