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

*{
	margin:0;
	padding:0;
}

html, body{
	height:100%;
	background:#e1dfcc url(../afbeeldingen/body_bg.jpg) top left repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#7d7c71
}

/* tekst */
h1{
	font-weight:normal;
	font-size:24px;
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2{
	font-size:18px;
	color:#cdaf74;
	font-weight:normal;
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a{
	color:#a08040;
}

a:hover{
	color:#333;
}

a.block{
	display:block;
	width:100%;
	height:25px;
	border-bottom:#cdaf74 dotted 1px;
	border-top:#cdaf74 dotted 1px;
	line-height:25px;
	color:#cdaf74;
	text-decoration:none;
	margin-bottom:5px;
	text-transform:uppercase;
}

a.block:hover{
	border-bottom:#666 dotted 1px;
	border-top:#666 dotted 1px;
	color:#666;
}
img{
	border:none;	
}

/* Liijsten */
ul{
	list-style-type:none;
}

ul.text{
	margin-left:30px;
}

/* div */
div#container{
	position:relative;
	margin:0 auto;
	height:90%;
	min-height:90%;
	width:980px;
}

/* logo */
div#logo{
	float:left;
	margin-top:5px;
	margin-bottom:0;
	text-align:center;
	width:980px;
	height:93px;
}

/* navigatie */
div#navigatie{
	float:left;
	margin-top:15px;
	margin-left:0;
	width:980px;
}

div#navigatie ul li{
	float:left;
}

div#navigatie ul li a{
	display:block;
	height:40px;
	width:125px;
	color:#cdaf74;
	margin-left:13px;
	text-align:center;
	line-height:40px;
	text-transform:uppercase;
	text-decoration:none;
	border-bottom:#cdaf74 solid 1px;
}

div#navigatie ul li a:hover{
	color:#666;
	border-bottom:#666 solid 3px;
}

div#navigatie ul li a.active{
	color:#666;
	border-bottom:#666 solid 3px;
}

div#content_left{
	float:left;
	margin-top:20px;
	margin-left:12px;
	width:538px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
}

.strong{
	font-weight:bold;
}

div#content_right{
	float:right;
	margin-top:20px;
	margin-right:15px;
	width:390px;
}

/* clearfix */
div#clearfix{
	clear:both;
}

/* footer */
div#footer{
	float:left;
	margin-bottom:0;
	margin-left:0;
	width:100%;
	height:10%;
	background:#edecd9;
	border-top:#d8d6c3 1px solid;
}

div#footer_content{
	margin: 0 auto;
	width:980px;
	height:80px;
	color:#999;
	font-size:11px;
	line-height:80px;
	text-align:center;
}

div#footer ul{
	margin-left:12px;
}

div#footer ul li{
	float:left;
	color:#cdaf74;
	font-size:12px;
}

div#footer a{
	color:#cdaf74;
	font-size:11px;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div#footer a:hover{
	color:#666;
}

img.margRight{
	margin-right:6px;
}

img.margBottom{
	margin-bottom:6px;
}

div#right{
	width:200px;
	float:right;
}

/************************************

	Contact formulier

*************************************/

span.highlight{
	color:#F00;
}

fieldset{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	
}

legend{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#666;
}

label{
	display:block;
	font-size:11px;
	width:100%;
	margin:0px 0 4px 0;
}

input{
	width:270px;
	height: 25px;
	border:#045179 solid 1px;
}
		
input:focus{
	background:#cdaf74;
	color:#FFF;
}
		
input.btn{
	width:100px;
	height: 20px;
	margin-left:80px;
	margin-top:5px;
	cursor:pointer;
	background:#cdaf74;
	border:#d8ecf6 solid 1px;
	color:#FFF;
}
input.radio{
	height:15px;
	width: 15px;
}
div#slideshow{
	display:none;
}
