@charset "utf-8";
/* CSS Blijleven */

html,body {
	margin:0;
	padding:0;	
	color: #000;
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif
}
a:link {text-decoration: none; color: #00aee7;}
a:active {text-decoration: none; color: #00aee7;}
a:visited {text-decoration: none; color: #00aee7;}
a:hover {text-decoration: underline; color: #00aee7;}


h1 {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif
}

h2 {
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif
	}

div#container {
	top: 0px;
	position: absolute;
	width: 950px;
	height: 147px;
	left: 50%;
	margin-left: -475px;
}

div#container-header {
	width: 950px;
	height:147px;
	text-align: left;
	padding: 0px;
	background-repeat:no-repeat;
	background-color: #fff;
	border-right: 1px solid #7EB1C2;
	border-left: 1px solid #7EB1C2;
}

div#container-content {
	width: 950px;
	background-color: #FFFFFF;
	color: #000;
	padding: 0px 0px 0px 0px;
	border-right: 1px solid #7EB1C2;
	border-left: 1px solid #7EB1C2;
}
#container-footer {
	width: 952px;
	border-top: 1px solid #7EB1C2;
	height: 0px;
	background-color: #fff;
	font-size: 0px;
	text-align: right;
	color: #999999;
	padding-top: 0px;
}
#menu {
	position: absolute;
	clear:both;
	left:44px;
	top:117px;
	width:860x;
	height:33px;
	z-index: 99;
	background-color: #D6D6D6;
}


.menu-home a {
	display:block;
	width: 87px;
	height: 33px;
	background-image: url(../images/but_home.gif);
	background-repeat: no-repeat;
	float: left;
}
.menu-home a:active {  background-image: url(../images/but_home2.gif); background-repeat: no-repeat;}
.menu-home :hover { text-decoration: none; background-image: url(../images/but_home2.gif); background-repeat: no-repeat;}

.menu-profiel a {
	display:block;
	width: 88px;
	height: 33px;
	background-image: url(../images/but_profiel.gif);
	background-repeat: no-repeat;
    float: left;  
}
.menu-profiel a:active { background-image: url(../images/but_profiel2.gif); background-repeat: no-repeat;}
.menu-profiel :hover { text-decoration: none; background-image: url(../images/but_profiel2.gif); background-repeat: no-repeat;}

.menu-kwaliteit a {
	display:block;
	width: 108px;
	height: 33px;
	background-image: url(../images/but_kwaliteit.gif);
	background-repeat: no-repeat;
	float: left;
}
.menu-kwaliteit a:active { background-image: url(../images/but_kwaliteit2.gif); background-repeat: no-repeat;}
.menu-kwaliteit :hover { text-decoration: none; background-image: url(../images/but_kwaliteit2.gif); background-repeat: no-repeat;}

.menu-veiligheid a {
	display:block;
	width: 114px;
	height: 33px;
	background-image: url(../images/but_veiligheid.gif);
	background-repeat: no-repeat;
	float: left;
}
.menu-veiligheid a:active { background-image: url(../images/but_veiligheid2.gif); background-repeat: no-repeat;}
.menu-veiligheid :hover { text-decoration: none; background-image: url(../images/but_veiligheid2.gif); background-repeat: no-repeat;}

.menu-projecten a {
	display:block;
	width: 108px;
	height: 33px;
	background-image: url(../images/but_projecten.gif);
	background-repeat: no-repeat;
	float: left;
}
.menu-projecten a:active { background-image: url(../images/but_projecten2.gif); background-repeat: no-repeat;}
.menu-projecten :hover { text-decoration: none; background-image: url(../images/but_projecten2.gif); background-repeat: no-repeat;}

.menu-materieel a {
	display:block;
	width: 115px;
	height: 33px;
	background-image: url(../images/but_materieel.gif);
	background-repeat: no-repeat;
	float: left;
}
.menu-materieel a:active { background-image: url(../images/but_materieel2.gif); background-repeat: no-repeat;}
.menu-materieel :hover { text-decoration: none; background-image: url(../images/but_materieel2.gif); background-repeat: no-repeat;}

.menu-persberichten a {
	display:block;
	width: 149px;
	height: 33px;
	background-image: url(../images/but_persberichten.gif);
	background-repeat: no-repeat;
	float: left;
}
.menu-persberichten a:active { background-image: url(../images/but_persberichten2.gif); background-repeat: no-repeat;}
.menu-persberichten :hover { text-decoration: none; background-image: url(../images/but_persberichten2.gif); background-repeat: no-repeat;}

.menu-contact a {
	display:block;
	width: 91px;
	height: 33px;
	background-image: url(../images/but_contact.gif);
	background-repeat: no-repeat;
	float: left;
}
.menu-contact a:active { background-image: url(../images/but_contact2.gif); background-repeat: no-repeat;}
.menu-contact :hover { text-decoration: none; background-image: url(../images/but_contact2.gif); background-repeat: no-repeat;}
2
