html{
	height:100%;
}
body{
	height:100%;
	background-image:url(img/bg01.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#210200;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
}
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address{
	margin:0;
	padding:0;
}
a{
	outline: none;
}
hr{
	border: 1px solid #210200;
	border-bottom:1px dotted #670F13;
}
table{
	font-size:13px;
}
#slideshow{
	position:absolute;
	top:160px;
	left:0;
	width:100%;
	height:130px;
	z-index:2;
}
#container{
	position:relative;
	width:800px;
	margin-left:-400px;
	left:50%;
	min-height:100%;
	_height:100%;
	z-index:3;
}
#header{
	position:relative;
	background-image:url(img/bg-header.gif);
	background-repeat:no-repeat;
	height:150px;
}
#header h1,#header h2{
	position:absolute;
	text-indent:-9999px;
}
#menu{
	position:absolute;
	top:102px;
	z-index:9;
}
#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#menu li {
	float:left;
	list-style:none;
}
#menu a {
	color:#fff;
	text-decoration:none;
	padding:0 19px;
	line-height:46px;
	display:block;
}
#menu a:hover,#menu li:hover{
	background-color:#670F13;
}
#menu li ul{
	position:absolute;
	background-color:#841210;
	left:-9999px;
	border-top:2px solid #3c0400;
}
#menu ul a{
	padding:0;
	line-height:25px;
	text-indent:10px;
	width:180px;
	border-bottom:1px solid #3c0400;
}
#menu ul li:hover{
	background-color:#841210;
}
#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
}
#content{
	position:relative;
	margin-top:150px;
	padding:10px 15px 120px;
	background-image:url(img/bg-content.gif);
	background-repeat:no-repeat;
	min-height:270px;
}
#content h1{
	font-size:20px;
	font-weight:normal;
	margin-bottom:10px;
}
#content p{
	padding-bottom:10px;
}
#content a{
	color:#fff;
	text-decoration:none;
	background-image:url(img/bg-link.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
}
#content a:hover{
	background:none;
	text-decoration:underline;
}
#content #gallery a{
	background:none;
}
#content #BTNBack{
	display:none;
}
#content #kaart td{
	line-height:20px;
	padding:2px 5px;
	border-bottom:1px dotted #670F13;
}
#content form a{
	background:none;
}
#footer{
	position:relative;
	height:100px;
	margin-top:-100px;
	background-image:url(img/bg-footer.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#670f13;
	z-index:10;
}
#footer #adres{
	position:absolute;
	top:5px;
	margin-left:-400px;
	left:50%;
}
#footer #adres fieldset{
	border:none;
	border-width:0px;
	font-size:12px;
}
#footer #adres fieldset h1{
	font-size:16px;
	font-weight:normal;
	margin-bottom:2px;
}
#footer #adres fieldset p{
	line-height:14px;
}
#footer #adres fieldset strong{
	float:left;
	width:80px;
}
#footer #adres a{
	color:#fff;
	text-decoration:none;
	background-image:url(img/bg-link.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
}
#footer #adres a:hover{
	background:none;
	text-decoration:underline;
}
#footer #proximedia{
	position:absolute;
	top:5px;
	margin-left:300px;
	left:50%;
	color:#fff;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	z-index:90;
}
#footer #proximedia img{
	vertical-align:middle;
}
