@charset "utf-8";

/* CSS Document */
.verloop {
	position: absolute;
	width: 100%;
	height: 160px;
}
body {
	margin: 0;
	padding: 0;
	font: 10pt Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #009900;
	mi
}

#site {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #FFF;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	width: 800px;
}

#header {
	color: white;
	height: 170px;
	background: url(../images/banner.jpg) no-repeat;
}

#navigatie {
	position: absolute;
	top: 385px;
	left: 50%;
	margin-left: -325px;
}

#inhoud {
	border-left: 3px solid #900;
	position: relative;
	top: 0px;
	bottom: 0px;
	left: 200px;
	background-color: white;
	width: 597px;
	height: auto;
	text-align: justify;
}

#content {
	min-height: 250px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
}

#footer {
	background-color: #900;
	border-top: 1px solid #000000;
	font: 8pt Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	height: 15px;
}

.knop {
	padding: 5px;
	width: 145px;
	height: 15px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #009900;
	margin-bottom: 3px;
	border-right: 1px outset white;
	border-bottom: 1px outset white;
	border-left: 1px solid #f1f1f1;
	border-top: 1px solid #f1f1f1;
	cursor: pointer;
	color: white;
	text-align: right;
	font-weight: bold;
}
a {
	color: #ff6600;
}
a:hover {
	color: #f6cea3;
}
a:visited {
	color: gray;
}
