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

body{
	margin:0px;
	padding:0px;
	background:#5a4234;
	font:12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;

}

h1{	
	font:18px Arial, Helvetica, sans-serif;
	color:#45c3d3;
	font-weight:bold;
	margin-bottom:0 0 15px 0;
	padding-top:15px;
	border-top:1px solid #907a6d;
}

h2{
	font:14px Arial, Helvetica, sans-serif;
	color:#45c3d3;
	font-weight:bold;
}

#site{
	width:950px;
	height:auto;
	margin:0 auto;
	background:#684f40;
	position: relative;
}

#header-container {
	position:relative;
	width:100%;
	height:136px;
	margin:0 auto;
	background-repeat:no-repeat;
	background:url(../images/header-repeat.jpg) repeat-x;
}

#header{
	position:relative;
	top:6px;
	width:400px;
	height:120px;
	margin:0 auto;
	background:url(../images/header.jpg) no-repeat;
}

#header_text{
	position:relative;
	float:left;
	width:400px;
	margin-top:100px;
	height:20px;
	padding-top:5px;
	font-size:13px;
	text-align:center;
	font-weight:bold;
}

#header-foto{
	width:950px;
	height:auto;
}

#menu{
	position: relative;
	width:950px;
	height:56px;
	z-index:1;
	background:#9a745a;
}

#fotos{
	position:relative;
	width:297px;
	height:auto;
	float:left;
	z-index:0;
}

#content {
	position:relative;
	width:563px;
	height:auto;
	padding: 20px 50px 0 40px;
	float:left;
	line-height:20px;
	background:#684f40;
}

#content-index{
	position:relative;
	width:563px;
	min-height:388px;
	height: auto !important;
	height:388px;
	padding: 20px 50px 0 40px;
	float:left;
	line-height:20px;
	background:#684f40;
}

#content a{
	font:12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}


#vak2{
	width:210px;
	height:160px;
	float:left;
	padding:10px;
	background:#2e9ba9;
}

#vak3{
	width:210px;
	height:160px;
	float:left;
	padding:10px;
	background:#9a745a;
}

#onder{
	position:relative;
	float:left;
	width:951px;
	height:35px;
}
#like { 
	position: absolute; 
	text-align: left;
	width: 350px;
	padding: 13px 0 0 13px;
}

#footerNaw { 
	position: absolute; 
	text-align: right;
	width: 645px;
	padding: 15px 0 0 0;
	right: 0;
}

#footerNaw a { 
	color: #fff;
}

#footerNaw span { 
	margin: 0 14px;
}


#footer{
	position:relative;
	width:930px;
	height:auto;
	background:#e9d2c1;
	font:12px Arial, Helvetica, sans-serif;
	color:#5d4537;
	padding:0 0 25px 20px;
}

#footer-tekst{
	width:236px;
	height:auto;
	float:left;
	margin-right:40px;
	margin-top:15px;
}

#footer-tekst2{
	float:left;
	margin-left:25px;
}

#footer-tekst2 a{
	color:#5d4537;
}

#footer-tekst3{
	float:left;
	margin-top:15px;
	padding-left:40px;
	width:560px;
	border-left:1px solid #c1a28c;
}

.knop-active{
	height:36px;
	background:#25a1b1;
	border-right:12px solid #45c3d3;
}

label{
    float: left;
    width: 75px;
    text-align: right;
}
	
input {
    background-color: #f5f5f5;
	width:240px;
	height:22px;
    font-size: x-small;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;    
}

select
    {
    width: 120px;
    font-size: x-small;
    backgrodund-color: #f5f5f5;    
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;   
    }
	
textarea
    {
    width: 240px;
    height: 120px;
    background-color: #f5f5f5;    
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;    
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;    
    }

a.menulist {
	position:relative;
	list-style:none;
	float:left;
	display:inline;
	width:auto;
	height:36px;
	padding:20px 19px 0 19px;
	border-right:1px solid #b79780;
	display:block;
	font-size:14px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}

a.menulist:hover {
	background-color:#25a1b1;
}

.active {
	background-color:#25a1b1;
}

#submenu {
	position:relative;
	width:297px;
	height:104px;
}

a.submenu_btn {
	position:relative;
	display:block;
	width:auto;
	height:36px;
	padding:20px 0 0 45px;
	background:url(../images/pijltje.jpg) no-repeat;
	background-color:#25a1b1;
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
	border-bottom:1px solid #45c3d3;
}

.form_col {
	float:left;
	width:242px;
	height:28px;
}

td {
padding-top:5px;
}


#bord {
	position: absolute;
	background: url('../images/bord.png') no-repeat;
	width: 243px;
	height: 283px;
	right: 20px;
	top: -60px;
	z-index: 99;
}

