/* SVH Oranje: #FD660D */

.accessibility {
	display : none;
}

body {
	margin : 0;
	
	font-family : Verdana, sans-serif;
	font-size : 13px;
	
	background-image : url('images/bgBody.jpg');
	background-attachment : scroll;
	background-position : top center;
	background-repeat : no-repeat;
	background-color : #F4F8FA;
}

.small {
	font-size : 10px;
	font-weight : normal !important; 
	color : #112233 !important; 
	letter-spacing : -1px;
}

p.fotos {
	text-align :left !important;
}

p.fotos img {
	border : 1px solid #112233;
	margin : 5px;
}

img {
	border : 0px none;
}

img.site {
	margin : 10px;
	border : 1px solid #112233;
}

a img.site, p.fotos a img {
	border : 2px solid #FD660D;
}

a:hover img.site, p.fotos a:hover img {
	border : 2px solid #224466;
}

a {
	text-decoration : underline;
	color : #224466;
}

a:hover {
	text-decoration : none;
	color : #FD660D;
}

a.button {
	display : block;
	padding : 4px;

	border : 1px solid #C0C8CE;
	background-image : url('images/bgLi.gif');
	background-repeat : repeat-x;
	background-color : #FFFFFF;
	background-position : bottom;
	
	text-decoration : none;
	font-weight : bold;
}

a.adminDelete {
	text-decoration : none;
	background-color : #DD0000;
	font-weight : bold;
	color : #FFFFFF;
}

a.adminApprove {
	text-decoration : none;
	background-color : #00DD00;
	font-weight : bold;
	color : #FFFFFF;
}

fieldset {
	padding : 10px; 
	border : 1px solid #C0C8CE;
}

legend {
	letter-spacing : 2px;
	color : #224466;
	font-weight : bold;
}

input, textarea, select, button {
	padding : 2px;

	color : #112233;
	border : 1px solid #C0C8CE;
	background-image : url('images/bgLi.gif');
	background-repeat : repeat-x;
	background-color : #FFFFFF;
	background-position : bottom;

	font-size : 13px;
	font-family : Verdana, sans-serif;
	font-weight : bold;
}

select {
	padding : 0px;
}

textarea {
	background-image : url('images/bgSideDiv.gif');
}

input:hover, textarea:hover {
	border : 1px outset #C0C8CE;
}

input:focus, textarea:focus {
	border : 1px inset #C0C8CE;
}

input.radio {
	background : transparent;
	border : 0px;
}

h1 {
	margin-left : 170px;
	margin-top : 120px;
	
	font-size : 14px;
	letter-spacing : -1px;
	color : #FD660D;
	text-shadow: #333 2px 2px 3px;
}

h1 a {
	color : #FFFFFF;
	text-decoration : none;
}

h2 {
	margin : 0px;
	padding : 0px;
	font-size : 22px;
	color : #224466;
}

h3 {
	font-size : 17px;
	color : #224466;
	letter-spacing : 1px;
}

h4, .gs-title, .gs-title * {
	margin : 0px;
	font-size : 14px;
	color : #FD660D !important;
	font-weight : bold;
	text-decoration : none !important;
}

.gs-snippet {
	margin : 6px auto;
}

.gs-visibleUrl, .gs-visibleUrl * .gs-visibleUrl-short,  .gs-visibleUrl-short * {
	color : #224466 !important;
}

h4.berichtTitel {
	margin-bottom : -.8em;
}

h4 a {
	color : #FD660D;
	text-decoration : none;
}

h4 a:hover {
	color : #FD660D;
	text-decoration : underline;
}

#wrapper { 
	margin : 0 auto;
	padding : 0px;
	width : 960px;
}

#header {
	margin : 0px;
	padding : 0px;
	width : 960px;
	height : 157px;	
	float : left;
	
	border : 0px none;
	background : transparent;
}

#zoekBar {
	width : 250px; 
	margin : 20px 5px;
	float : right;
	-moz-opacity : .90; 
	filter : alpha(opacity=90); 
	opacity : .90; 
}

.gsc-wrapper, .gsc-wrapper * {
	font-family : Verdana, sans-serif !important;
}

#navigation {
	margin : 0px;
	padding : 0px;
	width : 960px;
	height : 50px;
	float : left;
	
	border : 0px none;
	background : transparent;
}

	#navigation ul {
		margin : 0px;
		padding : 0px 5px;
		list-style : none;
		width : 950px;
	}
	
	#navigation ul li {
		float : left;
	}
	
	#navigation ul li a {
		padding : 0px 11px;
		display : block;
		
		text-decoration : none;
		font-size : 14px;
		font-weight : bold;
		letter-spacing : -1px;
		/*text-shadow: #fff 1px 1px 1px;*/

		-webkit-transition-property: color, text-shadow; 
		-webkit-transition-duration: .1s, .1s; 
		-webkit-transition-timing-function: ease-out, linear;
	}
	
	#navigation ul li a:link {
		color : #224466;
	}

	#navigation ul li a:hover {
		color : #FFFFFF;
		text-shadow: #333 1px 1px 2px;
	}

