html, body {
	min-height: 100%;
	}
body {
	font: 62.5% Verdana, Arial, sans-serif;
	text-align: center;
	margin: 0;
	padding: 16px 0;
	color: #444;
	background: url(bg.png) left center repeat-x #fefefe;
	}
#container {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	font-size: 120%;
	}
#header #logo {
	width: 400px;
	height: 104px;
	z-index: 1;
	background: url(logo.png) center center no-repeat transparent;
	text-indent: -8192px;
	display: block;
	margin: 0 2px;
	margin-bottom: 16px;
	}
#footer {
	text-align: right;
	clear: both;
	margin: 1em 0;
	border-top: 1px solid #9e0;
	font-weight: bold;
	padding: 7px 0;
	color: #9e0;
	}
#footer a {
	color: #444;
	text-decoration: none;
	color: #9e0;
	}
#content {
	text-align: left;
	padding: 14px 2px;
	}
p {
	margin: 0 0 0.7em;
	}
h1 {
	font-size: 120%;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #888;
	}
.organisation h1, .organisation h2,
.contact h1, .contact h2 {
	color: #e08;
	}
.sites h1, .sites h2,
.advertise h1, .advertise h2 {
	color: #29f;
	}
h2 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
.organisation h2 {
	color: #e08;
	}
h3 {
	font-size: 100%;
	margin: 0;
	}
div.hr {
	clear: both;
	}
div.hr hr {
	display: none;
	}
a {
	text-decoration: underline;
	color: #666;
	outline: 0;
	font-weight: bold;
	}
a:hover {
	text-decoration: none;
	color: #888;
	}
a img {
	border: 0;
	}
.organisation a:hover, .contact a:hover {
	color: #e08;
	}
.sites a:hover, .advertise a:hover {
	color: #29f;
	}

/* content */
div.item {
	width: 49%;
	}
div.item.left {
	float: left;
	}
div.item.right {
	float: right;
	}
div.item img {
	float: right;
	margin:  0 0 1em 1em;
	}
div.item ul {
	list-style: square;
	margin: 0 0 0.7em 2em;
	text-indent: 0;
	padding: 0;
	}
div.item.inset div.inner {
	border: 2px solid #888;
	padding: 1em;
	color: #000;
	background: #fff;
	margin-bottom: 1em;
	}
.organisation div.item.inset div.inner,
.contact div.item.inset div.inner {
	border-color: #e08;
	}
.websites div.item.inset div.inner,
.advertise div.item.inset div.inner {
	border-color: #29f;
	}
div.item img {
	border: 3px solid #9e0;
	}
div.item img.reflected {
	border: 0;
	}
div.item.inset .inner h2 {
	font-size: 120%;
	}
div.item dl {
	margin: 0 0 1em;
	}
div.item dt {
	clear: both;
	width: 49%;
	text-align: right;
	float: left;
	padding-right: 1em;
	}
div.item.inset dt {
	width: 59%;
	}
div.item dd {
	text-align: left;
	margin: 0;
	}
div.item img.icon {
	border: 0;
	float: none;
	margin: 0;
	}
p.source, p.goto {
	margin: 1em 0 0;
	text-align: right;
	font-size: smaller;
	}
address {
	white-space: pre;
	font-style: normal;
	margin: 0;
	}
form {
	margin: 0;
	padding: 0;
	}
form fieldset {
	border: 0;
	padding: 0;
	}
form label {
	display: block;
	margin: 0 0 0.5em;
	}
form span {
	float: left;
	width: 30%;
	}
form input, form textarea {
	border: 1px solid #9e0;
	width: 15em;
	font: 100% Verdana, sans-serif;
	background: #fff;
	color: #000;
	}
form fieldset textarea {
	width: 99%;
	height: 10em;
	float: right;
	}
form button {
	float: right;
	background: #000;
	color: #fff;
	border: 1px solid #9e0;
	cursor: pointer;
	margin-top: 1em;
	}
form p {
	clear: right;
	padding-top: 1em;
	}
#software-icons {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
	text-align: center;
	}
#software-icons li {
	display: inline;
	}
#software-icons img {
	margin: 1em;
	float: none;
	}

/* navigation */
#nav, #nav ul {
	list-style: none;
	margin: 0;
	text-indent: 0;
	padding: 0;
	text-align: center;
	}
#nav li {
	float: left;
	width: 180px;
	margin: 0 2px;
	background: #fff;
	min-height: 11.6em;
	}
#nav li h2 {
	font-size: 200%;
	color: #fff;
	background: #888;
	font-weight: normal;
	padding: 0.2em 0;
	margin: 0;
	font-family: "Arial Black", arial, sans-serif;
	}
#nav ul {
	background: url(border-888.png) left bottom no-repeat #fff;
	}
#nav ul li {
	text-align: right;
	float: none;
	padding: .25em 0 0;
	width: auto;
	min-height: 0;
	display: block;
	background: url(stripe-888.png) left 1.25em repeat-x #fff;
	line-height: 1.8em;
	margin: 0 0 0 1px;
	}
#nav a {
	color: #444;
	text-decoration: none;
	font-weight: normal;
	background: #fff;
	padding: .3em 8px;
	}
#nav a:hover {
	background-color: #888;
	color: #fff;
	}
#nav #organisatie ul, #nav #contact ul {
	background-image: url(border-e08.png);
	}
#nav #websites ul, #nav #adverteren ul {
	background-image: url(border-29f.png);
	}
#nav #organisatie h2, #nav #contact h2 {
	background: #e08;
	}
#nav #websites h2, #nav #adverteren h2 {
	background: #29f;
	}
#nav #organisatie li, #nav #contact li {
	background-image: url(stripe-e08.png);
	}
#nav #websites li, #nav #adverteren li {
	background-image: url(stripe-29f.png);
	}
#nav #organisatie a:hover, #nav #contact a:hover {
	background-color: #e08;
	}
#nav #websites a:hover, #nav #adverteren a:hover {
	background-color: #29f;
	}

/* caroussel on homepage */
#caroussel {
	clear: both;
	padding: 2em 0 1em;
	}
#caroussel div {
	height: 194px;
	margin: 0 30px;
	overflow: hidden;
	}
#caroussel ul {
	list-style: none;
	text-indent: 0;
	margin: 0;
	padding: 0;
	}
#caroussel li {
	float: left;
	margin: 0 17px;
	}
#caroussel img {
	border: 0;
	}
#caroussel a {
	outline: 0;
	}
#caroussel a.nav {
	line-height: 194px;
	font-size: 300%;
	text-decoration: none;
	position: absolute;
	width: 30px;
	color: #888;
	}
.organisation #caroussel a.nav {
	color: #e08;
	}
.sites #caroussel a.nav {
	color: #29f;
	}
#caroussel #next {
	margin-left: 885px;
	text-align: right;
	}
div.image-with-caption {
	margin-bottom: 1em;
	}
div.image-with-caption img {
	margin-bottom: 0.25em;
	}
div.image-with-caption p {
	text-align: right;
	font-size: 80%;
	color: #888;
	clear: both;
	margin: 0;
	font-style: italic;
	}
