/*
	oranje: 		#DD601C - 221,96,28
	donkerblauw: 	#005EAE - 0,94,174
	lichtblauw: 	#2EA0CD - 46,160,205
	geel: 			#ECC230 - 236,194,48
	
*/

html {
	overflow-y: scroll;
}
html, body {
	margin:0px;
	padding:0px;
}
body {
	font-family:Arial, Helvetica;
	font-size:12px;
	color: #505050;
}	


form {
	margin:0px;
	padding:0px;
}

textarea,input {
	border: solid 1px #004678;	
}
input,select {
	height: 22px;
	line-height: 18px;
}
input.no_border {
	border: none;	
}
input.button, input.button_blue {
	margin-top:7px;
	border:solid 1px #004678;
	background-color:#ECC157;
	font-family: Arial, Helvetica;
	font-size:12px;
	font-weight:bold;
	text-transform: lowercase;
}
input.button_blue {
	background-color: #004678;
	color: white;
}



a, a font {
	color:#DD601C;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}



ul {
	margin:0px;
	padding-left:15px;
}

li {
	list-style-type:square;
	list-style-position:outside;
}



td {
	font-family:Arial, Helvetica;
	font-size:12px;
	vertical-align:top;
}



div#hoofdmenubox {
	background-color:#005EAE;
	padding:12px 0px 12px 0px;
}
div#hoofdmenu {
	margin:0px 6px 0px 6px;
}
div#hoofdmenu a {
	display:block;
	padding-left:6px;
	line-height:18px;
	font-size:12px;
	color:white;
	text-decoration:none;
}
div#hoofdmenu a:hover {
	background-color:#0F2B7B;
}
div#hoofdmenu a.sub {
  background-image:url('../img/pijl.gif');
  background-position:131px 5px;
  background-repeat:no-repeat;
}
div#hoofdmenu a.subsel {
  background-color:#0F2B7B;
}
div#extranet {
	padding:12px 0px 12px 0px;
	margin-top: 5px;
	background-color:#2EA0CD;
}
div#extranet a {
	display:block;
	padding-left:12px;
	line-height:22px;
	font-size:12px;
	color: #ffffff;
	text-decoration:none;
}
div#extranet a:hover {
	background-color:#0F2B7B;
}
div#extranet a.sub {
  background-image:url('../img/pijl.gif');
  background-position:131px 5px;
  background-repeat:no-repeat;
}
div#extranet a.subsel {
  background-color:#0F2B7B;
}

div#zoekkader {
	background-color:#9C4060;
	padding:12px 0px 12px 0px;
	display:block;
	line-height:18px;
	font-size:12px;
	color:white;
	text-decoration:none;
}
div#zoeken {
	margin:0px 6px 0px 6px;
}
div#zoeken td{
	color: white;
}
div#zoeken a {
	padding-left:6px;
	line-height:18px;
	font-size:12px;
	color:white;
	text-decoration:none;
}
div#popsearchkader {
	background-color: #2EA0CD;
	padding:12px;
	display:block;
	line-height:18px;
	font-size:12px;
	color:white;
	text-decoration:none;
	width: 252px;
	float: right;
}
div#popsearchkader a {
	text-decoration: underline;
	color:white;
}
div#popsearchkader a:hover {
	text-decoration: none;
	color:white;
}
div#searchbox {
	padding:12px;
	background-color:#2EA0CD;
	font-size:12px;
	line-height:16px;
	color:white;
}


div.title {
	font-size:18px;
	color:#DD601C;
	text-transform:uppercase;
}
div.content {
	padding:15px 0px 20px 0px;
}



div.submenu {
  position:absolute;
  left:200px;
  top:0px;
  width:200px;
  padding:6px;
  z-index:5;
  visibility:hidden;
  text-align:left;
  background-color:#2EA0CD;
  /*opacity: 0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);*/
}
div.submenu a {
  display:block;
  padding:0px 6px 0px 6px;
  background-color:#2EA0CD;
  line-height:18px;
  font-size:12px;
  color:white;
  text-decoration:none;
}
div.submenu a:hover {
  background-color:#0F2B7B;
  color:white;
  /*opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);*/
}



div#adres {
	margin-left:16px;
	line-height:16px;
	font-size:11px;
	color:black;
}
div#adres .accent {
	color:#0F2B7B;
}



div#accentbox {
	margin-top:20px;
	padding:24px 12px 24px 12px;
	background-color:#2EA0CD;
	font-size:12px;
	line-height:16px;
	color:white;
}



div.nieuwsheadline_titel {
	margin-top:18px;
	font-size:11px;
}
div.nieuwsheadline_titel a {
	color:#005EAE;
	text-decoration:none;
}
div.nieuwsheadline_titel a:hover {
	text-decoration:underline;
}
span.nieuwsheadline_datum {
	padding-left:6px;
	padding-right:6px;
	background-color:#005EAE;
	color:white;
	font-size:10px;
}
div.nieuwsheadline_tekst {
	font-size:11px;
	color:#505050;
}
div.nieuwsheadline_tekst p {
	margin: 0px;
	padding: 0px;	
}
div.nieuws_titel {
	font-size:12px;
}
div.nieuws_titel a {
	color:#005EAE;
	text-decoration:none;
}
div.nieuws_titel a:hover {
	text-decoration:underline;
}
span.nieuws_datum {
	padding-left:6px;
	padding-right:6px;
	background-color:#701136;
	color:white;
	font-size:10px;
}
div.nieuws_tekst {
	margin-bottom:10px;
	line-height:19px;
	font-size:12px;
	color:#505050;
}
div.nieuws_details {
	line-height:20px;
	font-size:12px;
	color:#505050;
}

div.agenda_details, div.agenda_details td {
	line-height:20px;
	font-size:12px;
	color:#505050;
}

td.copyright {
	height:30px;
	background:url('../img/footer.gif') no-repeat 200px 0px;
	vertical-align:middle;
}
td.copyright div {
	margin-left:176px;
	font-size:11px;
	color:#636571;
}
td.copyright div a {
	text-decoration:underline;
}
td.copyright div a:hover {
	text-decoration:none;
}

div.busbalk {
	font-size:10px;
	height:20px;
}
div.busbalk a {
	text-decoration:none;
}
div.busbalk a:hover {
	text-decoration:underline;
}

table.form td {
	vertical-align: middle;
}

input.button {
	margin-top:7px !important;
	border:solid 1px #9C9C9C;
	background-color:#F1F1F1;
	font-family: Arial, Helvetica;
	font-size:12px;
	font-weight:bold;
}

div.search_results_item {
	margin-bottom: 15px;
}

fieldset {
	border: 1px solid #9C9C9C;
}
legend {
	color: black;
}