html
{
	padding: 0;
	margin: 0;
	/*background: url('../images/content_bg.gif') repeat-y top center;*/
	
}

body {
	font: 76% Arial,Verdana,Helvetica,sans-serif;/*standaard 69%*/
	color: #222222;
	margin: 0 ;
	padding: 0;
	background: url('../images/header_bg.png') repeat-x top center;
}

#page
{
min-height: 100%;
min-width: 960px;
background: url(../images/content_bg.gif) repeat-y top center;
margin-left: 1px;
}

#container
{

min-height: 190px;
background: url(../images/header_bg2.gif) repeat-x top left;
}

.clearer
{
width: 100%;
clear:both;
font-size: 1px;
}


img {
	border: none;
}
/* CONTENT ELEMENTS */
#content {
	margin-bottom: 1.5em;
	padding-bottom: 5em;
	padding-left: 2em;
	padding-right: 2em;
	position: relative;
	margin-right: 10px;
}


#centered
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	
}

#main_container {
	padding: 15em 0 0 0;
	background: url(../images/center_bg.jpg) no-repeat top center;
}

.nonvisual, .skip, .hidden
{
	position: absolute;
	left: -9999em;
}

a
{
	color: #004199;
	text-decoration: none;
}

a.more
{
	background: url('../images/bullet.png') no-repeat right 4px;
	padding-right: 10px;
	display: block;
	text-align: right;
	clear: both;
}

a.more:hover
{
	text-decoration: underline;
}

.right
{
	float: right;
	margin-top: 7px;
	margin-left: 15px;
	margin-bottom: 15px;
}

.left
{
	float: left;
	margin-top: 7px;
	margin-right: 15px;
	margin-bottom: 15px;
}

p, li, td
{
	line-height: 150%;
}

p.first:first-letter
{
	font-size: 2em;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	font-family: georgia,times;
	font-style: italic;
	padding: 5px;
	color: #fff;
	background: #606060;
}

#categories
{
	border-bottom:3px solid #22A5E6;
	float:left;
	margin:0 5px 0 10px;
	width:328px;
}

#content ul
{
	padding: 0;
}

h1{
	font-size:1.5em;
}

h2{
	font-size:1.2em;
}

h3{
	font-size:1em;
}

h1 .highlighted, h2 .highlighted, h3 .highlighted
{
	display: block;
	font-size: .8em;
	color: #004199;
	font-weight: normal;
	/*font-family: georgia,times;*/
	/*font-style: italic;*/
	margin-top: 20px;
}

h1,h2,h3,h4{
	text-align:left;
}

.breaker {
	clear:					both;
	height:					1px;
	margin-bottom:			-1px;
	line-height:			1px;
	font-size:				1px;
}

/* QUICKLINKS ELEMENTS */
#quick_links {
	background: #21B2E8 url(../images/links_bg.png) repeat-x scroll 0 0;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 0;
	margin-bottom: 50px;
	padding-top:0;
	padding: 15px;
	padding-right: 0;
	font-size: 1.2em;
	float: left;
	width: 890px;
}

#quick_links h2
{
	/*font-style: italic;*/
	margin-top: 0;
	font-family: georgia;
	font-size: 1.4em;
}

#quick_links div {
	padding: 0;
	margin: 0;
	margin-right: 15px;
	width: 270px;
	height: 16em;
	float: left;
}

#quick_links ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#quick_links div.artikelen, #quick_links div.overig
{
	border-left: 1px solid #fff;
	padding-left: 15px;
}

#quick_links li {
	
}
#quick_links li a {
	text-decoration: none;
	font-size: 1em;
	color: #333;
	display: block;
	border-bottom: 1px dotted #666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#quick_links li a:hover {
	border-bottom: 1px dotted #111;
	color: #111;
}

#quick_links li a.article {
	background: url('../images/icons/page_white_text.png') no-repeat left center;
}

#quick_links li a.news {
	background: url('../images/icons/layout_content.png') no-repeat left center;
}

#quick_links li a.legislation {
	background: url('../images/icons/report.png') no-repeat left center;
}

#quick_links li a.disclosure {
	background: url('../images/icons/s.png') no-repeat left center;
}

#quick_links li a.address {
	background: url('../images/icons/map.png') no-repeat left center;
}

#quick_links li a.link {
	background: url('../images/icons/link.png') no-repeat left center;
}

#quick_links li a.image {
	background: url('../images/icons/image.png') no-repeat left center;
}

#quick_links li a.file {
	background: url('../images/icons/disk.png') no-repeat left center;
}

#quick_links li a.person {
	background: url('../images/icons/vcard.png') no-repeat left center;
}

#quick_links h2{
	color:#fff;
}

