* {
	margin: 0;
	padding: 0;
}
body {
	background: #0072e5 url(img/bg.jpg) no-repeat;
	text-align: center;
	font-family: Calibri, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000;
}
#wrapper {
	width: 725px;
	margin: 10px auto 0;
}
a:link,
a:visited {
	color: #0077cb;
	text-decoration: none;
	border-bottom: 1px solid #0077cb;
}
a:hover,
a:focus,
a:active {
	border-bottom: 1px solid #b60000;
	color: #b60000;
}
 .illustratie {
	float: right;
	border: 3px dashed #5DDCFA;
}

/* HEADER */
#header {
	background: transparent url(img/header.png) no-repeat;
	width: 725px;
	height: 140px;
	text-indent: -9999em;
}

/* MENU */
#menu {
	padding: 0 2px 12px 0;
	background: transparent url(img/menu.png) right bottom no-repeat;
	margin: 5px 0;
}
#menu ul {
	list-style: none;
	background-color: #fff;
}
#menu li {
	display: inline-block;
	font-size: 1.7em;
}
#menu a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 8px 0 6px;
	background: transparent url(img/divider.png) right center no-repeat;
	border: 0;
}
#menu .last a {
	background-image: none;
	padding-right: 6px;
}
#menu a.active,
#menu a:hover,
#menu a:focus {
	text-decoration: underline;
}

/* STRUCTURE */
#content, #sidebar {
	border: 1px solid #0077cb;
	padding: 8px;
	background: #00aff6 url(img/gradient.png) left top repeat-x;
	width: 705px;
	float: left;
}
#sidebar {
	width: 179px;
	float: right;
}
.inner {
	background-color: #fff;
	text-align: left;
	padding: 5px;
}
#footer {
	clear: both;
	text-align: right;
	padding: 5px 0;
}

/* TEXTUAL ELEMENTS */
h2 {
	color: #00ccff;
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 16px;
}
#content h2 { text-decoration: underline; }
h3 {
	font-size: 1.6em;
	font-weight: bold;
	margin: 1em 0 0;
}
p {
	font-size: 1.6em;
	margin: 0 0 .5em;
}
address {
	font-size: 1.6em;
	margin: 0 0 .5em;
	text-align: center;
}
#content ul,
#sidebar ul {
	padding-left: 1.5em;
	font-size: 1.6em;
	margin-bottom: .5em;
}
ul p {
	font-size: 1em;
}
#footer p {
	font-size: 1em;
}

/* OTHER */
#sidebar p {
	font-size: 1.1em;
	color: #666;
	margin: 200px 0 0 10px;
}

/* FOTOBOEK */
th { text-align: center; }
#voorstelling { text-align: center; }
#voorstelling table {
	margin: 0 auto;
	text-align: left;
}
.rechts-uitlijnen { text-align: right; }
