html {
	background-color: #464646;
	color: white;
	font-family: serif;
	font-size: 16px;
}

body {
	text-align: center;
}

a {
	color: #e17100;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 22px;
	font-weight: bold;
}

#container {
	width: 780px;
	margin: auto;
	text-align: left;
}

#menu {
	font-size: 18px;
	font-weight: bold;
	float: left;
	border-right: #c0c0c0 3px solid;
	padding-right: 15px;
	vertical-align: top;
}

#menu a {
	color: #c8c891;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu_selected a {
	color: #e17100;
}

#menu ul {
	margin-top: -15px;
}

#menu li {
	font-size: 16px;
}

#content {
	width: 590px;
	padding-left: 15px;
	height: 400px;
	vertical-align: top;
	font-size: 17px;
}

.inleiding_citaat {
	font-family: sans-serif;
	font-size: 12px;
}

#logo {
	margin-bottom: 30px;
}

.preview {
	text-align: center;
	margin: 10px;
}

.preview p {
	font-family: sans-serif;
	font-size: 11px;
}

.gallery td {
	text-align: center;
	padding: 20px;
}

.detail td {
	text-align: center;
	padding: 20px;
}

.detail img {
	border: 7px solid white;
}

