/************************************************************************************************
 * Blauw: #2E3094;
 * Helder blauw: #00ABD8;
 * Groen: #AAC321;
 * Oranje: #FAB114;
 * Donker blauw: #035891;
 * Bruin: #D06F1E;
 * Grijs: #808285;
 ************************************************************************************************/

* {
	font-family: Trebuchet MS, Arial, Tahoma, sans-serif;
}

H1 {
	font-size: 18pt;
	color: #FAB114;
}
 
body {
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.logoImage {
	padding-left: 20px;
}

#RightBarRSS img {
	padding: 0px;
}

#FooterSearchInput input {
	height: 15px;
	border: 1px solid #FFFFFF;
	margin-top: 10px;
	margin-bottom: 5px;
}


#CenterBar input, #CenterBar select, #CenterBar textarea, #CenterBar button {
	font-size: 8pt;
	color: #FFFFFF;
	border: 1px solid #808285;
	background-color: #808285;
	width: 300px;
	margin: 5px;
	text-transform: uppercase;
}

#CenterBar .submitButton {
	width: 75px;
	margin-right: 25px;
}

#suggestionForm input, #suggestionForm select, #suggestionForm textarea, #suggestionForm button,
#complaintForm input, #complaintForm select, #complaintForm textarea, #complaintForm button {
	text-transform: none;
}

#LeftBar a, #CenterBar a, #RightBar a {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.smalltext {
  font-family: sans-serif, Arial, Helvetica;
  font-size: 8pt
}

.boxed {
  border: 1px solid block;
  background-color: linen;
  padding: 3px
}

.blue {
  color: blue
}

.red {
  color: red
}

td.gray
{
/*	background-color: #CCCCCC;*/
}

td {
	padding: 2px;
	vertical-align: top;
}