@charset "utf-8";
/* CSS Document */
html, body { height: 100% }

body {
	margin: 0px;
	background-color: #FFF;
}



.theworks_div {
	width: 1280px;
	height: 100%;
	padding: 0px;
	font-family: "Courier New", Courier, monospace;
	margin:0 auto;
	font-weight: normal;
	background-color: #FFF;
	float: both;
	position:relative;
}

.theworks_frame_inhoud {
	width: 950px;
	height: 95%;
	overflow-y: auto;
	overflow-x: hidden;
	float: left;
	position:absolute;
	left:0px;
	top: 5%;
}

.theworks_frame_inzetten {
	width: 330px;
	height: 95%;
	overflow-y: auto;
	overflow-x: hidden;
	float: left;
	position:absolute;
	left:950px;
	top: 5%;
}

.theworks_afbeelding {
	margin: 0px;
	width: 900px;
}
.theworks_tekst {
	margin: 0px;
	width: 900px;
}

.theworks_tonvansummeren {
	margin: 0px;
	width: 330px;
	height: 5%;
	margin: 0 auto;
	font-weight: bold;
	background-color: #FFF;
	position: absolute;
	left: 950px;
	top: 0px;
	text-align: center;
	vertical-align:middle;
	
}
.theworks_titelbalk {
	margin: 0px;
	width: 950px;
	height: 5%;
	margin: 0 auto;
	font-weight: bold;
	background-color: #FFF;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	vertical-align:middle;
	
}
.theworks_tonvansummeren a:link,.theworks_tonvansummeren a:visited,.theworks_tonvansummeren a:hover,.theworks_tonvansummeren a:active{
	color: #000;
	text-decoration: none;
}
.theworks_inzet {
	width: 274px;
	padding: 0px;
	font-family: "Courier New", Courier, monospace;
	margin:0 auto;
	font-weight: normal;
	background-color: #FFF;
}
.theworks_inzet p {
	margin:0px;
	
}
