
* {
	font-family: verdana;
	color: #666666;
	border: none;
	padding: 0px;
	margin: 0px;
	outline: none;
}

html, body {
	background: #f5f5f5;
	color: #666666;
	height: 100%;
	font-size: 11px;
}

html { overflow: auto; }

a {
	text-decoration: none;
	color: #666666;
}

/*H tags*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: arial;
	color: #004381;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px }
h6 { font-size: 10px; }

.green { color: #99cc33; }

/*Container*/
div.container {
	width: 998px;
	background: #ffffff;
	margin: 0 auto;
	border: 2px solid #d5d5d5;
	border-top: none;
	position: relative;
}

/*Input*/
input.text, textarea {
	border: 1px solid #a5a5a5;
	border-top-width: 2px;
	border-left-width: 2px;
	width: 230px;
	padding: 1px;
	margin: 2px;
	font-size: 11px;
}

textarea {
	height: 75px;
	overflow: auto;
	resize: none;
}

input.button, input[type=button], input[type=submit] {
	padding: 3px;
	font-size: 12px;
	background: none;
	cursor: pointer;
	float: right;
	font-weight: bold;
	color: #666666;
	text-align: right;
}

/*Header*/
div.header {
	position: relative;
	padding: 30px 15px 35px 19px;
}

div.searchbox {
	position: absolute;
	right: 30px;
	top: 49px;
	width: 160px;
	height: 24px;
	background: url(../../images/search.png) no-repeat;
	padding: 6px 4px 0px 10px;
}

input.searchbox {
	font-size: 12px;
	width: 135px;
	height: 12px;
	background: none;
	margin: 0;
	margin-top: 3px;
	float: left;
	border: none;
}

input.searchbutton {
	width: 18px;
	height: 18px;
	cursor: pointer;
	margin-right: 2px;
	float: right;
}

/*Navigation*/
div.navigation {
	margin: 0px;
	height: 60px;
	overflow: hidden;
	background: url(../../images/navigation.png) 17px 0px no-repeat;
}

table.navigation {
	width: 948px;
	margin-top: 9px;
	margin-left: 25px;
}

td.navigationitem a {
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	line-height: 39px;
	background: url(../../images/navigation_border.png) right no-repeat;
	padding-left: 12px;
	padding-right: 14px;
	text-transform: uppercase;
}

td.navigationitem.active a.navigationitem {
	padding-left: 2px;
	padding-right: 3px;
}

td.navigationitem.active a.navigationitem img {
	display: inline;
	margin-right: 6px;
	margin-bottom: -3px;
}

td.navigationitem img { display: none; }
td.navigationitem { padding-bottom: 1px; }
td.navigationitem:hover ul.childnavigation { display: block; }
td.navigationitem:hover { background: url(../../images/navigation_hover.png) center top no-repeat; }
td.navigationitem:first-child:hover { background-position: 1px 0px; }
td.navigationitem.last:hover { background: url(../../images/navigation_hover.png) right no-repeat; }
td.navigationitem.active { background: url(../../images/navigation_hover.png) center no-repeat; }
td.navigationitem.active:first-child { background-position: 1px 0px; }
td.navigationitem.active.last { background: url(../../images/navigation_hover.png) right no-repeat; }

/*Child*/
ul.childnavigation {
	display: none;
	position: absolute;
	width: 935px;
	height: auto;
	padding: 8px 2px 8px 2px;
	z-index: 200;
	list-style: none;
	background: #dfe5e6;
	opacity: 0.90;
	filter: alpha(opacity=90);
	left: 30px;
	top: 218px;
}

ul.childnavigation li { float: left; }

ul.childnavigation li a {
	color: #666666;
	text-transform: none;
	font-size: 11px;
	line-height: 27px;
	padding-left: 29px;
	background: url(../../images/navigation_child_dot.png) 10px 9px no-repeat;
	white-space: nowrap;
}

ul.childnavigation li a span, ul.footer a span, div.subnavigation a span {
	color: #83B817;
	font-weight: bold;
}

/*Banner*/
div.banner {
	height: 225px;
	width: 949px;
	margin: 2px 54px 15px 25px;
}

/*Content*/
div.content {
	width: 675px;
	margin-left: 25px;
	margin-right: 25px;
	float: left;
	overflow: hidden;
	line-height: 16px;
}

div.content h1, div.content h1 strong {
	color: #003883;
	font-size: 16px;
	line-height: 19px;
}

/*Sidebar*/
div.sidebar {
	width: 227px;
	margin-right: 54px;
	float: right;
	overflow: hidden;
	position: relative;
}

/*Sub navigatie*/
div.subnavigation {
	float: right;
	width: 209px;
	height: 206px;
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 23px 25px 25px 23px;
	background: url(../../images/subnavigation.png) 0px 0px no-repeat;
}

div.subnavigation.large {
	height: 296px;
	background: url(../../images/subnavigation.png) 0px -254px no-repeat;
}

div.subnavigation h2 {
	text-transform: uppercase;
	border-bottom: 2px dotted #666666;
	line-height: 20px;
	padding-bottom: 5px;
	color: #6f9d14;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
}

div.subnavigation ul { list-style: none; }

div.subnavigation a {
	line-height: 22px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	width: 100%;
}

div.subnavigation a:hover { font-weight: bold; }
div.subnavigation a:hover span { color: #6f9d14; }

/*Inputcontrol*/
#msg {
	display: none;
	position: absolute;
	z-index: 200;
	background: url(../../images/validate.png) left center no-repeat;
	padding-left: 7px;
}

#msgcontent {
	display: block;
	background: #f3e6e6;
	border: 2px solid #924949;
	border-left: none;
	padding: 5px;
	min-width: 150px;
	max-width: 250px;
}

/*wrapper*/
div.wrapper {
	margin: 0 54px 0 25px;
	height: 15px;
	border-bottom: 1px solid #999999;
	clear: both;
}

/*Footer*/
div.footer {
	padding: 10px 54px 15px 25px;
	min-height: 180px;
	height: auto !important;
	height: 180px;
	background: #FFFFFF url(../../images/footer.png) top no-repeat;
	overflow: hidden;
	text-align: justify;
}

ul.footer {
	background: none;
	list-style: none;
	width: 30%;
	float: left;
}

ul.footer.first { width: 23% }

ul.footer.last {
	width: 17%;
	float: right;
}

ul.footer li a {
	line-height: 18px;
	white-space: nowrap;
}

/*News*/
h3.latestnews {
	border-bottom: 2px dotted #999999;
	margin-bottom: 0px;
	line-height: 36px;
	height: 34px;
}

h3.latestnews img {
	position: absolute;
	right: 21px;
	top: 0px;
}

div.latestnews {
	font-size: 11px;
	font-family: tahoma;
	line-height: 16px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 2px dotted #999999;
}
/*Contact*/
a.search {
	display: block;
	max-height: 48px;
	overflow: hidden;
}