body,td,th {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 80%;
color: #FFFFFF;
}

body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #000000;
}

a:link, a:visited {
	color: white;
}

a:hover, a:active{
	text-decoration: none;
}

a {
outline: none;
}

iframe {
	border: 1px solid maroon;
}


#mainContainer {
position: absolute;
width: 960px;
min-height: 600px;
left: 50%;
top: 50%;
margin-left: -480px; /* half of width */
margin-top: -300px;  /* half of height */
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
background-image: url(../materiaal/site_bg.jpg);
}

#mainContainerSplash {
position: absolute;
width: 960px;
min-height: 600px;
left: 50%;
top: 50%;
margin-left: -480px; /* half of width */
margin-top: -300px;  /* half of height */
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
background-image: url(../materiaal/splashscreen.jpg);
}


* html #mainContainer {
height: 600px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}

* html #mainContainerSplash {
height: 600px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}

#announceLeft {
width: 170px;
height: 550px;
float: left;
margin-left: 50px;
margin-top: 50px;
}

#center {
width: 170px;
height: 300px;
float: left;
margin-left: 180px;
text-align: center;
margin-right: 50px;
margin-top: 100px;

}

#announceRight {
width: 170px;
height: 550px;
float: right;
text-align: right;
margin-right: 50px;
margin-top: 50px;
}

#topmenu {
float: left;
width: 960px;
padding: 0px;
height: 180px;
}

#topmenu_item {
width: 160px;
height: 180px;
float: left;
text-align: center;
}

#submenu {
float: left;
margin-top: 10px;
margin-bottom: 10px;
width: 960px;
height: 20px;
}

#submenu_item {
background-color: #282828;
width: 160px;
height: 20px;
float: left;
text-align: center;
}

#content {
float: left;
margin-left: 100px;
width: 860px;
height: 370px;
overflow: auto;
}

#content_left {
	float: left;
	width: 254px;
	height: 361px;
	border: 2px none white;
}

#content_right {
	float: left;
	margin-left: 30px;
	padding-left: 10px;
	padding-right: 10px;
	width: 555px;
	height: 361px;
	border: 2px none #600504;
	overflow: auto;
	scrollbar-3dlight-color: #500404;
	scrollbar-arrow-color: #fdf5e6;
	scrollbar-base-color: gray;
	scrollbar-darkshadow-color: black;
	scrollbar-face-color: #520404;
	scrollbar-highlight-color: maroon;
	scrollbar-shadow-color: black;
	scrollbar-track-color: #8b4513;
}


.kleiner {
	font-size: 75%;
}

#affiche {
	border: 1px solid maroon;
	margin-top: 12px;
}

#youtube {
	border: 1px solid maroon;
	float: left;
	margin-right: 30px;
	width: 380px;
	height: 340px;
}
