html{
	background-color:#D1DAE2;
}
body{
	color:#63686C;
	font-family:verdana, helvetica, sans-serif;
	font-size:12px;
	margin:0 auto;
	padding:0;
}
/*begin layout*/
#pagina{
	position: absolute;
	width:100%;
	left:0;
	top:0;
}
#layout{
	overflow:visible;
	margin:0 auto;
	position:relative;
	z-index:0;
	width:900px;
}
#layout-body{
	position:relative;
	z-index:0;
	margin:0px;
}
#top{
	position:absolute;
	overflow:hidden;
	z-index:-1;
	top:0;
	left:0;
	width:900px;
	height:103px;
	background-image:url('images/header_bg.jpg');
	background-repeat:no-repeat;
}
#onder{
	position:absolute;
	overflow:hidden;
	z-index:-1;
	bottom:-72px;
	width:900px;
	height:72px;
	background-image:url('images/onder_bg.jpg');
	background-repeat:no-repeat;
}
#links{
	position:absolute;
	overflow:hidden;
	z-index: -2;
	top:103px;
	left:0;
	width:50px;
	bottom:0px;
	background-image:url('images/links_bg.jpg');
	background-repeat:repeat-y;
}
#rechts{
	position:absolute;
	overflow:hidden;
	z-index:-2;
	top:103px;
	right:0;
	width:50px;
	bottom:0px;
	background-image:url('images/rechts_bg.jpg');
	background-repeat:repeat-y;
}
#inhoud{
  position:absolute;
  overflow:hidden;
  z-index: -3;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  background-image:url('images/basis_bg.jpg');
  background-position:center;
}
.clear-float
{
  float:none;
  clear:both;
}
/*eind layout*/
/*header*/
#logo img{
	position:relative;
	margin:0 50px;
	width:800px;
	top:21px;
}
/*eind header*/
/*begin stijl*/
table,tr,td{
	border:0;
}
a img{
	border:0;
}
a{
	text-decoration:none;
}
a:link{
	color:#A8686C;
}
a:visited{
	color:#A8686C;
}
a:hover{
	color:#3D4187;
}
a:active{
	color:#3D4187;
}
/*eind stijl*/
/*begin menu*/
#menu{
	position:relative;
	width:150px;
	float:left;
	top:21px;
	left:50px;
}
#menu ul{
	list-style-type:none;
	margin-top:45px;
}
#menu ul li {
	margin:5px 0 10px -40px;
	width:140px;
	border:1px #D0D2D5 solid;
	padding-left:10px;
}
#menu ul li:link{
}
#menu ul li:visited {
}
#menu ul li:hover {
	background-image:url('images/li_hover.jpg');
}
#menu ul li:active{
	background-image:url('images/li_hover.jpg');
}
#menu ul li a:hover {
	color:#694144;
}
/*eind menu*/
/*begin invulling*/
#content{
	position:relative;
	top:21px;
	width:610px;
	left:50px;
	padding:0 20px 0 20px;
	overflow: hidden;
	min-height:500px;
}
#voetnoot{
	position:relative;
	width:800px;
	bottom:-44px;
	height:44px;
	margin-left:50px;
	background-image:url('images/voetnoot_bg.jpg');
	background-repeat:no-repeat;
	text-align:center;
}
#voetnoot p{
	position:relative;
	padding-top:12px;
	font-size:10px;
}
/*eind invulling*/
/*begin galerie*/
#galerie{
	position:relative;
	float:left;
	width:650px;
	padding:0;
	left:-15px;
}
#galerie ul{
	list-style-type:none;
	background-color:#EFEFEF;
	position:relative;
	float:left;
	width:154px;
	height:210px;
	padding:0px;
	margin-right:4px;
	border-width:1px;
	border-style:solid;
	border-color:#B1B1B1 #E8E8E8 #E8E8E8 #B1B1B1;
	overflow:hidden;
}
#galerie ul li.img{
	text-align:center;
	height:150px;
	padding:4px 2px 0 2px;
}
#galerie ul li.titel{
	position:relative;
	text-align:center;
	top:0px;
	height:10px;
	padding:0px 0;
}
#galerie ul li img{
	border-width:2px;
	border-style:solid;
	border-color:#E8E8E8 #B1B1B1 #B1B1B1 #E8E8E8;
}
#galerie ul li.omschrijving{
	position:relative;
	text-align:left;
	top:8px;
	font-size:10px;
	margin-left:10px;
}
/*eind galerie*/
