/*#######################################################*/
/*                     reset HTML-elementen              */
/*#######################################################*/
*,
html,
body,
img,
a,
div,
span,
hr,
p,
ul,
ol,
li,
h1,
h2,
h3,
h4,
table,
tr,
th,
td,
form,
fieldset,
label,
input,
object,
embed,
param,
script,
noscript
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	}
	
a,
a img,
a:hover img
	{
	text-decoration: none;
	}
	
a:hover
	{
	text-decoration: underline;
	}	

input:focus,
a:focus,
a:active
	{
	outline: none;
	-moz-outline-style: none;
	}


/*#######################################################*/
/*                     floats                            */
/*#######################################################*/
.clear
	{
	margin: 0 0 -1px 0;
	padding: 0;
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	}

	
/*#######################################################*/
/*                     show/hide                         */
/*#######################################################*/
.show
	{
	display: block;
	visibility: visible;
	}

.hide
	{
	display: none;
	visibility: hidden;
	}
	
/*#######################################################*/
/*                     tinymce                           */
/*#######################################################*/
.plaatje-links 
	{
	display: block;
	float: left;
	margin: 5px 10px 5px 0;
	}

.plaatje-rechts
	{
	display: block;
	float: right;
	clear: left;
	margin: 5px 0 5px 15px;
	}

.plaatje-midden
	{
	display: block;
	text-align: center;
	margin: 10px auto;
	clear: both;
	}
	
/*#######################################################*/
/*                     basis                             */
/*#######################################################*/	
html
	{
	}

body
	{
	font-family: "Lucida Grande",Verdana,sans-serif;
	font-size: 13px;
	line-height: 140%;
	text-align: center;
	}

#container
	{
	margin: 25px auto;
	text-align: left;
	width: 960px;
	position: relative;
	}
	
h1
	{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 24px;
	}
	
h2
	{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 20px;
	margin: 0 0 20px 0;
	color: #C53C2F;
	}
	
h3
	{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	}

/*#######################################################*/
/*                     header                           */
/*#######################################################*/
#header
	{
	padding: 80px 0 0 0;
	position: relative;
	}

a#logo
	{
	position: absolute;
	top: 20px;
	left: -57px;
	width: 124px;
	height: 121px;
	display: block;
	text-indent: -9000px;
	text-decoration: none;
	background: url(../beeld/bg_logo.png) 0 0 no-repeat;
	z-index: 1000;
	}
	
a#logo:hover
	{
	text-decoration: none;
	background-position: 0 -121px;
	}	
	
a#tekstlogo
	{
	position: absolute;
	top: 23px;
	right: 0;
	width: 121px;
	height: 47px;
	display: block;
	text-indent: -9000px;
	text-decoration: none;
	background: url(../beeld/bg_tekstlogo.png) 0 0 no-repeat;
	}

a#tekstlogo:hover
	{
	text-decoration: none;
	background-position: 0 -47px;
	}	

/*#######################################################*/
/*                     hoofdnavigatie                    */
/*#######################################################*/	
ul#hoofdnavigatie
	{
	list-style-type: none;
	height: 30px;
	position: absolute;
	bottom: 0;
	/*left: 75px;*/
	left: 0;
	}

ul#hoofdnavigatie li
	{
	float: left;
	margin: 0 5px 0 0;
	}
	
ul#hoofdnavigatie li a
	{
	display: block;
	padding: 0 10px 0 0;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	text-decoration: none;
	}

ul#hoofdnavigatie li a em
	{
	display: block;
	font-style: normal;
	padding: 0 0 0 10px;
	color: #111;
	}

ul#hoofdnavigatie li a.inactief
	{
	background: url(../beeld/bg_button_r.png) bottom right no-repeat;
	}

ul#hoofdnavigatie li a.inactief em
	{
	color: #C53C2F;
	background: url(../beeld/bg_button_l.png) bottom left no-repeat;
	}
	
ul#hoofdnavigatie li a.actief,
ul#hoofdnavigatie li a:hover,
ul#hoofdnavigatie li a.inactief:hover
	{
	background: url(../beeld/bg_button_r.png) top right no-repeat;
	}

ul#hoofdnavigatie li a.actief em,
ul#hoofdnavigatie li a:hover em,
ul#hoofdnavigatie li a.inactief:hover em
	{
	color: #111;
	background: url(../beeld/bg_button_l.png) top left no-repeat;
	}
	
	


/*#######################################################*/
/*                     content                           */
/*#######################################################*/
#content_container
	{
	background: url(../beeld/bg_content_container.png) 0 0 repeat-y;
	}

#content_container2
	{
	background: url(../beeld/bg_papierprop.jpg) 575px 90px no-repeat;
	}

#content
	{
	position: relative;
	margin: 0 1px;
	min-height: 475px;
	background: url(../beeld/bg_content.png) 0 0 repeat-x;
	}

#content_tekst
	{
	margin: 0 0 0 68px;
	padding: 35px 0 50px 0;
	text-align: justify;
	width: 465px;
	color: #111;
	}

#content_tekst ul
	{
	margin: 0 0 0 15px;
	}

#content_tekst a
	{
	color: #C53C2F;
	}
	
#content_tekst a:hover
	{
	color: #111;
	}	

#papierprop
	{
	position: absolute;
	bottom: 0;
	right: 0;
	}


/*#######################################################*/
/*                     navigator subpagina's             */
/*#######################################################*/
ul#navigator
	{
	list-style-type: none;
	position: absolute;
	bottom: 10px;
	right: 436px; 
	}

ul#navigator li
	{
	float: left;
	text-align: center;
	line-height: 14px;
	font-size: 10px;
	margin: 0 4px 0 0;
	}

ul#navigator li a
	{
	display: block;
	color: #fff;
	background-color: #D9A8A3;
	border: 1px solid #D9A8A3;
	width: 14px;
	font-size: 10px;
	text-decoration: none;
	}

ul#navigator li a.actief,
ul#navigator li a:hover
	{
	color: #FFF100;
	background-color: #C53C2F;
	border: 1px solid #C53C2F;
	}

/*#######################################################*/
/*                     footer                            */
/*#######################################################*/		
#footer
	{
	background: url(../beeld/bg_footer.png) 0 0 repeat-x;
	}
	
#footer_shadow
	{
	height: 19px;
	width: 960px;
	background: url(../beeld/bg_shadow.png) 0 0 no-repeat;
	}	