body,
html {
    margin:0;
    padding:0;
    background:#FAFAFA;
    color:#000;
    }
body {
    min-width:780px;
	 vertical-align: middle;
    }
#content{
	width:100%
	height: 550px;
	margin: 0 auto;
	vertical-align: middle;
	text-align: left;
}
#titel{
	width: 272px;
	height: 25px;
	position: absolute;
	left: 120px;
	top: 59px;
	background-image: url(props/titel.png);
	background-repeat: no-repeat;
}
/*Opmaak - elementen */
#vertlijn{
	width: 1px;
	height: 380px;
	position: absolute;
	top:133px;
	left:250px;
	background-color: #ccc;
}
#paginatitel{
	position: absolute;
	right: 15%;
	top: 57px;
	float: right;
	font-family: "Lucida Sans", Helvetica, Arial, sans-serif;
	font-weight: 200;
	color: #ccc;
	font-size: 20pt;
	letter-spacing: 4px;
	text-align: right;
}
/*HOOFDMENU*/
#hoofdmenu{
	text-align: right;
	position: absolute;
	/*left: 25px;*/
	left: -170px;
	top: 185px;
	width: 400px;
	font-family: "Lucida Sans", Helvetica, Arial, sans-serif;
	font-weight: 200;
	color: #262626;
	font-size: 14pt;
	letter-spacing: 3px;
}
#hoofdmenu li{
	list-style: none;
	/*margin-bottom: 21px;*/
	height: 45px;
}

/*SUBMENU*/
#submenu{
	text-align: left;
	position: absolute;
	left: 230px;
	top: 185px;
	width: 200px;
	font-family: "Lucida Sans", Helvetica, Arial, sans-serif;
	font-weight: 200;
	color: #262626;
	font-size: 11pt;
	letter-spacing: 2px;
}
.teaser{
	font-size:9pt;
}
.blanco{
	visibility: hidden;
}
#submenu li{
	list-style: none;
	height: 45px;
}
a:link {
	color: #262626;
	text-decoration: none;
}
a:visited{
	color: #262626;
	text-decoration: none;
}
a:hover{
	color: #262626;
	text-decoration: underline;
}
/*INHOUD*/
/*orig#inhoud{
	float: right;
	position: absolute;
	left: 450px;
	top: 150px;
	width: auto;
	height: 340px;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: scroll;
}*/
#inhoud{
	float: right;
	position: absolute;
	left: 450px;
	top: 150px;
	width: auto;
	#width: 540px; /*hack nodig voor ie6 */
	height: 340px;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: scroll;
}
#txt{
	position: relative;
	width: auto;
	margin-right: 20%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #111;
	line-height: 1.7em;
	/*overflow-x: hidden;*/
}
p{
	min-width: 450px;
	max-width: 550px;
	#width: 450px; /*Bah IE6! leer eens css*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #111;
}
#txt td{
	background: #FAFAFA;
	width: 130px;
	height: 130px;
	border: none;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
img{
	border: none;
}
#txt a{
	font-weight: bold;
	color: #9896BA;
}
#txt ul{
	margin-top: 40px;
	list-style: none;
}
#txt li{
	width: 450px;
}
h1{
	width: 450px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #111;
	line-height: 1.7em;
}
h2{
	width: auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #111;
	line-height: 1.7em;
	margin-bottom: 1em;
	margin-top: 2em;
}
h3{
	color: #ff0000;
	}
#pic table{
	position: relative;
	top: 125px;
	left: 465px;
	width: 500px;
	height: 380px;
}
#pic td{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#schema{
	position: relative;
	top: 135px;
	left: 465px;
	width: 500px;
	height:440px;
}

.plaatjes{
	width: 450px;
}
p img{
	padding: 8px;
	display: inline;
}
.werkinfo{
	text-align: left;
	width: 300px;
	display: table-cell;
}
/*Images Werk en Archief*/
.thumb{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 200px;
	height: 200px;
}