* {margin: 0; padding: 0; border: 0;}

body, html 
{
color: #563b1b;  
text-align: center;
}

body
{
background: url(../images/background.jpg) no-repeat top center #fff;
}

html, body, td 
{ 
font-size:13px; 
font-family: Helvetica;
}

#wrapper 
{
width: 980px; 
margin: 0 auto; /*** Centers the design ***/
text-align: center;
height: 900px;
}
	
* html #wrapper 
{
height: 100%;  	/*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}

/* TITEL */

#titel
{
margin-top: 20px;
margin-left: -50px;
}

/* RECHTER- en LINKERKOLOM */

#right
{
float: right;
text-align: left;



width: 150px;
float: right;
padding-top: 15px;





}

#left
{
float: left;
text-align: left;
}

#right ul, #left ul
{
list-style-type: none;
}

#right ul li, #left ul li
{
height: 35px;
}

#right ul a, #left ul a
{
color: #563b1b; 
text-decoration: none;
font-size: 13px;
}


#right ul a:hover, #left ul a:hover
{
color: #ca7109;
}

/* CONTENT */

#content
{
width: 767px;
padding-bottom: 20px;
margin-left: 48px;
background: url(../images/background-content.png) no-repeat 0px 100px;
min-height: 662px;
}

/* HEADER */

#content #header
{
height: 44px;
background: url(../images/background-content.png) no-repeat 103px 117px;
}

#content #header #logo
{
z-index:100;
margin-left: 212px;
}

#content #header #plaatje
{
float: left;
margin-top: 110px;
margin-left: 4px;
width: 84px;
height: 72px;
}

#content #header #headerimage
{
float: right;
margin-top: 0px;
margin-right: -5px;
}

/* TEXT */


#content #text h1, #content #text p, #content #text ul, #content #text ol, #content #text table
{
margin-left: 100px;
margin-bottom: 15px;
width: 600px;
}

#content #text h1
{
margin-top: 50px;
font-weight: normal;
}

#content #text p, #content #text ul, #content #text ol, #content #text table td
{
line-height: 13px;
}

#content #text p.intro
{
font-weight: bold;
}

#content #text a
{
color: #563b1b; 
}

#content #text a:hover
{
text-decoration: none; 
}

#content p.gallery img
{
margin-right: 5px;
margin-bottom: 5px;
}

