@import url("http://media.verhoevenoss.nl/css/frontpage.css");
@import url("http://media.verhoevenoss.nl/css/content.css");
@import url("http://media.verhoevenoss.nl/css/producten.css");

body {
    background: #655c4d url("/img/bodybg.jpg") top left repeat-x;	
	font: 11px/18px Arial, Helvetica, sans-serif;
}

a {
	color: #000;
}

#footer li.last, #topmenu li.last {
    border: 0;
}

#main {
    position: absolute;
	left: 50%;
	margin-left: -475px;
	padding-top: 5px;
	width: 950px;
	background: url("/img/mainbg.jpg") top center no-repeat;
}

    #logo {
    	margin-left: 30px;
		margin-top: 2px;
    }
	
	#language {
		position: absolute;
		top: 5px; right: 25px;
		color: #5c9548;
		background: url("/img/tabbg.gif") top left no-repeat;
	}
	
	   #language ul {
	   	   display: block;
		   height: 30px;
		   padding: 0px 7px;
	   	   background: url("/img/tabbg_cap.gif") top right no-repeat;
	   }
	   
	   #language li {
	   	   float: left;
		   margin: 5px;
		   margin-top: 2px;
	   }
	   
	   #language li a {
	   	   color: #5c9548;
		   
	   }
	
	   #language li.active a {
	   	   color: #133900;
		   font-weight: bold;
	   }

    #topmenu {
    	position: absolute;
		top: 38px;
		right: 25px;
    }
	
	   #topmenu li {
	       float: left;
		   margin: 5px;
		   padding-right: 10px;
		   border-right: 1px solid #000;
		   line-height: 12px;
	   }
	   
	   #topmenu li a {
	   	   line-height: 12px;
		   text-decoration: none;
	   }
	   
    #zoeken {
    	position: absolute;
		top: 70px;
		right: 29px;
    }
	   
	   #zoeken input {
	   	   display: block;
		   float: left;
	       height: 16px;
		   padding-top: 2px;
		   margin: 5px;
		   width: 160px;
		   padding-left: 5px;
		   color: #5c9548;
	   }
	   
	   #zoeken input#zoeksubmit {
	   	   padding: 0;
		   width: 65px;
	       height: 18px;
		   border: 0;
		   background: url("/img/zoeken.gif") top left no-repeat;
		   cursor: pointer;
		   cursor: hand;
		   margin-top: 8px;
	   }
	
	#menu {
		margin-left: 32px;
	}
	
	#menu li {
		float: left;
		margin: 0px 5px 9px 0px;
		background: url("/img/menuseperator.gif") top right no-repeat;
		padding: 10px 18px 7px 0px;
	}
	
		#menu li.active a {
			color: #5c9548;
			background: url("/img/mainbullet.gif") center left no-repeat;
		}
	
	#menu li a {
		font-size: 15px;
		color: #133900;
		text-decoration: none;
		padding-left: 15px;
	}
	
	#content {
		margin-top: 77px;
		margin-left: 24px;
		background: #fff;
		margin-right: 26px;
	}
	
	#footer {
		background: url("/img/footerbg.gif") top left no-repeat;
		width: 880px;
		margin-left: 24px;
		height: 23px;
		margin-bottom: 20px;
		padding: 12px 10px 0px 10px;
		clear: both;
	}
	
	   #footer ul {
	       float: right;	
		   margin-top: 3px;
	   }
	   
	   #footer ul li {
	       float: left;
		   margin: 5px;
		   margin-top: 0px;
		   border-right: 1px solid #000;
		   padding-right: 10px;
		   line-height: 12px;
	   }
	   
	   #footer li a {
	       text-decoration: none;
	   }
	   
	   
/* blokjes */

.blokje {
	margin-left: 4px;
	background: url("/img/blokjebg_top.gif") top left repeat-y;
	padding: 5px 10px;
	padding-right: 15px;
}

.blokjeeind {
	margin-left: 4px;
	background: url("/img/blokjebg_bottom.gif") top left no-repeat;
	height: 8px;
	margin-bottom: 5px;
}

.blokje p {
    margin-bottom: 8px;	
}

.blokje strong {
	color: #5C9548;
}

.blokje a {
	background:transparent url(/img/bullet.gif) no-repeat scroll left center;
	color:#133900;
	font-weight:bold;
	padding-left:18px;
	text-decoration:none;
}

h3 {
	font-weight: bold;
	margin-left: 11px;
	color: #133900;
	margin-bottom: 3px;
}

	
