﻿@import url("layout.css");
body {
	font-family: "Garamond", sans-serif;
	background-image: url("voorkantachtergrond3.jpg");
	background-repeat: repeat;
}
#container {
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #FFFF99;
}
#masthead {
	text-align: center;
	background-color: #FFFF99;
	background-image: url("upbanner.jpg");
	background-repeat: no-repeat;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #efdbe7;
}
html>body #navigation {
	overflow: hidden;
}

#sidebar {
	float: left;
	width: 150px;
	background-color: #efdbe7;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}

#column_l {
	width: 600px;
	padding: 15px;
	background-color: #FFFF99;
}
html>body #column_l {
	width: 600px;
	padding: 0 15px;
	background-color: #FFFF99;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #FFFF99;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #FFFF99;
}
#content {
	float: right;
	width: 720px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	background-color: #FFFF99;
	position: relative;
	border: 1px solid #c77
}
#footer {
	text-align: center;
	padding-bottom: 10px;
	clear: both;
	width: 626px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;

}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #000;
	margin-bottom: 0;
}
#masthead h3 {
	color: #9a9;
	margin-top: 0.5em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	}
#navigation a:hover {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #c77;
	background-color: #c77;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 1.1em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}

/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #000;
}
h2 {
	font-size: x-large;
	color: #000;
}
h3 {
	font-size: large;
	color: #000;
}
h4 {
	font-size: medium;
	color: #000;
}
blockquote,p,ol,ul {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #000;
}
h6 {
	font-size: xx-small;
	color: #000;
}

/* Content*/
#content p {
	font-size: medium;
	color: #000;
	
}


/* Footer */
#footer p {
	font-size: small;
	color: #c77;
	margin: 2px;
	padding: 2px;

}
/* Links */
a {
	color: #000000
	text-decoration: underline;
}
a:hover {
	color: #000000
	text-decoration: none;
}

