@charset "utf-8";

*
{
	margin: 0;
	padding: 0;
}

html
{
	font-size:100%;
	font-size: 16px;
}

body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif, "Trebuchet MS";
	color: #003b79;
	font-size: 1em;
	line-height: 1.4em;
	background-image: url(../img/body_background.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #003b79;
}

p
{
	margin: 0;
	padding: 0;
}

h1
{
	font-size: 1.6em;
	margin: 0 0 10px 0;
}

h2
{
	font-size: 1.4em;
	margin: 0 0 10px 0;
}

form
{
	margin: 0;
	padding: 0;
}

#wrapper_background
{
	margin: 0 auto;
	background-image: url(../img/background_sloep.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

a img
{
    border: 0;
}

#wrapper_body
{
	margin: 0 auto;
	padding: 0;
	width: 980px;
}

#wrapper_logo
{
	display: block;
	position: relative;
	width: 413px;
	float: left;
	height: 188px;
	left: -80px;
}

#contact_information
{
	float: left;
	position: relative;
	left: 380px;
	width: 200px;
	height: 125px;
}

#contact_information p
{
	font-size: 0.8em;
	margin: 20px 0 0 15px;
	line-height: 1.4em;
}

#contact_information a
{
	color: #e33630;
	font-weight: 700;
	text-decoration: none;
}

#contact_information a:hover
{
	text-decoration: underline;
}

#wrapper_mainmenu
{
	float: left;
	margin: 7px 0 0 0;
	width: 980px;
}

#wrapper_mainmenu form
{
	float: right;
	width: 270px;
}

ul#menu_container
{
	float: left;
	width: 700px;
	margin: 0;
	padding: 0;
}

ul#menu_container li
{
	list-style: none;
	float: left;
}

ul#menu_container li a
{
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	margin: 5px 0 0 0;
	height: 30px;
	padding: 5px 10px 0 10px;
}

ul#menu_container li a:hover
{
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	background-color: #e33630;
}

ul#menu_container li.active a
{
	display: block;
	float: left;
	color: #0f4781;
	text-decoration: none;
	background-color: #fff;
}

#wrapper_mainmenu input
{
	width: 200px;
	border: 1px solid #999999;
	float: left;
	height: 20px;
	margin: 6px 0 0 0;
	color: #b2b2b2;
	font-family: tahoma;
	padding: 4px 0 0 4px;
}

#wrapper_boxes
{
	float: left;
	width: 270px;
	margin: 15px 40px 0 0;
}

#wrapper_content
{
	float: left;
	width: 585px;
	margin: 35px 0 0 0;
	padding: 35px 30px 30px 35px;
	background-color: #fff;
}

	#wrapper_content p
,	table
{
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	color: #333;
}

	* html table
,	#wrapper_content p table
{
	font-size: 1em;
}

#wrapper_boxes img.large
{
	width: 250px;
	height: 130px;
	border: 0;
}

#wrapper_boxes a.box_1
{
	display: block;
	float: left;
	margin: 10px 0 0 10px;
}

#wrapper_boxes div.box_1
{
	float: left;
	margin: 10px 0 0 10px;
}

div.box_2
{
	float: left;
	width: 240px;
	height: 135px;
	margin: 39px 0 0 10px;
	padding: 5px;
	background-color: #003b79;
}

div.box_2 span
{
	color: #fff;
	font-weight: 700;
	display: block;
	margin: 5px;
	font-size: 1.2em;
}

div.box_2 p
{
	color: #fff;
	padding: 0 5px 5px 5px;
	font-size: 0.9em;
	line-height: 1.2em;
}

div.box_2 input
{
	width: 140px;
	border: 1px solid #999999;
	float: left;
	height: 20px;
	margin: 0 0 0 4px;
	color: #b2b2b2;
	font-family: tahoma;
	padding: 0 0 0 4px;
}

div.box_3
{
	float: left;
	width: 250px;
	height: 100px;
	margin: 38px 0 0 10px;
	background-color: #003b79;
}

div.box_3 span
{
	color: #fff;
	font-weight: 700;
	display: block;
	margin: 5px 0 2px 5px;
	font-size: 1em;
}

div.box_3 img
{
	width: 250px;
	height: 80px;
	border: 0;
}

#wrapper_boxes div.box_4
{
	float: left;
	width: 250px;
	height: 130px;
	padding: 0;
	margin: 53px 0 0 10px;
	color: #fff;
	background-color: #003b79;
}

#wrapper_boxes a.box_4 img
{
	border: 0;
}

.divider
{
	border-top: 1px solid #4075aa;
	float: left;
	width: 650px;
	height: 2px;
	margin: 20px 0 18px 0;
}

#wrapper_newsitems
{
	float: left;
	width: 585px;
	margin: 0;
	padding: 35px 30px 30px 35px;
	background-color: #fff;
}

.newsitem_image.large
{
	float: left;
	margin: 0px 10px 0 0;
	position: relative;
	top: 4px;
}

.newsitem_image.small
{
	float: left;
	width: 50px;
	height: 50px;
	margin: 3px 10px 0 0;
}

	.newsitem_container img
,	.newsitem_image
{
	border: 0;
}

#container_main_item a
{
	color: #e33630;
	font-weight: 700;
	text-decoration: none;
	font-size: 0.8em;
	display: block;
}

#container_main_item a:hover
{
	text-decoration: underline;
}

#container_main_item p
{
	color: #4c4c4c;
	font-size: 0.8em;
	font-weight: 300;
}

#container_main_item p.metadata
{
	color: #b2b2b2;
	margin: 0;
	line-height: 1.2em;
	font-size: 0.7em;
}

#container_sub_items img
{
	position: relative;
	top: 4px;
}

.newsitem_container
{
	margin: 0 0 10px 0;
}

.newsitem_container.uneven
{
	background-image: url('../img/newsitem_background.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
}

#container_sub_items p
{
	color: #4c4c4c;
	font-size: 0.8em;
	font-weight: 300;
}

#container_sub_items .title
{
	color: #e33630;
	font-size: 0.8em;
	font-weight: 700;
	text-decoration: none;
	margin: 0;
}

#container_sub_items .title:hover
{
	text-decoration: underline;
}

.category_container
{
	width: 187px;
	height: 112px;
	background-image: url('../img/background_productcategory.jpg');
	background-repeat: no-repeat;
	float: left;
}

.category_container h2
{
	margin: 10px 0 0 14px;
	padding: 0 0 5px 0;
	font-size: 1.1em;
}

.category_container img
{
	border: 0;
	margin: 0 0 0 10px;
}

#wrapper_footer
{
	border-top: 1px solid #406c9c;
	float: right;
	width: 650px;
	margin: 20px 20px 0 0;
	font-size: 0.8em;
}

#wrapper_footer span
{
	color: #386698;
	float: left;
	margin: 0 20px 0 100px;
}

#wrapper_footer a
{
	display: block;
	float: left;
	color: #81a6cb;
	margin: 0 10px 0 0;
	text-decoration: none;
}

#wrapper_footer a:hover
{
	text-decoration: underline;
}

span.highlight
{
	background-color: #e33630;
	color: #fff;
}

div.previous_searches
{
	margin: 20px 0 0 0;
}

#previous_searches li
{
	float: left;
	font-size: 0.8em;
	list-style: none;
	margin: 0 20px 0 0;
}

#previous_searches li a
{
	color: #81a6cb;
}

ul#submenu
{
	background-color: #fff;
	list-style: none;
	height: 30px;
	padding: 0 0 0 10px;
}

ul#submenu li
{
	float: left;
}

ul#submenu li a
{
	color: #7f9cbb;
	font-weight: 700;
	font-size: 0.8em;
	text-decoration: none;
	display: block;
	margin: 5px 20px 0 0;
}

ul#submenu li a.active_sub
{
	color: #003b79;
}

.content_header_searchresults
{
	border-bottom: 1px solid #003b79;
	margin: 0 0 20px 0;
}

.searchresult_title
{
	font-weight: 700;
	color: #003b79;
	text-decoration: none;
}

.content_searchresult
{
	font-size: 0.8em;
	margin: 0 0 20px 0;
}

.highlight
{
	background-color: #e33630;
	color: #fff;
}

#slideshow
{
	background-color: #fff;
	width: 250px;
	height: 85px;
}
 
#slideshow img
{
    width:  250px; 
    height: 80px; 
    top:  0; 
    left: 0 
} 