/* CSS Document */
/*----------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px;
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*----------------------------------------------------------*/

.hidden {
	display: none;
}

.grey {
	color: #838b90;
}

.blue {
	color: #0065b4;
}

.border {
	border-bottom: 1px solid #c2c6c9;
}

#tblreacties tr{
	vertical-align:top;
	display:block;
	height: 180px;
}

#tblreacties td{
	vertical-align:top;
}

.veehouder{
	float:left;
	position:absolute;
	z-index:1;
}

.veehouder-mask{
	position:absolute;
	z-index:2;
	);
}

.citaat{
	font-size:14px;
	font-style: italic;
	font-weight:bold;
	line-height: 1.4em;
}

.parag{

}



/*
Tema: Blue - Minimalist design in blue
Author: Newton de Góes Horta
Site: http://www.nghorta.com
Country Origin: Brazil
*/

#onderzoektable {
	font-family: Arial;
	background-color:#fff;
	border-right: 1px solid #6699cc;
	border-left: 1px solid #6699cc;
}

#onderzoektable th {
	font-size:12px;
	font-weight:normal;
 	border-right: 1px solid #fff;
 	color:#fff;
 	text-align:left;
 	padding:2px;
 	background-color: #6699cc;
}

#onderzoektable td {
 	color:#0065b4;
 	padding:5px;
	border-bottom: 1px solid #6699cc;
 	text-align:left;
}

form, input{
	margin: 5px 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, ul, li, p {
	margin: 5px 0px;
	padding: 0px;
}

li {
	list-style: none;
	background: url(../images/arrow_grey.gif) no-repeat 0px 3px;
	padding: 0px 0px 0px 10px;
}

h1 {
	font-size: 1.5em;
	font-style: italic;
	color: #0065b4;
}

h2 {
	font-size: 1em;
	color: #3c4042;
	margin: 0px;
}

h3 {
	font-size: 1.25em;
	color: #838b90;
}

.note {
	color: #838b90;
	font-size: 0.925em;
}

a {
	color: #0065b4;
	text-decoration: none;
	outline:none;
}

a:hover {
	text-decoration: underline;
}

/*ul li a {
	color: #3c4042;
}*/

.right {
	text-align: right;
}

.paddingbox {
	margin: 0px;
	padding: 10px 30px;
}

.paddingbox2 {
	margin: 0px;
	padding: 10px 0px 20px 0px;
}
.success {
	font-weight:bold;
	color:#63b60c;
}
.error {
	font-weight:bold;
	color:#cf001c;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-size: 0.725em;
	background: #305065 url(../images/bg_body.jpg) repeat-x top left;
	color: #333333;
}

#container {
	margin: 0px auto;
	padding: 0px;
	width: 951px;
}

#top {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.725em;
	font-style: italic;
	color: #ffffff;
	height: 63px;
	line-height: 63px;
	padding: 0px 0px 0px 10px;
}
#header-title {
	float:left;
	height: 63px;
	line-height: 63px;
}
#login-block {
	float:right;
	font-size: 0.6em;
	font-style: normal;
	height: 63px;
}
#login-block form {
	margin:0;
	padding:0;
}
#login-block #logout {
	background:#0065B4;
	border:1px solid #EBEBEB;
	color:#EBEBEB;
	margin:0;
	padding:0 3px;
	text-decoration:none;
}
#login-block input[type="text"], #login-block input[type="password"] {
	background:none;
	border:1px solid #ebebeb;
	color:#ebebeb;
	width:100px;
}
#login-block input[type="submit"] {
	background:#0065B4;
	border:1px solid #ebebeb;
	color:#ebebeb;
	margin:0;
	padding:0;
	cursor:pointer;
}

#top_navigation {
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 42px;
	background: url(../images/bg_top_navigation.jpg) no-repeat bottom left;
}

#top_navigation ul {
	margin: 0px 0px 0px 185px;
	padding: 0px;
}

#top_navigation ul li {
	list-style: none;
	background: none;
	margin: 0px 1px;
	padding: 0px;
	float: left;
	font-size: 1.25em;
}

#top_navigation ul li a {
	display: block;
	width: 106px;
	line-height: 30px;
	background: url(../images/nav_button.gif) no-repeat bottom left;
	text-align: center;
	color: #EBEBEB;
}

#top_navigation ul li a:hover, #top_navigation ul li a.selected {
	display: block;
	width: 106px;
	line-height: 30px;
	background: url(../images/nav_button_hover.gif) no-repeat bottom left;
	text-align: center;
	color: #0065b4;
	text-decoration: none;
}

#language {
	position: absolute;
	left: 10px;
	bottom: 15px;
}

#language a {
	color: #ddd;
	padding: 0px 0 0px 20px;
}
#language a.active {
	color: #ffffff;
	font-weight:bold;
}
#language a.nl {
	background: url(../images/nl.gif) no-repeat center left;
}

#language a.fr {
	background: url(../images/fr.gif) no-repeat center left;
}

#language a.en {
	background: url(../images/gb.gif) no-repeat center left;
}

#language a.de {
	background: url(../images/de.gif) no-repeat center left;
}

#language a.dk {
	background: url(../images/dk.gif) no-repeat center left;
}

#header {
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 120px;
	background: url(../images/bg_header.jpg) no-repeat top left;
}
#header_profiel {
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 120px;
	background: url(../images/bg_header_profiel.jpg) no-repeat top left;
}


