/* Stylesheet van Michael's pagina's */
/* Brouw excursie 25-5-2011          */
/*                                   */

#MainBody {
  background-color: #FFE6B7;
}

#ContentBody {
 width: 930px;
 background: transparent;
 position: absolute;
 left: 50%;
 margin-left: -445px;
 margin-top: 20px;
 border: groove;
 border-color: #8f7469;
}

#menu_box {
 float: left;
 width: 50PX;
 height: 800px;
 font-family: Arial;
 font-size: 15pt;
 font-weight : bold;
 color: #CC0033;
 text-align: center;

}

#content_box {
 float: left;
 width: 745PX;
 padding: 5px 5px 0px 25px;
}

H1 {
	font-family: Arial;
	font-size: 30pt;
	font-weight : bold;
	color: #FF8000;
	text-align: left;
}

.tekst {
	font-family: Arial;
	font-size: 15pt;
	font-weight : bold;
	color: #000059;
  text-align: justify;
}

img {
  border: none;
}

a.menu {
	font-family: Arial;
	font-size: 14pt;
	font-weight : bold;
	color: #CC0033;
	text-decoration: none;
}
a.menu:hover {
	text-decoration: underline;
	color: #FF6600;
}
