 
 
body  {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 18px;
}
#container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 1130px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(/images/Background.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
} 

#header {
	height: 127px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(/images/Logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	width: 642px;
	padding-top: 0;
	padding-bottom: 0;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#kop {
	height: 142px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(/images/Kop.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #e5e1de;
	position: absolute;
	top: 127px;
	width: 641px;
	left: 1px;
} 
#sidebar1 {
	position: absolute;
	top: 127px;
	left: 0;
	width: 224px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #FFFFFF;
	background-image: url(/images/left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 500px;
}
#sidebar2 {
	position: absolute;
	top: 269px;
	right: 0;
	width: 224px; /* padding keeps the content of the div away from the edges */
	background-image: url(/images/right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 428px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 20px;
}
#mainContent {
	background-color: #aaa296;
	border-top-width: 10px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #aaa296;
	margin-top: 142px;
	margin-right: 254px;
	margin-bottom: 0px;
	margin-left: 254px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 24px;
}
#navbar {
	font-size: 12px;
	height: 25px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0.07em;
	margin-left: 277px;
	padding-top: 116px;
}
#navbar ul { font-weight: normal; margin: 0; padding: 0; list-style-type: none; }
#navbar li { margin-top: 0.5em; display: inline; /* zorgt voor de horizontale uitlijning */
}
#navbar li a {
	color: #aaa296;
	text-decoration: none;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
}
#navbar li a:hover { color: #6a614f; 
}
#navbar .huidigepagina {
	color: #6a614f;
}



/*dropdownmenu-----------------------------------------------------------------------------------------------*/
#dropmenudiv{
	position:absolute; /*houdt het menu op z'n plaats*/
	line-height:22px; /*de hoogte per cel*/
	z-index:100;
	top: 142px;
	font-size: 12px;
	height: 24px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0.07em;
}

#dropmenudiv a{
	display: block;
	word-spacing: 0.2em;
	text-decoration: none;
	color: #aaa296;
	border-bottom-width: 0px;
	border-bottom-style: none;
	padding-top: 4px;
	padding-left: 13px;
	background-color: #6a614f;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #e5e1de;
	color: #6a614f;

}
/*einde dropdownmenu----------------------------------------------------------------------------------------*/





#footer {
	background-color: #fff;
	height: 26px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 277px;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #aaa296;
	font-size: 10px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 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;
}

h1 {
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 30px;
	color: #bbb3a8;
	padding-bottom: 8px;
	font-weight: bold;
}
h2 {
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	letter-spacing: 0.05em;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 16px;
}
a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
td {
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
} 
.style-h2 {
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	letter-spacing: 0.05em;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
