/* -------------------------- ALGEMENE CODE -------------------------- */

#element {
	 width: 766px ;
	 margin-left: auto ;
  	 margin-right: auto ;
	 margin-top: auto;
	 margin-bottom: auto;
}

.main {
	background-color:#FFFFFF;
	height:600px;
	width:766px;
	background-position:center;
}

.hidden {
	display: none;
}

/* -------------------------- APARTE ELEMENTEN -------------------------- */

.footer {
	background-image:url(slices/colorbar.png);
	width:766px;
	height:31px;
	background-position:center;
	float:left;
}

#logo {
	width:237px;
	height:364px;
	margin-left:8px;
	float:left;
}

/* -------------------------- BODY TEKST -------------------------- */

#tekst1 p {
	margin-bottom: 10px;
}

#tekst1 p3 {
	font-size:14px;
}

#tekst1 strong {					
	font-weight: bold;
}

#tekst1 i{
	font-style:italic;
}

#tekst1 center {
	text-align:right;
}

/* -------------------------- MENU BUTTONS -------------------------- */

.menu {
	height: 35px;
	margin-top: -60px;
}

.menu ul {
	display: block;
	margin-left: 17px;
}

.menu ul li {
	display: block;
	width: 100px;
	height: 35px;
	float: left;
	margin-top: 10px;
}

.menu ul li strong {
	display: none;
}

.menu ul .home {
	width: 180px;
	background-image:url(slices/btn1.png);
	cursor:pointer;
}

.menu ul .home:hover {
	width: 180px;
	background-image:url(slices/btn1_over.png);
	cursor:pointer;
}

.menu ul .diensten {
	width: 184px;
	background-image:url(slices/btn2.png);
	cursor:pointer;
}

.menu ul .diensten:hover {
	width: 184px;
	background-image:url(slices/btn2_over.png);
	cursor:pointer;
}

.menu ul .prijzen {
	width: 185px;
	background-image:url(slices/btn3.png);
	cursor:pointer;
}

.menu ul .prijzen:hover {
	width: 185px;
	background-image:url(slices/btn3_over.png);
	cursor:pointer;
}

.menu ul .contact {
	width: 179px;
	background-image:url(slices/btn4.png);
	cursor:pointer;
}

.menu ul .contact:hover {
	width: 179px;
	background-image:url(slices/btn4_over.png);
	cursor:pointer;
}
