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

* {
	margin: 0;
	padding: 0;
}

BODY {
	color: #333;
	background-color: #ffffff;
	font: normal 0.65em Arial, Verdana, Helvetica, sans-serif;
}

p {
	margin: 0;
	padding: 0;
}

A {
	color: #000;
	text-decoration: none;
}
H1 A,
H2 A {
	color: #00a1cc;
}
H1 {
	color: #333333;
    display: block;
    font-size: 1.9em;
    font-weight: normal;
    line-height: 120%;
    margin: 0 0 15px;
    padding: 0;
}

H2 {
	display: block;
	font-size: 1.15em;
	font-weight: bold;
	color: #333333;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

H3 {
	display: block;
	clear: both;
	font-size: 0.95em;
	font-weight: bold;
	color: #333333;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

H4 , H5 , H6 {
	font-size: 0.85em;
	font-weight: bold;
}

HR {
    	display:block;	
	background-color:#00A5D6;
	color:#00A5D6;
	BOORDER-RIGHT: medium none;
	BORDER-TOP: #00A5D6 1px solid; 
	BORDER-LEFT: medium none; 
	BORDER-BOTTOM: medium none; 
    	clear: both;
    	height: 1px;
    	line-height: 1px;
    	margin: 0.2em 0;
}

tr, td, th {page-break-inside:avoid}

input[type="text"], select, textarea, input[type="file"] {
	border:1px solid black;
	background:none;
} 

ol {
	list-style: decimal inside;
}

ul {
	list-style: square inside;
}

LABEL,ACRONYM {
	cursor: pointer;
}
TEXTAREA {
	/*border: 1px #bbbbbb solid;*/
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
INPUT {
	/* border: 1px #bbbbbb solid; */
	padding-left: .1em;
}
FIELDSET {
	border: none;
}

TABLE {
	font-size: 0.95em;
}
TD,TH {
	padding: 2px 3px;
	vertical-align: top;
}
img {
	border: none;
}
.redtext {
	padding: 0px;
	font-weight: bold;
}
.floatR {
	float: right;
}
.floatL {
	float: left;
}
.clear {
	clear: both;
}
.dropdown {
	min-width: 50px;
	background: #eff9fc;
}
.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;
}

#webcontentPANEL_MIDDLE_CONTENT
{
	width: 100%;
	font-size: 1.1em;
}

.home_news_block_main {
	position: relative;
	padding: 0 0 5px 0;
	margin-bottom: 20px;
	width: 580px;
	cursor: pointer;
	display: block;
	float: left;
	border-bottom: 1px dotted #0099cc;
	}
.home_news_block_main h1 {
	margin-bottom: 10px;
	font-size: 1.65em;
	display: block;
	clear: both;
	}

.home_news_block_main_content{
	padding: 0;
}
.home_news_block_img {
	margin-right: 10px;
	border: solid 1px #b2bc1f;
}
.home_news_more {
	display: block;
	padding-top: 10px;
	font-weight: bold;
	color: #00a1cc;
	float: left;
}
.home_pubdate {
	display: block;
	padding-top: 10px;
	float: right;
	font-size: <?= $basicfont+0.1; ?>em;
	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;
}
	
.eForm .head
{
	font-weight: bold;
	font-size: 1.2em;
}

.eForm label.left { 
	margin-left: 5px;
}

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

