body {
	background-image: url(../images/background.png);
	font-size: 0.9em;
	font-family: Georgia, Times New Roman, Arial;
	background-repeat: repeat-x;
	background-color: #7B8061;
}
ul {
	color: #D1CEBC;
}

li {
	color: #D1CEBC;
}

.frontcontainer {
	width: 735px;

	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.header {
	height: 130px;
}

#logo {
	margin-top: 15px;
	margin-left: 80px;
	float: left;
}
#gvhs {
	float: right;
}

.frontcontent {
	height: 342px;
	position: relative;
	background-image: url(../images/frontcontent_background.jpg);
}

.frontintro {
	position: absolute;
	left: 30px;
	top: -40px;
	display: block;
	width:170px;
	height: 190px;
	padding: 15px;
	line-height: 150%;
	font-size: 11px;
}

.hoofdmenu {
	position: absolute;
	left: 226px;
	border-top: 1px solid #F9F9F9;
	height: 30px;
	width: 509px;
	text-align: right;

}
.hoofdmenu a{
	display: block;
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	height: 22px;
	font-weight: bold;
	color: #1C1F26;
	text-decoration: none;
	font-size: 11px;
}
.hoofdmenu a:hover{
	background-color: #1C1F26;
	color: #FFF;
}

.frontfooter {
	background-color: #2A2313;
	color: #D3CDBD;
	font-size: 10px;
	height: 27px;
	padding-left: 30px;
	padding-top: 13px;
	
}

.frontfooter a{
	color: #D3CDBD;
}

.frontfooter a:hover{
	color: #FFF;
}
/* SUB PAGINA */

.sub-hoofdmenu {
	position: relative;
}
.subcontainer {
	width: 735px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

a.home {
	display: block;
	font-weight: bold;
	color: #1C1F26;
	text-decoration: none;
	font-size: 11px;
	position: absolute;
	left: 100px;
	top: 9px;
}

a.home:hover {
	text-decoration: underline;
}

.subhoofdmenu {
	position: absolute;
	left: 226px;
	border-top: 1px solid #F9F9F9;
	height: 30px;
	width: 509px;
	text-align: right;
}
.subhoofdmenu a{
	display: block;
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	height: 22px;
	font-weight: bold;
	color: #1C1F26;
	text-decoration: none;
	font-size: 11px;
}
.subhoofdmenu a:hover{
	background-color: #1C1F26;
	color: #FFF;
}

.subcontent {
	margin-top: 30px;
	background-color: #1E1E1E;
}

.subcontent-header {
	background-image: url(../images/sub_headerpic.jpg);
	height: 82px;
	overflow: hidden;
}

.subcontent-submenu {
	background-color: #A99C85;
	height: 23px;
	overflow: hidden;
	margin-bottom: 10px;
	padding-left: 50px;
	padding-top: 7px;
	border-bottom: 20px solid #FFF;
}

.subcontent-submenu a {
	color: #1C1F26;
	display: block;
	margin-right: 15px;
	font-weight: bold;
	float: left;
	text-decoration: none;
	font-size: 11px;
}
	
a.on {
	color: #FFF;
}


.subcontent-submenu a:hover {
	color: #FFF;
	
}
.subcontent-inhoud {
	background-color: #1E1E1E;
	padding-bottom: 10px;
	padding-left: 50px;
	position: relative;
}

.subcontent-inhoud h1 {
	color: #C7A467;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 20px;
	position: relative;

}

.subcontent-tekst {
	border-top: 1px solid #52514F;
	border-right: 1px solid #52514F;
	float: left;
	margin-top: 10px;
	width: 415px;
	padding-bottom: 20px;

}

.subcontent-tekst a{
	color: #C8A466;
	font-weight: bold;

}

.subcontent-tekst h2{
	color: #C8A466;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0px;
	margin-top: 30px;

}

.subcontent-tekst p{
	color: #D1CEBC;
	margin-top: 10px;
	margin-right: 10px;


}

.subcontent-plaatje {
	text-align: center;
	float: left;
	margin-top: 10px;
	margin-left: 36px;
	width: 169px;
	border: 1px solid #4B4A49;
	padding: 15px;
}

.subfooter {
	background-color: #1E1E1E;
	color: #D3CDBD;
	font-size: 10px;
	height: 27px;
	padding-left: 50px;
	padding-top: 13px;
	clear: both;
}

.subfooter a{
	color: #D3CDBD;
}

.subfooter a:hover{
	color: #FFF;
}

p.plaatjes {
	text-align: center;
}

p.note {
	font-size: 0.8em;
	padding-right: 15px;
	margin: 0;
}
p {
	margin: 0;
}
img {
	vertical-align: bottom;
	border: 0;
}

