@charset "UTF-8";
/* CSS Document */
body {
	background-repeat: no-repeat;
	background-position: center 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#top {
	height: 92px;
	width: 662px;
	margin-top: 200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../images/opbouw/menuback.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#logo {
	position: absolute;
	height: 64px;
	width: 305px;
	top: 0px;
	right: 10px;
	z-index: 99;
}
#menu {
	position: absolute;
	height: 30px;
	width: 400px;
	left: 15px;
	bottom: 6px;
}
#top #menu ul li {
	float: left;
}
#top #menu ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#top #menu ul li a:hover {
	color: #000;
}
#main {
	height: auto;
	width: 608px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../images/opbouw/tekstback.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	color: #434343;
	margin-bottom: 10px;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
}
#main p {
	line-height: 24px;
	margin-bottom: 15px;
}
#main h1 {
	color: #57a701;
	font-size: 55px;
	font-weight: lighter;
	margin-bottom: 15px;
	margin-top: 0px;
}
#main h2 {
	font-size: 13px;
	color: #57a701;
	line-height: 18px;
	margin-bottom: 15px;
	font-weight: bold;
}
#main h3 {
	font-size: 13px;
	font-weight: bold;
	color: #57A701;
	margin-bottom: 0px;
}
#bottom {
	background-image: url(../images/opbouw/footer.jpg);
	height: 120px;
	width: 757px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	position: relative;
}
#copyright {
	position: absolute;
	height: 15px;
	width: 400px;
	right: 70px;
	bottom: 15px;
	font-size: 10px;
	text-align: right;
	color: #333;
}
#bottom #copyright a {
	color: #333;
	text-decoration: none;
}
#bottom #copyright a:hover {
	color: #57A701;
}
#main p a {
	color: #57A701;
	text-decoration: none;
}
#main p a:hover {
	color: #333;
	text-decoration: underline;
}#main p img {
	border: 1px solid #999;
	margin: 5px;
}
#main p a:hover img {
	border-top-color: #57A701;
}
.opsomming {
	margin-left: 90px;
}
#main #orange {
	color: #FF9900;
}
