/* @group Basis */

html, body {
	height: 100%;
	background: #59A218 url(../pix/groen.jpg) repeat;
	margin: 0;
	padding: 0;
	font: 12px/20px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

img {
	border-style: none;
}

a {
	text-decoration: none;
	color: #fff;
}

a.sub {
	color: #000;
	font-size: 10px;
	line-height: 20px;
}

a.zwart {
	color: #000;
	font-size: 12px;
	line-height: 20px;
}

a:hover {
	color: #68b022;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 30px;
}

/* @end */

/* @group Fonts */

h1 {
	font-size: 10px;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}

h2 {
	font-size: 12px;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
	text-decoration: none;
}

h3 {
	font-size: 16px;
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 0;
	text-decoration: none;
	font-weight: normal;
}

h4 {
	font-size: 18px;
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: lighter;
	text-decoration: none;
	color: #68b022;
}

h5 {
	font-size: 18px;
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	text-decoration: none;
	color: #68b022;
}

h6 {
	font-size: 28px;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: lighter;
	text-decoration: none;
	color: #68b022;
	text-transform: uppercase;
}

/* @end */

/* @group Divs */

#top {
	height: 142px;
	width: 100%;
	background: #fff url(../pix/logo.jpg) no-repeat center 5px;
}

#quickmenu {
	width: 333px;
	height: 82px;
	padding-left: 10px;
	padding-top: 60px;
	float: left;
}

#submenu {
	width: 333px;
	height: 22px;
	padding-right: 10px;
	padding-top: 120px;
	float: right;
}

#container {
	width: 990px;
	margin-top: 0;
	margin: auto;
	min-height: 642px;
	background: url(../pix/bg.jpg) repeat-y center top;
	overflow: auto;
}

#banner {
	width: 819px;
	height: 119px;
	margin: 0 auto auto;
	background-image: url(../pix/groen.jpg);
}

#menu {
	width: 159px;
	height: 500px;
	float: left;
	background: url(../pix/A.png) no-repeat right bottom;
}

#content {
	width: 670px;
	float: left;
	min-height: 500px;
}

#contentlinks {
	width: 294px;
	float: left;
	padding: 40px 20px 20px;
	text-align: right;
}

#formulier {
	width: 500px;
	float: left;
	padding: 40px 20px 20px 40px;
	text-align: left;
}

#contentrechts {
	width: 294px;
	float: right;
	padding: 40px 20px 20px;
}

#foto {
	width: 160px;
	float: right;
}

#footer {
	width: 100%;
	height: 94px;
	clear: both;
	text-align: center;
	background: url(../pix/footer.png) repeat-x center bottom;
}



/* @end */

/* @group menu */

#home a#home,
#zakelijk a#zakelijk,
#copy a#copy,
#geboorte a#geboorte,
#huwelijks a#huwelijks,
#contact a#contact,
#sitemap a#sitemap {
	color: #fff;
	width: 159px;
	background: url(../pix/selected.png) no-repeat;
	background-position: -1px;
	display: inline-block;
	position: absolute;
	padding-left: 10px;
	font-weight: bold;
}

/* @end */