#content { 
	margin : 0px;
	padding : 0px 15px 50px 11px;
	width : 602px;
	display : inline;
	float : left;

	border : 0px none;
	background-color : transparent;
	background-color:#fff;
	color : #000000;
}

	#content ul {
		list-style-image : url('images/bgUList.gif');
		list-style-position : outside;
	}
	#content ul li, #content ol li {
		margin-bottom : 6px;
		line-height : 1.6em;
	}
	#content ul li ul {
		list-style-image : none;
		list-style-type : circle;
	}
	#content ul li ul li, #content ol li ol li  {
		margin : 4px auto;
	}

	#content p {
		text-align : justify;
		line-height : 1.4em;
		font-size : 13px;
	}

	#content .nieuwsflits {
		margin : .9em auto;
	}
		
	#content .clickable {
		cursor : pointer;
		border-top : 1px solid #FFFFFF;
		border-bottom : 1px solid #FFFFFF;
	}
	#content .clickable:hover {
		color : #224466;
		border-top : 1px dotted #C0C8CE;
		border-bottom : 1px dotted #C0C8CE;
	}	
	
	div.paginaIndeling, div.gsc-cursor-page {
		text-align : center;
		padding : 2px;
		border : 1px solid #C0C8CE;
		background-image : url('images/bgLi.gif');
		background-repeat : repeat-x;
		background-color : #FFFFFF;
		background-position : bottom;
		font-weight : bold;
	}
	
	.important {
		color : #DD0000;
	}
	
	.pollBar {
		padding : 1px 0px; 
		border : 1px solid #FD660D; 
		text-align : center; 
		font-weight : bold;
		background-color : #FD660D;
		background-repeat : repeat-x;
		background-position : top;
		background-image:url('images/bgPoll.gif');
	}
	
	.searchresult {
		background : #FD660D;
		font-weight : bold;
	}
	
	table.normaal {
		background-color : #C0C8CE;
	}
	table.normaal th, table.normaal td {
		vertical-align : top;
	}
	table.normaal th {
		background-image : url('images/bgLi.gif');
		background-repeat : repeat-x;
		background-color : #FFFFFF;
		background-position : bottom;
		padding : 4px;
	}
	table.normaal td {
		background-color : #FFFFFF;
		padding : 3px;
	}

#leftColumn { 
	margin : 0px;
	padding : 0px;
	width : 166px;
	float : left;
		
	border : 0px none;
	background : transparent;
	color : #112233;
}

#rightColumn { 
	margin : 0px;
	padding : 0px;
	width : 166px;
	float : left;
	
	border : 0px none;
	background : transparent;
	color : #112233;
}

	#leftColumn h2, #rightColumn h2 {
		margin : 0px;
		padding : 3px 0px 0px 0px;
		width : 164px;
		height : 23px;
		font-size : 15px;
		background-image : url('images/bgHeader2.gif');
		background-position : top center;
		background-repeat : no-repeat;
		background-color : #112233;
		background-color : transparent;
		
		border-bottom : 2px solid #FD660D;
		color : #FFFFFF;
		text-align : center;
		font-weight : normal;
	}
	
	#leftColumn ul, #rightColumn ul {
		list-style : none;
		margin : 0px;
		padding : 0px;
	}
	
	#leftColumn .subNavigation, #rightColumn .subNavigation {
		margin : 0px 0px 20px 0px;
	}
	
	ul.subNavigation li a {
		display : block;
		margin : 2px 0px 2px 0px;
		padding : 3px 6px;
		width : 150px;
		font-size : 13px;
		background-position : bottom;
		background-repeat : repeat-x;
		background-color : #FFFFFF;
		
		text-decoration : none;
		font-weight : bold;
		border : 1px solid #C0C8CE;
		background-image : url('images/bgLi.gif');
		color : #224466;

		-webkit-transition-property: color; 
		-webkit-transition-duration: .13s; 
		-webkit-transition-timing-function: ease-out;
	}

	ul.subNavigation li a:hover {
		border : 1px outset #C0C8CE;
		background-image : url('images/bgLi.gif');
		color : #FD660D;
	}
	ul.subNavigation li a:active {
		border : 1px inset #C0C8CE;
		background-image : url('images/bgLi.gif');
		color : #224466;
	}
	
	ul.subNavigation li.elftal {
		width : 37px;
		float : left;
		margin : 0px 4px 0px 0px;
		text-align : center;
	}
	ul.subNavigation li.elftal a {
		display : block;
		width : 37px;
		padding : 3px 0px;
	}
	
	#leftColumn #advertenties {
		text-align : center;
	}
	
	#leftColumn #advertenties  ul li {
		margin : 5px 0px;
	}
	
	.sideDiv {
		margin : 2px 0px 20px 0px;
		padding : 6px;
		width : 150px;	
		border : 1px solid #C0C8CE;

		font-size : 12px;

		background-image : url('images/bgSideDiv.gif');
		background-position : bottom;
		background-repeat : repeat-x;
		background-color : #FFFFFF;
	}
	
	.sideDiv h3 {
		margin : 0px;
		font-size : 13px;
		color : #224466;
		letter-spacing : -1px;
	}

#backToTop {
	float : right;
	clear : both;
}

#printVersie {
	float : right;
	margin : 0 auto;
}

#printVersie > a > img {
	-moz-opacity : .50; 
	opacity : .50; 
}

#printVersie > a:hover > img {
	-moz-opacity : 1; 
	opacity : 1; 
}

#footer { 
	margin : 0px;
	padding : 10px;
 	width : 940px;
	clear : both;
	
	border : 0px none;
	background-image : url('images/bgFooter.jpg');
	background-attachment : scroll;
	background-position : top center;
	background-repeat : no-repeat;
	background-color : #FD660D;
	color : #333333;
	
	text-align : center;
}

	#footer p {
		letter-spacing : 1px;
		font-weight : bold;
	}

	#footer a {
		color : #112233;
		font-weight : bold;
	}
	
	#footer a:hover {
		color : #FFFFFF;
	}
