@charset "utf-8";
/*------- CSS Document ---------*/
html {
	height: 101%;
}
/*------------------------------------- TITELS ----------------------------------*/
h1 {
	font-size: 26px;
	color: #003e7e;
	padding: 18px 0 0 0;
	margin: 0 0 0 188px;
	width: 400px;
}
/*----------------------------------------------------------*/
h2 {
	color: #003e7e;
	margin: 0; 
	font-size: 20px;
	padding: 5px 0;
}
h3 {
	color: #003e7e;
	margin: 0; 
	font-size: 16px;
	padding: 5px 0;
}
h4 {
	color: #fff;
	margin: 0; 
	padding: 10px 0;
	font-size: 20px;
	line-height: 18px;
}
p {
	margin: 0;
	padding-bottom: 10px;
	line-height: 18px;
}
ul{
	margin: 0;
	padding: 1px 30px 10px;
}
a {
	text-decoration: none;
	color: #003e7e;
}
a:hover {
	text-decoration: underline;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	width: 180px;
}
.clearfloat { 
	clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
}
.intro {
	font-weight:bold;
	color: #003e7e;
}
.intro p{
	line-height: 20px;
}
/*------------------------------------------------*/
#contact_form input, select, textarea {
	background: #fafafa;
	border: 1px solid #ccc;
	width: 250px;
}
#contact_form #postcode {
	width: 55px;
	margin-right: 10px;
}
#contact_form #plaats {
	width: 180px;
}
#contact_form .radio {
	width: 15px;
	margin-right: 5px;
	background: none;
	border: 0px none;
}
#contact_form #button {
	width: 126px;
	border: 0px none;
}
#contact_form input:focus, select:focus, textarea:focus {
	border: 1px solid #003e7e;
}
#contact_form submit:focus {
	border: 1px solid #f60;
}
/*--------------------------- BODY --------------------------*/
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff5e5;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #4d4d4d;
}

/*------------------------------------ CONTAINER ------------------------------------*/
#container { 
	width: 960px;
	margin: 0 auto; 
	text-align: left; 
} 

/*----------------------------------- HEADER ----------------------------------------*/
#header { 
	background: #fdb913 url(../i/hoekje.jpg) no-repeat top right;
	height: 175px;
}	

.schaduw_oranje {
	background: url(../i/schaduw_oranje.jpg) no-repeat;
	margin-left: 180px;
	height: 12px;
	padding: 0;
}
.schaduw {
	background: url(../i/schaduw.jpg) no-repeat;
	margin-left: 180px;
	height: 12px;
	padding: 0;
}
.schaduw_blauw {
	background: url(../i/schaduw_blauw.jpg) no-repeat;
	margin-left: 180px;
	height: 12px;
	padding: 0;
}
.schaduw_blauw_2 {
	background: url(../i/schaduw_blauw_2.jpg) no-repeat;
	margin-left: 180px;
	height: 12px;
	padding: 0;
}
.schaduw_blauw_groot {
	background: url(../i/schaduw_blauw_groot.jpg) no-repeat;
	margin-left: 180px;
	height: 12px;
	padding: 0;
}
/*----------------------------------- TITELBALK -------------------------------------*/
#titelbalk {
	height: 80px;
	width: 825px;
}
#titelbalk p {
	margin:0;
	padding: 0 0 0 190px;
	font-weight: bold;
	color:#003e7e;
}

/*----------------------------------- ZOEKEN ----------------------------------------*/
fieldset.search {
	border: none;
	width: 165px;
	margin: 0 auto;
	padding:0;
}
.search input, .btn {
	border: none;
	float: left;
}
.search input.box {
	color: #333;
	font-size: 1.2em;
	width: 117px;
	height: 25px;
	padding-bottom: 1px;
	padding-top: 7px;
	background: url(../i/zoekbg.jpg) no-repeat left top;
	margin-right: 5px;
}
.search input.box:focus {
	outline: none;
}
.search button.btn {
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin-right:5px;
	text-indent: -9999px;
}
#zoeken {
	float: right;
	width: 145px;
	margin-top: 25px;
}

/*----------------------------------- HOOFD NAVIGATIE --------------------------------------*/
#main_nav {
	background: #fff;
	margin-left: 180px;
	margin-right: 179px;
	padding: 70px 0 0 0;
}
#main_nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#main_nav ul li {
	float: left;
	padding: 0 1px 0 5px;
	border-left: 1px solid #fdB913;
}
#main_nav ul li a {
	display: block;
	text-decoration: none;
	color: #003e7e;
	width: 93px;
	height: 25px;
}
#main_nav ul li:hover {
	color:#fdb913;
}
#main_nav ul li a:hover {
	color:#003e7e;
	font-weight: bold;
}
#main_nav ul li a.current {
	font-weight: bold;
}

