HTML, BODY {
	background-color: #FFF9E5;
	height: 100%;
	margin: 0px;
	COLOR: #000000;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
}
#container {
	height: 100%;
	COLOR: #000000;
	font-family: Arial, Sans-serif;
	font-size: 11px;
	border-right: 1px solid #FDC500;

}
#banner1 {
	background-image: url("../images/background1.jpg");
	background-repeat: no-repeat;
	background-position: 50% 0%;
	border-top: 10px solid #FDC500;
	border-bottom: 5px solid #FDC500;
	height: 150px;
	margin: 0px -40px;
}
#banner2 {
	background-image: url("../images/background2.jpg");
	background-repeat: no-repeat;
	background-position: 50% 0%;
	border-top: 10px solid #FDC500;
	border-bottom: 5px solid #FDC500;
	height: 150px;
	margin: 0px -40px;
}
#banner3 {
	background-image: url("../images/background3.jpg");
	background-repeat: no-repeat;
	background-position: 50% 0%;
	border-top: 10px solid #FDC500;
	border-bottom: 5px solid #FDC500;
	height: 150px;
	margin: 0px -40px;
}
#banner4 {
	background-image: url("../images/background4.jpg");
	background-repeat: no-repeat;
	background-position: 50% 0%;
	border-top: 10px solid #FDC500;
	border-bottom: 5px solid #FDC500;
	height: 150px;
	margin: 0px -40px;
}
#logo {
	text-align: center;
}

#sidebar {
	background-image: url("../images/achtergrond_home2.jpg");
	background-repeat: no-repeat;
	background-position: 50% 350px;
	background-color: #FFF;
	border-left: 15px solid #000080;
	border-right: 1px solid #FDC500;
	vertical-align: top;
	text-align: left;
	height: 100%;
	width: 180px;
	padding-top: 40px;
}
#main {
	border-top: 15px solid #000080;
	background-color: #E8D9C8;
	vertical-align: top;
	text-align: left;
	font-family: Georgia, Times, serif;
   	FONT-STYLE: normal;
   	LETTER-SPACING: 0px;
   	LINE-HEIGHT: 18px;
   	TEXT-DECORATION: none;
	height: 100%;
	width: 480px;
	padding: 0px 30px;
}
#content {
	text-align: justify;
	padding: 15px 0px 50px 0px;
}
.sfeerfoto {
	border-top: 2px solid #FDC500;
	border-bottom: 1px solid #FDC500;
}
#menu {
	color: #FDC500;
	font-family: Verdana, Arial, Sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin: 60px 30px;
}
#menu li {
	font-variant: small-caps;
	padding-bottom: 4px;
}
#submenu {
	float: left;
	font-size: 11px;
	padding: 15px;
	width: 175px;
	background-color: #FFF9E5;
	border: 1px solid #BD5E33;
	margin: 20px 10px 10px 0px;
}
.fotos {
	text-align: center;
}
.foto {
	border: 2px solid #FDC500;
	margin: 1px;
}
b {
	color: #BD5D34;
}
ul.submenuList {
	margin-left: 15px;
	color: #FDC500;
}
a {
	color: #000080;
	text-decoration: none;
}

a:hover {
	color: #BD5D34;
	text-decoration: underline;
}

hr {
	color: #FDC500;
	height: 1px;
}

h2 {
	color: #000080;
	font-size: 18px;
	font-weight: bold;
   	FONT-STYLE: italic;
	padding-top: 15px;
	margin-bottom: 5px;
	border-bottom: 2px solid #FDC500;
}
h3 {
   	FONT-SIZE: 110%;
   	FONT-STYLE: italic;
}
