body { 
	text-align: center; 
	color: #282828;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background: #fff url('../Images/bg_page.gif') repeat-x top center;
}
body.True 
{
	background: #fff url('../Images/bg_page.gif') repeat-x top center;
}
a:link, a:visited {
	color: #ae1630;
	text-decoration: none;
}
a:hover, a:active, a.current {
	color: #000;
	text-decoration: underline;
}

a img {
	border: 1px solid #666;
}

a img:hover {
	border: 1px solid #ae1630;
}

a.pdf, a.ppt, a.doc, a.xls, a.jpg, a.jpeg {
	background: url('../Images/ic_pdf.gif') no-repeat 0 4px;
	padding: 2px 2px 4px 20px;
	display: block;
}
a.ppt {
	background: url('../Images/ic_ppt.gif') no-repeat 0 4px;
}
a.doc {
	background: url('../Images/ic_doc.gif') no-repeat 0 4px;
}
a.xls {
	background: url('../Images/ic_xls.gif') no-repeat 0 4px;
}
a.jpg, a.jpeg {
	background: url('../Images/ic_jpg.gif') no-repeat 0 4px;
}

p {
	padding-bottom: 16px;
}

strong {
	font-weight: bold;
}


.hidden {
	display: none;
	height: 0;
	width: 0;
}

.clear {
	clear: both;
}

.dotted {
	clear: both;
	border-top: 1px dotted #114171;
	margin: 5px 0;
}
.blue {
	color: #114171;
}

.right {
	float: right;
}

#footer{
	clear: both;
	margin: 10px;
	font-size: 11px;
}


h1,h2,h3,h4 {
	color: #15518d;
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 0px;
}
h1 {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 18px;
}
h4 {
	font-style: italic;
	font-size: 12px;
}

input {
	width: 110px;
	border: 1px solid #999;
	padding: 2px;
	margin: 2px 0;
}
	input.submit {
		border: 0px solid #114171;
		color: #fff;
		background: #114171;
		width: auto;
		/* padding: 2px 4px; */
		padding: 3px 5px;
	}
	input.submit:hover {
		border: 0px solid #ae1630;
		background: #ae1630;
		cursor: pointer;
	}
	

.input_title {
	float: left;
	padding: 2px 5px 0 0;
	width: 75px;
	margin: 2px 0;
}