#quick_links ul li a span
{
	position: absolute;
	left: -9999em;
}
/* HEADER ELEMENTS */
#header {
	width: 960px;
	height:190px;
	margin: 0;
	padding:0;
	position:absolute;
	top:0;
	/*background: url('../images/center_bg.jpg') no-repeat top left;*/
}
#logo {
	min-height: 160px;
	padding-top: 5px;
	padding-left: 1em;
}
#menu
{
	position: absolute;
	top: 133px;
	width: 940px;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 10px;
	margin-right: 0em;
	background: url(../images/tab_dblue.png) repeat-x left bottom;
}

#menu li a
{
	color:#FFFFFF;
	float:left;
	font-size:1em;
	font-weight:bold;
	height:26px;
	padding-left:1.1em;
	padding-right:1.1em;
	padding-top:9px;
	text-decoration:none;
	vertical-align:middle;
	border-right: 1px solid #FFFFFF;
	background: url(../images/tab_dblue.png) repeat-x left bottom;
}
/*
#menu li a.blue {
	background: url(../images/tab_blue.png) repeat-x left bottom;
}
#menu li a.red {
	background: url(../images/tab_red.png) repeat-x left bottom;
}
#menu li a.orange {
	background: url(../images/tab_orange.png) repeat-x left bottom;
}
#menu li a.green {
	background: url(../images/tab_green.png) repeat-x left bottom;
}
#menu li a.yellow {
	background: url(../images/tab_yellow.png) repeat-x left bottom;
}
#menu li a.purple {
	background: url(../images/tab_purple.png) repeat-x left bottom;
}
#menu li a.dblue {
	background: url(../images/tab_dblue.png) repeat-x left bottom;
}*/

#menu li a.active, #menu li a:hover
{
	color: #02449B;
	background: url(../images/tab_active.png) repeat-x;
}

#search {
	width: 400px;
	position: absolute;
	top: 25px;
	right: 120px;
}
#search a {
	padding-top: 0px;
	font-size: 1em;
	color: #003399;
	text-decoration: none;
	font-weight: bold;
	margin-left: 2em;
	float: left;
}

#search a:hover {
	color: #444;
}

#search  fieldset {
	border: none;
	float: left;
}

#qs {
	margin-left: 12px;
	width: 309px;
	float: left;
	padding: 0;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 8px;
	background: url('../images/search_bg.png') no-repeat;
	border: none;
	font-size: 14px;
	/*font-style: italic;*/
	color: #777;
}
#search_button {
	width: 40px;
	height: 31px;
	float: left;
	background: url('../images/search_button.png') no-repeat;
	border: none;
}
#search legend{
	display:none;
}

#action_menu
{
	position: absolute;
	top: 180px;
	right: 50px;
}

#action_menu ul
{
	list-style: none;
	position: relative;
}

#action_menu ul li
{
	margin-right: 5px;
}

#action_menu .text_sml
{
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
	color: #7F7B7A;
	text-transform: capitalize;
}

#action_menu .text_mid
{
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;
	color: #7F7B7A;
	text-transform: capitalize;
	margin-top: -.2em;
	top: -.1em;	
}

#action_menu .text_lrg
{
	font-size: 1.6em;
	text-decoration: none;
	font-weight: bold;
	color: #7F7B7A;
	text-transform: capitalize;
	top: -.3em;
}

#action_menu .text_lrg.current, #action_menu .text_mid.current, #action_menu .text_sml.current{
	color:#39B6EC;
}


#action_menu .rss
{
	background: url('../images/rss.png') no-repeat;
	font-size: 0;
	width: 13px;
	height: 14px;
	display: block;
	margin-top: 2px;
}

#action_menu .print
{
	background: url('../images/print.png') no-repeat;
	font-size: 0;
	width: 16px;
	height: 14px;
	display: block;
	margin-top: 3px;
}
#action_menu .sitemap
{
	background: url('../images/logo_sitemap.png') no-repeat;
	font-size: 0;
	width: 16px;
	height: 14px;
	display: block;
	margin-top: 4px;
}

#action_menu .readspeak
{
	background: url('../images/readspeak.png') no-repeat;
	font-size: 0;
	width: 18px;
	height: 14px;
	display: block;
	margin-top: 2px;
}

#action_menu ul li
{
	float: left;
}

#header_navigation
{
	position: absolute;
	top: 25px;
	right: 10px;
	width: 120px;
	line-height: 2em;
}


#header_navigation ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 2em;
}

#header_navigation li
{
	margin-left: 0px;
}


#header_navigation li a
{
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	color: #777;
}

#header_navigation li a:hover
{
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	color: #444;
}

#header_navigation li a.button
{
	color: #444;
	text-transform: capitalize;
}

#klikpad
{
	color: #222222;
	width: 900px;
	border-bottom: 1px dashed #707070;
	margin-left: 25px;
	margin-right: 20px;
	padding-top: 5px;
	height: 30px;
	padding-right: 0;
}

