body {
	margin: 20px;
	padding: 0px;
	background-color: #5B5B5E;
	scrollbar-arrow-color:#5B5B5E;
	scrollbar-base-color:#FFFFFF;
	scrollbar-face-color:#D0D61B;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #000000;
	text-decoration:underline;
}

#container {
	position: absolute;
	width: 760px;
	left: 50%;
	margin-left: -380px;
	top: 50%;
	margin-top: -220px;
	height: 440px;
	background-color: #FFFFFF;
	z-index: 0;
}
#content {
	position: absolute;
	width: 380px;
	left: 0px;
	top: 0px;
	height: 360px;
	z-index: 1;
}
#artenklein {
	position: absolute;
	height: 360px;
	width: 380px;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#navigatie {
	position: absolute;
	height: 80px;
	width: 760px;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	background-image: url(img/nav_back.gif);
}
img#logo {
	position: absolute;
	left: 70px;
	top: 151px;
	z-index: 2;
}
img#hoekrb {
	top: 0px;
	right: 0px;
	position: absolute;
}
img#inloggen {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
img#navback {
	position: absolute;
	z-index: auto;
	left: 0px;
	top: 0px;
}

.main {
	position: absolute;
	height: 320px;
	width: 350px;
	left: 20px;
	top: 20px;
	overflow: auto;
	padding-right: 10px;

}
.afbeelding {
	position: absolute;
	height: 200px;
	left: 0px;
	top: 0px;
}
.tekst {
	position: absolute;
	height: 80px;
	width: 360px;
	left: 10px;
	bottom: 30px;
}
.navigatie {
	position: absolute;
	left: 170px;
	bottom: 1px;
}

