body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:62.5%;
	background-color: #66FF00;
  width: 100%;
}


/*---------------------------- LAYOUT -----------------------------------*/



#bodywrapper {
	width: 100%;
  background: url(images/bg.gif) top left no-repeat #66FF00;
	padding-bottom:10px;
}

#bodywrapper2 {
	width: 100%;
  background-color: #FF0066;
	padding-bottom:10px;
}

#bodywrapper3 {
	width: 100%;
  background-color: #66FF00;
	padding-bottom:10px;
}

#footer {
	width: 100%;
}

/*---- top -----*/

#top {
	margin-left: 20px;
	margin-top: 9px;
  margin-right:  15px;
	padding: 0;
  min-height: 110px;
  /*border: 1px solid black;*/

  /*overflow: auto;*/
}
#top_logo {
	float:left;
	width:95px;
	height:110px;
	}
#top_info {
	float:left;
	width:185px;
	height:110px;
  margin-right:13px;
	}
#top_devices {
	float:left;
	width:290px;
	height:110px;
	}

  
/*---- content -----*/  
  
#content {
	margin-left: 20px;
	margin-bottom: 0;
	margin-top: 15px;
  margin-right: 20px;
  width:expression(document.body.clientWidth > 905? "900px": "auto" );
  max-width: 90em;
  clear:both;
}

#content2, #content3, #footer_content {
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 15px;
  margin-right: 20px;
  max-width: 900px;
  width:expression(document.body.clientWidth > 905? "900px": "auto" );
  clear:both;
}

#content img {margin-top:10px;}
#content2 img {margin-top:10px;}
#content3 img {margin-top:10px;}


#footer_content {background-color: #ffff00;}

#header {
	width:  100%;
	height:  23px;
	color:  #ff0099;
}

#header-stichting {
float:right;
}

.whitebg {
background-color:#ffffff;
margin-left: 7px;
}

/* ------------------------ FORMS ---------------------------*/

fieldset {
	font-family: Verdana, Arial, sans-serif;
  font-size: 1.4em;
  margin: 5px 15px 5px 15px;
  border: 2px dotted #66ff00;
}

fieldset:hover {
  border: 2px solid #66ff00;
}

legend {color: #ff6600; font-weight: 700;}

.input_style{
	color: #3399ff;
	font-size: 1em;
  font-weight: 700;
	margin-top: 3px;
	height: 20px;
	width: 200px;
	border: solid 0 #fff;
	background: transparent;
  border-bottom: 1px dotted #ff6600;
  }
  
textarea{
	margin: 3px;
	/*height: 60px;
	width: 200px;*/
	border: solid 1 #dddddd;
	background: transparent;
  }
  
select{
	margin: 3px 3px 1px 3px;
	background: #fff;
  }  

.submit_btn {margin: 5px 0px 0px 15px;}
  
/* ------------------------ MAP ---------------------------*/

#googlemap {
  font-size: 1.0em;
	display:none;
	float:left;
  margin-right: 15px;
  display:inline;
  height:510px;
	}

#map_shortcuts {
	float:left;
	margin-right: 15px;
	}   
    
.oranje_bg {background-color: #ff6666; padding: 2px 0px 2px 5px;}    
.geel_bg {background-color: #ffcc33; padding: 2px 0px 2px 5px;}    
.groen_bg {background-color: #66ff66; padding: 2px 0px 2px 5px;}    
.blauw_bg {background-color: #6666ff; padding: 2px 0px 2px 5px;}    
    
    
/* ------------------------ TEXT --------------------------*/    


h1 {
	font-size: 20px;
	line-height: 38px;
	font-weight: 100;
	margin-top: 0;
	margin-bottom: 0;
	display: inline;
  color: #ffffcc;
	}
h2 {
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	color: #ff0066;
	margin-top: 5px;
	margin-bottom: 5px;
  background-image: url(images/uitklapper_bg);
  height:32px;
  clear:both;
	}
  
h3 {
  font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0;
	}
  
p {
	font-family: Verdana, Arial, sans-serif;
  font-size: 1.4em;
  line-height: 2.2em;
	color: #333;
	font-weight: 200;

	margin-left: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 5px;
	}   

  
.footer_text {color: #FF0066; font-weight: 500;}

  
/* ------------------------ IMAGES --------------------------*/    
  
img {border: 0px}
H2 img {margin: 10px 10px 0px 12px; border: 0px}  
.cell_image {float: right; margin: 0px 10px 10px 10px}  


/* ------------------------ HACKS --------------------------*/ 

.clearfix:after {
    content: "<img src='images/pixel.gif' height='1' width='1' alt='' border='0'>"; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%}
.clearfix {display: block;}
/* End hide from IE-mac */


#loading {
	clear:left;
	background-color: #FF0066; 
	margin-left:20px;
  margin-top:15px; 
	width:70%
	}

/* ------------------------ TABLE --------------------------*/ 

table {
	font-family: Verdana, Arial, sans-serif;
  color: #333333;
 	border-collapse: collapse;
  margin-left: 15px;
	margin-right: 15px;
  }
  
td {
	font-size: 0.8em;
	line-height: 1.2em;
	vertical-align: top;
  border:none;
  padding: 5px;
	}  

 
.yellow_bg {background-color: #FFFFFF}
.lightyellow_bg {background-color: #FFFFAA}
  
.agenda_dag {
  border-left: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
	}  
  
td .datum {font-weight: 700; color: #FF0066; display:block;}  

/* ------------------------ LISTS --------------------------*/ 


ul {
  list-style: none;
  list-style-position: outside;
  padding: 0px;
  margin: 0px;
  }
  
bodywrapper>li {  
  background-image: url(images/list-bullet.gif);
	background-repeat: no-repeat;
  background-position: 0.4 .4em;
  padding-left: 1em;
  }  

bodywrapper2>li {  
  background-image: url(images/list-bullet.gif);
	background-repeat: no-repeat;
  background-position: 0.4 .4em;
  padding-left: 1em;
  }  

bodywrapper3>li {  
  background-image: url(images/list-bullet.gif);
	background-repeat: no-repeat;
  background-position: 0.4 .4em;
  padding-left: 1em;
  }  
  
#map_shortcuts ul {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 10px 0px 10px 15px;
	/*margin-bottom: 10px;
  margin-left: 15px;*/
  }

#map_shortcuts li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.0em;
  }
  
  
#fotos li {
  background-image: none;
	background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 0em;
  }

#fotos img {margin: 0px 0px 0px 0px; border: 0px}    
  
/*.phototitle {display:block;}*/
  
td li {
	margin-bottom: 15px;
	}
  
/* ------------------------ LINKS --------------------------*/    

.shaded a {color: #cccccc; text-decoration: none;}
/*H2 a:hover {background-color: #ddf; border-bottom: 0px}*/
  
a {
	color:  #333;
  text-decoration: none;
	}

p a { border-bottom: 1px dashed #ff0099; }

#header a:hover {background-color: #66ff00;}  
H2 a:hover {background-color: #ffffff;}  

a:visited {
	color:  #333;
	}
a:active {
	color:  #333;
	}
a:hover {
	color: #FF0099;
  background-color: #FFFFCC;
	}

