* {
	margin: 0;
	padding: 0;
}

html {
	background-color: #82A9E2;
	font-family: "trebuchet ms", verdana, arial, serif, helvetica;
	font-size: 14px;
	color: black;
}

body {
	overflow: auto;
	width: 780px;
	margin: 0 auto;
	padding-bottom: 150px;
	background: white url(images/site-background.jpg) no-repeat bottom left;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

h1.logo a {
	position: absolute;
	width: 218px;
	background: url(images/logo.png) no-repeat 0 0;
	top: 40px;
	height: 0;
	padding-top: 225px;
	margin-left: 10px;
	overflow: hidden;
	z-index: 2;
}

a {
	color: #5179B1;
	text-decoration: underline;
}
a:hover {
	color: #6189C1;
	text-decoration: underline;
}
#container {
	margin-top: -170px;
	z-index: 2;
	overflow: auto;
}

#facebook {
	float: left;
	text-align: left;
}

#content {
	float: left;
	text-align: left;
	text-align: justify;
	width: 450px;
	margin-bottom: 10px;
	line-height: 19px;
	min-height: 600px;
}

#content p {
	margin-bottom: 4px;
}
#content ul li {
	list-style: disc;
	margin-left: 14px;
}
#content ol {
	list-style-type: decimal;
	margin-top: 5px;
	margin-left: 14px;
}
#content ol li {
	list-style-type: decimal;
	margin-top: 5px;
	margin-left: 14px;
}
#content h1 {
	border-bottom: 1px solid black;
	padding-right: 50px;
	margin-bottom: 10px;
	font-size: 20px;
	width: 70%;
	padding-left: 15px;
}
#content h2 {
	border-bottom: 1px solid black;
	padding-right: 50px;
	margin-bottom: 10px;
	width: 70%;
	padding-left: 15px;
}

#menu {
	float: left;
	margin-top: 50px;
	margin-right: 100px;
}

#menu dt {
	width: 140px;
	border-bottom: 1px solid #193E91;
	background: url(images/bolletje.png) no-repeat bottom left;
	padding-left: 15px;
	padding-top: 15px;

	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #193E91;
	line-height: 19px;
}
#menu dd {
	padding-top: 5px;
	padding-left: 25px;
	color: #6189C1;
}
#menu dd:before {
	content: "> ";
}
#menu dt a {
	color: #193E91;
	text-decoration: none;
}
#menu dd a:hover {
	text-decoration: none;
}

#boog {
	background-repeat: no-repeat;
	background-position: top right;
	top: 0;
	height: 412px;
	overflow: hidden;
}

.background1 { background-image: url(images/bg-boog-foto.jpg); }
.background2 { background-image: url(images/bg-boog-foto2.jpg); }
.background3 { background-image: url(images/bg-boog-foto3.jpg); }

#boog div {
	width: 780px;
	height: 412px;
	background: url(images/bg-boog-top.png) no-repeat top left;
}

