/* CSS Document */
#centreer {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:760px;
	border:1px solid #333333;
	z-index:1;
	top:0px;
	background-color:#FFFFFF;
	background-repeat:repeat;
	overflow:hidden;
}
#header {
	width:760px;
	z-index:1;
}

#content {
	background:#FFFFFF;
	width:700px;
	z-index:1;
	padding-left:10px;
	padding-bottom:10px;
}
#adres {
	position: absolute;
	float:left;
	width:200px;
	height:100px;
	z-index:2;
	font-size:11px;
	border:1px solid #FF6600;
	padding-top:10px;
	padding-left:2px;
	margin-left: 80px;
	left: 197px;
	top: 219px;
	background-color:#FFFFFF;
	}
#tijden {
	position:absolute;
	width:200px;
	height:142px;
	border:1px solid #FF6600;
	z-index:2;
	font-size:11px;
	padding-top:10px;
	padding-left:2px;
	left: 277px;
	top: 344px;
	background-color:#FFFFFF;
	}

.adres {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:525px;
	height:15px;
	z-index:2;
	font-size:11px;
	border:1px solid #CC0000;
	}
#bugando {
	margin-left:auto;
	margin-right:auto;
	width:760px;
	font-size:9px;
}
body,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#CC0000;
}
#wie {
	position:absolute;
	width:177px;
	height:227px;
	z-index:2;
	left: 31px;
	top: 219px;
	padding:25px;
	border:1px solid #FF6600;
	background-color:#FFFFFF;
	}
#wat {
	position:absolute;
	width:176px;
	height:227px;
	z-index:2;
	left: 500px;
	top: 219px;
	padding:25px;
	border:1px solid #FF6600;
	background-color:#FFFFFF;
}
#verhuizen {
	position:absolute;
	width:695px;
	height:45px;
	z-index:2;
	left: 28px;
	border:1px solid #FF6600;
	background-color:#FFFFFF;
	top: 221px;

}


.kop1 {
	font-size: 14px;
	color: #CC0000;
	font-weight:bold;
}
.kop2 {
	font-size: 12px;
	color: #CC0000;
	font-weight:bold;
}
.style1 {font-size: 9px}

a:link, a:visited, a:hover, a:active {
	color: black;
}
.colorlink:hover {
	color: #CC0000;
}
.nounderline {
	text-decoration:none;
}
tr, td {
		background-color:#FFFFFF;
		}


/*menupart*/
#menu {
	width:760px;
	float:left;
	z-index:1;
	background-color: #FF6600;
	border-bottom: 1px solid #990000;
	border-top: 1px solid #990000;
}
ul {
	margin: 0;
	padding: 0;
	float:left;
	list-style-type:none;
	width:760px;
	}
ul a {
	display:block;
	float:left;
	width: 100px;
	height: 22px;
	line-height:22px;
	color: #000000;
	font:Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
ul li {
	float:left;
	border-right: 1px solid #990000;
	}
ul a:hover {
	color:#FFFFFF;
	background-color:#CC0000;
	}

