p {
	margin: 0px 0px 5px;
}

a {
	color: #8f0823;
}
.v-spacer {
	height: 25px;
	width: 100%;
}
.v-spacer.small {
	height: 15px;
}

body { 
	margin: 0px;
	padding: 0px;

	background: #fafaf5 url('img/bg.png');
	font-family: 'Lora', Georgia, serif;
	font-size: 16px;
	color: #3d3538;
}

div#main {
	width: 810px;
	margin: 25px auto;

	background: #eee;
		background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 41%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(41%,#eeeeee)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 41%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 41%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 41%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 41%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	border: 1px solid #adada9;
	box-shadow: 0 0 10px rgba(0,0,0,0.31);
}

div#header {
	text-align: center;
	position: relative;
}
	#header img {
		width: 100%;
		box-shadow: 0px 1px 6px rgba(0,0,0,0.44);
	}
	.title,
	#menu a {
		font-family: 'Tangerine', cursive, serif;
		font-weight: bold;
	}
	.title {
		font-size: 60px;
	}

	table#menu {
		width: 100%;

		table-layout:fixed;
		text-align: center;
		border-spacing: 0px;
		box-shadow: 0 1px 3px rgba(0,0,0,0.65);
	}

		table#menu td {
			background-color: #E11B90;
		}

		table#menu td.selected {
			background: url('img/selected.png') center center;
		}
		table#menu a {
			font-size: 24px;
			color: #111;
		}
		table#menu a.item {
			display: block;
			padding: 5px 0;

			font-size: 28px;
			text-decoration: none;
			text-shadow: 0px 1px 1px rgba(0,0,0,0.56);
			color: #d3d3d3;
		}

		table#menu a:hover,
		table#menu td.selected a {
			color: white;
		}

	.flapje {
		display: block;
		position: absolute;
		top: 525px;
		width: 45px;
		height: 43px;

		background: url('img/flapje_links.png') center center no-repeat;
	}
	.flapje.links {
		left: -45px;
	}
	.flapje.rechts {
		background-image: url('img/flapje_rechts.png');
		right: -45px;
	}

div#content {
	padding: 20px 60px;
	min-height: 400px;
}
	div#content TEXTAREA {
		width: 700px;
		height: 800px;
	}
	div#content img {
		max-width: 100%;
	}

div#footer {
	padding: 10px 10px;
	text-align: center;
}
div#footer a {
	color: grey;
	text-decoration: none;
}