@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

html, body{
	height:100%;
	background:#FFF url(../afbeeldingen/body_bg.jpg) top left repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:25px;
	font-weight:lighter;
	text-decoration:none;
	color:#716760;
}

a:hover{
	text-decoration:underline;
}

h1{
	font-weight:400;
	}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:lighter;
	color:#e1dcd7;
}

h3{
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	font-size:19px;
	font-weight:normal;
	color:#666;
	margin-bottom:15px;
}

h4{
	font-weight:300;
	color:#e1dcd7;
	font-size:20px;
}

h5{
	font-weight:300;
	color:#e1dcd7;
	font-size:14px;

}
h6{
	font-weight:300;
	color:#900;
	font-size:30px;
}

div#container{
	position:relative;
	width:970px;
	margin:0 auto;
	min-height:100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
}

/* header */
div#logo{
	float:left;
	margin-top:-1px;
	margin-left:0;
	width:200px;
	height:200px;
	border-bottom:#9e3134 solid 1px;
}

div#flash{
	float:right;
	margin-top:0;
	margin-right:0;
	width:750px;
	height:200px;
}

/* paginainhoud */
div#content{
	float:left;
	margin-top:0;
	margin-left:0;
	width:970px;
	min-height:650px;
	background: url(../afbeeldingen/content_bg.jpg) top left repeat-y;
}

div#nav{
	float:left;
	margin-top:40px;
	margin-left:0;
	width:221px;
}

div#nav ul{
	list-style-type:none;
}

div#nav a.active{
	color:#fff;
	background-color:#829e98;
}


div#nav a{
	display:block;
	height:40px;
	line-height:42px;
	width:221px;
	/*border-left:#e1dcd7 solid 1px;
	   border-right:#829e98 solid 1px;
	   border-top:#e1dcd7 solid 1px;*/
	border-bottom:#e1dcd7 solid 1px;
	color:#9e3134;
	text-indent:20px;
}

div#nav a:hover{
	display:block;
	height:40px;
	width:221px;
	/*border-bottom:#e1dcd7 solid 1px;*/
	color:#fff;
	background-color:#829e98;
	text-decoration:none;
}



div#text{
	float:left;
	margin-top:23px;
	margin-left:50px;
	padding-bottom:30px;
	width:650px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:25px;
	color:#fff;
	/*border:#9e3134 solid 20px;*/
	min-height:650px;
}

div#footer{
	float:left;
	margin-top:0;
	margin-left:0;
	width:970px;
	border-top:#FFF solid 1px;
	text-align:center:
}

ul{
	list-style-type:none;
}


textarea{
	width:600px;
	height: 150px;
	border:#7e766f 1px solid;
	background:#e1dcd7;
}

div#bladwijzer{
	float:left;
	width:750px;
	height:30px;
	margin-left:220px;
	margin-top:30px;
	background:#6c827e;
	border-bottom:#666 solid 1px;
	border-top:#666 solid 1px;
	text-indent:50px;
}

div#bladwijzer p{
	color:#FFF;
	text-indent:50px;
	line-height:30px;
}

div#bladwijzer a{
	color:#FFF;
	text-decoration:underline;
}

div#bladwijzer a:hover{
	color:#CCC;
}

div#footer_ontwerp{
	float:left;
	width:750px;
	height:30px;
	margin-left:220px;
	background:#6c827e;
	border-bottom:#666 solid 1px;
	border-top:#666 solid 1px;
	text-indent:50px;
	text-align:center;
	font-weight:lighter;
	font-size:8px;
}

div#footer_ontwerp p{
	color:#FFF;
	text-indent:50px;
	line-height:30px;
	font-size:11px;
}

div#footer_ontwerp a{
	color:#FFF;
	font-size:11px;
}

div#footer_ontwerp a:hover{
	color:#CCC;
}

div#footer_content p{
	color:#929292;
	line-height:17px;
	font-size:11px;
}

div#footer_content a{
	font-family:Arial, Helvetica, sans-serif;
	color:#929292;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}



