body, th {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #F2D9D9;				/* lichtroze */
	font-weight:bold;
	text-align: center;
	background-color: #DEB887;	/* burlywood */
	margin-top:5%;
	
}
#jasje {
	position: absolute;
	width:760px;
	margin-left: -400px;
	height:720px;
	left: 50%;
	z-index:1;
	background-color: #cc6666;
	overflow:visible;
}

#freempje {
	text-align:center;
}


#kop {
	width:760px;
	height:105px;
	padding-top:0px;
	z-index:3;
}
.update {
	font-size:10px;
	color: #333333;		/* grijs */
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #732626;
}

.haavier {
	font-size: 16px;
	font-weight: bold;
	color: #732626;
}

#menu {
	width:140px;
	height:510px;
	z-index:2;
	float: left;
	overflow:visible;
}
#inhoud {
	width:612px;
	height:500px;
	z-index:2;
	float: right;
	text-align:left;
	padding: 4px;
	overflow:visible;
}

a:link {
	font-family: "Comic Sans MS";
	color: #732626;
	text-decoration: none;
}
a:visited {
	font-family: "Comic Sans MS";
	color: #732626;
}
a:hover {
	font-family: "Comic Sans MS";
	cursor: auto;
	text-decoration:underline;
	cursor:pointer;
}

a:active {
	font-family: "Comic Sans MS";
}

form {
	text-align:left;
}
table {
	background-color: #CC6666;	/* rozerood */
}
table.burlywood {
	background-color: #DEB887;	/* burlywood */
	border:2px;
	border-style:solid;
	border-color:#732626;
	color:#333333;
}
table.rozerood {
	background-color: #CC6666;	/* rozerood */
	border:2px;
	border-style:solid;
	border-color:#732626;
	color:#333333;
}
.handje {
	cursor:pointer;
}
