body {
    margin: 0;
    padding: 0;
    background-color: #cee3fe;
    color: #1F1B66;
	 background-image: url(../img/bg_boog_prodpopup.gif);
	 background-repeat: no-repeat;
	 background-position: center 70px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
}
#top{
	background-image: url(../img/top_back.gif);
	background-repeat: repeat-x;
	height: 60px;
	position: relative;
	text-align: center;
	width :100%;
	padding-top: 10px;
}	
#top h1{
	margin: 0;
	padding: 0;
	padding-top:10px;
}
#top #logo{
	position: absolute;
	left: 0px;
	top: 13px;
}
#top #toren{
	position: absolute;
	right: 0px;
	top: 0px;
}
#top #wormpje{
	background-image: url(../img/wormpje_prod.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 55px;
	width: 100%;
}


a {
  color:#1F1B66;
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
}

h1, h2, h3, h4, h5, h6 {
    margin: 0.8em 0em 0.8em 0em;
}
h1, h2, h3 {
    font-weight: normal;
}
h4, h5, h6 {
    font-weight: bold;
}
h1 {
    font-size: 1.7em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.3em;
}
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 */
#inhoud {
  padding:20px;
  padding-top:10px;
  padding-bottom:30px;
}


.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 {
  display:block;
	color:red;
}

/* mailmodule */
.listitems {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0px;
  padding:0px;
}

.listitems li {
 display:block;
 background-color: #8eb9fd;
 margin:2px; 
 padding:2px;
}

.listitems li.listitem_inactive {
  display:none;
}  
  
.button {
  margin-top:10px;
  background-color:#1F1B66;
  color:#FFF;
  border-left-color: #8eb9fd;
  border-right-color: #6FA7FF;
  border-bottom-color: #6FA7FF;
  border-top-color: #8eb9fd;
}

#frm_aanmelden td {
  padding:2px;
  padding-left:0px;
}

/* menu */
#menu {
  background-color: #1f1b66;
  background-image: url(../img/wormpje_zwart.gif);
  background-position: center;
  background-repeat: no-repeat;
}

#menu ul {
  margin:0px;
  padding:0px;
}  

#menu ul li {
  display:inline;
}  

#menu a, #menu a:link, #menu a:active, #menu a:visited  {
  color:#FFFFFF;
  padding-left:5px;
  border-left:1px solid white;
  line-height:20px;
  height:20px;
  text-decoration:none;
}
#menu a:hover {
  color:#fbbc7e;
  text-decoration:underline;
}
#menu ul li.first1 a {
  border-left:none;
}
#menu ul li.active1 a {
  color:#fbbc7e;
}

span.wtkerror a, span.wtkerror a:active,  span.wtkerror a:link,  span.wtkerror a:visited {
  color:red;
}
span.wtkerror a:hover {
  color:red;
  text-decoration:none;
}
