@charset "UTF-8";
/* CSS Document */

#product a:link{
	color: #a0b350;
	text-decoration: none;
	border-bottom: #a0b350 1px dashed;
}

#product a:visited{
	color: #a0b350;
	text-decoration: none;
	border-bottom: #a0b350 1px dashed;
}

#product a:hover{
	color: #a0b350;
	text-decoration: none;
	border: 0;
}

#product a:active{
	color: #a0b350;
	text-decoration: none;
	border-bottom: #a0b350 1px dashed;
}

#talen a:link{
	color: #a0b350;
	text-decoration: none;
	
}

#talen a:visited{
	color: #a0b350;
	text-decoration: none;
	
}

#talen a:hover{
	color: #a0b350;
	text-decoration: none;
	border: 0;
	font-weight: bold;
}

#talen a:active{
	color: #a0b350;
	text-decoration: none;
	
}

#tou{
	float: left;
	color: #CCCCCC;
	margin-top: 45px;
	margin-left: 5px;
	
}

#tou a:link{
	color: #CCCCCC;
	text-decoration: none;
}

#tou a:visited{
	color: #CCCCCC;
	text-decoration: none;
}

#tou a:hover{
	color: #CCCCCC;
	text-decoration: underline;
	border: 0;
	font-weight: bold;
}

#tou a:active{
	color: #CCCCCC;
	text-decoration: none;
	
}

#copyright{
float: left;
text-align: center;
width: 750px;
}

#job a:link{
	color: #a0b350;
	text-decoration: none;
}

#job a:visited{
	color: #a0b350;
	text-decoration: none;
}

#job a:hover{
	color: #a0b350;
	text-decoration: underline;
	border: 0;
	font-weight: bold;
}

#job a:active{
	color: #a0b350;
	text-decoration: none;
	
}

.succes{
	width: 300px;
}

.error{
	font-weight: bold;
	color:#990000;
	padding-left: 15px;
	width: 300px;
}

.be{
color: #004d70;
font-weight: bold;
}

.fre{
color: #a0b350;
font-weight: bold;
}

body{
margin:0;
padding:0;
line-height: 1.5em;

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:62.5%;

}

h1 {font-size:2em; 	color: #004d70;} /* wordt 24px */
h2 {font-size:1.5em;} /* wordt 18px */
h3 {font-size:1.25em;  	color: #004d70; margin-bottom:0px;} /* wordt 15px */
h4 {
	font-size:1em;
	margin-bottom:0px;
	

} /* wordt 12px */

b{font-size: 110%;}
em{color: #776655;}

#home #content{
	height: 250px;
	overflow: auto;
}

.green{
	font-weight: bold;
	color: #a0b350;
}

.blue{
	color: #004d70;
}

#maincontainer{
width: 955px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/

font-size: 1em;


}

#topsection{
background: #fff;
height: 104px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
overflow: auto;
height: 500px;

background-color:#FFFFFF;
}

#contentcolumn{
margin-left: 320px; /*Set left margin to LeftColumnWidth*/
height: 490px;
padding-top: 10px;


}

#leftcolumn{
float: left;
width: 320px; /*Width of left column*/
margin-left: -955px; /*Set left margin to -(MainContainerWidth)*/
background: #fff;

padding: 0;

}

#footer{
clear: both;
width: 955px;
height: 65px;
background: url(../_images/_layout/footer/bg.png) no-repeat;
color: #fff;
padding: 3px 0;

}

#footer a:link{
color: #A0B350;
text-decoration:none;
}

#footer a:visited{}

#footer a:hover{
	text-decoration: underline;
	border: 0;
	font-weight: bold;
}

#footer a:active{}



.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;

}

#logo{
	width: 196px;
	height: 94px;
	background: #fff url(../_images/_layout/header/logo.jpg) no-repeat;
	
	float: left;
}

/* Talen */
#talen{
	width: 90px;
	float: left;
	padding-top: 72px;
	background: url(../_images/_layout/header/bg.jpg) repeat-x;
	height:32px;
	text-align: left;
}

/* Navigation */

#nav{
    background: url(../_images/_layout/header/bg.jpg) repeat-x;
	float:left;
	font-size:1em;
	line-height:normal;
	width: 659px;
	height:32px;
	
	padding-top: 62px;
	
}

