@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #ADA189;
}
#holder {
	width: 950px;
	background:#877D6C;
	text-align: left;
	margin: 0 auto 0 auto;
	border: 1.5px solid #000000;
}
#nav ul li a:hover, #nav ul li a:focus {
	background-color: #00CCFF;
}
.container {
	color: #003366;
	background-color: #CCCCCC;
	text-align: justify;
	width: 99%;
}
#content h1 {
	font-size: 110%;
	color: #000000;
	margin: 20px;
}
#content h2 {
	font-size: 90%;
	color: #000000;
	margin: 20px;
}

#banner {
	height: 100px;
	background-image: url(../Afbeeldingen/Banner/Bannertest-1.jpg);
	background-repeat: no-repeat;
}
#nav {
	background-color: #003366;
	width: 950px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#footer {
	padding: 5px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #003366;
	clear: both;
	height: 15px;
	border: 2px solid #000000;
}
#footerleft {
	font-size: 60%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	float: left;
	height: 15px;
	width: 300px;
}
#footerright {
	font-size: 60%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	float: right;
	height: 15px;
	width: 300px;
}
#footercenter {
	font-size: 75%;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
	height: 15px;
	width: 340px;
	position: absolute;
}

#content p {
	line-height: 130%;
}


#leftcol {
	background-color: #DCCBAC;
	width: 120px;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	text-align: center;
	border: 2px solid #000000;
}
#content {
	background-color: #CCCCCC;
	margin-left: 150px;
	margin-top: 20px;
	color: #333333;
	margin-bottom: 0px;
	margin-right: 20px;
	padding-bottom: 15px;
	border: 2px solid #000000;
}
.brclear {
	clear:both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
p {
	font-size: 70%;
	}
#nav ul {
	background-color: #003366;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003366;
	text-align: center;
	width: 4em;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.leftimage {
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #000000;
}
.rightimage {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #000000;
}

