body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background-attachment: fixed;
	background-color: #e7ccef;
	background-image: url(../images/achtergrond.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0; /* margin and padding only necessary to cater for Mac IE5 */
	padding: 0;
	/*\*/	overflow: hidden; /* because Mac IE5 don't understand */
}
.beginletter {
	color:#bc62d3;
	font-weight:bold;
}
.bedrijfsnaam {
	font-size: 16px;
}
#content, #menu {
	position:absolute;
	top:200px;
}
#menu {
	left: 50px;
	width:125px;
}
#content {
	/*\*/
	right: 0px;
	padding-right: 50px;
	bottom: 20px;
	left: 225px;
	/* Exclude all previous props for Mac IE5 */
	/*\*/ margin: 0; /* Put back for all the rest */
	/*\*/ overflow: auto; /* no need for Mac IE5 to see this */
}
h1, h2 {
 	margin-top: 0px;
	padding-top: 0px;
}
h1 {
	font-size: 18px;
}
h2 {
	color: #bc62d3;
	font-size: 14px
}
a {
	color: #000000;
}
a:hover {
	color: #bc62d3;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}