body {
    margin: 0;
    padding: 0;
    background-color: #0065b0;
	 background-image: url(../img/body_back.gif);
	 background-repeat: repeat-y;
	 background-position: center;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
}
#zoek_box{
	float: right;
	margin-top: 8px;
}
#zoek_box .inputtype{
	width :155px;
	float: left;
	border: 1px solid gray;
	border-right: none;
	height: 18px;
}
#zoek_box .button2{
	background-image: url(../img/zoeken.gif);
	background-repeat: no-repeat;
	background-color: White;
	float: left;
	width: 30px;
	cursor: pointer;
	border: 1px solid gray;
	border-left: none;
	height: 22px;
	margin-left: -2px;
}
#rovecom a:link, #rovecom a:active, #rovecom a:visited{
	position: absolute;
	right: 10px;
	font-size: 10px;
	text-decoration: none;
	display: none;
}
#header h1{
	display: none;
}
#global{
	width: 990px;
	margin: 0 auto;
}
#top{
	position: relative;
	width: 990px;
	height: 185px;
	background-image: url(../img/top.jpg);
}
#top img{
	position: absolute;
	width :400px;
	height: 100px;
	left: 0px;
	top: 0px;
}
#right{
	width: 186px;
	float: right;

}
#global_content{
	margin-top: 10px;
	float: left
}
#inhoud{
	width:566px;
	float: left; 
	padding-left: 20px;

}
#acties, #agenda, #weerbericht{
	background-color: #fffcbf;
	margin-bottom :15px;
}
#right .titel{
	background-color: #FFE500;
	padding-right: 5px;
}
#right .content{
	text-align: right;
	padding: 5px;
	font-size: 11px;
	border:1px solid #FFE500;
}

#right h4{	
	color: #006CB5;
	text-align: right;
	line-height: 28px;
	margin: 0; 
	padding: 0;
}
#login{
	margin-top: 10px;
}
#tbl_weer .info{
	font-size: 11px;
	text-align: left;
	font-family: Arial Narrow;
	width : 90px;
}
#tbl_weer .output{
	width: 85px;
}
/*---------------menu-------------*/
#menu {
	height: 34px;
	width :990px;
	float: left;
	margin-top: 144px;
}
#menu ul{
	margin: 0;
	padding: 0;
}
#menu li{
	list-style: none;
	float: left;
	line-height: 32px;
}
#menu li a{
	letter-spacing: 0px;
	color: white;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	border-left: 1px solid #88beac;
	border-right: 1px solid #006f43;
	font-size: 12px;
	}
#menu li a:hover, #menu li.active1 a{
	background-image: url(../img/menu_active.gif);

}
#menu li.active1 a{
	font-weight: bold;
}
#menu ul ul{
	display: none;
}

#submenu{
	width: 199px;
	float: left;
	border-top :1px solid #cecece;
}
#submenu ul{
	margin: 0;
	padding: 0;

}
#submenu li{
	list-style: none;
	margin: 0;
	padding: 0;
}
#submenu li a{
	border-bottom :1px solid #cecece;
	display: block;
	line-height: 28px;
	color: black;
	text-decoration: none;
	padding-left: 10px;
}
#submenu li a:hover{
	color: #019B67;
	background-color: #cecece;
}
#submenu li.active2 a{
	color: #019B67;
	font-weight: bold;
}









a {
 color: #006CB5;
}
a:link {
 color: #006CB5;
}
a:visited {
 color: #006CB5;
}
a:active {
 color: #006CB5;
}
a:hover {
	color: #019B67;
}

h1, h2, h3, h4, h5, h6, .style_kopgroot {
    margin: 0;
	 color: #006CB5;
	 margin-bottom: 10px;
}
h1, h2, h3 {
    font-weight: normal;
}
h4, h5, h6 {
    font-weight: bold;
}
h1, .style_kopgroot {
    font-size: 2.0em;
}
h2 {
    font-size: 1.7em;
}
h3 {
    font-size: 1.4em;
}
h4 {
    font-size: 1.2em;
}
h5 {
    font-size: 1.0em;
}
h6 {
    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.2em 0em 1.2em 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;
}

.imgright{
	float:right;
}

div.sjabloon1, div.sjabloon2,div.sjabloon3,div.sjabloon4{
  clear: both;
}

div.sjabloon1  img, div.sjabloon2  img, div.sjabloon3  img ,div.sjabloon4  img{

}



/* LINKS */

div.links {
	width:100%;
}

div.links h1 {
	
}
div.links h2{
	font-size: 14px;
}

div.links table{
	
}

div.links thead{

}

/* NIEUWS */

div.nieuws {
   width : 99%;
}

div.nieuws img {
	float:left;
	margin-right: 10px;
	margin-bottom :10px;
}

div.nieuws img.right {
	float:right;
	margin-left: 10px;
	margin-bottom :10px;
}
div.nieuws hr {
	clear:both;
}

div.nieuws h1 {
	margin-bottom: 10px;
	color: #006CB5;
}

div.nieuws a {
	color: #019B67;
	text-decoration: none;
}
div.nieuws a:hover{
	color: #006CB5;
}

div.nieuws h2, div.nieuws h2 a {
	clear: both;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #019B67;
}
div.nieuws a.lees_verder{
	color: #019B67;
	display :block;
	clear: both;
}
div.nieuws_listitem{
	display: block;
	float: left;
	width: 100%;
	margin-bottom : 50px;
	border-bottom :1px solid #cecece;
}

div.nieuws table{
	
}
.wtkformsubmit{
	background-color: #019865;
	border: 2px solid  #006CB5;
}

.wtkerror {
	color:red;
	display: block;
}