html, body {
	margin: 0px;
	padding: 0px;
	color: #333;
	background: url("../img/background.jpg") repeat-x #002331;
}

a:active{outline: none;}
:-moz-any-link:focus {outline: none;}

body,td,th,input,select,textarea {
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Tahoma, sans-serif;
	line-height: 18px;
}

input,textarea { line-height: normal; }

p { margin-bottom: 10px; }

a { 
	color: #037c9b; 
	text-decoration: none;
}
a:hover { color: #037c9b; }
a:active { color: #037c9b; }
img { border: none; }
fieldset { border: none; }
caption { display: none; }

ul {}
ol {}

table { border-collapse: collapse; }
th, td {}
th {}
thead th {}
tbody th {}
tfoot th {}
tfoot td {}

dl dt {}
dl dd {}

strong { font-weight: bold; }
em { font-style: italic; }

/* HEADINGS */

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { text-decoration: none; }

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {  }

h1 { font-size: 22px; padding: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; font-weight: bold; }

/* CSS */

#container{
	width: 750px;
	margin: 0 auto;
}

#header{
	height: 245px;
	width: 750px;
	float: left;
	background: url("../img/header.jpg") no-repeat;
}

#content{
	height: auto;
	width: 750px;
	float: left;
	background: url("../img/content.jpg") repeat-y;
}

#left{
	height: auto;
	width: 161px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	background: #f1f1f1;
}

.item{
	height: auto;
	width: 161px;
	float: left;
	margin-bottom: 20px;
}

.title{
	width: 161px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #037c9b;
	margin-bottom: 5px;
}

.text{
	width: 161px;
	float: left;
}

#menu{
	height: auto;
	width: 154px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

#menu ul{
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	list-style: none;
	float: left;
	width: 151px;
}

#menu ul li a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	text-align: left;
	border-bottom: 1px dotted #dadada;
	padding-top: 2px;
	padding-bottom: 2px;
}

#menu ul li a:hover{
	color: #e5dbc9;
}

#menu .active{
	color: #e5dbc9;
}


#right{
	height: auto;
	width: 345px;
	float: left;
	background: #f1f1f1;
	padding-left: 15px;
	padding-right: 15px;
}

#output{
	width: 345px;
	float: left;
	margin-bottom: 20px;
}

#nieuws{
	width: 345px;
	float: left;
	margin-bottom: 20px;
}

#nieuws ul{
	margin: 0px;
	padding: 0px;
}

#nieuws ul li {
	list-style: none;
	float: left;
	width: 345px;
}

#nieuws ul li a {
	display: block;
	text-decoration: none;
	color: #037c9b;
	text-align: left;
	border-bottom: 1px dotted #858585;
	padding-top: 2px;
	padding-bottom: 2px;
}

#nieuws ul li a:hover{
	color: #037c9b;
}

#title{
	width: 345px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #037c9b;
	margin-bottom: 5px;
}

#text{
	width: 345px;
	float: left;
}

#footer{
	height: 90px;
	width: 750px;
	float: left;
	color: white;
	background: url("../img/footer.jpg") no-repeat;
}

#footer a{
	color: white;
}

#footer a:hover{
	color: #037c9b;
}

#website{
	width: 161px;
	float: left;
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: right;
}

#banner{
	width: 154px;
	float: left;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}

#copyright{
	width: 300px;
	float: left;
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
}

.gastenboek{
	height: auto;
	width: 337px;
	float: left;
	padding: 3px;
	margin-bottom: 20px;
	background: #ededed;
	border: 1px solid #dadada;
}

.gastenboek_titel{
	width: 337px;
	float: left;
	font-weight: bold;
}

.gastenboek_text{
	width: 337px;
	float: left;
}