#nav ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0px 10px 0pt;
}

#nav li {
	background:transparent url(../_images/_layout/header/navitem_left_normal.jpg) no-repeat scroll left top;
	float:left;
	margin:0pt;
	padding:0pt 0pt 10pt 10px;
}

#nav a {
	background:transparent url(../_images/_layout/header/navitem_right_normal.jpg) no-repeat scroll right top;
	color:#776655;
	display:block;
	float:left;
	font-weight:bold;
	padding:5px 25px 10px 6px;
	text-decoration:none;
}

#nav a {
	float:none;
	padding-top: 12px;
	color: #a0b350;
}

#nav a:hover {
	color:#004d70;
}

#nav #current {
	background-image: url(../_images/_layout/header/navitem_left_on.jpg);
}

#nav #current a {
	background-image: url(../_images/_layout/header/navitem_right_on.jpg);
	color:#004d70;
	padding-bottom:9px;
}

.tblLeftmenu {
font-size:1em;

}

.tblLeftmenu .top_l {
background:transparent url(../_images/_layout/content/top_left.jpg) no-repeat scroll 0%;
width:18px;
height:18px;
}

.tblLeftmenu .top_m {
background:transparent url(../_images/_layout/content/top_middle.jpg) repeat-x scroll 0%;
width: 570px;
height: 18px;
}

.tblLeftmenu .top_r {
background:transparent url(../_images/_layout/content/top_right.jpg) no-repeat scroll 0%;
width: 17px;
height: 18px;
}

.tblLeftmenu .middle_l {
background:transparent url(../_images/_layout/content/middle_left.jpg) repeat-y scroll 0%;
width: 18px;
}

.tblLeftmenu .middle_m {
background:#fff none repeat scroll 0%;
width: 570px;
}

.tblLeftmenu .middle_r {
background:transparent url(../_images/_layout/content/middle_right.jpg) repeat-y scroll 0%;
width: 17px;
}

.tblLeftmenu .bottom_l {
background:transparent url(../_images/_layout/content/bottom_left.jpg) no-repeat scroll 0%;
width: 18px;
height: 17px;
}

.tblLeftmenu .bottom_m {
background:transparent url(../_images/_layout/content/bottom_middle.jpg) repeat-x scroll 0%;
width: 570px;
height: 17px;
}

.tblLeftmenu .bottom_r {
background:transparent url(../_images/_layout/content/bottom_right.jpg) no-repeat scroll 0%;
width: 17px;
height: 17px;
}

/* Product */
.tblProduct {
font-size:1em;
position:relative;
}

.tblProduct .top_l {
background:transparent url(../_images/_layout/content/top_left.jpg) no-repeat scroll 0%;
width:18px;
height:18px;
}

.tblProduct .top_m {
background:transparent url(../_images/_layout/content/top_middle.jpg) repeat-x scroll 0%;
width: 270px;
height: 18px;
}

.tblProduct .top_r {
background:transparent url(../_images/_layout/content/top_right.jpg) no-repeat scroll 0%;
width: 17px;
height: 18px;
}

.tblProduct .middle_l {
background:transparent url(../_images/_layout/content/middle_left.jpg) repeat-y scroll 0%;
width: 18px;
}

.tblProduct .middle_m {
background:#fff none repeat scroll 0%;
width: 270px;
}

.tblProduct .middle_r {
background:transparent url(../_images/_layout/content/middle_right.jpg) repeat-y scroll 0%;
width: 17px;
}

.tblProduct .bottom_l {
background:transparent url(../_images/_layout/content/bottom_left.jpg) no-repeat scroll 0%;
width: 18px;
height: 17px;
}

.tblProduct .bottom_m {
background:transparent url(../_images/_layout/content/bottom_middle.jpg) repeat-x scroll 0%;
width: 270px;
height: 17px;
}

.tblProduct .bottom_r {
background:transparent url(../_images/_layout/content/bottom_right.jpg) no-repeat scroll 0%;
width: 17px;
height: 17px;
}


/* contact */
.tblContactform {
font-size:1em;
position:relative;
float:left;
}

.tblContactform .top_l {
background:transparent url(../_images/_layout/content/top_left.jpg) no-repeat scroll 0%;
width:18px;
height:18px;
}

