@charset "utf-8";
div, ul, ol, li, table, td, th, tr, p, blockquote {
	margin: 0;
	padding: 0;
	border: none
}
body {
	font: 0.84em/1.333 arial, sans-serif;
	color: #0033CC;
	background-color: #FFCC00;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center
}
* {
	font-size: 100%;
	padding: 0;
	margin: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
img {
	margin: 5px;
}
a:hover {
	background-color: #FFFFCC;
	color: #FF0000;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navbar {
	width: 100%;
	background-color: #663300;
	background-image: url(afbeeldingen/web/css_nav_normal_bruin.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	float: left;
}
#navbar li {
	display: block;
	list-style-type: none;
	float: left;
	padding: 0;
	padding-right: 2px;
	background-image: url(afbeeldingen/web/css_nav_separator_bruin.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#navbar li.hide-separator-image {
	background-image: none;
	padding-right: 0
}
#navbar li a {
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	float:left;
	font-weight:bold;
	text-align: center;
	padding: 0.4em 0.8em;
	height: 1.4em;
}
#navbar li a:hover, #nav li a.active {
	color: #FFFFFF;
	background-image: url(afbeeldingen/web/css_nav_active_bruin.gif);
	background-repeat: repeat-x;
	background-position: right top;
}
#navbar li a.active {
	margin-left: 0;
}
#content a:hover {
	text-decoration: none;
	font-weight: normal;
}
#mybanner {
	padding: 0px;
	float: right;
}
#logo {
	position: absolute;
	left: 2em;
}
.oneColElsCtrHdr #container {
	width: 56.5em;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden; /* to keep opera and safari in control */
}
.oneColElsCtrHdr #header { 
	padding-top: 0px;
	padding-right: 10%;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 150px;
} 
.oneColElsCtrHdr #header h1 {
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: right;
	width: 70%;
	font-size: xx-large;
	font-variant: normal;
	text-align: center;
	color: #FFFFFF;
}
.oneColElsCtrHdr #mainContent {
	margin: 0 2.5em 0 2.5em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent: 10px;
	text-align: justify;
	padding-bottom: 1em;
}
.oneColElsCtrHdr  #mainContent  p {
	text-align: justify;
	padding-top: 0.5em;
}
.twoColElsLtHdr #container {
	width: 56.5em;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden; /* to keep opera and safari in control */
	z-index: 1;
}
.twoColElsLtHdr #header {
	padding-top: 0px;
	padding-right: 10%;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 150px;
}
.twoColElsLtHdr #header h1 {
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: right;
	width: 70%;
	font-size: xx-large;
	font-variant: normal;
	text-align: center;
	color: #FFFFFF;
}
.twoColElsLtHdr #sidebar1 {
	float: left;
	width: 12em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	background-color: #E6E6E6;
	color: #663300;
}
.twoColElsLtHdr #sidebar1 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	color: #663300;
	padding-left: 10px;
}
 .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	color: #663300;
	padding-left: 15px;
}
.twoColElsLtHdr #sidebar1 li
{
	color: #663300;
	margin-left: 20px;
	padding-bottom: 3px;
}
.twoColElsLtHdr #mainContent {
	margin: 0 1.5em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	padding-bottom: 1em;
}
.twoColElsLtHdr #mainContent h1 {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: medium;
	color: #663300;
	margin-left: 25px;
}
.twoColElsLtHdr #mainContent p {
	text-align: justify;
	padding-top: 0.5px;
	margin-left: 10px;
}
.twoColElsLtHdr #mainContent li
{
	margin-left: 20px;
	padding-bottom: 3px;
}
#footer {
	width: 100%;
	text-align: center;
	height: 32px;
	clear: both;
	border-top: 2px solid #0033CC;
	text-align: right;
}
#footer, #footer a {
	color: #0033CC;
	font-size: smaller;
}
#footer a:hover {
	color: #FF0000;
}
#footer div#footer-text {
	float: right;
}
#footer div#footer-text p {
	margin-left: 0;
	padding-left: 0;
	float: left;
}
#footer ul {
	list-style : none;
	float: left;
}
#footer li {
	float : left;
	padding-right : 0.5em;
	margin-right: 0.5em;
	background-image: url(afbeeldingen/web/css_footer_separator_blauw.gif);
	background-repeat: no-repeat;
	background-position: 100% 5px;
}
#footer li.hide-separator-image {
	background: none;
}

