body {
	background-color: #283D58;
	color: #000000;
	margin: 12px;
	font-family: Verdana;
	font-size: 10pt;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

#wrapper {
	position: relative;
	width: 990px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	background-image: url('../images/body.png');
	padding: 0px;
}

#header {
	position: relative;
	height: 100px;
	background-image: url('../images/header-top.png');
	background-repeat: no-repeat;
}

#header-bar {
	position: relative;
	top: 8px;
	height: 15px;
	background-image: url('../images/header-bar.png');
	background-position: right;
	background-repeat: no-repeat;
}

#header-text {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 990px;
	height: 100px;
	z-index: 1;
}

#header-logo {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 85px;
	height: 86px;
	background-image: url('../images/header-logo.gif');
	background-repeat: no-repeat;
	z-index: 2;
}

#header-slogan1 {
	position: absolute;
	top: 40px;
	left: 100px;
	color: #e66a06;
	font-size: 18pt;
	font-weight: bold;
}

#header-slogan2 {
	position: absolute;
	top: 65px;
	left: 101px;
	color: #e66a06;
	font-weight: bold;
}

#newsflash {
	position: absolute;
	top: 29px;
	left: 440px;
	width: 500px;
}

#toolbar {
	position: relative;
	font-weight: bold;
	left: 8px;
	width: 974px;
	height: 16px;
	background-image: url('../images/toolbar.png');
	padding-top: 8px;
	padding-bottom: 8px;
}

#toolbar A:link {
	text-decoration: none;
	color: #000000;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 2px solid #A2A2A2;
}

#toolbar A:visited {
	text-decoration: none;
	color: #000000;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right: 2px solid #A2A2A2;
}

#toolbar A:hover {
	text-decoration: none;
	background-color: #E2E2E2;
	color: #000000;
	border-left: 2px solid #D2D2D2;
	border-top: 2px solid #D2D2D2;
	border-right: 2px solid #D2D2D2;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 13px;
	padding-right: 15px;
}

#content {
	position: relative;
	width: 974px;
	left: 8px;
	background-image: url('../images/body-top.png');
	background-repeat: repeat-x;
	background-color: #ff9601;
}

#content-top {
	position: relative;
	height: 30px;
	font-weight: bold;
	font-size: 14pt;
	margin-top: 4px;
	margin-left: 8px;
}

#content-left {
	float: left;
	width: 8px;
}

#content-middle {
	float: left;
	width: 966px;
	bottom: 16px;
	background-color: #ffffff;
}

#content-menu {
	float: left;
	width: 190px;
}

#content-menu A:link {
	text-decoration: none;
	color: #000000;
}

#content-menu A:visited {
	text-decoration: none;
	color: #000000;
}

#content-menu A:hover {
	text-decoration: underline;
	color: #000000;
}

.menu-header {
	width: 183px;
	background-color: #123456;
	padding: 2px;
	padding-left: 5px;
	font-weight: bold;
}

.menu-text ul {
	margin: 2px;
	padding-left: 0.5em;
	list-style-type: none;
}

#content-text {
	float: left;
	padding: 5px;
	width: 890px;
}

#content-text A:link {
	text-decoration: underline;
	color: #000000;
}

#content-text A:visited {
	text-decoration: underline;
	color: #000000;
}

#content-text A:hover {
	text-decoration: none;
	color: #000000;
}

#content-text TD {
	border: 1px solid #DDDDDD;
	text-align: center;
}

#content-text IMG {
	border: 0px;
}

.center {
	text-align: center;
}

#content-bottom {
	position: relative;
	height: 8px;
}

/* Tijdelijke fix */
#actie1-1 {
	float: left;
}

#actie1-2 {
	padding: 5px;
	width: 370px;
	float: left;
}

#actie2-1 {
	padding: 5px;
	width: 380px;
	float: left;
}

#actie2-2 {
	float: left;
}

#footer {
	position: relative;
	height: 75px;
	background-image: url('../images/footer.png');
	background-position: bottom;
}

#footer-content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 990px;
	height: 75px;
}

#footer-content p {
	margin: 5px;
	text-align: center;
}

#footer-content img {
	border: 0px;
}

#footer-content A:link {
	text-decoration: none;
	color: #000000;
}

#footer-content A:visited {
	text-decoration: none;
	color: #000000;
}

#footer-content A:hover {
	text-decoration: underline;
	color: #000000;
}

#contactformulier TD {
	text-align: left;
	border: 0px;
}

.deelcollectie-title {
	font-weight: bold;
	font-size: 11pt;
}
.clear {
	clear: both;
}