html {
	background: #e9e7e8;
	font-family: Verdana, Arial;
	font-size: 12px;
}
body {
	margin: 0 auto;
	width: 906px;
}
p {
	color: #000;
	padding: 0px 0px 10px 0px;
	font-size: 11px;
}
a{
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #efb932;
}
h1, h2, h3 {
	text-transform:uppercase;
	color: #efb932;

	padding-bottom: 5px;
	font-size: 12px;
}
/*Layout
------------------------------------------------------*/
#wrapper {
	margin: 0 auto;
	position: relative;
	width: 906px;
	background: url(bg-wrapper.jpg) repeat-y;
}
#kop {
	background: url(bg-kop.jpg) no-repeat;
	position: relative;
	width: 576px;
	height: 168px;
	padding: 8px 0px 0px 330px;
}
#kop-kader {
	position: absolute;
	right: 26px;
	top: 8px;
	width:550px;
	height: 140px;
	z-index: 10;
}
#menu {
	width: 866px;
	height: 56px;
	padding: 0px 20px 20px 20px;
}
#menu-wrapper {
	background: url(bg-menu-wrapper.jpg) repeat-x;
	width: 865px;
	height: 36px;
}
#content {
	position: relative;
	width: 906px;
	min-height: 350px;
	padding: 10px 0px 10px 0px;
}
#content a {
	color: #666;
}
#content a:hover {
	color: #efb932;
}

#fotoalbum {
	float: left;
	width: 470px;
}
#tekstblok {
	float: right;
	padding: 5px 34px 0px 0px;
}
.kader-smal-kop {
	position: relative;
	background: url(bg-kader-smal-kop.jpg) no-repeat;
	width: 375px;
	height: 16px;
}
.kader-smal-content {
	position: relative;
	text-align: justify;
	background: url(bg-kader-smal.jpg) repeat-y;
	width: 335px;
	padding: 0px 20px 0px 20px;
}
.kader-smal-voet {
	position: relative;
	background: url(bg-kader-smal-voet.jpg) no-repeat;
	width: 375px;
	height: 20px;
}
* html #content {
	height: 350px;
}
.sitemap ul {
	padding: 0 0 10px 0px;
}
.sitemap li {
	padding: 0 0 0px 30px;
}
#content-footer {
	width: 830px;
	padding: 0px 38px 0px 38px;
	min-height: 200px;
}
#voet {
	background: url(bg-voet.jpg) no-repeat;
	width: 906px;
	height: 36px;
	text-align: center;
	padding: 3px 0px 0px 0px;
	font-size: 10px;
	clear: both;
}
#voet p {
	color: #fff;
}

.trouwboek .imageEntry {
	float: left;
	padding-left: 35px;
}
.trouwboek .infohtml{
	font-size: smaller;
	text-align: center;
	padding-bottom:10px;	
}

.imagesEind {
	position: relative;
}
* html .imagesEind {
	left: 30px;
}
.imagesEind .imageEntry {
	position:relative;
	float: left;
	padding: 5px 0px 0px 34px;
	width: 80px;
}
* html .imagesEind .imageEntry {
	padding: 5px 0px 0px 4px;
	width: 80px;
}
.kader-klein-kop {
	position: absolute;
	left: 34px;
	top: 5px;
	background: url(kader-image-klein-kop.png) no-repeat;
	width: 100%; 
	height: 15px;
	z-index: 10;
}
* html .kader-klein-kop {
	background: url(kader-image-klein-kop.gif) no-repeat;
	width: 110px; /*ie6, moet in pixels, width: 100% werkt niet*/
	left: 4px;
}
.kader-klein-links{
	position: absolute;
	left: 34px;
	top: 17px;
	height:86px;
	width: 15px;
	background: url(kader-image-klein-links.png) repeat-y;	
	z-index: 10;
}
* html .kader-klein-links{
	left: 4px;
}
.kader-klein-rechts{
	position: absolute;
	left: 137px;
	top: 17px;
	height:86px;
	width: 15px;	
	background: url(kader-image-klein-rechts.png) repeat-y;
	z-index: 10;
}
* html .kader-klein-rechts{
	left: 107px;
}
.kader-klein-voet{
	position: absolute;
	left: 34px;
	top: 102px;
	width: 100%; 
	height: 24px;	
	background: url(kader-image-klein-voet.png) no-repeat;
	z-index: 10;
}
* html .kader-klein-voet{
	background: url(kader-image-klein-voet.gif) no-repeat;
	width: 110px; /*ie6, moet in pixels, width: 100% werkt niet*/
	left: 4px;
}


.clear {
	clear: both;
}
