@charset "UTF-8";
.oneColElsCtrHdr #container {
	position: relative;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 975px;
	height: auto;
	height: 100%;
	min-height: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(Beelden/achtergrond-index.jpg);
}
.oneColElsCtrHdr #header { 
	background: #FFFFFF; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.oneColElsCtrHdr #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 */
}
.oneColElsCtrHdr #mainContent {
	width: 955px;
	padding: 10px 10px;
	position: absolute;
	bottom: 10;
}

html, body {
	background: #666666;
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: left;
	color: #BBB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 20px;
}
a:link {
	color: #09C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #09C;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #666;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 1pt;
	margin-bottom: 10px;
	margin-top: 20px;
}
.tekst a:link {
	color: #FFF;
	text-decoration: none;
}
.tekst a:visited {
	text-decoration: none;
	color: #FFF;
}
.tekst a:hover {
	text-decoration: none;
	color: #09C;
}
.tekst a:active {
	text-decoration: none;
	color: #09C;
}

