﻿/* _ _ _ _ _ _ _ _ _ _ MasterPage Elements _ _ _ _ _ _ _ _ _ _ */
body {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11pt;
	line-height: 16pt;
	background: #efefef;
	color: #666;
}

a:link, a:visited {
	color: #e30019;
	text-decoration: underline;
}

a::hover {
	text-decoration: none;
}

/* De wesite container van 900px */
div#Container {
	width: 920px;
	margin: 0 auto;
	background: url(../../Media/Design/bgWebsite.png) repeat-y left top;
	position: relative;
	min-height: 700px;
}

/* h1 */
h1 {
	padding: 26px 507px 26px 30px;
	background: url(../../Media/Design/Top.png) no-repeat left top;
}

.en h1 {
	background: url(../../Media/Design/TopEN.png) no-repeat left top;
}

h1 a {
	text-indent: -9000px;
	height: 78px; /* 130px; */
	width: 383px; /* 920px; */
	display: block;
}

/* Het beeld, Uw ambitie waard */
h3 {
	text-indent: -9000px;
	background: #fff url(../../Media/Design/Header01.png) no-repeat left top;
	width: 900px;
	height: 175px;
	margin: 0 10px;
}

/* Navigation */
ul#Navigation {
	width: 225px;
	margin: 0 0 0 10px;
	padding: 11px 0 0 0;
	background: url(../../Media/Design/NavigationTop.png) no-repeat left top;
	float: left;
}

/* Navigation li */
ul#Navigation li {
}

/* Navigation a */
ul#Navigation a:link, ul#Navigation a:visited {
	background: url(../../Media/Design/bgButton.png) no-repeat left top;
	width: 190px;
	height: 25px;
	display: block;
	padding-left: 35px;
	padding-top: 5px;
	color: #004a99;
	text-decoration: none;
}

ul#Navigation a:hover, ul#Navigation a:active, ul#Navigation a.selected {
	color: #e30019;
}

/* Content */
div#Content {
	width: 645px;
	padding: 0 15px;
	margin: 0;
	float: left;
	background: url(../../Media/Design/bgH2.png) repeat-x left top;
}

/* Address */
address {
	position: absolute;
	left: 20px;
	top: 550px;
}

address strong {
	font-weight: normal;
	color: #004a99;
}

address span {
	color: #e30019;
}

/* Footer */
p#pFooter {
	width: 920px;
	padding-top: 30px;
	margin: 0 auto;
	text-align: center;
	background: url(../../Media/Design/bgFooter.png) no-repeat left top;
}

/* Footer link */
p#pFooter a:link, p#pFooter a:visited {
	text-decoration: none;
	color: #666;
}

/* Footer link */
p#pFooter a:hover, p#pFooter a:active {
	text-decoration: underline;
	color: #666;
}

/* _ _ _ _ _ _ _ _ _ _ Page Elements _ _ _ _ _ _ _ _ _ _ */

/* each page has a header 2 */
h2 {
	font-size: 20pt;
	font-weight: normal;
	width: 675px;
	color: #e30019;
	margin: 0 0 20px 0;
}

h4 {
	font-size: 15pt;
	font-weight: normal;
	margin: 0 0 15px 0;
	color: #999;
}

#Content ul {
	padding: 0 0 0 20px;
}

#Content ul li {
	list-style-type: square;
}

/* _ _ _ _ _ _ _ _ _ _ Table design _ _ _ _ _ _ _ _ _ _ */
.schemaTable {
	display: none;
}

/* _ _ _ _ _ _ _ _ _ _ Default Page _ _ _ _ _ _ _ _ _ _ */
.column {
	width: 215px;
	float: left;
	background: url(../../Media/Design/kolomMid.png) repeat-y left top;
}

.column h3 {
	background: url(../../Media/Design/KolomTop.png) no-repeat left top;
	height: 40px;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	text-indent: 0;
	width: 215px;
	font-weight: normal;
	color: #004a99;
}

.column div {
	padding: 0 20px 20px 20px;
	background: url(../../Media/Design/kolomBottom.png) no-repeat left bottom;
}

.column p {
	height: 200px;
}

textarea {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11pt;
}

/* Move the Lang selector to the top */
#LangSelector {
	position: absolute;
	top: 15px;
	right: 50px;
	font-size: 10pt;
}

#LangSelector li {
	display: inline;
	padding: 0 10px;
}
