frame.site {
	border: none;
}
body {
	margin: 0px;
	background-color: #FFFFFF;
}
body.site {
	background-image: url("img/achtergrond.jpg");
}
body.plattegrond {
	margin: 0px;
	background-color: #FFFFFF;
}

#divArchief {
	position: absolute;
	left: 718px;
	top: 10px;
	z-index: 3;
	text-align: center;
}
#divMenu {
	position: absolute;
	left: 20px;
	top: 85px;
	width: 150px;
	z-index: 3;
}
#divSelectie {
	position: absolute;
	left: 210px;
	top: 10px;
	z-index: 3;
}
#iframeContent {
	position: absolute;
	left: 210px;
	top: 60px;
	width: 500px;
	height: 340px;
	z-index: 3;
}
#imgCCF {
	position: absolute;
	left: 718px;
	top: 35px;
	z-index: 3;
}

a.menu {
	color: #014A8E;
	text-decoration: none;
}
a.menu:hover {
	color: #014A8E;
	text-decoration: underline;
}
td.menu {
	font-family: arial, helvetica;
	font-weight: bold;
	font-size: 12px;
	padding-top: 1px;
	padding-bottom: 1px;
}

form {
	margin: 0px;
}

select {
	background-color: #FAFAFB;
	color: #000000;
	font-face: arial;
	font-size: 10px;
	width: 250px;
}

td.label {
	font-family: arial, helvetica;
	font-weight: bold;
	font-size: 12px;
	color: #014A8E;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 3px;
	padding-left: 20px;
}

select.archief {
	margin-left: 2px;
	margin-right: 2px;
	width: 60px;
}