#container { 
	width: 960px;
	border: 0px solid black;
	clear: both;
	margin: auto;
	position: relative;
	text-align: left;
}

	#header {
		position: relative;
		z-index: 9999;
		display: block;
		width: 960px;
		height: 150px;
	}
	
		#header #logo{
			position:absolute;
			left: 0;
			top: 34px;
		}
		
		#header #logo a img{
			border:none;
		}
		
		#header #title{
			position:absolute;
			left: 150px;
			top: 42px;
		}
		
			#header #title h2{
				font-style: italic;
				font-size: 16px;
			}
			
		#header #zoeken {
			position:absolute;
			left: 720px;
			top: 42px;
			display: block;
			padding: 2px;
			width: 216px;
			height: 24px;
			background: url('../Images/bg_search.gif') no-repeat top center;
		}
		
			#header #zoeken input.input_search {
				border: 0;
				float: left;
				width: 190px;
				padding: 2px;
				font-style: italic;
				color: #666;
			}
			#header #zoeken a.submit {
				border: 0;
				float: left;
				width: 20px;
				height: 20px;
				overflow: hidden;
				background: url('../Images/glass.gif') no-repeat  center;
				cursor: pointer;
			}
			
		#header #login {
			position:absolute;
			left: 600px;
			top: 42px;
			display: block;
			z-index: 110;
		}
		
			#header #login a {
				font-size: 11px;
			}
		
			#header #login a#tab_100{
				display: block;
				width: 75px;
				height: 20px;
				padding: 2px 5px 3px 30px;
				background: url('../Images/bg_loginlink.gif') no-repeat top left;
				font-size: 11px;
			}
			
		#header #menu_100 {
			position:absolute;
			display: none;
			background: url('../Images/bg_loginblok.gif') no-repeat top left;
			border-bottom: solid 1px #dadada;
			width:200px;
			padding: 13px 10px 10px 10px;
		}
			
		#header #menu {
			font-size: 14px;
			position:absolute;
			top:120px;
			background: url('../Images/bg_menu.gif') no-repeat top center;
			width:960px;
			height: 31px;
			z-index: 100;
		}
		#header #menu span.tabHome, #header #menu span.tabLeden
		{
			float: right;
			width: 123px;
			text-align: left;
			color: #fff;
			cursor: pointer;
			height: 21px;
			font-size: 12px;
			padding: 5px 0 5px 7px;
		}
		#header #menu span.tabHome:hover, #header #menu span.tabLeden:hover {text-decoration: underline;}
		
		/*

		deeeeeeeze CSS

		Ingelogt 
		body.True #header #menu span.tabHome { display: block; }
		body.True #header #menu span.tabLeden { display: none; }
		

		
		Niet Ingelogt 
		body.False #header #menu span.tabHome { display: none; }
		body.False #header #menu span.tabLeden { display: block; }
		
		body.True #header #menu ul#menuHome { display: none; }
		body.True #header #menu ul#menuLeden { display: block; }
		
		*/
		
			#header #menu ul 
			{
				list-style: none;
				padding: 0;
				margin: 0;
			}
			#header #menu ul, #header #menu li	{
				list-style-type : none;
				margin : 0;
				padding : 0;
			}
			.nav li a {
				display:block;
				float: left;
				color: #eee;
				font-size: 12px;
				font-weight: bold;
				padding: 6px 7px 5px 7px;
				border-right: 1px solid #114171;
				text-decoration: none;
				cursor: pointer;
			}
			.nav li a:hover {
				color: #fff;
				text-decoration: underline;
			}

			.nav li {
				float:left;
				position:relative;
				z-index: 9999;
				padding-top: 5px;
			}
			.nav li.switch {
				float:right;
				width: 130px;
			}
			/*
			.nav li a.True {
				color: #fff;
				font-weight: bold;
			}

			#header #menu a.last, #header #menu li.switch a {
				border: 0;
			}
			*/
			
			/* Submenu */

			.nav li ul a 
			{
				width: 169px;
				padding: 4px 4px 4px 7px;
				border: 0;
				display: block;
				background: #4373a3;
			}

			.nav li ul a:hover {
				background: #ae1630;
				color: #fff;
				text-decoration: none;
			}

			.nav li ul {
				position:absolute;
				display:none;
				top: 100%;
				left: 0;
			}
			.nav li ul li {
				display: block;
				clear: left;
				width: 180px;
				/* clear: both; */
				padding-top: 0;
				border-bottom: 1px solid #114171;
			}
			
			.nav li:hover ul, .nav li.over ul {
				display: block;
			}
	
	#breadcrumb {
		border-bottom: 1px dotted #114171;
		font-size: 11px;
		padding: 0 0 15px 0;
		margin-bottom: 18px;
	}
	
	#content {
		overflow: hidden;
		line-height: 18px;
		padding-top: 20px;
	}
	
		#content div ul
		{
			list-style-type:disc;
			padding:0px 0px 0px 15px;
		}
		#content div ul.maps, #content div ul.news{ list-style: none; padding: 0;}
		#content .downloads {
			float: right;
			border: 1px solid #ddd;
			background: #f8f8f8;
			width: 200px;
			padding: 10px;
			margin: 0 0 10px 10px;
		}
		
			#content .downloads h3 {
				color: #333;
				padding-bottom: 5px;
			}
			
			#content .downloads ul
			{
				padding:0px !important;
				}
			
			#content .downloads ul li 
			{
				list-style:none !important;
				}
			
						
		#content .kaartzoeken {
			float: right;
			width: 440px;
		}
		
			#content .kaartzoeken input{
				float: left;
				width: 100px;
			}
			
			#content .kaart_title {
				float: left;
				padding: 2px 5px 2px 5px;
				margin: 2px 0;
			}
			
		#content ul.index {
			clear: both;
			border-top: 1px dotted #114171;
			padding:0px !important;			
		}
		
			#content ul.index li{
				border-bottom: 1px dotted #114171;
				padding: 10px 16px;
				background: url('../Images/li_arrow.gif') no-repeat 0px 11px;
				list-style:none !important;
			}
			
		#content ul.maps {
			clear: both;
			border-top: 1px dotted #114171;
			position: relative;
		}
		
			#content ul.maps li{
				border-bottom: 1px dotted #114171;
				padding: 10px 0;
				background: url('../Images/li_maps.gif') no-repeat 0px 11px;
			}
						
			#content ul.maps li.selected{
				border-bottom: 1px dotted #114171;
				padding: 10px 0;
				background-color: #D3D3D3 !important;
				background: url('../Images/li_maps_highlight.gif') no-repeat 0px 11px;
			}
			
			#content ul.maps .marker {
				display: block;
				position: absolute;
				padding: 5px 16px;
				font-weight: bold;
			}
			#content ul.maps .lokatie{
				padding: 5px 38px;
			}
		
		#content div.infowindow
		{
			overflow-y: auto;
		}
	
		#content .quarter h1,#content .quarter h2, #content .half h1,#content .half h2 {
			border-top: 1px solid #114171;
			border-bottom: 1px dotted #114171;
			padding: 8px 0;
			margin-bottom: 8px;
		}
	
		
		#content a.leden {
			display: block;
			background: url('../Images/kaart.jpg') no-repeat top center;
			color: #fff;
			font-size: 16px;
			padding: 240px 10px 15px 10px;
			text-align: center;
			margin-bottom: 10px;
		}
		
		#content .visual {
			position: relative;	
			padding-bottom: 10px;
		}
		
			#content .visual .text {
				position: absolute;
				top: 265px;
				width: 460px;
				height: 50px;
				padding: 5px 10px;
				background: url('../Images/bg_visual.png') top center;
			}
			
				#content .visual .text h4{
					padding: 0;
					line-height: 22px;
					font-style: normal;
					font-size: 13px;
				}
				
				#content .visual .text a{
					color:#ae1630;
				}
	
		#content .half {
			display: block;
			width: 460px;
			padding: 0 10px;
			float: left;
			overflow: hidden;
		}
		
		#content .quarter {
			display: block;
			width: 220px;
			padding: 0 10px;
			float: left;
			overflow: hidden;
		}
		
		#content .threequarter {
			display: block;
			width: 700px;
			padding: 0 10px;
			float: left;
			overflow: hidden;
		}
		
			#content .threequarter {
				
			}
	
	#tagcloud {
		border-top: 1px solid #114171;
			border-bottom: 1px dotted #114171;
			padding: 8px 0;
			margin: 10px;
			text-align: center;
	}
	
		#tagcloud li {
			float: left;
			padding: 4px;
			height: 20px;
		}
		
		#tagcloud a:hover {
			color:#ae1630;
		}
		
		#tagcloud a {
			color:#c35366;
		}
		
		#tagcloud a.small {
			font-size: 12px;
		}
		
		#tagcloud a.medium {
			font-size: 15px;
		}
		
		#tagcloud a.big {
			font-size: 18px;
		}
		
table .faq
{
	border:0;
	width:100%;
	}	
	
	.faq .border 
	{
		height:25px;
		border-bottom: solid 1px #e1e1e1;
		}
		
	.faq .subblock tr td
	{
		padding: 10px 10px 0px 10px;		
		}
	
	.faq a 
	{
		outline:none;
		padding:2px 2px 2px 5px;
		}
