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

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
}


body {
	background-color: #CCCCCC;
}

#banner {
	background-image: url(../Afbeeldingen/banner1.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 1000px;
	background-color: #FF9934;
	background-position: center;
}

#holder {
	background-color: #00BF82;
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #000000;
}

#nav {
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cc3a07;
	border-left-color: #cc3a07;
	background-color: #FFFFFF;
	text-align: center;
	width: 1000px;
	border-bottom-width: 1px;
	border-bottom-color: #CC3A07;
}

#nav ul {
	background-color: #FFCC66;
}

#nav ul li {
	display: inline;
}

#nav ul li a {
	font-size: 100%;
	color: #cc3a07;
	text-decoration: none;
	background-color: #FF9934;
	text-align: center;
	width: 100/7;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CC3A07;
	font-family: "Comic Sans MS";
}

 #nav ul li a:hover, #nav ul li a:focus, #nav ul li a:active {
	background-color: #FFFF99;
	font-size: 120%;
}

#leftcol {
	background-color: #00BF82;
	float: left;
	width: 120px;
	padding: 10px;
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #006633;
}
#leftcol h1 {
	font-family: "Comic Sans MS";
	font-size: 24px;
	font-style: italic;
	letter-spacing: 4px;
}


#content {
	background-color: #FFFF99;
	width: auto;
	margin-right: 210px;
	margin-left: 140px;
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-style: italic;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}


#rightcol {
	background-color: #00BF82;
	float: right;
	width: 200px;
	padding: 10px;
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-style: italic;
	color: #006633;
	font-weight: bold;
}
iframe {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #006633;
	background-color: #00bf82;
	padding: 0px;
	float: right;
	height: 800px;
	width: 195px;
	margin: 0px;
	clear: both;
}
#content iframe {
	width: 620px;
	position: absolute;
	background-color: #CFF;
	height: 550px;
}



#footer {
	font-style: italic;
	color: #CC0033;
	background-color: #FFCC66;
	clear: both;
	font-size: 12px;
	height: 20px;
	width: 1000px;
	font-family: "Comic Sans MS";
	text-align: center;
}

#footerleft {
	width: 200px;
	padding-left: 20px;
	text-align: left;
}

#footermiddle {
	width: 200px;
}

#footerright {
	text-align: right;
	width: 300px;
}