/*------------------------------------------------------- SIDE NAVIGATIE -------------------------------------------------------------*/
.submenu{
	width: 180px; 
}
.submenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.submenu ul li{
	background: #325691;
	padding-top: 10px; 
}
.submenu ul li a{
	color: #fff;
	background: url(../i/pijl_off.jpg) no-repeat center left; 
	display: block;
	padding: 0 0 0 45px; 
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
.submenu ul li a.current{
	background: url(../i/pijl_on.jpg) no-repeat center left; 
}
.submenu ul li a:hover{
	background: url(../i/pijl_on.jpg) no-repeat center left;
}

/*----------------------------------- HOME BOXES ----------------------------------*/
.box{
	float: left;
	width: 230px;
	margin: 0;
	padding: 0 10px 0 10px;
	border-left: #4d4d4d 1px solid;
}
.box2{
	float: left;
	margin: 0;
	padding: 0 15px 0 10px;
	/*border-right: #4d4d4d 1px solid;*/
	height:145px;
}
.box3{
	float: left;
	margin: 0;
	width:512px;
	_width: 509px;
}
.box_first{
	float: left;
	width: 230px;
	margin: 0;
	padding: 0 10px 0 10px;
}

/*----------------------------------- INFOBOX --------------------------------------*/
#infobox {
	background-color: #FFE7B9;
	height: 100%;
	float: right;
	width: 100%;
	margin-top: 25px;
	padding-top: 30px;
	padding-bottom: 10px;
}
#infobox img {
	padding: 0;
	margin-left: 5px;
}

/*----------------------------------- BODY WRAPPER ---------------------------------*/
#body_wrapper {
	background: #003e7e url(../i/body_bg.jpg) repeat-y;
	margin: 0;
	padding: 0;
	height: 100%;
}

/*----------------------------------- CONTENT --------------------------------------*/
#content_wrapper { 
	margin: 0 0 0 15em; 
	padding: 0;
}
#content_wrapper li { 
	padding-bottom: 4px;
}
#content_wrapper a { 
	text-decoration: none;
	color: #003e7e;
}
#content_wrapper a:hover { 
	text-decoration: underline;
}
#content {
	margin: 0; 
	padding: 10px 10px;
	min-height: 590px;
	_height: 590px;
}
#top_content {
	min-height: 250px;
	padding: 10px 0 0 10px;
	_height: 250px;
}
#fotos {
	height: 100%;
	float: right;
	width: 100%;
}
#fotos img{
	margin: 0;
	padding: 0;
}
/*--------------------------------- BLUE PAGE ----------------------------------*/

/*--- PAGINA PRODUCTIEPROCES ---*/
#blue_content_groot {
	margin: 0; 
	padding-left: 0;
	background: #003e7e url(../i/bg_scheur_groot.gif) no-repeat top right;
	color: #4d4d4d;
	min-height: 530px;
}
#blue_text_center {
	text-align: center;
	padding: 220px 0 0 240px;
	margin:0;
	width: 330px;
}
/*-- // --*/

#blue_content {
	margin: 0; 
	padding-left: 10px;
	background: #003e7e url(../i/bg_scheur.jpg) repeat-y top right;
	min-height: 590px;
	_height: 590px;
	color: #fff;
}
#blue_text {
	margin: 0;
	width: 255px;
}
#blue_text a {
	text-decoration: none;
	color: #f0f2f6;
}
#blue_text a.active {
	/*font-weight:bold;
	display:block;padding-left:15px;
	background: url(../i/a-active.png) left center no-repeat;*/
	text-decoration:underline;
}
#blue_items {
	margin: 7px 50px 0 0;
	padding-bottom: 20px;
	width: 420px;
	float: right;
	color: #4d4d4d;
}

#blue_items h3 {padding-left:0px;}
#blue_text a.wit {
	color: #fff;
}
#blue_text a.wit_current {
	color:#FFF;
	text-decoration: underline;
}
/*------------ ITEMS -----------*/
.item {
	float:left;
	width:125px;
	height:110px;
	margin: 0 10px 0 0px;
	padding:0;
}
.item_img {
	height:80px;
}
.item p {
	text-align:center;
	width: 125px;
	margin:0;
	padding:0;
	font-size: 11px;
	line-height:13px;
}
/*---- ITEM GROOT ---*/
.item_groot {
	float:left;
	width:124px;
	height:150px;
	margin: 0 10px 0 0px;
	padding:0;
}
.item_img_groot {
	height:115px;
}
.item_groot p {
	text-align:center;
	margin:0;
	padding:0;
	font-size: 11px;
	line-height:13px;
}
/*----------------- SIDE PAGE -----------------*/
#side_content {
	background: url(../i/bg_bedrijf.jpg) repeat-y;
	margin: 0; 
	padding: 10px 0 0 10px;
	height: 100%;
	_height: 500px;
}
#side_text {
	margin: 0;
	width: 465px;
	min-height: 450px;
	_height: 450px;
}
#side_items {
	margin: 0;
	padding-bottom: 20px;
	width: 271px;
	float: right;
}
#side_items .item {
	float:left;
	width:125px;
	height:110px;
	margin: 0 5px 0 5px;
	padding:0;
}
/*----------------------------------- LEFT SIDEBAR ---------------------------------*/
#left_sidebar {
	float: left;
	width: 180px;
	height:inherit;
}

/*----------------------------------- CONTACT FORM ---------------------------------*/
#contact_form {
	width: 450px;

}
#contact_form p{
	margin-top: 10px;
	padding: 0;
}

/*----------------------------------- FOOTER ---------------------------------------*/
#footer {
	margin: 0;
	text-align: right;
	background: #fdb913;
	height: 25px;
} 
#footer p {
	margin: 0; 
	padding-right: 10px;
	padding-top: 3px;
}
#footer a.heb {
	text-decoration: none;
	color: #ba870e;
}
#footer a.heb:hover {
	color: #000;
}

.box2 p {font-weight:bold;	color: #003e7e;}

#txtB {width:155px;margin:auto;position:relative;}

#imgQ {position:absolute;left:85px;top:196px;cursor:pointer;}