/* 
---------------------------------------------------------------------------
Reset de waarden
--------------------------------------------------------------------------- 
*/

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, dl, address {
	margin:0;
	padding:0;
	}

body {
	font:12px/18px Arial, Verdana, Tahoma, Helvetica,sans-serif;
	color:#000;
	text-align: center;
	background: url(../img/bg-body.gif) repeat-x;
}
	
img {
	border:0;
	}	
	
p {
	margin: 0 0 1.5em 0;
}

a {
	text-decoration: underline;
	color: #4A6049;
}

a:hover {
	text-decoration: none;
}

/* 
---------------------------------------------------------------------------
Float Fix
--------------------------------------------------------------------------- 
*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* 

/* 
---------------------------------------------------------------------------
Gehele blok
--------------------------------------------------------------------------- 
*/

#wrapper {
	width: 726px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: url(../img/bg-content.gif) repeat-x;
	padding-top: 104px;
	padding-bottom: 40px;
}



/* 
---------------------------------------------------------------------------
Logo
--------------------------------------------------------------------------- 
*/


#logo h1 a {
  display:block;
  position:absolute;
  top: -10px;
  left: 30px;
  height:90px;
  width:171px;
  text-decoration:none;
  background: url(../img/logo.gif) no-repeat;
}

#logo h1 span {
	visibility: hidden;
}

/* 
---------------------------------------------------------------------------
Header & Footer
--------------------------------------------------------------------------- 
*/

#header {
	background: url(../img/header.png) no-repeat;
	width: 726px;
	margin: 40px auto 0 auto;
	text-align: left;
	position: relative;
	height: 34px;
}

*html #header {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/header.png", sizingMethod="crop");
	height: 34px;
	width: 726px;
}

#footer {
	background: url(../img/footer.png) no-repeat;
	width: 726px;
	margin: 0 auto 20px auto;
	text-align: left;
	position: relative;
	height: 34px;
}

*html #footer {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/footer.png", sizingMethod="crop");
	height: 34px;
	width: 726px;
}

/* 
---------------------------------------------------------------------------
Foto's
--------------------------------------------------------------------------- 
*/

#foto {
	position: absolute;
	top: -20px;
	left: 235px;
	width: 469px;
	height: 112px;
}

#foto img {
	padding: 3px 5px;
	background: #fff;
	border: 1px solid #C0C0C0;
	float: left;
	display: inline;
	margin-left: 6px;
}

/* 
---------------------------------------------------------------------------
Content wrapper en verdeling
--------------------------------------------------------------------------- 
*/

#content-wrapper {
	width: 682px;
	margin-left: 22px;
}

#left {
	width: 195px;
	float: left;
}

#right {
	float: left;
	display: inline;
	width: 462px;
	margin-left: 24px;
}

/* 
---------------------------------------------------------------------------
Navigatie
--------------------------------------------------------------------------- 
*/

#nav ul, #nav li
{
    list-style-type: none;  
    margin: 0px;
	padding: 0px;
}

#nav ul {
	border: 1px solid #C0C0C0;
	background: #E4FCE3;
}

#nav ul li {
	width: 193px;
	background: url(../img/bg-nav.gif) repeat-x;
	border-bottom: 1px solid #B3CEB3;
}

#nav ul li a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 170px;
	background: url(../img/nav-bullet.gif) no-repeat 5px 14px;	
	line-height: 32px;
	padding-left: 23px;
}

#nav ul li a:hover {
	text-decoration: underline;
}

/* 
---------------------------------------------------------------------------
left image
--------------------------------------------------------------------------- 
*/

#left img {
	padding: 4px;
	background: #fff;
	border: 1px solid #C0C0C0;
	margin: 10px 0 0 4px;
}

/* 
---------------------------------------------------------------------------
left image
--------------------------------------------------------------------------- 
*/

#content{
	background: url(../img/bg-content.png) repeat;
	height: 565px;
	overflow: auto;
	overflow-x: hidden;
	border: 1px solid #C0C0C0;
	padding:  20px 20px;
}

*html #content {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/bg-content.png" , sizingMethod="scale");

}


#content h2 {
	font-size: 24px;
	color: #4A6049;
	font-weight: normal;
	border-bottom: 1px solid #C0C0C0;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

