body {
    margin: 0;
    padding: 0;
    background-color: #FFFFBB;
    color:  #003365;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 background-image: url(../img/body_back.gif);
	 background-repeat: repeat-y;
	 background-position: top center;
    font-size: 10px;
	 letter-spacing: 1px;
}
table{
	  clear: both;
	  margin: 0;
	  padding: 0;
}

#header h1{
	display: none;
}
#global{
	width: 779px;
	margin: 0 auto;
	position: relative;
	margin-top: 20px;
}
#top{
	height: 90px;
	width: 575px;
	position: relative;
	background-image: url(../img/top3.jpg);
}
#left{
	width: 204px;
	float: left;
}
#logo a {
  display:block;
  background:transparent url(/img/logo.gif) no-repeat scroll 0 0;
  overflow:hidden;
  text-indent:-9999em;
	width: 204px;
	height: 152px;
}

#right{
	width: 575px;
	float: right;
}	
#inhoud{
	padding: 20px;
	padding-top: 50px;
	min-height: 400px;
	/*float: left;*/
	padding-right: 0px;

}
#footer{
	background-image: url(../img/footer.gif);
	height: 50px;
	background-repeat: repeat-x;
	clear: both;
}
#footer p{
	margin: 0;
	padding: 0;
}

#footer p.vestiging strong {
  color:maroon;
}
#footer a:link, #footer a:visited, #footer a:active {
  text-decoration:underline;
}
#footer a:hover {
  text-decoration:none;
}



#poll table{
	color: #9F0700;
	margin-top: 10px;
	padding: 5px;
}
#poll input{
	margin-left: 10px;

}
.lowijs{
	float: left;
	font-size: 9px;
	margin-right: 20px;
	margin-top: 10px;
	margin-left :20px;
}
.rossum{
	float: right;
	text-align: right;
	margin-top: 10px;
	margin-right: 20px;
	font-size: 9px;
}
.stem{
			background-color: #d8d07d;
	border: 1px solid #b3ac62;
		width: 75px;
}
/*.select{
	display: block;
	width: 150px;
	float: right;
	margin-top: -16px;
	border: 1px solid #F2E6C1;
}
.radio_buttons{
	display: block;
}*/

#wtkformmodule_table td {
  vertical-align:top;
}

#wtkformmodule_table .wtkerror {
  clear:both;
  display:block;
  margin-bottom:10px;
}

.button, .wtkformsubmit{
	background-color: #d8d07d;
	border: 1px solid #b3ac62;
	
}
/*-------------menu-----------*/
#menu{
	width: 204px;
	margin-top: 26px;
}
#menu ul{
	margin: 0;
	padding: 0;
}
#menu li{
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li a{
	display: block;
	height: 32px;
	background-image: url(../img/menu.gif);
	color: #003365;	
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	letter-spacing: 0;	
	padding-left: 10px;
/*
	min-height: 26px;
	padding-top: 6px;	
	text-decoration: none;
	color: #003365;	
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 20px;
*/
}
#menu ul li a:hover{
	background-image: url(../img/menuA.gif);
	color: #9f0700;
}
#menu ul li.active1 a{
	background-image: url(../img/menuA.gif);
	color: #9f0700;
}

#menu ul li ul,
#menu ul li.active1 ul li ul {
	display: none;
}

#menu ul ul{
	background-image: url(../img/submenu_back.gif);
	background-repeat: repeat-x;
	background-color: #f3eb9a;
}
#menu ul li.active1 ul {
	display: block;
}
#menu ul li.active1 ul li.active2 ul {
	color: navy;
	display: block;
}

#menu ul li.active1 ul li a{
	background-image: url(../img/submenu.gif);
	background-repeat: no-repeat;
	background-position: top right;
	color: #003365;
	background-color: #f3eb9a;
}
#menu ul li ul li a:hover,
#menu ul li.active1 ul li.active2 a{
	background-image: url(../img/submenuA.gif);
	color: #9f0700;

}
#menu ul li.active1 ul li.active2 ul li a{

	background-image: none;
	color: #003365;
	background-image: url(../img/submenu.gif);
	background-repeat: no-repeat;
	background-position: top right;

}
#menu ul li.active1 ul li.active2 ul li.active3 a{
	color: #9f0700;
	background-image: url(../img/submenuA.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#zoeken_module_results {
  margin-top:20px;
}

