@charset "utf-8";
/* Body & HTML */

body, html{
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	background: url(../img/bodybg.jpg) repeat-x #fff;
	font-family: Verdana;
	font-size: 11px;
	color: #484647;}

/* TekstOpmaak */

a{color: #484647;}

h1{
	font-size: 14px;
	margin: 10px 0px 10px 0px;
	padding: 0px;}

h2{
	font-size: 12px;
	margin: 10px 0px 10px 0px;
	padding: 0px;}

/* Elementen */

#container{
	width: 980px;
	min-height: 100%;
	margin: 0 auto;
	overflow: hidden;}
	
#logo a{
	width: 135px;
	height: 90px;
	display: block;
	position: absolute;
	margin-left: 420px;
	top: 10px;}	

#header{
	width: 980px;
	height: 132px;
	background: url(../img/header.jpg) no-repeat;}
	
#footer_bg{
	width: 100%;
	height: 95px;
	background: url(../img/footer_bg.jpg) repeat-x;
	margin: 0 auto;
	margin-top: -95px;}
	
#footer{
	width: 980px;
	height: 95px;
	margin: 0 auto;
	background: url(../img/footer.jpg) no-repeat;
	}
	
#content{
	width: 850px;
	margin: 0 auto;}
	
#content_left{
	width: 194px;
	float:left;
	margin-bottom: 110px;	}
	
#content_center{
	width: 477px;
	padding-top: 25px;
	padding-right: 20px;
	line-height: 1.5;
	float:left;
	margin-bottom: 110px;}

#content_right{
	width: 159px;
	padding-top: 25px;	
	float:left;
	margin-bottom: 110px;	}
		

#banner{
	width: 850px;
	height: 214px;
}

#banner.home {
background: url(../img/afb_home.jpg) no-repeat;
}

#banner.over-nij-off {
background: url(../img/header_nijoff.jpg) no-repeat;
}

#banner.afdelingen {
background: url(../img/header_afdeling.jpg) no-repeat;
}

#banner.aanleveren {
background: url(../img/header_digitaal.jpg) no-repeat;
}

#banner.offerte {
background: url(../img/header_online.jpg) no-repeat;
}


/* Menu */

.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 152px;
	padding-top: 25px;
}

.menu li {
	padding: 0;
	margin: 0;
	display: block;
	list-style: none;
	margin-bottom: 5px;
}
.menu li a, .menu li a:visited {
	display: block;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background-repeat: no-repeat;
	border: 0px;
	height: 32px;
	width: 152px;
}

.menu_home a {background-image: url(../img/menu_home_n.jpg);  }
.menu_home a:hover {background-image: url(../img/menu_home_h.jpg);  }
.menu_home_active a {background-image: url(../img/menu_home_h.jpg);  }

.menu_over a {background-image: url(../img/menu_over_n.jpg);  }
.menu_over a:hover {background-image: url(../img/menu_over_h.jpg);  }
.menu_over_active a {background-image: url(../img/menu_over_h.jpg);  }

.menu_afdelingen a {background-image: url(../img/menu_afdelingen_n.jpg);  }
.menu_afdelingen a:hover {background-image: url(../img/menu_afdelingen_h.jpg);  }
.menu_afdelingen_active a {background-image: url(../img/menu_afdelingen_h.jpg);  }

.menu_aanleveren a {background-image: url(../img/menu_aanleveren_n.jpg);  }
.menu_aanleveren a:hover {background-image: url(../img/menu_aanleveren_h.jpg);  }
.menu_aanleveren_active a {background-image: url(../img/menu_aanleveren_h.jpg);  }

.menu_offerte a {background-image: url(../img/menu_offerte_n.jpg);  }
.menu_offerte a:hover {background-image: url(../img/menu_offerte_h.jpg);  }
.menu_offerte_active a {background-image: url(../img/menu_offerte_h.jpg);  }