@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align:left;
	background:;
}
#container{
	background-image: url(img/background.gif);
	background-position:center bottom;
	background-repeat: no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
#header { 
	padding: 0 10px; /* 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. */
	text-align: center; 
} 
#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: 0px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 70px;
	font-family: "Arial Black";
	line-height: 85px;
}

#sidebar1 {
	float: left;
	width: 175px; /* top and bottom padding create visual space within this div */
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
#balk2 {
height:85px;
background-color:#000000;
width:100%;
}
#sidebar1 .iframe    {
	margin: 0px;
	height: 90px;
	width: 175px;
	position: absolute;
	left: 0px;
	top: 190px;
	padding: 0px 0px 0px 0px;
}
#eerste{
	margin: 0px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 4px;
	}
#volgende{
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 4px;
	}
#sidebar2 {
	float: left; 
	width: 232px; /* since this element is floated, a width must be given */ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0; /* top and bottom padding create visual space within this div */
	text-align: center;
}
#sidebar2 p,  #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	vertical-align: middle;
	text-align: center;
}
#logo { 
height:115px;
background-image: url(img/logo.gif);
width:232px;
background-repeat:no-repeat;
}
	
#mainContent {
	margin: 0 0 0 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 15px 0 0 407px; /* padding here creates white space "inside the box." */
	text-align:left;
} 
#balk {
height:85px;
background-color:#000000;
width:100%;
	vertical-align:bottom;
	color: #FF8811;
	text-align: left;
	font-size:14px;
	font-weight: bold;

}
#menu {
text-align:left;
}
#container     #mainContent h3     {
	font-family: "Arial Black";
	font-size: 24px;
	font-weight: bold;
	text-decoration: blink;
	text-align: center;
	color: #ff8811;
}

#tekst{
	text-align:left;
	border: none;
	width: 100%;
	height:auto;
	overflow:auto;
	background:;
}
#plaatje{
text-align:left;
border: none;
height: 309px;
width: 449px;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
bottom: 0px;
left: 0px;
position: fixed;
width: 100%;
height: 20px;
background-color: #000000;
}
#footer p{
	color: #FF8811;
	text-align: center;
	font-size:14px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 2px 0 0 0 ;
}
h2 {
font-size: 36px;
text-align: center;
margin: 0 0 0 0;
padding: 0 0 0 0;
}
h3 {
font-size: 28px;
text-align: center;
margin: 0 0 0 0;
padding: 0 0 0 0;
}
.oranje {
	color: #FF8811;
	text-align: center;
	font-size:14px;
	font-weight: bold;
	}

A {
color: #ff8811;
font-size:14px;
font-weight:bold;
text-decoration:none;
}
A:hover {
color: #ff8811;
font-size:14px;
font-weight:bold;
text-decoration:underline;
}
A:active {
color: #000000;
font-size:14px;
font-weight:normal;
text-decoration:none;
}
A:visited {
color: #ff8811;
font-size:14px;
font-weight:bold;
text-decoration:none;
}
A:visited:hover {
color: #ff8811;
font-size:14px;
font-weight:bold;
text-decoration:underline;
}
