@charset "utf-8";

#pagecontainer {
	background-image:url('/public/img/bg_left_top.jpg');
	background-repeat:repeat-x; 
/*	min-height:600px; 
	height:600px; 
	height:auto !important;*/
	}

#left {
	width: 4px;  
/*	background-image: url('/public/imgedrop_left_loop.gif');
*/	float:left;
	display:inline;
	}	

	#leftdroptop {
		position:absolute;
		margin-top:0px;
		}
/*	#leftdropbottom {
		position:absolute;
		margin-bottom:0px;
	}*/
	
#right {
	width: 4px;
	background-image: url('/public/img/drop_right_loop.gif');
	float:right;
	display:inline;
	}	

	#rightdroptop {
		position:absolute;
		margin-top:0px;
		}
	#rightdropbottom {
		position:absolute;
		margin-bottom:0px;
	}

#maincontainer {
	background-color:white;
	width:979px;
	margin:0 auto;
	background-image:url('/public/img/bg_container.gif');
	background-repeat:repeat-y;
	}
	
#container {
		width: 971px;
		margin-left: 4px;
		margin:0 auto;
		}
	
	#header {
		background-image: url('/public/img/balk_top.gif');
		background-repeat:no-repeat;
        background-position:bottom; /* weird IE6 bug */
		width: 971px;
		height: 64px;
		padding: 0px;
        position:relative;
		}
	#header h1 {
		margin: 0px 0px 0px 0px; 
		padding: 0; 
	}
		#logo {
			padding: 10px 0px 0px 10px;
			margin:0px 0px 0px 0px;
			float:left;
			display:inline;
		}		
		#languages {
			position: absolute;
            top:10px;
            right:5px;
			}
		#languages ul {
			list-style:none;
			}
		#languages ul li {
			display:inline;
   			margin-right:5px;
			}
        #languages ul li a {
            text-decoration:none;
            line-height:11px;
            vertical-align:baseline;
            margin:0px;
            padding: 0px;
            height:11px;
            }
		#help_contact {
            position:absolute;
            top: 40px;
            right: 150px;
			color:#FFFFFF;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:10px;
			line-height:10px;
			}
		#help_contact ul {
			list-style:none;
			}
		#help_contact ul li {
			display:inline;
			width:30px;
			margin:5px 3px 0px 3px;
            vertical-align:baseline;
			}
		#help_contact a {
			color:#FFFFFF;
			text-decoration:none;
		}
		#help_contact ul li a:hover {
			color:#EDEDED;
			text-decoration:underline;
		}
		#searchbox {
			position:absolute;
            top: 35px;
            right: 10px;
            }
		#searchbox .search {
			border: 1px solid #B6B6B6;
			width:105px;
			height:14px;
			padding:2px 0px 0px 2px;
			float:left;
			color:#666;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:10px;
			}
		#searchbox .knop {	
			height:16px;
			width:16px;
			border:0;
			margin:1px 0px 0px 5px;
			float:left;
		}
	
	#tabs {
		background-image: url('/public/img/bg_tabbladen.jpg');
		background-repeat:no-repeat;
        background-position:top left;
		height: 32px;
		padding-left: 154px;
		}
	
		#tabs div {
			float:left;
			/*padding-top:6px;*/
			margin-top:5px;
			text-align:center;
			width:133px;
			height:27px;
			line-height:27px;
			vertical-align:bottom;
            display: inline;
		}
		#tabs div a {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#CD121D;
			text-decoration:none;
		}
		#tabs div {
			background: url('/public/img/tabright.jpg') 0px 4px no-repeat;
		}
			#tabs .tabselected {
				width:133px;
				background: url('/public/img/tabblad_rechts.jpg') -8px 0px no-repeat !important;
				line-height:22px;
			}
			#tabs .tabselected:first-child {
				width:141px;
				background: url('/public/img/tabblad_linkerhoek.jpg') 0px 0px no-repeat !important;
			}
			#tabs div:first-child {
				width:141px;
				background: url('/public/img/tableft.jpg') 0px 4px no-repeat;
			}


#top_image {
	width: 971px;
	background-image: url('/public/img/banners/bg_image_home.jpg');
	background-repeat:no-repeat;
	height: 90px;
	padding: 0px; 
	margin: 0px;
	}

#balk {
	width: 969px;
	background-color: #aa2a32;
	height: 21px;
	border: 1px solid #FFF;
	padding: 0px;  
	}

