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

@import url('reset.css');


html { 
background: url(../images/bg.gif) repeat-x;
background-color: #B1B1B1;
}

body {
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
color: #797979;
}

a {
	text-decoration: none;
	color: #5d8f00;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-weight: bold;
	font-size: 1.8em;
	text-align: left;
	text-transform: capitalize;
	color: #ffffff;
}

h2 {
	font-size: 1.4em;
	text-align: left;
	color: #ffffff;
}


h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	padding: 0 0 2em 0;
}

.h3groen{
	color: #5d8f00;
}

.h3groen b {
	color: #797979;
}

.floatr {
	float: right;
}

.floatl {
	float: left;
}




#container {
	text-align: left;
	width: 768px;
	overflow: hidden;
	background-color: #FFFFFF;
	border: 1px solid #cfcfcf;
	margin: 50px auto auto;
	
}



/* TOP */



#logo {
	float: left;
	}

#showlogo {
	width: 211px;
	height: 100px; 
	float:left;
	border-bottom: 1px solid #cfcfcf;
	
	}
	

#zoeken {
	width: 556px;
	height: 100px;
	float: left;
	border-bottom: 1px solid #cfcfcf;
	
}

#zoeken #search {
	float: right;
	margin-right: 24px;
	margin-top: 28px;
	
}


#zoeken .button, #contacttable .button2, .button3{
	background:  transparent url(../images/button_go.gif) no-repeat;
	width: 26px;
	height: 19px;
	text-decoration: none;
	border: 0;
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
	float: left;

}

#zoeken .button:hover, #contacttable .button2:hover, .button3:hover  {
	background: transparent url(../images/button_go2.gif) no-repeat;
}

#zoeken .text {
	height: 13px;
	width:120px; 
	padding: 2px;
	margin-right: 10px;
	border: 1px solid #abadb3;
	color: #797979;
	float: left;
	
	
}

#zoeken .text:focus {
	background: #f1f1f1;
	border: 1px solid #abadb3;
}


/* MIDDLE */


#nav {
	width: 210px; 
	height: 196px;
	float: left;
	position: relative;
	padding-top: 10px;
	background: url(../images/nav_bg.jpg) no-repeat;
	border-bottom: 1px solid #cfcfcf;
		
}

#nav li {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 20px;
	padding-left: 10px;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	background: url(../images/pijl_norm.gif) 0% 50% no-repeat;
		
}

#nav li a{
	color: #ffffff;
	text-decoration: none;
}

#nav li:hover {
	background: url(../images/pijl_over.gif) 0% 40% no-repeat;
}

.lijn {
	width: 125px;
	height: 0px;
	text-align: left;
	margin-left: 25px;
	color: #99cc33;
	background-color: #99cc33;
	border: 0;
	border-top: 1px solid #99cc33;
}


#middle_diensten, #middle_404 {
	background: url(../images/diensten.jpg) no-repeat;
	width: 557px;
	height: 206px;
	float:left;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	
	
	
}

#middle_bedrijf {
	background: url(../images/bedrijf.jpg) no-repeat;
	width: 557px;
	height: 206px;
	float:left;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
		
}

#middle_klanten {
	background: url(../images/referenties2.jpg) no-repeat;
	width: 557px;
	height: 206px;
	float:left;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
		
}

#middle_contact {
	background: url(../images/contact.jpg) no-repeat;
	width: 557px;
	height: 206px;
	float:left;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
			
}

#middle_search {
	background: url(../images/zoekresultaten.jpg) no-repeat;
	width: 557px;
	height: 206px;
	float:left;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
			
}

#middle_vacatures {
	background: url(../images/vacatures.jpg) no-repeat;
	width: 557px;
	height: 206px;
	float:left;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
			
}



/* CONTENT */

#content_left {
	float: left;
	width: 210px; 
		
}

#contact_left {
	float: left;
	width: 150px; 
	padding: 30px 30px 60px 30px;
	
}

#content_left h3 {
	padding: 0;
	
}


#content_middle {
	float: left;
	width: 260px;
	padding-bottom: 30px;
	padding-right: 18px;
	border-left: 1px solid #cfcfcf; 
			
}

#contact_middle {
	float: left;
	width: 497px;
	padding: 30px 30px 60px 30px;
	border-left: 1px solid #cfcfcf; 
			
}

#bedrijf_middle {
	float: left;
	width: 497px;
	padding: 30px 30px 60px 30px;
	border-left: 1px solid #cfcfcf; 
	
		
}

#content_right {
	float: left;
	width: 254px;
	padding-bottom: 30px;
	padding-right: 25px;
}



#content_middle div, #content_right div {
	  padding-left: 25px;
	  padding-bottom: 20px;
}



#content_middle h3, #content_right h3 {
	 padding-top: 30px;
	 padding-left: 25px;
	  
}

#bottom_dienst_left {
	float: left;
	width: 210px;
	clear: both; 
}

#bottom_dienst_middle {
	float: left;
	width: 253px;
	padding-bottom: 30px;
	padding-left: 25px;
	border-left: 1px solid #cfcfcf; 
			
}

#bottom_dienst_right {
	float: left;
	width: 254px;
	padding-bottom: 30px;
	padding-right: 25px;
}


#contacttable {
	margin-top: 30px;
}

#contacttable .text2{
	padding: 2px;
	border: 1px solid #abadb3;
	color: #797979;
}

#contacttable .text2:focus {
	background: #f1f1f1;
	border: 1px solid #abadb3;
}

.formtekst {
	color: #a30000;
	font-weight: bold;
	padding-top: 20px;
}

.formtekst2 {
	color: #a30000;
	font-weight: normal;
	padding-top: 20px;
}

.verstuurd {
	padding-top: 20px;
	font-weight: bold;
}

.verstuurd2 {
	padding-bottom: 80px;
}

.leesmeer {
	padding-top: .3em;
}

.smallred {
	color: #a30000;
	font-weight: bold;
	
}


#content_middle_form {
	
}

#dienst1 li, #dienst2 li{
	list-style: disc;
	list-style-position: inside;
	margin-left: 0.2em;
}

.maxh {
	height: 65px;
	margin-bottom: 10px;
	overflow: hidden;
}

#dienst1 table td { 
	padding: 4px;
	margin: 3px;
	
}

#dienst1 table td.top { 
	padding: 18px 4px 4px 4px;
	margin: 3px;
	
}

#dienst1 table th { 
	padding: 4px 4px 7px 4px;
	margin: 3px 3px 6px 3px;
	border-bottom: 1px solid gray;
}


#footer {
	text-align: left;
	width: 768px;
	margin: auto;
   clear: both; 
}



