#container {
	width: 700px;
	margin: 0 auto;
	font-family: arial, verdana, helvitica;
	font-size: 12px;
}

#container.pagina {
	width: 100%;
	margin: 0; 
}

#main {
	width: 700px;
	margin: 0 auto;
	font-family: arial, verdana, helvitica;
	font-size: 12px;
}


.main {
	width: 748px;
	font-family: arial, verdana, helvitica;
}


.main td {
	vertical-align: top;
}

.afbeelding {
	border: 0;
}

h2 {
	font-size: 20px;
}

.boven {
	text-align: center;
}

.boven img, .zijkant img {
	margin: 2px;
	border: 0;
	text-align: center;
}
.zijkant {
	width: 246px;
}

.zijkant a, .boven a {
	text-decoration: none;
}

#menu {
	background: #b94f24;
	color: white;
	text-align: center;
	padding: 2px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	background: #b94f24;
	border: white 1px solid;
	margin: 4px;
	padding: 1px 4px;
	font-size: 0.8em;
	display: inline;
	line-height: 25px;
}

#menu a {
	text-decoration: none;
	color: #fff9eb;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

#keywords {
	position: absolute;
	left: -3000px;
	top: 0;
	width: 2000px;
	color: red;
}


