/* 	---------------------
	ALGEMEEN
	--------------------- */

html, body, div, h1, h2, h3, h4, h5, 
ul, ol, dl, li, dt, dd, p, blockquote, 
pre, form, fieldset, table, th, td 
	{ margin: 0; padding: 0; } 

html, body 
	{
	background-image: url(../images/bg_pattern.jpg);
	font-family: Arial, Verdana;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
	}

.Lfloat {float: left; margin-right: 15px;}
.Rfloat {float: right; margin-left: 15px;}


/* 	---------------------
	STRUCTUUR
	--------------------- */
	
#container
	{
	margin: 0 auto;
	margin-top: 15px;
	width: 950px;
	padding: 6px;
	background-color: #FFF;
	}

#header
	{
	width: 950px;
	height: 308px;
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
	}

#header_top
	{
	width: 930px;
	background: #1ea3da;
	margin-bottom: 2px;
	padding: 2px 10px 2px 10px;
	color: #0078a9;
	font-size: 0.9em;
	}
	
#boxleft
	{
	float: left;
	width: 190px;
	margin-left: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
	}
	
#boxright
	{
	float: left;
	width: 650px;
	margin-left: 50px;
	margin-top: 40px;
	margin-bottom: 25px;
	}

#footer
	{
	width: 948px;
	height: 98px;
	background-image: url(../images/bg_footer.jpg);
	clear: left;
	margin-top: 30px;
	border: 1px solid #CCC;
	}

#footer_contact
	{
	margin: 15px 17px 0px 17px;
	display: block;
	float: left;
	color: #666;
	}

.subnav
	{
	width: 147px;
	margin-left: 34px;
	margin-bottom: 15px;
	display: block;
	}
	


/* 	---------------------
	TEKSTOPMAAK
	--------------------- */

h1 {margin-bottom: 25px;}
h2, p, ul {margin-bottom: 15px;}
h1 {font-size: 1.8em;}
h2 {font-size: 1.4em; color: #cbb900;}
h3 {font-size: 1.1em;}
.vet {font-weight: bold;}
.cursief {font-weight: italic;}
.markeer1 {color: #cbb900;}
.markeer2 {color: #ff9c00;}

#boxleft hr 
	{
	margin-left: 34px;
	width: auto;
	height: 0px;
	border-width: 0px;
	border-bottom: 1px dotted #999;
	}


/* 	---------------------
	HYPERLINKS
	--------------------- */

a {outline: none; text-decoration: none;}
a img {border: none;}
#header_top a {color: #FFF;}
#header_top a:hover {text-decoration: underline;}
#footer_contact a {color: #666; text-decoration: underline;}
#footer_contact a:hover {color: #333;}
.subnav a {color: #000; display: block;}
.subnav a:hover {color: #965101;}
#boxright a {color: #000; font-weight: bold; text-decoration: underline;}
#boxright a:hover {color: #cbb900;}



/* 	---------------------
	IMAGES
	--------------------- */
	
img {border: none;}
#boxright img.foto {float: left; margin-right: 10px; margin-bottom: 10px;}
#boxleft img.externlink {margin: 15px 0px 0px 34px;}



/* 	---------------------
	LIJSTEN
	--------------------- */

#boxright ul 
	{
	list-style: outside disc;
	margin-left: 12px;
	}