@charset "UTF-8";
/* CSS Document */



body  {
	font: 100%;
	background:#FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#FFFFFF;
}
.thrColFix #container {
	width: 620px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
} 
.thrColFix #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-right: 10px;
}
.thrColFix #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	text-align:left; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 0px;
}

.thrColFix #mainContent {
	font-family: "Courier New", Courier, monospace;
	background-image: url(images/collage_background.jpg);
	padding-top: 3px;
	padding-right: 30px;
	padding-left: 30px;
	height: 280px;
	width: 544px;
	overflow: auto;
	text-align: justify;
	top: 30%;
	color:#FFFFFF;
	
	font-weight:550;
}

.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;
}
.thrColFix #header {
	margin-right:auto;
	margin-left: auto;
	width: 620px;
	top: 0px;
}
#download {
	position:absolute;
	top:83px;
	left: 50%;
	margin-left: -303px;
	width: 620px;
	z-index:2;
	font-size: small;
	text-align:left;
	
	
}
.download a:link {
	color: #000000;
	
}
.download a:visited {
	color: #000000;
}

.thrColFix #moesje {
	position:absolute;
	top:156px;
	left: 50%;
	margin-left: 83px;
	width: 180px;
	text-align:left;
	z-index:999;
		
}
.thrColFix #mainVIDEO {
	background-image: url(images/collage_background.jpg);
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 108px;
	height: 280px;
	width: 466px;
	
	text-align: justify;
	top: 30%;
	z-index:2;
}
.thrColFix #menu {
	position:absolute;
	top:283px;
	left:50%;
	width:620px;
	margin-left:-350px;
	z-index:4;
	
	
}