#zoeken_module_results ol {
  margin-top:15px;
}


/*-------------breadcrumb--------------*/
#breadcrumb{
	margin-top: 0px;
	width: 575px;
}

#breadcrumb ul{
	margin: 0px;
	list-style: none;
	padding: 0;
}
#breadcrumb li{
	float: left;
	font-size: 1.0em;
	color: silver;
	
}
#breadcrumb li a{
	color: #82A6C5;
	font-weight: normal;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
}
#breadcrumb li a:hover{
	color: navy;
}



/*-------content----------*/
a {
}
a:link {
    color: #003365;
	 text-decoration: none;
}
a:visited {
    color: #003365;
	 	 text-decoration: none;
}
a:active {
    color: #003365;
	 	 text-decoration: none;
}
a:hover {
    color: maroon;
	 	 text-decoration: none;
}
#inhoud a:link, #inhoud a:active, #inhoud a:visited{
	 color: #003365;
	 text-decoration: underline;
}
#inhoud a:hover{
	  color: maroon;
	  text-decoration: none; 
}

h1, h2, h3, h4, h5, h6, .style_kopgroot, .style_kopmiddel,  .style_kopklein, .headline {
    margin: 0;
    margin-top:1.6em;
    margin-bottom:1.2em;
  	color: #9f0700;
  	text-align: left;
}
h1, h2, h3, .style_kopgroot {
    font-weight: bold;
	  display :block; 
}
h1, .style_kopgroot {
    font-size: 1.7em;
    text-align:right;
    margin-top:0.4em;
    margin-bottom:1.2em;
}
h2, style_kopmiddel {
    font-size: 1.2em;
}
h3, style_kopklein {
    color:  #003365;
    font-size: 1.2em;
}
h4 {
    color:  #003365;
    font-size: 1.1em;
}
h5 {
    color:  #003365;
    font-size: 1.0em;
}
h6 {
    color:  #003365;
    font-size: 0.8em;
}

dl, dt, dd, ol, ul, li {
    margin-top: 0.2em;
    margin-bottom: 0.1em; 
    font-size: 1.0em;
    line-height: 1.5em;
}

p {
    margin: 1.4em 0em 1.4em 0em;
    font-size: 1.0em;
    line-height: 1.5em;
}

code, pre {
    font-family: Courier New, monospace;
    font-size: 1.0em;
}

strong, b {
    font-weight: bold;
}
em, i {
    font-style: italic;
}

hr {
    height: 1px;
    margin: 0px;
    background-color: #ccc;
    color: #ccc;
}

img {
    margin: 0;
    border: 0;
}

/***********************************************************************
 * layout kolom links of rechts van inhoud
 * --------------------------------------------------------------------
 * |                  |                                               |
 * |                  |                                               |
 * |                  |                                               |
 * --------------------------------------------------------------------
 *
 * <div id="container">
 *    <div id="kolom">
 *    </div>
 *    <div id="inhoud">
 *    </div>
 * </div>
 *
 * alle left door right vervangen indien kolom rechts komt te staan
 *
 ***********************************************************************/
/*
#container {
  float: left;
  background: url(bgkleur.gif) repeat-y top left;
}
#kolom {
  float: left;
  width: 200px;
}
#inhoud {
  float: left;
}
*/
/***********************************************************************
 * layout kolom links en rechts van inhoud
 * --------------------------------------------------------------------
 * |                  |                            |                  |
 * |                  |                            |                  |
 * |                  |                            |                  |
 * --------------------------------------------------------------------
 *
 * <div id="container_bg_links"><div id="container_bg_rechts">
 *    <div id="kolom_links">
 *    </div>
 *    <div id="kolom_rechts">
 *    </div>
 *    <div id="inhoud">
 *    </div>
 * </div></div>
 *
 ***********************************************************************/
/*
#container_bg_links {
  float: left;
  background: url(kleur_links.gif) repeat-y top left;
}
#container_bg_rechts {
  float: left;
  background: url(kleur_rechts.gif) repeat-y top right;
}
#kolom_links {
  float: left;
  width: 200px;
}
#kolom_rechts {
  float: right;
  width: 200px;
}
#inhoud {
  float: right;
}
*/

