/* SVH Oranje: #FD660D */

.accessibility, #advertenties, #leftColumn, #navigation, #rightColumn, #zoekBar {
	display : none;
}

body {
	font-family : Verdana, sans-serif;
	font-size : 13px;
}

img {
	border : 0px none;
}

img.site {
	margin : 10px;
	border : 1px solid #112233;
}

a {
	text-decoration : underline;
	color : #224466;
}

fieldset {
	padding : 10px; 
	border : 1px solid #C0C8CE;
}

legend {
	letter-spacing : 2px;
	color : #224466;
	font-weight : bold;
}

input, textarea, select {
	padding : 2px;

	color : #112233;
	border : 1px solid #C0C8CE;
	background-color : #FFFFFF;

	font-size : 13px;
	font-family : Georgia, serif;
	font-weight : bold;
}

input.radio {
	background : transparent;
	border : 0px;
}

h2 {
	font-size : 25px;
	color : #112233;
}

h3 {
	font-size : 17px;
	color : #224466;
	letter-spacing : 1px;
}

h4 {
	margin : 0px;
	font-size : 14px;
	color : #FD660D;
}

h4 a {
	color : #FD660D;
}

	#content ul li {
		margin-bottom : 6px;
	}
	#content ul li ul {
		list-style-image : none;
		list-style-type : circle;
	}
	#content ul li ul li {
		margin : 4px auto;
	}

	#content p {
		line-height : 1.6em;
		font-size : 13px;
	}
	
	#content p.fotos img {
		border : 1px solid #112233;
	}
	
	div.paginaIndeling {
		text-align : center;
		padding : 2px;
		border : 1px solid #C0C8CE;
		background-color : #FFFFFF;
		font-weight : bold;
	}
	
	.important {
		color : #DD0000;
	}
	
	.pollBar {
		padding : 1px 0px; 
		border : 1px solid #FD660D; 
		text-align : center; 
		font-weight : bold;
	}
	
	.searchresult {
		background : #FD660D;
		font-weight : bold;
	}
	
	table.normaal {
		background-color : #C0C8CE;
	}
	table.normaal th, table.normaal td {
		vertical-align : top;
	}
	table.normaal th {
		background-color : #C0C8CE;
		padding : 4px;
	}
	table.normaal td {
		background-color : #FFFFFF;
		padding : 2px;
	}