@charset "UTF-8";
h1 {
	color: #FFF;
	font-size: 30px;
	padding-left: 0px;
}
h2 {
	color: #dfc9fe;
	font-size: 30px;
	padding-left: 0px;
}
h3 {
	font-size: 22px;
	color: #FFF;
	padding-left: 0px;
}
h4 {
	font-size: 22px;
	color: #dfc9fe;
	padding-left: 0px;
}
h5 {
	font-size: 10px;
	color: #dfc9fe;
	padding-left: 0px;
}
h6 {
	font-size: 18px;
	color: #dfc9fe;
	padding-left: 0px;
}
hr {
	color: #FFF;
	background: #FFF;
	width: 920px;
	height: 2px;
}
.oneColFixCtrHdr #mainContent {
	text-align: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 40px;
	background-attachment: scroll;
	background-image: url("images/achtergrond-rode-balk-960x64.png");
	background-repeat: no-repeat;
	background-position: center 27px;
}
.oneColFixCtrHdr #footer {
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
body, td, th {
	font-family: Arial_Rounded_Bold, Arial_Rounded_BoldEI, "Arial Rounded MT Bold", Verdana, Arial, Helvetica, sans-serif;
	color: #dfc9fe;
	font-size: 14px;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #ff4c00;
}
a:active {
	text-decoration: underline;
	color: #FFF;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
body {
	background: #1e1e1e url(images/achtergrond-grasklokje.jpg) no-repeat fixed center top;
}
.oneColFixCtrHdr #header {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
}
div#page {
			max-width: 900px;
			margin-left: auto;
			margin-right: auto;
			padding: 20px;
		}
.back-to-top {
			position: fixed;
			bottom: 2em;
			right: 40px;
			text-decoration: none;
			color: #000000;
			background-color: #ffffff;
			font-size: 12px;
			padding: 1em;
			display: none;
		}
.back-to-top:link {
		    text-decoration: none;
	        color: #000000;
			background-color: #ffffff;
		}	
.back-to-top:hover {
		    text-decoration: none;
	        color: #ffffff;
			background-color: #ff4c00;
		}
.whiteText
{
    color: #FFF;
}.grayText
{
    color: #808080;
}