@charset "utf-8";
/* CSS Document */
html, body{
	background: url(../images/background_small.jpg) repeat;
	margin: 0 auto; 
	width: 100%;
	height:100%;
	text-align: left;	
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
}

div#container {
	background:url(../images/contentbg.jpg) repeat-y top center;
	position:absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
div#header {
	height: 170px;
	width: 100%;
	position: relative;
	padding: 0;
	margin: 0;
	font-size:10px;
}
div#footer {
	width: 100%;
	bottom: 0px;
	color:#cfcfcf;
	position: absolute;
	height: 52px;
	margin:0px;
	padding:0px;
}

div#content {
	margin: 170px 0px 0px 0px;
	text-align: left;
	position: relative;
	margin: 0 auto;
	padding-bottom: 52px;
}
div#inhoud {
	margin: 32px 87px 0px 87px;
	text-align:center;
}


#inhoud a{
	font-weight: bold;
	color: #8e2d2b;
	text-decoration: none;
}

#inhoud a:hover{
	font-weight: bold;
	color: #8e2d2b;
	text-decoration: underline;	
}

#inhoud a:visited{
	color: #35100f;
	text-decoration: none;
}
h1{
	font-size: 18px;
	color: #35100f;
	font-weight: bold;
}

h2{
	font-size: 14px;
	color: #35100f;
	font-weight: normal;
}