/*=================================
PSD2HTMLCSS BY GW MEDIA, GWMEDIA.NL
=================================*/
html, body {
	margin: 0px;
	padding: 0px;
	color: #777;
	background: url("../img/background.jpg") repeat-x;
	background-attachment: fixed;
	border-top: 5px solid #3a3939;
}

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: #136da2;
text-decoration: none;
}
a:hover {color: #777}
a:active {}
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; }

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: 0px; color: #444;}
h2 { font-size: 18px; }
h3 { font-size: 16px; }

#wrapper{
	width: 800px;
	margin: 0 auto;
}

#header{
	width: 800px;
	float: left;
}

#menu{
	width: 800px;
	height: 27px;
	float: left;
	margin: 0px 0px 0px 0px;
	background: #3a3939;
	border-bottom: 1px solid #fff;
}

#nav{
	width: auto;
	float: left;
}

#nav ul{
	margin: 0px;
	padding: 0px;
	float: left;
}

#nav ul li {
	width: auto;
	list-style: none;
	float: left;
}

#nav ul li a {
	height: 20px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	color: #9a9a9a;
	padding: 0px 5px 0px 5px;
}

#nav a:hover{
	color: #fff;
}

#nav a.active{
	color: #fff;
}

#language{
	width: auto;
	float: right;
	padding: 0px 10px 0px 10px;
}

#language a{
	color: #9a9a9a;
}

#language a:hover{
	color: #fff;
}

#language a.active{
	color: #fff;
}


#banner{
	width: 800px;
	height: 250px;
	float: left;
	margin: 0px 0px 0px 0px;
	background: url("../img/banners/banner1.jpg") no-repeat;
	border-bottom: 1px solid #fff;
}

#carousel{
	width: 800px;
	height: 250px;
	position: absolute;
	z-index: 1;
}

#logo{
	position: absolute;
	z-index: 2;
	margin: 40px 0px 0px 40px;
}

#michel{
	position: absolute;
	z-index: 1;
	margin: 44px 0px 0px 560px;
}

#duiven{
	position: relative;
	z-index: 0;
	margin: 60px 0px 0px -100px;
}

#main{
	width: 800px;
	height: auto;
	float: left;
	border-top: 3px solid #444;
}

#maintop{
	width: 800px;
	height: 5px;
	float: left;
	background: url("../img/maintop.png") no-repeat;
}

#mainmiddle{
	width: 780px;
	height: auto;
	float: left;
	background: #fff;
	padding: 5px 10px 5px 10px;
}

#mainbottom{
	width: 800px;
	height: 5px;
	float: left;
	background: url("../img/mainbottom.png") no-repeat;
}

#mainl{
	width: 550px;
	float: left;
}

#mainc{
	width: 780px;
	float: left;
}

#title2{
	width: 780px;
	float: left;
	margin: 5px 0px 15px 0px;
	font-size: 18px;
	color: #395b93;
	font-weight: bold;
	font-family: times new roman;
}

#text2{
	width: 780px;
	float: left;
	margin-bottom: 20px;
}

#title{
	width: 550px;
	float: left;
	margin: 5px 0px 15px 0px;
	font-size: 18px;
	color: #395b93;
	font-weight: bold;
	font-family: times new roman;
}

#text{
	width: 550px;
	float: left;
	margin-bottom: 20px;
}

#textextra{
	width: 540px;
	float: left;
	border: 1px solid #dadada;
	padding: 4px;
}

#weblinks{
	width: 550px;
	float: left;
}

.weblinks{
	width: 550px;
	float: left;
	margin-bottom: 10px;
	border-bottom: 1px dotted #dadada;
	padding-bottom: 10px;
}

#gastenboek{
	width: 550px;
	float: left;
}

.gastenboek{
	width: 550px;
	float: left;
	margin-bottom: 10px;
	border-bottom: 1px dotted #dadada;
	padding-bottom: 10px;
}

#artikelen{
	width: 550px;
	float: left;
}

.artikel{
	width: 550px;
	float: left;
	margin-bottom: 10px;
	border-bottom: 1px dotted #dadada;
	padding-bottom: 10px;
}

#mainr{
	width: 210px;
	float: left;
	margin-left: 20px;
}

.mainitem{
	width: 210px;
	float: left;
	margin-bottom: 10px;
}

.mainitem_title{
	width: 190px;
	float: left;
	font-size: 12px;
	background: url("../img/mainitemtitle.jpg") no-repeat;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin-bottom: 5px;
}

.mainitem_text{
	width: 190px;
	float: left;
	padding: 0px 10px 0px 10px;
}

.mainitem_text ul{
	margin: 0px;
	padding: 0px;
	float: left;
}

.mainitem_text ul li {
	width: auto;
	list-style: none;
	float: left;
}

.mainitem_text ul li a {
	width: 190px;
	display: block;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	color: #136da2;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dotted #dadada;
}

.mainitem_text a:hover{
	color: #777;
}

.mainitem_text2{
	width: 190px;
	float: left;
	padding: 10px 10px 10px 10px;
}

#copyright{
	width: 780px;
	float: left;
	margin-bottom: 20px;
	margin: 0px 10px 0px 10px;
	padding: 10px 0px 10px 0px;
	border-top: 1px dotted #dadada;
}

.clear{
	clear: both;
	width: 100%;
}

#footer{
	width: 100%;
	clear: both;
	height: 10px;
	bottom: 0;
	background: #3a3939;
}