.tblContactform .top_m {
background:transparent url(../_images/_layout/content/top_middle.jpg) repeat-x scroll 0%;
width: 160px;
height: 18px;
}

.tblContactform .top_r {
background:transparent url(../_images/_layout/content/top_right.jpg) no-repeat scroll 0%;
width: 17px;
height: 18px;
}

.tblContactform .middle_l {
background:transparent url(../_images/_layout/content/middle_left.jpg) repeat-y scroll 0%;
width: 18px;
}

.tblContactform .middle_m {
background:#fff none repeat scroll 0%;
width: 160px;
}

.tblContactform .middle_r {
background:transparent url(../_images/_layout/content/middle_right.jpg) repeat-y scroll 0%;
width: 17px;
}

.tblContactform .bottom_l {
background:transparent url(../_images/_layout/content/bottom_left.jpg) no-repeat scroll 0%;
width: 18px;
height: 17px;
}

.tblContactform .bottom_m {
background:transparent url(../_images/_layout/content/bottom_middle.jpg) repeat-x scroll 0%;
width: 160px;
height: 17px;
}

.tblContactform .bottom_r {
background:transparent url(../_images/_layout/content/bottom_right.jpg) no-repeat scroll 0%;
width: 17px;
height: 17px;
}


#informatie{
	float:left;
}

.tblInfo{

}

.tblInfo .top_l {
background:transparent url(../_images/_layout/content/top_left.jpg) no-repeat scroll 0%;
width:18px;
height:18px;
}

.tblInfo .top_m {
background:transparent url(../_images/_layout/content/top_middle.jpg) repeat-x scroll 0%;
width: 150px;
height: 18px;
}

.tblInfo .top_r {
background:transparent url(../_images/_layout/content/top_right.jpg) no-repeat scroll 0%;
width: 17px;
height: 18px;
}

.tblInfo .middle_l {
background:transparent url(../_images/_layout/content/middle_left.jpg) repeat-y scroll 0%;
width: 18px;
}

.tblInfo .middle_m {
background:#fff none repeat scroll 0%;
width: 150px;
}

.tblInfo .middle_r {
background:transparent url(../_images/_layout/content/middle_right.jpg) repeat-y scroll 0%;
width: 17px;
}

.tblInfo .bottom_l {
background:transparent url(../_images/_layout/content/bottom_left.jpg) no-repeat scroll 0%;
width: 18px;
height: 17px;
}

.tblInfo .bottom_m {
background:transparent url(../_images/_layout/content/bottom_middle.jpg) repeat-x scroll 0%;
width: 150px;
height: 17px;
}

.tblInfo .bottom_r {
background:transparent url(../_images/_layout/content/bottom_right.jpg) no-repeat scroll 0%;
width: 17px;
height: 17px;
}

/* REF */

.tblRef .top_l {
background:transparent url(../_images/_layout/content/top_left.jpg) no-repeat scroll 0%;
width:18px;
height:18px;
}

.tblRef .top_m {
background:transparent url(../_images/_layout/content/top_middle.jpg) repeat-x scroll 0%;
width: 150px;
height: 18px;
}

.tblRef .top_r {
background:transparent url(../_images/_layout/content/top_right.jpg) no-repeat scroll 0%;
width: 17px;
height: 18px;
}

.tblRef .middle_l {
background:transparent url(../_images/_layout/content/middle_left.jpg) repeat-y scroll 0%;
width: 18px;
}

.tblRef .middle_m {
background:#fff none repeat scroll 0%;
width: 150px;
}

.tblRef .middle_r {
background:transparent url(../_images/_layout/content/middle_right.jpg) repeat-y scroll 0%;
width: 17px;
}

.tblRef .bottom_l {
background:transparent url(../_images/_layout/content/bottom_left.jpg) no-repeat scroll 0%;
width: 18px;
height: 17px;
}

.tblRef .bottom_m {
background:transparent url(../_images/_layout/content/bottom_middle.jpg) repeat-x scroll 0%;
width: 150px;
height: 17px;
}

.tblRef .bottom_r {
background:transparent url(../_images/_layout/content/bottom_right.jpg) no-repeat scroll 0%;
width: 17px;
height: 17px;
}
