/* default elements */
* {margin: 0; padding: 0;}

body {
	padding: 2% 0;
	background: #7c6f5c url(../images/layout/bg.jpg) top center repeat;
	font: normal 10pt sans-serif;
	color: #222;
}

#wrapper {
	width: 791px;
	margin: 0 auto;
}

#top {
	width: 791px;
	height: 13px;
	background: url(../images/layout/top_bg.jpg) bottom center no-repeat;
	font-size: 0;
}

#menu {
	width: 765px;
	height: 38px;
	background: url(../images/layout/menu_bg.gif) top left repeat-x;
}

#menu a {
	padding-bottom: 8px;
	font: bold 8pt Georgia,serif,sans-serif;
	color: #fff;
	text-decoration: none;
	border: 0px solid #fff;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 8px;
}

#menu li {
	display: inline;
	height: 22px;
	padding-left: 10px;
}

#banner {
	position: relative;
	width: 765px;
	height: 164px;
	background: url(../images/layout/top.gif) top left no-repeat;
}

#logo {
	position: absolute;
	top: 130px;
	left: 17px;
	width: 348px;
	height: 56px;
}
#logo img {
	border: 0;
}

#ster {
	position: absolute;
	top: 35px;
	right: 60px;
}
#ster img {
	border: 0;
}

#main {
	width: 765px;
	padding: 0 13px 0 13px;
	background: url(../images/layout/main_bg.jpg) repeat-y;
}

h1 {
	font: normal 22pt Georgia,serif,sans-serif;
	color: #295a94;
	padding-bottom: 12px;
}
h2 {
	font: normal 14pt Georgia,serif,sans-serif;
	color: #343321;
	padding-bottom: 6px;
}

a {
	color: #295a94;
}

p {
	padding-bottom: 14px;
}

.content-left {
	width: 465px;
	margin-top: 40px;
	padding-left: 16px;
	line-height: 14pt;
	float: left;
}

.content-right {
	width: 234px;
	margin-top: 40px;
	padding-right: 16px;
	line-height: 14pt;
	float: right;
}

.leesmeer {
	display: block;
	margin-top: 8px;
}

.divider {
	padding-bottom: 10px;
	margin-top: 4px;
	border-top: 1px dashed #dcdacc;
}

.banner-gr {
	width: 463px;
	height: 62px;
	border: 0;
	padding-bottom: 14px;
}

.banner-kl {
	width: 225px;
	height: 62px;
	border: 0;
	padding-bottom: 14px;
}

/* footer */
#footer {
	width: 741px;
	height: 61px;
	padding: 26px 25px 15px 25px;
	background: url(../images/layout/footer_bg.jpg) top center no-repeat;
	font: normal 8pt Georgia,sans-serif;
	color: #dcdac9;
}
.footer-left {
	float: left;
}
.footer-right {
	float: right;
	text-align: right;
}
#footer a {
	color: #dcdac9;
	text-decoration: underline;
}



/* clearing floats */
* html .clearfix {
	height: 1%;
}
.clearfix {
	/*display: inline-block;*/
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}