@charset "UTF-8";
body  {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background: #FFF;
	margin: 0; 
	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 */
	color: #000000;
	background-image:url(./images/header.png);
	background-repeat:no-repeat;	
}

.error {
	font-weight: bold;	
	color: #cc6d03;
}

.imageLink {
	padding-top: 15px;	
}

#samenwerking {
	padding-top: 30px;	
	padding-bottom: 10px;
	color: #ffffff;
}


#base {
	padding: 0;
	margin:0 auto;	
	text-align: center;
	background:url(./images/home.jpg);
	padding-bottom:400px;	
}

#content a.toppagina {color:#cc6d03; font-stretch:expanded; text-decoration:none;}	

table {
	border-style: none;
}

.columns:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.columns{ display:inline-block; }
.columns{ display:block; }

.column {  float:left; overflow:hidden; display:inline;}

.columns .column{
  float:left;
  overflow:hidden;
  display:inline;
}
.columns .last{ float:right; }

#container {
	text-align:left;
	width:1170px;
	margin:0 auto;
	padding-bottom:40px;
	background:url(./images/nav.png) no-repeat top left;	
}

#container_home {
	text-align:left;
	width:1170px;
	margin:0 auto;
	padding-bottom:10px;
	background:url(./images/nav_home.png) no-repeat top left;	
}

#mainContent {
	width:850px;
}

#content {
		width:850px;		
		margin-bottom:90px;
		}
		
#contentExtra {
	width: 50px;
}

#content a  {border-bottom:0px dotted #000; color:#000; text-decoration:none;}

#content h2 {font-size:1.6em;
		font-weight:normal;
		margin:0px;
		padding:0px;
		color:#5d683e;}
		
#content h3 {font-size:1.3em;
		font-weight:bold;
		line-height:1.4em;
		margin:0px;
		padding:0px;}

#content ul, #content ol   { font-size:1.1em; line-height:1.8em;}
#content ul li ul, #content ol li ul { font-size:1.0em; line-height:1.8em;}
#content ol {line-height:1.6em;}



#navleft {
	width:320px; 
	
}

#logo {
	width:300px; 
	height:130px;	
	padding:20px;
	padding-top:10px;	
}

#header {		
		height:50px;
		width:700px;
		background:url(./images/Producttest.png) ; 
		background-repeat:no-repeat;			
}

#titel {
	height:100px;
	width:700px;
	margin-left:0px;
	padding-top: 5px;	
	background:url(./images/titel.png) left top no-repeat;}	
	
#titel h1 {
		font-size:1.7em;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align:right;
		padding-top:15px;
		margin-right:125px;
		font-weight:bold;
		text-transform:uppercase;
		color:#FFF;
		}
		
		

#navigation ul{
	list-style:none;
	margin:20px 0 20px 30px;
	padding:0px;
	padding-bottom:50px;
	font-size:1.2em;
	}
	
	#navigation ul li {margin-bottom:15px;}
	
	#navigation ul a {
		color:#FFF;
		text-decoration:none;		
		 background-color:#5f7f15;}
		
		#navigation a.active {
			color:#acc32b;}
			
			
			#navigation ul li ul {font-size:0.7em;
			margin:0px 0px 5px 30px;
			padding:10px;
			color:#FFF;
			text-transform:uppercase;}			
			
			#ovam {
				top:220px;
				height:90px;
				position:absolute;
				right:0;
				width:180px;
				z-index:99;
				text-align:right;}
			
			
			



