@charset "utf-8";


/* Copyright Webton Internetdesign 2009 */
/* In opdracht van Gebintwerk */

body{
	margin: 0;
	background: url(../images/bg.jpg) repeat-x;
	background-color: #ebe0d9;
	
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
	font-size: 12px;
}

/* ---------- pagina opbouw ---------- */
#pagewrapper{
	margin: 0 auto;
	width: 900px;
}

#shadeleft{
	background: url(../images/shadeleft.jpg) no-repeat;
	height: 486px;
	width: 29px;
	float: left;
}

#page{
	float: left;
}

#header{
	height: 262px;
	width: 900px;
	overflow: hidden;
}

#slideshow {
	margin: 0px;
	padding: 20px 0 0 0;
	overflow: hidden;
	text-align:left;
	list-style-type: none;
	height: 261px;
	width: 969px;
}

#menu{
	background: url(../images/menubg.jpg);
	height: 37px;
	width: 900px;
}

#content{
	background: url(../images/watermerk.jpg) no-repeat;
	background-color: #FFF;
	width: 100%;
	min-height: 495px;
}

#leftcol{
	padding: 55px 0 0 23px;
	width: 255px;
	float: left;
}

#rightcol{
	width: 510px;
	padding: 55px 0 0 38px;
	float: left;
}

#leftcol img{
	padding: 0 0 20px 0;
}

#subnav ul{
	list-style-type: circle;
	margin: 0 0 0 5px;
	padding: 3px 0 3px 15px;
}

#subnav a{
	line-height: 20px;
}

.totop{
	text-align: right;
	color: #999999;
	text-decoration: none;	
}

	.totop a{
		color: #999999;
		text-decoration: none;	
	}

#subnav a{
	color: #644d3f;
	text-decoration: none;
}

	#subnav a:hover{
		font-weight: bold;
	}

hr{
	border: 1px solid #644d3f;
}

#footer{
	float: right;
	font-size: 9px;
	color: #6e594c;
	margin: 15px;
}

#footer a{
	color: #6e594c;
	text-decoration: none;
}

#naw{
	background: url(../images/nawbg.jpg);
	height: 116px;
	padding: 5px 0 0 30px;
	line-height: 18px;
	color: #fff;
	width: 221px;
}

#naw a{
	color: #fff;
}

/* ---------- menu elementen ---------- */
#nav {
	width: 900px;
	height: 30px;
	margin: 0 0 0 30px;
	padding: 0;
	line-height: 35px;
}

#nav li, #nav a {
	height: 37px;
	display: block;
	outline: none;
	margin: 0 15px 0 0;
	
	font-family: Arial, Helvetica, sans-serif;
	color: #d8c4a7;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
}

	#nav a:hover, #nav a.active {
		color: #FFF;
	}

#nav li {
	float: left;
	list-style: none;
	display: inline;
}

/* ---------- tekststijlen ---------- */
h1{	
	color: #644d3f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

h2{	
	color: #644d3f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

a {color:#6e5244;}

span.nieuwstitel{
	font-weight: bold;
}

#rightcol h1{
}

#rightcol p{
	line-height: 18px;
	font-size: 12px;
}

.mggallery a{
	color: #644d3f;
	font-weight: bold;
	text-decoration: none;
}

/* ---------- clearfix ---------- */
.clear {
  min-height:0;
}

.clear:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  height:0;
}

* html .clear {
  height:1%;
}

a {
	outline: none;
}

/* DROPDOWN DROPDOWN DROPDOWN */
#menu li ul {
	display:none;
	height:auto;
	padding:0px;
	border-left:1px solid #29201b;
	border-right:1px solid #29201b;
	border-bottom:1px solid #29201b;
	position:absolute;
	width:165px;
	z-index:1000;
	background-color: #372a21;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu li:hover ul{
	display:block;
}
#menu li li {
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:165px;
	background-image: url(../images/sub_sep.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
		}
#menu li:hover li a {
	background:none;		
}
#menu li ul a {
	display:block;
	height:35px;
	font-size:12px;
	font-style:normal;
	margin:0px;
	text-align:left;
	color: #CCC;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#menu li ul a:hover, #menu li ul li:hover a {
	background:#644d3f;
	border:0px;
	color:#ffffff;
	text-decoration:none;
}
