* {
	padding: 0;
	}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #2B2E19;
	background-color: #131C16;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: bold;
}
p {
	margin: 9px 0 9px 0;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: large;
	color: #2B2E19;
}
strong {
	font-weight: normal;
}
a:link, a:hover, a:visited, a:active {
	font-weight: bold;
	color: #2B2E19;
	text-decoration: underline;
}
.klein {
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #BEAD99;
}

#container {
	margin: auto;
	height: 550px;
	width: 875px;
	position: relative;
}

#kop {
	height: 152px;
	width: 875px;
	left: 0px;
	top: 0px;
}
#body {
	height: 422px;
	width: 602px;
	position: absolute;
	left: 273px;
	top: 152px;
	z-index: 0;
}
#body_werk {
	height: 422px;
	width: 602px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#titel_portfolio {
	height: 19px;
	width: 112px;
	position: absolute;
	left: 345px;
	top: 138px;
	z-index: 3;
}
table,td,tr {
	cellmargin: 0px;
	cellpadding: 0px;
	border: 0px;
}
	
#content {
	height: 423px;
	width: 510px;
	z-index: 1;
	left: 0px;
	top: 0px;
	position: absolute;
	overflow: auto;
}
#welkomtekst {
	position:absolute;
	width:552px;
	height:161px;
	z-index:1;
	left: 4px;
	top: 246px;
	visibility: hidden;
	text-decoration: none;
}
.zwart {
	font-weight: bold;	
}
#nav {
	width: 273px;
	height: 423px;
}
.bg_home {
	background-image: url(../images/bg_draak.jpg);
	background-repeat: no-repeat;
}

