/* Algemeen */

body {
	background:#3a3f1f;
	text-align: center;
	width: 100%;
	height: 100%;
	font: 70%/1.6em Verdana, Geneva, sans-serif;
}

html {
	width: 100%;
	height: 100%;
}

/* Opmaak headers en tekst */

h1 {
	font: bold 2.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3a3f1f;
	text-align:center;
}

a {
	color:#67221b;
	font-weight:bold;
}

* {
	margin:0px;
	padding:0px;
}

ul {
	margin-left: 2em;
	margin-bottom: 0.7em;
}

/* Opmaak plaatjes en foto's */

.foto {
	background: #FFFFFF;
	padding:1px;
	margin:10px;
	border: 1px solid #000000;
}

.foto_logo {
	margin:10px;
	margin-bottom:0px;
	height:100px;
}

/* Opmaak links */

a {
	font-weight: bold;
	color:#4a4b24;
	text-decoration:none;
}

#navigatie a {
	text-decoration:none;
	color:#1A2948;
}

#footer a {
	text-decoration:none;
	border:none;
}

/* Site layout */

#site_container {
	background:url(fotos/container.png) repeat-y center;
	margin:0px auto;
	width:800;
	position:relative;
	top:30px;
	bottom:30px;	
}

#container {
	color:#f4efdb;
	margin:0px auto;
  	width: 770px;
	text-align:center;
}

#header {
	background:#f4efdb;
	background:url(fotos/header.jpg) no-repeat;
	height:330px;
}

#navigatie_container {
	width:770px;
	float:left;
	margin-left:5px;
}

#navigatie {
	line-height:25px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	letter-spacing:3px;
}

#inhoud {
	color:#000;
	text-align:left;
	padding: 0px 0px 0px 0px;
	width:620px;
	float:left;
}

#footer {
	background:url(fotos/footer.png);
	height:74px;
	clear:both;
}

#shadow_top{
	position:relative;
	top:-14px;
}

#shadow_bottom{
	position:relative;
	bottom:-14px;
}

/* Tekst */

.txt_boven {
	background:url(fotos/txt_top.png) no-repeat;
	height:40px;
	width:770px;
}

.txt_onder {
	background:url(fotos/txt_bottom.png) no-repeat;
	height:50px;
	width:770px;
}

.txt_midden {
	background:url(fotos/txt_middel.png) repeat-y;
	width:660px;
	padding: 0px 60px;
}