/**
 *  Author          Gauke Pieter Sietzema, Sterc Concept
 *  Website         htp://www.sterc.nl
 *  Contact         info@sterc.nl
 *  Created date    
 */


html, body {
    margin: 0;
	padding: 0;
	background: #311310 url(../img/container-tile.png) 50% 0% repeat-y;
	overflow-x: hidden;
	font: normal 13px/20px "Trebuchet MS", tahoma, verdana, arial, sans-serif;
	color: #fff;
}


#container {
	position: absolute;
	width: 1026px;
	left: 50%;
	margin-left: -513px;	
}

.top {
		text-align: center;
		width: 998px;
		height: 111px;
		background-color: #fff;
		margin-left: 15px;
}

	.top img {
		margin: 20px 0 0 30px;
	}

img {
	border: 0;
}

a, a:link, a:visited {
	color: #fff;
}

a:hover {
	color: #340E01;
}

.menu_bar {
	width: 998px;
	margin-left: 15px;
	background-color: #4f1b13;
	height: 33px;
}

	.menu_bar ul {
		margin: 0;
		padding: 0;
		float: left;
		list-style: none;
		float: right;
	}
	
	.menu_bar ul li {
		margin: 0 0 0 ;
		padding: 0;
		float: left;
	}
	
	.menu_bar a, .menu_bar a:link, .menu_bar a:visited {
		font: italic 16px/33px "Times New Roman", serif;
		text-decoration: none;
		color: #fff;
		padding: 0 9px 0 9px;
		background: url(../img/menu_side.png) 100% no-repeat;
	}
	
	.menu_bar .last a {
		background: none;
	}
	
	.menu_bar a:hover {
		text-decoration: underline;
	}
	
.main {
	width: 451px;
	margin: 0 0 0 15px;
	padding: 0 68px 0 479px;
	_padding-right: 0;
	background: #551d01 url(../img/main-tile.png) repeat-x;
}
	
	.main_line {
		margin-left: -479px;
	}

.adres {
	width: 428px;
	height: 229px;
	background-color: #866e65;
	float: left;
	margin-left: 15px;
	_margin-left: 8px;
}

	.adres img {
		float: left;
		margin: 18px 0 0 10px;
	}
	
	.adres div {
		float: right;
		width: 200px;
	}

.foto_impressie {
	width: 284px;
	height: 249px;
	float: left;
	text-align: center;
	background: url(../img/foto-impressie.jpg) no-repeat;
}

.agenda {
	width: 266px;
	height: 229px;
	padding-left: 20px;
	float: left;
	background-color: #866e65;
}

.footer {
	text-align: right;
	width: 1008px;
	color: #866e65;
    _margin-top: -20px;
}

	.footer a, .footer a:link, .footer a:visited {
		text-decoration: none;
		color: #866e65;
	}
	
	.footer a:hover {
		text-decoration: underline;
	}
	
p {
	margin: 10px 0 0 0;
	padding: 0;
}
	
h1 {
	margin: 0;
	padding: 40px 0 30px 0;
	font: italic bold 42px/42px serif;
/*	height: 56px;*/
}

h2 {
	margin: 15px 0 10px 0;
	padding: 0;
/*	margin: -30px 0 -25px 0;*/
/*	padding: 20px 0 20px 0;*/
	font: italic bold 30px/30px serif;
/*	height: 60px;*/
/*	_padding: 20px 0 0 0;*/
}

.header_foto {
	position: absolute;
	left: 15px;
	top: 20px;
	z-index: 5;
}

.galleria img {
	border: 2px solid #fff;
}