body{

	background: url('../images/background.png') repeat-x white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	
}

img{

	border: 0;
	
}

#container{
	
	width: 880px;
	margin: auto;
	
}

#logo{

	width: 439px;
	float: left;
	height: 131px;
	
}

#languages{
	
	width: 441px;
	float: left;
	height: 20px;
	text-align: right;
	padding-top: 111px;
	
}

#menu{
	
	width: 880px;
	height: 36px;
	float: left;
	background: url('../images/menu_background.png');
	
}

#menu ul{
	
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 9px auto;
	width: 450px;
	
}

#menu ul#menunl{
	
	width: 550px;	
	
}

#menu li{

	display: inline;
	margin-right: 28px;
	
}

#menu li a{
	
	color: #003333;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	
}

#header{
	
	float: left;
	margin-bottom: 20px;
	
}

#content{
	
	width: 880px;
	float: left;
	
}

#text{
	
	width: 430px;
	margin-left: 40px;
	font-size: 12px;
	float: left;
	color: #999999;	
	
}

#content h1{
	
	font-family: Myriad Pro, arial;
	color: #003333;
	font-size: 20px;
	border-bottom: 2px solid #006633;
	
}

#content h2{
	
	font-weight: bold;
	font-size: 13px;
	color: #006633;	
	
}

#boxen{
	
	width: 340px;
	margin-left: 40px;
	float: left;
	
}

#box1{
	
	width: 340px;
	height: 120px;
	float: left;
	background: url('../images/box1.png');
	
}

#box1 h2{
	
	font-weight: bold;
	font-size: 13px;
	margin: 18px 0 0 22px;
	color: #003333;
	
}

#box1 p{
	
	margin: 0;
	color: white;
	font-size: 12px;
	width: 200px;
	float: left;
	margin: 20px;
	
}

#box1 a{

	color: white;
	
}

#box2{
	
	width: 340px;
	height: 118px;
	float: left;
	background: url('../images/box2.png');
	
}

#box2 h2{
	
	font-weight: bold;
	font-size: 13px;
	margin: 10px 0 0 22px;
	color: #003333;
	
}

#box2 p{
	
	margin: 0;
	color: white;
	font-size: 12px;
	width: 250px;
	float: left;
	margin: 20px;
	
}

#box3{
	
	width: 337px;
	height: 109px;
	float: left;
	background: url('../images/box3.png');
	margin-top: 20px;
	
}

#box3 h2{
	
	font-weight: bold;
	font-size: 13px;
	margin: 15px 0 0 22px;
	color:  #333;
	
}
#left{

	margin: 0;
	color: white;
	font-size: 12px;
	width: 135px;
	float: left;
	margin: 16px;
	margin-left: 23px;
	
}

#right{

	margin: 0;
	color: white;
	font-size: 12px;
	width: 150px;
	float: left;
	margin-top: 16px;
	
}

#footer{
	
	float: left;
	width: 100%;
	position: relative;
	bottom: 0px;
	height: 129px;
	background: url('../images/footer_background.png');
	z-index: -1;
	
}

#footer_text{
	
	width: 892px;
	height: 21px;
	background: url('../images/footer.png');
	
	position: absolute;
	bottom: 0;
	left: 50%; 
	margin-left: -449px;
	
	text-align: center;
	font-size: 12px;
	color: #999999;
	padding-top: 12px;
	
}

table a, #boxen a{
	
	text-decoration: none;
	color: black;
	
}

#producten_menu, #producten_menu ul li{
	
	list-style: none;
	
}