#maincontent {
	width: 971px;
	background: #FFFFFF;
	color:#727272;
	line-height:1.2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	display:inline;
	min-height:250px;
	height:auto !important;
    height:250px;
	}
	
	#maincontent h1 {
		font-size:16px;
		font-weight:bold;
		line-height:18px;
		margin:4px 0px 10px 0px;
		} 
		
	#maincontent h2 {
		font-size:12px;
		font-weight:bold;
		line-height: 14px;
		margin: 5px 0px;
		} 

			#home_right {
				float:right;
			}
			#home {
				width:712px;
				padding: 20px 30px 30px 30px;
                min-height:250px;
                height:auto !important;
                height:250px;
				}
			#home p {
				font-size:11px;
				line-height:14px;
				display: block;
				margin-bottom: 20px;
				text-align:justify;
			}
			#home p a {
				color: #727272;
			}
			#home p a:hover {
				color: #A8A691;
				text-decoration: underline;
			}
			#home div a {
				color: #727272;
			}
			#home div a:hover {
				color: #A8A691;
				text-decoration: underline;
			}

			#home ul {
				margin-bottom:5px;
			}
			#home ul li {
				list-style:disc;
				padding:0px 0px 0px 15px;
				margin:0px 0px 0px 20px;
				font-size:11px;
			}

			#home address{ 
				line-height:14px;
			}
			#home input, textarea {
				border-right:1px solid #cccccc;
				border-bottom:1px solid #cccccc;
				border-left:0;
				border-top:0;
				background:none;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-size:11px;
			}
			#home textarea {
				width:132px;
			}
			#menucontainer {
				width:195px;
				float:left;
				display:inline;
				background-color: #efefef;
				overflow:hidden; /* need this to clear float */
			}
			
			#content {
				margin-right:195px;
				/*width:515px;*/ /*missing 5px? */
				margin-left:195px;
				padding:10px 25px 30px 25px;
			}
			#content p {
				font-size:11px;
				color:#595959;
				text-align:left;
				line-height:15px;
				text-align: justify;
			}
			#content a {
				text-decoration:underline;
				color: #727272;
			}
			#content a:hover {
				color: #A8A691;
				text-decoration: underline;
			}
			#content ul li {
				list-style:disc;
				padding:0px 0px 0px 15px;
				margin:0px 0px 0px 20px;
				font-size:11px;
			}

			#snippetcontainer {
					float:right;
					width:195px;
					display: inline;
					/*height:400px;*/
					position:relative;
				}

#footercontainer {
		background-image:url('/public/img/bg_left_bottom.gif');
		background-repeat:repeat-x; 
		height:96px; 
	}
	#footer {
		width: 979px;
		margin: 0 auto;
		padding: 0px; 
		background-image: url('/public/img/bg_bottom.gif');
		height: 96px;
	}
	#footerelement {
		float:right;
		text-align:right;
		margin-top:40px;
		margin-right:25px;
		height:56px;
	}
	#footerelement ul {
		list-style:none;
	}
	#footerelement ul li {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#EDEDED;
		display:inline;
		margin-right:5px;
	}
	#footerelement ul li a {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#EDEDED;
		text-decoration:none;
	}
	#footerelement ul li a:hover {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#EDEDED;
		text-decoration:underline;
	}
	
.snippetheader {
	background-image:url('/public/img/header_nieuws.gif'); 
	background-repeat:no-repeat; 
	height:22px;
	}
	
	.snippetheader img {
		margin:6px 0px 0px 7px; 
		float:left;
		display:inline;
		}
	.snippetheader h3 {
		margin-left:30px; 
		color: #CD121D; 
		font-size:10px; 
		font-weight:bold;
		text-transform:capitalize;
		line-height:22px;
		text-indent:-10px;
		letter-spacing:-0.1px;
		}
	.snippetheader h3 a {
		color: #CD121D;
		text-decoration:none;
	}
		
.snippet {
	clear:left;
	width:163px; /* +2px border +30px padding = 195px*/
	background-color:#efefef;
	padding:15px 15px 0px 15px;
	border-bottom:1px solid white;
	border-right:2px solid white;
	}
	
	.snippet h4 {
		font-size:10px; 
		font-weight:bold;
		line-height:normal;
	}
	.snippet h4 a {
		text-decoration:none;
		color:#818181;
	}
	.snippet p {
		font-size:11px; 
		line-height:18px;
	}
	.snippeturl {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#954949;
		text-decoration:none;
		font-weight:bold;
		margin:0px 0px 0px 0px;
	}
	.snippetimg {
		vertical-align:text-bottom;
	}
	.snippet label, .snippet input {
		font-size:11px; 
		font-weight:bold;
		text-transform:capitalize;
		line-height:normal;
		color:#727272;
	}
	.snippet .btn {
		margin:5px 0px 5px 0px;
	}
	.snippet .leesmeerlink {
		margin:0px -8px 2px 0px;
	}

