body {
    margin: 0;
    padding: 0;
    background-color: #d4d3d5;
	 background-image: url(../img/body_back.gif);
	 background-repeat: repeat-y;
	 background-position: center;
    color: #444;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
	 padding-bottom: 20px;
}
#header h1{
	display: none;
}
#global{
	width: 990px;
	background-color: White;
	background-image: url(../img/content_back.gif);
	background-repeat: no-repeat;
	background-position: 3px 225px;
	margin: 0 auto;
	position: relative; 
}
#menu .pres{
	position: absolute;
	right: 0px;
	color: White;
}
#top{
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
	width: 986px;
	height: 225px;
	margin-left: 2px;
}
#inhoud{
	padding: 20px;
}
#zoek_box{
	position: absolute;
	right: 5px;
	top: 60px;
	display :none;
}
#zoek_box .button{
	background-image: url(../img/zoek_button.gif);
	border: none;
	height: 30px;
	width: 104px;
	line-height: 30px;
	cursor: pointer;
}
#zoek_box .inputtype{
	background-image: url(../img/input.gif);
	height: 20px;
	width: 182px;
	border: none;
	margin: 0;
	padding: 0;
	padding: 5px;
	color: gray;
}
#menu{
	background-image: url(../img/menu_back.gif);
	position: relative;
	height: 31px;
	width: 984px;
	margin-left: 2px;
	
	border: 1px solid #57298c;
	border-top: none;
}
#submenu{
	background-image: url(../img/submenu_back.gif);
	height: 23px;
	border: 1px solid #5d89da;
	border-top: none;	
	width: 984px;
	margin-left: 2px;
	margin-top: 1px;
}
#menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li{
	float: left;
	margin: 0;
	padding: 0;
}
#menu ul ul{
	display: none;
}
#menu li a{
	color: white;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
}
#menu li a:hover, #menu li.active1 a, #menu li.active1 li.active2 a{
	font-size: 12px;
	background-image: url(../img/menu_active.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#menu li.active1 a, #menu li.active1 li.active2 a{
	font-weight: bold;
}
#menu li.active1 ul li a{
	color: white;
	background-image: none;
	font-weight: normal;
}
#menu ul li ul li a:hover{
	color: gold;
	background-image: url(../img/active.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#menu ul li ul li{
	display: none;
}
#menu ul li.active1 li{
	display: block;
}
#submenu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#submenu li{
	margin: 0;
	padding: 0;
	float: left;
}
#submenu li a{
	color: white;
	display: block;
	float: left;
	text-decoration: none;
	padding-left :10px;
	padding-right: 10px;
	line-height: 24px;
}
#submenu li.active2 a{
	font-weight: bold;
	background-image: url(../img/menu_active.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#submenu li a:hover{
		background-image: url(../img/menu_active.gif);
	background-repeat: no-repeat;
	background-position: top center;
}



a {
	color: white;
}
a:link {
	color: #592A86;
}
a:visited {
	color: #592A86;
}
a:active {
	color: #592A86;
}
a:hover {
	color: black;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
h1, h2, h3 {
    font-weight: normal;
}
h4, h5, h6 {
    font-weight: bold;
}
h1, .headline , .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 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;
}

div.nieuws a {
}
div.nieuws a:hover{
}

div.nieuws h2, div.nieuws h2 a {
	clear: both;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
div.nieuws_listitem{
	display: block;
	float: left;
	width: 100%;
	margin-bottom :20px;
}

div.nieuws table{
	
}

.wtkerror {
	color:red;
}
/* Deze stylen worden door de downloadmodule gebruikt */

/* LI bij groepen */
download_groep {

}

/* LI bij item */
.download_item {
	list-style: url(../img/download.gif); 
}

/* A bij item */
a.download_link, a:link.download_link, a:active.download_link, a:visited.download_link, a:hover.download_link {
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
}


/* REQUIEM */

.requiem .logo{
  float: right;
  margin-left: 20px;
}

.requiem .inloggen {
  margin-top: 20px;    
}

.requiem .inloggen h2 {
 font-size:1.0em;  
 color: #552888;
 font-weight: bold;
}
.requiem .disclaimer {
  margin-top: 20px;
  padding-top:20px;
  border-top: 1px solid #552888;
  font-size: 80%;  
}

.requiem form table {
  font-size: 80%;  
}
