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;
	font-weight: bold;
	padding-bottom: 5px;
}

.formField {
	padding: 3px 0px 10px 0px;
}
/*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 {
	float: left;
	width: 830px;
	padding: 0px 38px 0px 38px;
}
#content a {
	color: #666;
}
#content a:hover {
	color: #efb932;
}
#content-kader {
	clear: both;
	padding: 0px 34px 0px 34px;
}
.kader-breed-kop {
	position: relative;
	background: url(bg-kader-breed-kop.jpg) no-repeat;
	width: 830px;
	height: 25px;
}
.kader-breed-content {
	position: relative;
	text-align: justify;
	background: url(bg-kader-breed.jpg) repeat-y;
	width: 770px;
	padding: 0px 30px 0px 30px;
}

.kader-breed-content li {
	padding: 0 0 10px 50px
}
.kader-breed-content a {
	color: #000;
}
.kader-breed-content a:hover {
	color: #efb932;
}
.kader-breed-voet {
	position: relative;
	background: url(bg-kader-breed-voet.jpg) no-repeat;
	width: 830px;
	height: 25px;
}

#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;
}

/*Schaalbare kaders voor de foto's
------------------------------------------------------*/
.imagesHomeFooter {
	position: relative;
}
.imagesHomeFooter .imageEntry {
	position:relative;
	float: left;
	padding: 20px 0px 0px 34px;
}
.box {
	float: left;
	background: url(kader-image-footer-bottom-left.jpg) no-repeat left bottom;
}
.box-outer {
	background: url(kader-image-footer-bottom-right.jpg) no-repeat right bottom;
	padding-bottom: 8px;
}
* html .box-outer {
	padding-bottom: 6px;
}
.box-inner {
	background: url(kader-image-footer-top-left.jpg) no-repeat left top;
	padding-bottom: 10px;
}
.box-image {
	background: url(kader-image-footer-top-right.jpg) no-repeat right top;
	padding-top: 16px;
	padding-bottom: 4px;
	padding-left: 17px;
	padding-right: 20px;
}
.box-knop {
	text-align: center;
	color: #666;
}
.box-knop a {
	color: #666;
}
.box-knop a:hover {
	color: #efb932;
}

.clear {
	clear: both;
}
