@charset "utf-8";
/* CSS Document */
*
{
	margin: 0;
	padding:0;
}
li.title a{
	text-decoration: none;
	color: #1b1b1b;
}
li.normal a{
	text-decoration: none;
	color: #b4b6aa;
}
body
{
	background-color:#b9c47f;
	color: #cfcfcf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
p
{
	margin-top: 5px;
}
.imgReplace
{
	display: none;
}
#container
{
	width:920px;
	margin-left: auto;
	margin-right: auto;
	background-color: #1b1b1b;
	
}

#logoLeft
{
	background-image: url(images/logoLeft.jpg);
	width: 75px;
	height: 165px;
	position: absolute;
	left: -75px;
	
}
#header
{
	background-image: url(images/header.jpg);
	background-repeat:no-repeat;
	width: 920px;
	height: 117px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#menu
{
	background-color:#1b1b1b;
	padding-right: 4px;
	padding-top: 28px;
	width: 140px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
}
#menu ul li.title{
	background-color:#6d7158;
	float:right;
	display:block;
	text-transform: uppercase;
	list-style-type: none;
	font-weight:bold;
	text-align:right;
	color:#1b1b1b;
	width:130px;
	padding:2px;
	margin-left: 0px;
	list-style-type:none;
	margin-bottom:4px;
	margin-top: 1px;
}
#menu ul li.normal{
	text-align:left;
	list-style-image:url(images/listStyleImg.gif);
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 3px;
	text-align: right;
	color: #b4b6aa;
}
#content
{
	border: 4px solid #1b1b1b;
	background-color: #2f2f2f;
	color: #b4b6aa;
	padding-left: 15px;
	padding-bottom: 20px;
	padding-top: 20px;
	width:753px;
	float: right;	
}
#content a
{
	color:#6d7158;
}
#footer
{
	clear:both;
	margin-top:10px;
	font-size:8pt;
	text-align:center;
	color:#333;
}


.nieuwsbox{
	width:98%;
	margin-bottom:15px;
	font-size: 14px;
}
.nieuwstitle{
	text-transform: uppercase;
	font-size:16px;
	text-align: center;
	width:100%;
	border-bottom-style:solid;
	border-bottom-color:#6d7158;
	border-bottom-width:6px;
	margin-bottom:3px;
}
.nieuwsdatum{
	font-size:11px;
}
h3{
	display: inline;
	border-bottom: solid 4px #6d7158;
}
#nieuws
{
	margin-top: 10px;
}
#leiding
{
	margin-top: 10px;
}
.leidingbox img
{
	float:left;
	margin-right: 30px;
	margin-top: 5px;
}
.leidingbox ul li img{
	float:none;
}
#leidingnaam
{
	font-size: 24px;
}
.leidingbox
{
	clear: both;
	margin-bottom: 20px;
}
.leidingbox ul
{
	margin-bottom: 60px;
}
input
{
	margin-left: 10px;
	margin-bottom: 4px;
}
select
{
	margin-left: 10px;
	margin-bottom: 4px;
}
h4
{
	margin-top: 20px;
}
textarea
{
	width: 400px;
	margin-bottom: 5px;
}
.controlbox 
{
	background-color: #3f3f3f;
	margin-bottom: 6px;
	padding: 10px;
}
h5
{
	margin-top: 20px;
	font-size: 18px;
}
h2
{
	text-transform: uppercase;
}
.clearDiv
{
	clear:both;
}
.boldClass
{
	font-weight:bold;
}
#content ul
{
	margin-top: 5px;
	margin-left: 30px;
}
#link
{
	width: 300px;
}
.gastenbox
{
	background-color: #3f3f3f;
	margin-bottom: 10px;
	padding: 5px;
}
.linksding
{
	background-color: #2f2f2f;
	float:left;
	padding: 6px;
	width: 100px;
	margin-right: 10px;
	overflow: hidden;
	
}
.maandprogramma
{
	padding-bottom: 10px;
}
.imgBox
{
	background-color: #2f2f2f;
	width: 120px;
	text-align:center;
	float:left;
}
form img
{
	margin-left: 20px;
}
.extrainfo
{
	width: 210px;
}
td
{
	padding: 3px;
/*	border: #000 1px solid */
}
th
{
	text-align:center;
	padding: 3px;
}
table
{
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	border-style:none;
}

dl#verhuur dd{
	float:right;
	margin-right:350px;
}
dl#verhuur dt{
	float:left;
}
dl#verhuur fieldset{
	clear:both;
	border-style:none;
	padding-top:2px;
	padding-bottom:3px;
}
.twitter{
	border-top-style:solid;
	border-top-width:2px;
	border-top-color: rgb(109, 113, 88);
	width:738px;
}

#verhuur dl dt{
	font-weight:bold;
}
#verhuur dl dd{
	margin-bottom:10px;
}

table.bordered {
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	border-collapse: collapse;
	margin-left:0px;
	margin-top:20px;
	width:97%;
	text-align:left;
	
}
table.bordered th {
	border-width: 1px;
	border-style: inset;
	border-color: #000;
}
table.bordered td {
	border-width: 1px;
	border-style: inset;
	border-color: #000;
}