html, body {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;

	background-repeat: no-repeat;
	background-position: bottom left;
	background-attachment:fixed;
	background-image: url(/img/wing.gif);
}

body.mceContentBody {
	background-image: none;
	padding: 5px;
}

table {
	border-collapse: collapse;
}

table td {
	vertical-align: top;
	padding-right: 20px;
}

table th {
	vertical-align: bottom;
	text-align: left;
	padding-right: 20px;
}

img {
	border: 0px;
}

a {
	color: #000000;
	text-decoration: none;
}

.clear {
	clear: both;
	height: 0px;
}

/* ---------------------------------------------- */
#page {
	width: 100%;

	background-repeat: repeat-x;
	background-position: top left;
	background-image: url(/img/logo_bg.jpg);
}

#header {
	height: 120px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(/img/logo.jpg);
	clear: both;
}

#header #logo {
	float: left;
}

#header #mainmenu {
	float: left;
	margin-top: 95px;
}

#header #mainmenu a {
	float: left;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;

	color: #ffffff;
	margin-left: 10px;
	width: 90px;
	height: 16px;
	padding: 2px;
	font-weight: bold;

	text-align: center;
}

#header #mainmenu a:hover, #header #mainmenu a.crnt {
	background-image: url(/img/button_bg.jpg);
}

#submenu {
	float: left;
	width: 200px;
}

#submenu a {
	display: block;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#submenu a.crnt {
	text-decoration: underline;
}

#submenu div {
	margin-left: 10px;
	margin-bottom: 10px;
}

#submenu div a {
	font-weight: bold;
}

#submenu div div a {
	font-weight: normal;
	font-style: italic;
}

#content {
	margin-left: 200px;
}

#content_url {
	float: left;
	height: 60px;
	width: 100%;

	background-repeat: repeat-x;
	background-position: top left;
	background-image: url(/img/banner_bg.gif);
}

#content_url #url {
	padding-top: 10px;
	height: 50px;

	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(/img/banners/default.jpg);
}

#content_url a {
	font-weight: bold;
}

#tekst {
	padding-top: 60px;
	width: 90%;
}

#tekst a {
	text-decoration: underline;
}

#related {
	float: right;
	width: 200px;
	padding: 10px;
}

#related div {
	border: 1px solid #996633;
	padding: 10px;
	margin-bottom: 10px;
}

#related a {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;
	font-weight: bold;
}

.related_margin {
	margin-right: 220px;
}

.collection {
	float: left;
	width: 200px;
	min-height: 250px;
	padding: 10px;
	text-align: center;

	font-size: 12px;
	font-weight: bold;
}

.collection .coltekst {
	min-height: 100px;
}

.collection .icons {
	padding: 2px;
}

.collection .icons img {
	padding: 1px;
}

#tekst .collection a {
	text-decoration: none;
}

.plaats {
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 5px;
}