@charset "UTF-8";

/* Developed by Hotspot Design for beenders project */
/* Website: http://www.hotspotdesign.nl */



/* Wildecard selector om te zorgen dat alle defaults van de verschillende browsers worden opgeheven */
* {
	margin: 0;
	padding: 0;
}


/* ----- Miscellaneous classes for reuse ----- */


/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
#clearfloat {
	clear:both;
	height:0;
	line-height: 0px;
}


/* ----- standard styles ----- */

html, body {
	/*height: 100%;*/
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background: url(../_images/bg_pattern.gif) repeat;
	color: #000000;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}

#bg_wrapper {
	overflow:hidden;
	width: 800px;
	min-height: 100%;
	height: 100%;
	text-align: left; 
	margin: 0 auto;
	background-color:#FFFFFF;
}


#container {
	width: 800px;
	min-height: 100%;
	border: 0px solid #000000;
	text-align: left; 
	color: #FFFFFF;
}


/* ---- #header styles ---- */
#header {
	position: relative;  /* zorgt ervoor dat alle nested elements refereren naar deze container ipv de parent containers */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 215px;
}

/* ---- #header_links styles ---- */

#header #header_links {
	float: left;
	width: 272px;
}

#header #header_links #logo {
	width: 242px;
	height: 52px;
	background: url(../_images/logo_beenders.jpg) top left no-repeat;
	margin: 15px; /* wordt bij de width opgeteld */
}


/* ---- #main menu styles ---- */
#header #header_links #menuvlak {
	text-align: right;
	width: 272px;
	font-size: 13px;
	font-weight:normal;
	height:133px;
}

#header #header_links #menuvlak ul {
	list-style: none;
	height:133px;
}

#header #header_links #menuvlak ul li {
	text-decoration: none;
	display:block;
	color:#000000;
	height: 25px;
	margin-bottom:0px;
	
}

#header #header_links #menuvlak ul li a {
	text-decoration: none;
	display:block;
	color:#000000;
	height: 20px;
	padding-top: 5px;
	padding-right: 30px;
	background-image: url(../_images/bg_menuitems.gif);
	font-weight:normal;
}

#header #header_links #menuvlak ul li a:hover {
	text-decoration: none;
	display:block;
	color:#FFFFFF;
	height: 20px;
	padding-top: 5px;
	padding-right: 30px;
	background-image: url(../_images/bg_menuitems_up.gif);
	font-weight:normal;
}

#header #header_links #menuvlak ul li .activeMainLink {
	text-decoration: none;
	display:block;
	color:#FFFFFF;
	height: 20px;
	padding-top: 5px;
	padding-right: 30px;
	background-image: url(../_images/bg_menuitems_up.gif);
	font-weight:normal;
}

#header #header_links #menuvlak #menuspacer {
	width: 272px;
	height: 2px;
	display:block;
	overflow:hidden;
	margin-bottom:0px;
	padding-bottom:0px;
}

	
/* ---- #header_rechts styles ---- */

#header #header_rechts {
	/*position: relative;*/ /* zorgt ervoor dat alle nested elements refereren naar deze container ipv de parent containers */
	float: left;
	width: 528px;
	height: 215px;
	background: url(../_images/temp_img_stuktechniek.jpg) top left no-repeat;
}

#header #header_rechts #topvlak {
	width: 528px;
	height: 15px;
	background-color: #dc291e;
}


/* ---- #submenu styles ---- */

#header #header_rechts #submenu {
	display:block;
	height: 20px;
	position: absolute; /* positioneert zicht adhv de parent container */
	top: 82px;
	width: 498px;
	text-align: left;
	font-size: 13px;
	background-color:#FFFFFF;
	padding-left: 10px;
	padding-top: 5px;
	filter: alpha(opacity=70);  /* tbv IE */
	opacity: 0.7; /* tbv Safari, FireFox, Opera */
	-moz-opacity: 0.7; /* tbv mozilla (netscape nav) browsers */
}

#header #header_rechts #submenu #submenuspacer {
	float: left;
	width: 5px;
	height: 20px;
	color: #dc291e;
	padding-left: 10px;
	padding-right: 10px;
}


#header #header_rechts #submenu ul {
	float: left;
	width: 513px;
	list-style: none;
	height: 20px;
}

#header #header_rechts #submenu ul li {
	float: left;
	display:block;
	color:#000000;
	height: 20px;
	text-decoration: none;
	background-color:#FFFFFF;
}

#header #header_rechts #submenu ul li a {
	float: left;
	text-decoration: none;
	display:block;
	color:#000000;
	height: 20px;
	background-color:#FFFFFF;
}

