<!--
html, body {
	margin: 0;
	padding: 0;
	background-color: #FF5800;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:visited {
	text-decoration: none;
	color: #FF6600;
}

a:hover, a:active {
	text-decoration: underline;
	color: #FF6600;
}

a.footerLink:link, a.footerLink:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a.footerLink:hover, a.footerLink:active {
	text-decoration: underline;
	color: #FFFFFF;
}

a.privacy-link:link, a.privacy-link:visited{font-size:11px; font-style:italic; text-decoration: none; color: #fff;}
a.privacy-link:hover, a.privacy-link:active{font-size:11px; font-style:italic; text-decoration: underline; color: #fff;}

.homeTitle {
	font-size: 14px;
	color: #FF6600;
	font-weight: bold;
	line-height: 25px;
}

.homeLabel {
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
	line-height: 20px;
}

.homeText {
	font-size: 12px;
	font-weight: normal;
	color: #231F20;
	line-height: 20px;
}

.footerText {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 20px;
}

.inputText {
	font-size: 12px;
	color: #231F20;
	font-weight: normal;
	border: 1px solid #ADB0AC;
	background-color: #FFFFFF;
	padding: 2px;
}

.inputOther {
	font-size: 12px;
	color: #707173;
}

.errortext {
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
}

.buttonLow {
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #FF6600;
	background-color: #FFFFFF;
	color: #FF6600;
	cursor: auto;
	padding: 2px;
}

.buttonHigh {
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	background-color: #FF6600;
	color: #FFFFFF;
	cursor: pointer;
	padding: 2px;
}

.CMSLabel {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.zoekAreaCMS {
	font-size: 12px;
	font-weight: normal;
	color: #231F20;
	padding: 5px;
	border: 1px dashed #009D32;
}

.menu-container{padding:0px 10px 0px 10px; text-align:center; height:35px;}
.menu-container img{border:0;}
.menu-container table td{text-align:center;}

table .std-width-split{width:10px;}
table .dbl-width-split{width:20px;}

table .min-height-split{height:5px;}
table .std-height-split{height:10px;}
table .dbl-height-split{height:20px;}

