/*
COLOR definities

#666666		donkergrijs
#999999		grijs
#CCCCCC		lichtgrijs
#FFFFFF		wit

#F79239		collis oranje
#00539F		collis blauw
#E7F2F7		lichtblauw
#CCDDEC		donkerlichtblauw
#7FA9CF		donkerstelichtblauw
#4587C7		footertextblauw

*/

html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	background: #E7F2F7;
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
}

table, tr, td, th {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

form {
	padding: 0;
	margin: 0;
}

#container {
	margin: auto;
	width: 990px;
	height: auto;
	background: #FFFFFF url('../images/header_fill.jpg') no-repeat;
}

#header {
	position: relative;
	width: 990px;
	height: 94px;
	background: url('../images/collislogo.gif') no-repeat 26px 50%;
}

#collislogo {
	position: absolute;
	top: 26px;
	left: 26px;
	height: 42px;
	width: 175px;
}

#collislogo a {
	display: block;
	height: 42px;
	width: 175px;
}

#search {
	position: absolute;
	right: 26px;
	top: 16px;
}

#search input {
	margin: 0;
	border: #F79239 solid 1px;
	background: #FFFFFF;
	height: 15px;
}

#search input.searchbutton {
	border: 0;
	height: 19px;
	width: 69px;
}

#language {
	position: absolute;
	right: 26px;
	bottom: 10px;
	font-size: 10px;
}

#language img {
	border: 0;
}

#language a {
	color: #00539F;
	text-decoration: none;
}

#language a:hover {
	color: #F79239;
}

#menu {
	position: relative;
	z-index: 5;
	width: 938px;
	height: 25px;
	margin: 0 26px;
	background: #FFFFFF;
	border-top: #F79239 dotted 1px;
	border-bottom: #F79239 dotted 1px;
	font-weight: bold;
}

#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu ul li {
	display: block;
	margin: 0;
	padding: 0;
	border-right: #999999 dotted 1px;
	float: left;
}

#menu ul li.lastitem {
	border-right: none;
}

#menu ul li a {
	display: block;
	padding: 5px 14px;
	color: #00539F;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #F79239;
}

#menu ul li a.selected {
	color: #FFFFFF;
	background: #F79239;
}

#menu ul.sub {
	position: absolute;
	display: none;
	border-right: #7FA9CF dotted 1px;
	border-bottom: #7FA9CF dotted 1px;
	border-left: #7FA9CF dotted 1px;
	background: #FFFFFF;
	list-style: none;
	margin: 0 0 0 -1px;
	padding: 5px 5px;
}

#menu ul.sub li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	clear: both;
}

#menu ul.sub li a {
	display: block;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	padding: 2px 15px 2px 5px;
}

#menu ul.sub li a:hover {
	color: #F79239;
	background: #FFFFFF;
	font-weight: normal;
}

#menu ul.sub li a.selected {
	color: #F79239;
	background: #FFFFFF;
	font-weight: bold;
}

#mycollis {
	float: right;
	width: 170px;
	height: 23px;
	padding-top: 2px;
	padding-right: 10px;
	text-align: right;
}

#mycollis img {
	border: 0;
}

#contentcontainer {
	width: 938px;
	margin: 2px 26px;
	padding-bottom: 10px;
	height: auto;
}

#contentcontainer td {
	vertical-align: top;
}

#linkbox {
	width: 175px;
	background: #FFFFFF;
	border: #CCDDEC solid 1px;
	color: #00539F;
	font-size: 9px;
	text-align: center;
}

#linkbox h3 {
	text-align: left;
	margin: 0;
	padding: 10px 10px;
	font-size: 11px;
}

#linkbox ul {
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0 0 5px 0;
}

#linkbox ul li {
	text-align: left;
	margin: 0;
	padding: 0;
}

#linkbox ul li a {
	display: block;
	text-align: left;
	padding: 0 0 5px 10px;
	font-weight: bold;
	text-decoration: none;
	color: #00539F;
}

#linkbox ul li a:hover {
	color: #F79239;
}

#footer {
	width: 990px;
	line-height: 20px;
	margin: auto;
	text-align: center;
	font-size: 9px;
	color: #4587C7;
}

#footer a {
	color: #4587C7;
	text-decoration: none;
}

#footer a:hover {
	color: #666666;
}

/* //////////  ZOEKEN  ////////// */
#searchdefinition 
{
	padding: 10px;
}

#specifications td {
	padding:3px 5px 3px 5px;  /* top right bottom left */
	font-size:11px;
}

.searchpager
{
	width: 100%;
	text-align: center;
}

.searchpagerprevious
{
	float: left;
}

.searchpagernext
{
	float: right;	
}


