body {
	overflow: auto;
	margin: 0;
	padding: 0;

	background: #FFFFFF url(img/bg_wood.png) fixed;

	font-family: Questrial, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4D4D4E;
}

a {
	color: #717274;
}
a:hover {
	text-decoration: none;
}

#logo {
	position: absolute;
	left: 60px;
	top: 20px;

	border: 6px solid white;
	border-radius: 16px;
	padding: 10px;
	background: white;
}
#logo_continuation {
	position: absolute;
	left: 675px;
	top: 36px;

	width: 100px;
	height: 200px;

	background: url(img/logo_continuation.png) repeat-x;
}

.note {
	position: absolute;

	min-width: 160px;

	border: 6px solid white;
	border-radius: 16px;
	padding: 20px;
	background: white;

	-webkit-box-shadow: 1px 1px 1px 1px rgba(22,22,22,1);
	-moz-box-shadow: 1px 1px 1px 1px rgba(22,22,22,1);
	box-shadow: 1px 1px 1px 1px rgba(22,22,22,1);
}
.note.sub {
	
}
.note.sub .content {
	overflow: hidden;
}
.note.sub:hover {
	border-color: #30BDEA;
	cursor: pointer;
	z-index: 2000;
}
.note .pin {
	position: absolute;
	left: 35%;
	top: -22px;

	width: 100px;
	height: 64px;

	background: url(img/pin1.png) no-repeat;
}
.note .pin.p1 {
	background: url(img/pin1.png) no-repeat;
}
.note .pin.p2 {
	left: 25%;
	background: url(img/pin2.png) no-repeat;
}
/*
.note .pin.left {
	left: 5%;
	background: url(img/pin2.png) no-repeat;
}
.note .pin.right {
	left: 75%;
}
*/
.note .content {
	margin-top: 20px;
	overflow: auto;
}
.note .content .title {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

#main {
	left: 240px;
	top: 240px;
	width: 500px;
	min-height: 280px;
}

#breadcrumbs {
	padding-bottom: 10px;

	font-size: 12px;
}
#breadcrumbs .sep {
	font-size: 14px;
}

#nav {
	left: 10px;
	top: 260px;
}
#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#nav a {
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}

#contact {
	left: 48px;
	top: 470px;
	z-index: 1000;
}

/* IN-CONTENT STYLES */

.kop {
	font-size: 20px;
	font-weight: bold;
}
.klein {
	font-size: 12px;
}
.standaard {
	font-size: 14px;
}
.intro {
	font-size: 16px;
}
.titel {
	font-size: 20px;
	font-weight: bold;
	color: #4367A5;
}