/* CSS MENU */

#menu {
	background: url(../img/bg_container.png) repeat-x;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 5px;
	float: left;
	width: 990px;
}

#menukoppen {
	float: left;
	margin-right: 10px;
}
#menurechts {
	float: left;
}

.vak {
	width: 470px;
	height: 155px;
	padding-left: 10px;
	padding-top: 5px;
	background-color: #475142;
}			

.kop {
	width: 450px;
	height: 24px;
	line-height: 19px;
	padding-left: 30px;
	background-image: url(../img/bg_oranje_subkop.png);
}	

.vak_contact {
	width: 240px;
	height: 155px;
	padding-left: 10px;
	padding-top: 5px;
	background-color: #475142;
	background: url(../img/telefoon.png) no-repeat;
	float: left;
	clear: both;
}			

.kop_contact {
	width: 220px;
	height: 24px;
	line-height: 19px;
	padding-left: 30px;
	background-image: url(../img/bg_oranje_subkop.png);
	float: left;
}	

h1 {
	width: 170px;
	height: 31px;
	line-height: 31px;
	background-image: url(../img/bg_oranje_menukop.png);
	margin: 0px;
	padding-left: 30px;	
	font-size: 11px;
	color: #444d3f;
	font-weight: bold;
}

#menu a {
	color: #444d3f;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: none;
}
#menu a:visited {
	color: #444d3f;
	text-decoration: none;
}
#menu a:link {
	color: #444d3f;
}

.icon {
	margin-bottom: 5px;
}

#icons {
	float: left;
	width: 20px;
}

#adres {
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	width: 180px;
}	


