html { -webkit-font-smoothing: antialiased; }
html { overflow-y: scroll; }
body {
	background: transparent url(../img/body.png);
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, "met schreef";
	color: #443f3b;
	line-height: 22px;
	width: 100%;
	height: 100%;
}

#header {
	background: transparent url(../img/header.png) repeat-x 0px -12px;
	height: 230px;
	width: 100%;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
}

#container {
	z-index: 2;
	position: relative;
	width: 800px;
	margin: auto;
}

#menu {
	padding-top: 70px;
}

#menu ul {
	float: right;
	margin-top: 40px;
	margin-bottom: 8px;
}

#menu ul li {
	float: left;
}

#menu ul li a {
	display: block;
	font-weight: bold;
	font-style: italic;
	color: #282f1d; 
	text-decoration: none;
	padding: 10px 17px 2px 17px;
	font-size: 16px;
}

#menu ul li a:hover, #menu ul li a.actief {
	color: #FFF;
}

#logo {
	position: absolute;
	z-index: 6;
	margin-top: -135px;
	margin-left: -59px;
}
/* 318x191 */
#logo img {
	width: 310px;
}

.box-top {
	background: url(../img/box-top.png) no-repeat;
	height: 35px;
	width: 800px;
	position: absolute;
	z-index: 3;
}

.box-center {
	background: url(../img/box-center.png);
}

.box-content {
	position: relative;
	z-index: 4;
	min-height: 20px;
	padding: 25px;
}

.highlight {
	padding: 10px;
}

.box-bottom {
	background: url(../img/box-bottom.png) no-repeat bottom;
	height: 35px;
	position: absolute;
	z-index: 3;
	width: 800px;
	margin-top: -35px;
}

h1, h2, h3, h4 {
	color: #282f1d;
	font-weight: normal;
	padding-bottom: 15px;
}

h1 { font-size: 25px; }

#slider {
	width: 460px;
}

#slider img {
	margin-right: 20px;
	border: 1px solid #443f3b;
}

.highlight p {
	font-size: 15px;
}

p {
	margin-bottom: 20px;
}

hr {
	background: url(../img/divider.png) no-repeat center;
	height: 30px;
	border: 0;
}

.highlight hr {
	background: url(../img/divider-highlight.png) no-repeat center;
	border: 0;
	height: 30px;
}

.box-content a {
	color: #c77a6a;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

.box-content a:hover { color: #7a3d30;}

.box-footer {
	z-index: 3;
	height: 80px;
	position: absolute;
	width: 800px;
	background: url(../img/box-footer.png) no-repeat bottom;
}

.box-footer ul { 
	padding-top: 18px;
	padding-bottom: 6px;
}
.box-footer ul li { float: left; }

.box-footer ul li a {
	display: block;
	color: #282f1d;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	padding: 0px 25px;
	font-size: 15px;
}

.box-footer ul li a:hover, .box-footer ul li a.actief {
	text-decoration: underline;
}

#copyright {
	padding-left: 35px;
	font-size: 12px;
}

#copyright a { 
	color: #282f1d; 
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

.white-space {
	height: 15px;
}

#submenu {
	position: absolute;
	z-index: 5;
	margin-left: 345px;
	margin-top: 10px;
}

#submenu ul { margin: 0; }
#submenu ul li { float: left; }
#submenu ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	color: #c77a6a;
	font-size: 14px;
	padding: 3px 10px;
}
#submenu ul li a:hover { color: #7a3d30; }

.spacer {
	height: 50px;
}

.shadow, .schaduw {
	-webkit-box-shadow: #AAA 0px 1px 3px;

}

.box-content a.actief {
	color: #282F1D;
	text-decoration: none;
	font-style: normal;
	
}

a.grayed {
	color: #282F1D;

}
