﻿#tekstrij {
	clear: both;
	background-color: #FFFFFF;
	font-family: "trebuchet MS";
	font-size: 12px;
	text-align: justify;
	padding: 10px;
	width: 676px;
}
h1 {
	font-size: medium;
	font-weight: bold;
}
#rechterkolom {
	float: right;
	margin-top: 10px;
	font-size: 12px;
	font-family: "trebuchet MS";
	padding: 10px;
	margin-bottom: 25px;
	text-align: justify;
	color: #36160B;
}

#linkerkolom {
	float: left;
	background-color: #FFFFFF;
	margin-top: 10px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding: 10px;
	margin-bottom: 25px;
	text-align: justify;
	color: #36160B;
}


#footer {
	font-family: "trebuchet MS";
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	clear: both;
	text-align: center;
	margin-top: 20px;
	padding-top: 3px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #8F3E20;
}
#bannertext {
	padding: 60px 0px 0px 0px;
	font-family: "trebuchet MS";
	font-size: large;
	font-weight: bolder;
	font-style: normal;
	color: #3C3321;
	float: right;
	margin-top: 0px;
	font-variant: small-caps;
	vertical-align: middle;
	height: 20px;
}
#navigatie {
	border-color: #666699;
	clear: both;
	font-size: 12px;
	padding-top: 10px;
	border-top-style: ridge;
	border-top-width: thin;
	vertical-align: middle;
}
#banner {
	float: left;
	margin-bottom: 10px;
}
#container {
	background-position: right;
	border-width: medium;
	border-style: ridge;
	background-color: #FFFFFF;
	padding: 0px 20px 5px 20px;
	margin: 0px auto 0px auto;
	position: relative;
	width: 700px;
	background-repeat: repeat-y;
	font-family: "Trebuchet MS";
	background-image: url('../images/backgroundcontainer.jpg');
}

.h_mnu_01{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.h_mnu_01 ul{
	margin: 0;
	padding: 0;
	float:left;
	background: #3069A9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0
}

.h_mnu_01 ul li{
display: inline;
}

.h_mnu_01 ul li a{
	float: left;
	color: #FFFFFF;
	padding: 5px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C0C0C0;
}

.h_mnu_01 ul li a:visited{
color: #FFFFFF;
}

.h_mnu_01 ul li a:hover, .h_mnu_01 ul li .selected{
	color: #FFFFFF !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #6A6D7D;
}