#header #header_rechts #submenu a:hover {
	text-decoration: none;
	display:block;
	color: #dc291e;
	height: 20px;
	background-color: #FFFFFF;
}

#header #header_rechts #submenu .activeSubLink {
	text-decoration: none;
	display:block;
	color: #dc291e;
	height: 20px;
	background-color: #FFFFFF;
}


/* ---- #main styles ---- */

#main_wrapper {
	position:relative;
	width: 800px;
	height: 100%;
	min-height:400px;
}

#main_left { /* als het goed is collapsed deze */
	float:left;
	top: 0px;
	left: 0px;
	width: 255px;
	padding-right: 17px;
	margin-top: 25px;
}

#main_left img {
	padding-bottom:25px;
}

#main_content {
	float:left;
	width: 463px;
	margin-left: 15px;
	margin-top: 25px;
	margin-right: 50px;
	color: #000000;
}

#main_content h1 {
	font-size: 16px;
	font-weight:normal;
	color: #dc291e;
	padding-bottom:10px;
}

#main_content h2 {
	font-size: 14px;
	font-weight: normal;
	color: #dc291e;
	padding-top:3px;
	padding-bottom:3px;
}

#main_content h3 {
	font-size: 12px;
	font-weight: normal;
	color: #dc291e;
	padding-top:3px;
}

#main_content p {
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #000000;
	padding-bottom:10px;
}

#main_content p a {
	color: #dc291e;
	text-decoration: none;
}


#main_content p strong {
	font-weight: bold;
	color: #dc291e;
	text-decoration: none;
}

#main_content td {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding-bottom:10px;
}

#main_content td .tekstveld{
	width:295px;
}

#main_content td .veld_oppervlakte {
	width:50px;
}

#main_content .rood_italic {
	color: #dc291e;
	font-style:italic;
	}

/* ---- #main content styles ---- */
	




/* ---- #footer styles ---- */

#push {
	height:25px;
	/*height: 70px; /* #push must be the same height as #footer */
}

#footer {
	position:relative;
	width: 800px;
	margin: 0 auto;
	height: 70px;
	padding-top: 0px;
	padding-left: 0px;
	color:#FFFFFF;
	background-color:#dc291e;
}

#footer #footer_top {
	height: 50px;
	background-color:#FFFFFF;
}

#footer #footer_top #footer_spacer_left {
	margin-left:287px;
	/*float: left;
	width: 272px;
	height: 50px;*/
}

#logo_noa a {
	padding-right:10px;
	float:left;
	height:40px;
	width:110px;
	display:block;
	background:url(../_images/_certificaten/noa_logo_bew.gif) no-repeat;
	text-indent: -5000px;
	text-decoration: none;
}

#logo_dnv {
	padding-right:6px;
	float:left;
	height:40px;
	width:48px;
	display:block;
	background:url(../_images/_certificaten/ecabo_logo.gif) no-repeat;
	text-indent: -5000px;
	text-decoration: none;	
}

#logo_esa {
	padding-right:10px;
	float:left;
	height:40px;
	width:40px;
	display:block;
	background:url(../_images/_certificaten/ESA_logo_bew.jpg) no-repeat;
	text-indent: -5000px;
	text-decoration: none;	
}

#logo_komo {
	padding-right:10px;
	float:left;
	height:40px;
	width:56px;
	display:block;
	background:url(../_images/_certificaten/komo_logo_bew.gif) no-repeat;
	text-indent: -5000px;
	text-decoration: none;
}

#logo_lsgi {
	padding-right:10px;
	float:left;
	height:40px;
	width:47px;
	display:block;
	background:url(../_images/_certificaten/lsgi_logo_bew.jpg) no-repeat;
	text-indent: -5000px;
	text-decoration: none;
}

#logo_komobrl {
	padding-right:10px;
	float:left;
	height:40px;
	width:51px;
	display:block;
	background:url(../_images/_certificaten/KOMO-BRL-9600_logo_bew.jpg) no-repeat;
	text-indent: -5000px;
	text-decoration: none;
}


#footer #footer_top #footer_vertical_line {
	position:absolute;
	top:0px;
	left:272px;
	width: 2px;
	height: 50px;
	background-color: #dc291e;
}

#footer #footer_bottom {
	/*margin: 0 auto;*/
	height: 20px;
	padding-top: 0px;
	padding-left: 0px;
	color:#FFFFFF;
	background-color:#dc291e;
	font-size: 10px;
}

#footer #footer_bottom p {
	padding-top: 4px;
	padding-left: 15px;
}

#footer #footer_bottom a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer #footer_bottom a:hover {
	color: #ffa7a2;
	text-decoration: none;
}
