* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 20px;
	background-color: #ee7f00;
}
#wrapper {
	width: 1000px;
	border: medium solid #9f5704;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 675px;
	background-repeat: no-repeat;
	background-image: url(images/Wrappers_drukwerk.jpg);
}
#faux {
	margin-bottom: 10px;
	overflow: auto;
	width: 100%;
}
#header {
	width: 1000px;
	padding: 0px;
	height: 267px;
	color: #FFF;
	background-image: url(images/Header_drukwerk_1000_267.jpg);
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ee7f00;
}
#leftcolumn {
	display: inline;
	color: #333;
	padding:0;
	width: 205px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #ee7f00;
}
#rightcolumn {
	float: right;
	color: #333;
	width: 699px;
	display: inline;
	position: relative;
	margin-top: 25px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 10px;
	height: 372px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	line-height:1;
	font-size: 10.5pt;
}
#tekst {
	float: right;
	color: #333;
	width: 699px;
	display: inline;
	position: relative;
	height: 320px;
	line-height:2.5;
	font-size: 11pt;
	padding: 0;
}
.clear { clear: both; background: none; }