.divje {
	width:194px;
	min-height:215px;
	height:auto !important;
	height:215px;
	background:url(../../images/home/div_left_top.gif) left top no-repeat #efefef;
	float:left;
	display:inline;
	margin:0px 65px 15px 0px;
}
	.divjelastchild {
		width:194px;
		min-height:215px;
		height:auto !important;
		height:215px;
		background:url(../../images/home/div_left_top.gif) left top no-repeat #efefef;
		float:left;
		display:inline;
		margin:0px 0px 15px 0px;
	}
	.divje .foto, .divjelastchild .foto {
		margin:13px 0px 0px 0px;
		border:1px solid #fff;
	}
	.divje h3, .divjelastchild h3 {
		margin:0px 0px 0px 20px; 
		padding:0px 0px 0px 20px;
		color: #CD121D; 
		vertical-align:middle; 
		font-size:10px; 
		font-weight:bold;
		background:url('/public/img/icons/ico_state_organization.gif') no-repeat 0px 3px;
	}
	.divje p {
		padding:15px;
	}
	.divje .leesmeer, .divjelastchild .leesmeer {
		margin:0px 15px 0px 0px;
	}
	.divjelastchild p {
		padding:15px;
	}
/*	.voorcategorie {
		width:192px;
		height:21px;
		background:#efefef;
		border:1px solid #e1e1e1;
		border-top:1px solid #fff;
		font-size:11px;
	}*/


ul#newslist li {
	list-style-type:none;
	margin: 0 0 15px;
	padding: 0px;
}
ul#newslist a {
	color: #CD121D;
	text-decoration:none;
}
ul#newslist a:hover {
	color: #CD121D;
	text-decoration:underline;
}
ul#newslist a.snippeturl {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#954949;
		text-decoration:none;
		font-weight:bold;
		margin:0px 0px 0px 0px;
}

	.newsitem {
		border-bottom:1px solid #e1e1e1;
		margin:0px 0px 15px 0px;
	}
	.newsitem h3 {
		padding:0px 0px 0px 15px;
		color: #CD121D; 
		vertical-align:middle; 
		font-size:11px; 
		font-weight:bold;
		background:url('/public/img/icons/ico_state_organization.gif') no-repeat 0px 3px;
		margin-bottom:5px;
	}
	.newsitem h3 a {
		color: #CD121D; 
		text-decoration:none;
	}
	.newsitem div {
		padding: 0px 0px 0px 0px;
	}
	.newsitem div img {
		vertical-align:text-bottom;
		margin: 0px 0px 0px 5px;
	}
	#home .newsitem p {
		margin-bottom: 5px;
	}
	.published_on {
		float:left;
		font-style:italic;
		overflow:hidden;
	}

.searchresults {
	border-bottom:1px solid #e1e1e1;
	/*margin:0px 0px 15px 0px;*/
    padding: 15px 0px;
}
.searchresults a {
    text-decoration:none;
    color:#6E7890;
}
.highlightword {
	color:#CD121D;
}
	
table {
	color:#727272;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	line-height:1.5em;
	font-size:11px;
}

ol li {
	list-style:decimal;
	padding:0px 0px 0px 15px;
	margin:0px 0px 0px 20px;
	font-size:11px;
}

label { position: absolute; text-align:left; width:130px; line-height:1.5em; vertical-align:baseline; text-transform:capitalize; }
input, textarea { margin-left: 150px; margin-bottom:2px; vertical-align:middle;}
label.check, label.radio { position:relative; text-align:left; }
.radiobutton {margin-left:140px;}
.formerror {border:#FF0000 2px solid !important;}
.red {color:red;}
#form_msg { margin-bottom:25px; }
.error p {color:red;}
address { margin-bottom:25px; }
/*form label { display: table-cell; width: 130px; float:left; } form input, textarea, select { display: table-cell; }*/

    #home_left {
        float:left;
        display:inline;
        width:175px;
        height:305px;
        margin:1px 10px 0px 0px;
        }
        #home_left_top {
            width:170px;
            height:100px;
        }
        #home_left_middle {
            width:170px;
            height:100px;
            padding:5px 0px 5px 0px;
        }
        #home_left_bottom {
            width:170px;
            height:100px;
        }

        #home_right {
        float:left;
        display:inline;
        width:525px;
        height:305px;
		}
#paging  {
	text-align:center;
}
#paging  a{
	font-size: 12px;
	color: #CD121D;
	text-decoration: none;
}
#paging strong{
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}

#footerlogos{
	margin-top:30px; 
	margin-left:10px; 
	float:left;
}