#header_home {
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 286px;
	background: url(../images/bg_header_home.jpg) no-repeat top left;
}
#header_eco_nl, #header_eco_fr, #header_eco_de, #header_eco_en, #header_eco_dk {
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 286px;
}
#header_eco_nl {
	background: url(../images/bg_header_eco_nl.jpg) no-repeat top left;
}
#header_eco_fr {
	background: url(../images/bg_header_eco_fr.jpg) no-repeat top left;
}
#header_eco_en, #header_eco_de, #header_eco_dk {
	background: url(../images/bg_header_eco_en.jpg) no-repeat top left;
}
#header_eco_small {
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 120px;
	background: url(../images/bg_header_eco_small.jpg) no-repeat top left;
}
#header .home {
	position: absolute;
	right: 55px;
	bottom: 10px;
	display: block;
	width: 215px;
	height: 98px;
}

#header_home .home {
	position: absolute;
	right: 55px;
	bottom: 30px;
	display: block;
	width: 280px;
	height: 130px;
}

#content {
	margin: 0px;
	padding: 0px 0px;
	background: #ffffff;
}

.close_box {
	margin: 0px;
	padding: 0px;
	line-height: 8px;
	background: url(../images/bg_content_close.gif) no-repeat top left;
}

.open_box {
	margin: 7px 0px 0px 0px;
	padding: 0px;
	line-height: 8px;
	background: url(../images/bg_content_open.gif) no-repeat bottom left;
}

#highlight {
	margin: 0px;
	padding: 0px 0px;
	background: #ffffff;
}

.leftbox {
	margin: 0px;
	padding: 0px;
	width: 261px;
	float: left;
}

.leftbox ul {
	list-style: none;
	margin: 10px 0px 10px 10px;
}

.leftbox ul li {
	padding: 0px 0px 0px 10px;
	background: url(../images/arrow.gif) no-repeat 0px 3px;
}

.leftbox ul li a {
	color: #3c4042;
	text-decoration: none;
}

.leftbox ul li a:hover, .leftbox ul li a.selectedSub {
	color: #0065b4;
	text-decoration: underline;
}

.rightbox {
	margin: 0px;
	padding: 0px;
	width: 659px;
	float: left;
}

#subnavigation {
	margin: 0px 0px 30px 0px;
}

#zoekbox {
	margin: 0px 0px 0px 0px;
}

#zoekfunctie {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.zoek_top {
	margin: 0px;
	padding: 0px;
	background: url(../images/zoek_top.gif) no-repeat top left;
	line-height: 9px;
}

.zoek_content {
	margin: 0px;
	padding: 5px 10px;
	background: #cdd0d3;
	text-align: center;
}

.zoek_bottom {
	margin: 0px;
	padding: 0px;
	background: url(../images/zoek_bottom.gif) no-repeat top left;
	line-height: 9px;
}

#producten td, .border {
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #c2c6c9;
	font-size: 0.975em;
}

.referentieexample {
	margin: 0px;
	padding: 0px;
	width: 215px;
	float: left;
	
}

.overflow_image {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 102px;
	overflow: hidden;
}

.overflow_image img {
	border: 1px solid #999999;
}

#footer {
	margin: 15px 0px 30px 0px;
	padding: 0px;
	color: #d6d6d6;
	font-size: 0.9em;
	text-align: center;
}
#footer a {
	color:#fff;
}

/********* specification product *********/

#specification_product {
	margin: 0px;
	padding: 0px;
}

#specification_product th {
	color: #0065b4;
	background: #EBEBEB;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 4px 0px; 
}

#specification_product td {
	border-bottom: 1px solid #E5E5E5;
	text-align: center;
	padding: 3px 0px;
}

#more_info_product {
	margin: 10px 0px;
	padding: 7px;
	background: #eeeeee;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#more_info_product ul {
		margin: 0px 0px 0px 20px;
	}
#productform select {
	width: 188px;
}	
#productform option{
	padding-left: 0px;
}

/********* catalogus **********/
.msg {
	display:none;
}
.noselection {
	display:none;
}
#background-confirmdownload {
	position:fixed;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	background:#000;
	z-index:100;
	opacity:0.3;
	-moz-opacity:0.3;
	filter:alpha(opacity=30);
	display:none;
}
#confirmdownload {
	position:fixed;
	top:50%;
	left:50%;
	margin:-150px 0 0 -250px;
	width:500px;
	height:300px;
	z-index:105;
	overflow:auto;
	background:#fff;
	border:10px solid #4da5db;
	display:none;
}
.confirm-block {
	padding:10px;
}
/********* eco-vloer *********/
#login-reg-block {
	font-style: normal;
	margin-top:20px;
}
#login-reg-block form {
	font-size: 0.6em;
	margin:0;
	padding:0;
}
#login-reg-block input[type="text"], #login-reg-block input[type="password"] {
	background:none;
	border:1px solid #ebebeb;
	color:#0065b4;
	width:150px;
}
#login-reg-block input[type="submit"] {
	background:#0065B4;
	border:1px solid #ebebeb;
	color:#ebebeb;
	width:50px;
	margin:0;
	padding:0;
	cursor:pointer;
}

#registrationForm td {
	vertical-align:top;
}
#registrationForm label.error {
	padding-left:3px;
	color:#CF001C;
	font-size:0.9em;
}
#registrationForm .remarque {
	border:1px solid #000;	
	padding:5px;
}