html, body {padding: 0;  margin: 0; background-color: #90D5E5;
	font-family:  Verdana, Times, sans-serif;
	font-size: 100%;
	color: #000;
	height: 101%; /*  forceert op iedere pagina een scrollbalk zodat de menu div niet telkens verspringt */
	text-align: center; /* hack for IE  centering the container!*/
	}
#container {
	text-align: left;
	width: 950px;
	margin: 0 auto;
	background-color: #fff;
	}
#heading {height: 140px;
	margin: 0px;

	}
#heading img {
	margin: 0px 0px 0px 140px;
	}

/*  Start navigatie */
#menu {	padding: 0;
	margin: 25px 0 0 0;
	width: 350px;
	position: relative;
	float: left;
	}

#menu img {border: 0; }

/*  Einde navigatie */

/*  tekst */
#content {margin: 0 25px 0px 350px;
	text-align: left;
	padding: 0;
	font-size: 80%;
	min-height: 568px;
	padding: 0 0 25px 0;
	}
#content p, ul {margin: 10px 130px 0px 25px;}
#content h1 {margin: 10px 130px 20px -40px; }  


h1.agenda_lezingen {
	background: url("../images/koppen/agenda_lezingen.jpg" ) no-repeat;
	width: 127px;
	height: 14px;
	text-indent: -9999px;}
h1.atelier {
	background: url("../images/koppen/ateliers.jpg" ) no-repeat;
	width: 144px;
	height: 39px;
	text-indent: -9999px;}
h1.bestuur {
	background: url("../images/koppen/bestuur.jpg" ) no-repeat;
	width: 416px;
	height: 14px;
	text-indent: -9999px;}
h1.expositie {
	background: url("../images/koppen/expositie.jpg" ) no-repeat;
	width: 171px;
	height: 14px;
	text-indent: -9999px;}
h1.expositie_materia {
	background: url("../images/koppen/expositie_materia.jpg" ) no-repeat;
	width: 171px;
	height: 14px;
	text-indent: -9999px;}
h1.kleur {
	background: url("../images/koppen/links_kleur_en_techniek.jpg" ) no-repeat;
	width: 194px;
	height: 14px;
	text-indent: -9999px;}
h1.contact {
	background: url("../images/koppen/contact.jpg" ) no-repeat;
	width: 417px;
	height: 14px;
	text-indent: -9999px;}
h1.vrienden {
	background: url("../images/koppen/vrienden.jpg" ) no-repeat;
	width: 419px;
	height: 14px;
	text-indent: -9999px;}
h1.home {
	background: url("../images/koppen/home.jpg" ) no-repeat;
	width: 79px;
	height: 25px;
	text-indent: -9999px;}
h1.excursies {
	background: url("../images/koppen/agenda_excursies.jpg" ) no-repeat;
	width: 138px;
	height: 12px;
	text-indent: -9999px;}
h1.museum {
	background: url("../images/koppen/agenda_museum.jpg" ) no-repeat;
	width: 175px;
	height: 12px;
	text-indent: -9999px;}
h1.kunstenaars {
	background: url("../images/koppen/links_kunstenaars.jpg" ) no-repeat;
	width: 377px;
	height: 12px;
	text-indent: -9999px;}
h1.schilderijen {
	background: url("../images/koppen/schilderijen.jpg" ) no-repeat;
	width: 288px;
	height: 12px;
	text-indent: -9999px;}

#content h2 {font-size: 100%;
	margin-bottom: 0px; margin-left:25px;}
#content h3 {font-size: 90%;
	margin-bottom: 0px; margin-left:25px;}


table {border: 0;
	border-spacing: 5px 2px ;
	margin-left: 25px;
	}
th, td {text-align: left; }

#content a.tekst:link {color: #704214; background-color: #fff; text-decoration: underline; }
#content a.tekst:active {color: #704214; background-color: #fff; text-decoration: underline; }
#content a.tekst:visited {color: #704214;background-color: #fff; text-decoration: underline;  }
#content a.tekst:hover {color: #fff; background-color: #704214; text-decoration: none;  }	

/* einde tekst */

/* footer */
#footer {	clear: both;
	margin: 0px;
	padding: 0px;
	color: #000000;
	border: 0;
	height: 64px;
	}
#footer img {margin: 0;}
/*  einde footer */

/*  overig */
.verbergen {display: none;}
#hidden {display: none;}
div.spacer {
  	clear: left;
	 }
/*  einde overig */

/* define your css for error message */
.DodosMailError {
	padding: 0px;
}

.DodosMailErrorHighLight {
	background-color: yellow;
	color: red;
	font-weight: bold;
}