/* CSS Document */
body {
/*	background-color: #C6BDAC;*/
	background-image:url(../_pics/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.tabel{
	width:1000;
	height:700;
}
.scheiding{
	width:27;
	background-color:#AE9861;
	border-top:1px solid #3E2D15;
	border-bottom:1px solid #3E2D15;
	vertical-align:top;
}
.inhoud{
	background-color:#E1D8BE;
	border-top:1px solid #3E2D15;
	vertical-align:top;
}
.menu{
	margin:10px;
	background-color:#3D2C00;
	width:246;
	height:450;
}
.menu td{
	vertical-align:top;
	text-align:center;
	padding-top:5px;
}
.button{
	height:20px;
}
.middenstuk{
	background-image:url(../_pics/nl/achtergrond.jpg);
	background-color:E1D8BE;
	background-repeat:no-repeat;
	background-position:top;
	border-top:1px solid #3E2D15;
	border-bottom:1px solid #3E2D15;
	padding-top:200px; 	
	vertical-align:top;
	color:#3D2C00;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}

a {
	text-decoration:none;
	color: #3D2C00;
}
