/* CSS Document */
*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1b4127;
}
body{
	margin: 0;
	padding: 0;
	background-color: #1b4229;
}
#container{
	background-image: url(../images/bg.jpg);
	background-color: #fff;
	background-position: 0 134px ;
	background-repeat: repeat-x;
}
/* HEADER */
#header{
	background-image: url(../images/bg_menu.jpg);
	height: 134px;
}
#header_content{
	margin: 0 auto;
	width: 780px;
}
#logo{
	padding-top: 8px;
}
#menu{
	position:absolute;
	width: 780px;
	top: 100px;
	padding: 10px 0 0 0 ;
}
#menu ul, #menu li{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
#menu a{
	display: block;
	margin-right: 20px;
	color: #1b4127;
	font-size: 12px;
	text-decoration: none;
}
#menu a:hover{
	text-decoration: underline;
}
#menu .active{
	color: #e70e12;
	text-decoration: underline;
}
#home{
	position: absolute;
	left: 760px;
	top: 8px;
}
/* MAIN */
#main{
	_height:  426px;
	min-height: 426px;
}
#main_content{
	margin: 0 auto;
	width: 780px;
}
#main_left {
	width: 390px;
	margin: 24px 0 20px 0;
	float: left;
}
#main_right {
	width: 350px;
	padding: 10px 20px;
	font-size: 12px;
	line-height: 150%;
	float: left;
}
#main_right h1 {
	font-size: 14px;
}
#content{
	float: left;
	width: 630px;
	font-size: 12px;
	line-height: 18px;
	padding: 20px 20px 10px 0;
}
#content .home{
	float: right;
}
#content h1{
	font-size: 18px;
	color: #e6080e;
	line-height: 24px;
}
#content h2, #content h3, #content h4{
	font-size: 18px;
	color: #e6080e;
	line-height: 24px;
}
#content .titel, #content .inleiding{
	font-weight: bold;
}
#sideimage{
	float: right;
	width: 130px;
	height: 400px;
	/* position: absolute; */
}
#product{
	width: 598px;
	height: 180px;
	background: #F8D7AC;
	border: 1px solid #000;
	margin: 0 0 20px 0;
}
#product .image{
	padding: 8px 0 8px 50px;
	float: left;
	width: 100px;
}
#product .content{
	float: left;
	width: 425px;
}
#product h1{
	padding: 15px 0 15px 0;
	margin: 0;
}
#product h2{
	padding: 0 0 15px 0;
	margin: 0;
	color: #000;
	font-size: 14px;
}
#product p{
	padding: 0;
	margin: 0;
}
#padding{
	padding: 0 0 230px 0;
}
/* FOOTER */
#footer{
	background-image: url(../images/bg_menu.jpg);
	background-color: #1b4229;
	height: 65px;
}
#footer_content{
	margin: 0 auto;
	width: 780px;
}
#footer a{
	color: #fff;
}
#footer_col1, #footer_col2, #footer_col3, #footer_col4{
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	float: left;
	padding: 14px 60px 0 0;
}
#footer_col4{
	padding: 8px 0 0 0;
	width: 60px;
	float: right;
	text-align: right;
}