#klikpad p
{
	margin: 0;
	padding: 0;
}

#klikpad a, #klikpad strong
{
	color: #004199;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#inloggen_link, #uitloggen_link
{
	position: absolute;
	right: 35px;
	top: 91px;
	color: #777;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	background: url('../images/login_button.png') no-repeat;
	width: 90px;
	padding-top: 6px;
	height: 25px;
	text-align: center;
}

#footer
{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 1em;
	padding-bottom: 1em;
	margin: 6em 2em 2em 2em;
	position: relative;
	clear: both;
}

#footer span
{
	border-right: 1px solid #707070;
	padding-right: .7em;
	padding-left: .3em;
	font-style: normal;
}

#footer span.last
{
	border-right: none;
}

#footer #back
{
	position: absolute;
	top: -2px;
	left:	920px;
	width: 44px;
	height: 44px;
	background: url('../images/to_top_button.png') no-repeat;
}

#footer #back span
{
	position: absolute;
	left: -9999em;
	
}

#footer a
{
	color: #004199;
	text-decoration: none;
	font-weight: bold;
}

#footer .gemeenteoplossingen img
{
	position: absolute;
	top: -35px;
	right: 15px;
	border: none;
}

#footer .phone
{
	background: url('../images/telefoon.png') no-repeat;
	padding-left: 17px;
}

#footer .fax
{
	background: url('../images/fax.png') no-repeat;
	padding-left: 20px;
}

#footer .email
{
	background: url('../images/e-mail.png') no-repeat;
	padding-left: 20px;
}

form label
{
	display: block;
	float: left;
	width: 250px;
}

form select.fixedsel
{
	width: 250px;
}

form legend
{
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
}
#searchresults {
	list-style-type: none;
	border-top: 1px dotted #BBB;
	margin-top: 12em;
	margin-bottom: 2em;
}
#searchresults li {
	padding-bottom: 2em;
}
#sform {
	position: absolute;
	top: 3.5em;
}
#sform fieldset {
	border: none;
	width: 230px;
	background-color: #004199;
	padding: 1.5em;
}
#sform legend {
	display: none;
}
#sform label {
	color: #FFF;
	padding-top: .2em;
	padding-bottom: .2em;
	font-weight: bold;
	font-size: 14px;
}
p.numberofresults {
	border-bottom: 1px dashed #707070;
	padding-left: .1em;
	padding-bottom: 1em;
}


/* - - - - - - - - - - - - - - */
#io4search fieldset {
border:medium none;
float:left;
margin:0;
padding:0;
margin-right: 5px!important;
margin-top: 0!important;
}

#io4search {
background: #f5f5f5;
border:1px solid #999999;
padding:1em;
width: 46em;
}
#io4search fieldset.wide {
border:1px solid #999999;
display:block;
padding: 5px;
}
#io4search .hide {
left:-9999em;
position:absolute;
}
#io4search #zoeken {
width: 35em;
}
.clearfix {
display:inline-block;
}

#io4search fieldset.narrow {
border:1px solid #ECECEC;
display:block;
width:167px;
padding: 5px;
}

#io4search #vind
{
float: none;
}

#searchresults {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0!important;
padding:0;
}

#searchresults li {
border-bottom:2px dotted #CCCCCC;
margin-bottom:2em;
padding-bottom:1em;
}

#searchresults .hidden { display: none; }



#io4search  label {
float: none!important;
display: inline;
}

#zoeknavigatie { }
#zoeknavigatie ul{ margin: 0px; padding: 0px; list-style: none;}
#zoeknavigatie li { display: inline;}

/*
p.suggestion
{
	background: red;
	color: white;
	padding: 15px!important;
	border: 2px dashed black;
	font-size: 1.2em;
	text-decoration: blink;
}*/

#relatiesextern{}
#relatiesextern h2{ font-size: 13pt; border-bottom: 1px dashed #CCCCCC; margin-bottom: 2px; padding-bottom: 2px;}
#relatiesextern ul{ margin: 0px; padding: 0px; list-style: none; width: 400px;}
#relatiesextern ul li
{
width: 180px;
margin: 3px;
padding-left: 10px;
float: left;
text-align: left;
background: url(../images/bullet.png) no-repeat 0px 5px;
}

.archief { list-style: none; margin: 0px; padding: 0px; }
.archief  .datum, .archief  a .datum{ color: #222222;}
.archief li { font-weight: bold; padding-left: 15px; background: url(../images/bullet.png) no-repeat 0px 5px;}
.archief li a, .archief li a:link{  }
.archief li a:hover, .archief li a:active{ text-decoration: underline; }
.archief a span, .archief a:link span { color: #222222; }