/*---------------css module inhoud--------------------*/



/* CONTENT */

.kolom_links, .kolom_rechts{
	width: 45%;
	float: left;
	margin: 10px;
}

.imgleft {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imgright{
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
}

div.sjabloon1, div.sjabloon2,div.sjabloon3,div.sjabloon4{
  clear: both;
	margin: 0;
	padding: 0;
}

div.sjabloon1  img, div.sjabloon2  img, div.sjabloon3  img ,div.sjabloon4  img{

}
.LIlink a:link, .LIlink a:active, .LIlink a:visited{
	color: navy;
}
.LIlink a:hover{
	color: Maroon;
	text-decoration: none;
}


/* LINKS */

div.links {
width:100%;
}

div.links h1 {
	
}

div.links table{
	
}

div.links thead{

}

/* NIEUWS */

div.nieuws {
   width : 100%;
}

div.nieuws img {
	float:left;
	margin-right: 10px;
}

div.nieuws img.right {
	float:right;
	margin-left :10px;
}
div.nieuws hr {
	clear:both;
}

div.nieuws h1 {
}

div.nieuws a {
	text-align: left;
	color: #003365;
	text-decoration: none;
	font-weight: bold;
}
div.nieuws a:hover{
	color: maroon;
}

.nieuws_listitem{

}
div.nieuws h2, div.nieuws h2 a {
	clear: both;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	text-decoration: none;
}
a.lees_verder:link, a.lees_verder:active, a.lees_verder:visited{
	display: block;
	clear: both;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
	/*border-top: 1px solid  #CDD2CB;*/
	background-image: url(../img/footer.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
} 
a.lees_verder:hover{
	text-decoration: none;
}

div.nieuws table{
	text-align: left;
}

.wtkerror {
	color:red;
}

li.download_groep{
	font-weight: bold;
	list-style: none;
	margin-bottom: 20px;
}

li.download_groep ul {
  margin:0px;
	padding:0px;
	margin-top:20px;
	margin-left:20px;
}  

li.download_item{
	list-style: none;
	font-weight: normal;
	display: block;
	height: 24px;
	margin-bottom:4px;
}
li.download_item a:link, li.download_item a:active, li.download_item a:visited{
  background-image: url(../img/download.gif);
  background-repeat: no-repeat;
  color: #003365;	
	text-decoration: none;
	display: block;
	width:auto;
	height: 24px;	
	padding-left:30px;
}
li.download_item a:hover{
	color: maroon;
	text-decoration: none;
}
{
	background-color: #D8D07D;
}color: 

#inhoud table.rov_sjabloon_1_table{
	margin: 0;
	padding: 0;
}
.style_kopgroot{
	margin-top: -9px;
}

/*----------header ---------------*/
.business{

	display: block;
	height: 24px;
	line-height: 14px;
	text-align: right;
	color: maroon;

}
.business span {
  margin:0px;
  padding:0px;
	font-size: 12px;
	width: 575px;
	color: maroon;
	position: absolute;
	top: 70px;
	right: 4px;
	font-weight:bold;
	text-align: right;
	display: block;
}
.business h3{
	font-size: 12px;
	width: 575px;
	color: #ffffbb;
	position: absolute;
	top: 71px;
	right: 3px;
	margin:0px;
  padding:0px;
  text-align: right;
}


/*----------contact----------*/
/*.contact a:link, .contact a:active, .contact a:visited {
	width: 222px;
	position: absolute;
	top: 91px;
	right: -5px;
	display: block;
	background-image: url(../img/contact.gif); 
	background-repeat: no-repeat;
	overflow:hidden;
	height:32px;
	text-indent:-9999em;
}
.contact a:hover{
	background-image: url(../img/contact_hover.gif); 	
	background-repeat: no-repeat;
}

.contact h1{
	width: 115px;
	font-size: 12px;
	float: left;
}*/
#menu li#m_23 {
  margin-top: 30px;  
  border-top: 1px solid #003365;  
}
#menu li#m_23 a{
	background-image: url(../img/menuA.gif);
	color: #9f0700;		
}


