/* CSS Document for Test */

body {
	margin: 0px;
	background: #009bd9;
	font-family: "Lucida Grande", Verdana;
	font-size: 11px;
	line-height: 18px;
}

.clearFloat {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	display:none;
}


/* Positionering */
#metamenu {	width: 996px; }
#metanav {
	width: 245px;
	position: absolute;
	top: 275px;
	left: 750px;
}
#header {
	background: #FFFFFF url(../img/header_groenonderwijs.jpg) no-repeat;
	position: relative;
	height: 184px;
	clear: left;
	width: 991px;
	overflow: hidden;
	border-right: 1px solid #fff;
}

#container {
	width: 996px;
	position: absolute;
	height: 300px;
	left: 0px;
	top: 242px;
}

#intro {
	background: url(../img/index_projectiescherm.jpg) no-repeat;
	width: 867px;
	position: absolute;
	height: 450px;
	left: 123px;
	top: 0px;
	border: 1px solid #fff;
	border-top: 1px;
}

#content {
	position: absolute;
	left: 124px;
	top: 450px;
}

#projectiescherm {
	width: 700px;
	height: 400px;
	position: absolute;
	bottom: 0px;
	left: 80px;
}

.movie {
	width: 408px;
	height: 230px;
	position: absolute;
	top: 76px;
	left: 48px;
	background-color: #00aaff;
}


/*
#back {
	background: url(../img/back_test.gif) no-repeat;
	height: 20px;
	position: absolute;
	float: left;
	width: 350px;
	left: 601px;
	top: 353px;
} */



/* Meta navigatie */
#metamenu a {
	display: block;
	width: 141px;
	height: 58px;
	float: left;
	border-right: 1px solid #fff;
	text-decoration: none;
}
#metamenu a { height: 58px; }
#container a img { border: 0px; }
#metamenu a:hover { background-position: 0px -58px; }
/*#container a:hover {	background-position: -123px 0px; } */
#metamenu .sn { background: url(../img/button_SN.gif) no-repeat; }
#metamenu .af { background: url(../img/button_AF.gif) no-repeat; }
#metamenu .gf { background: url(../img/button_GF.gif) no-repeat; }
#metamenu .mm { background: url(../img/button_MM.gif) no-repeat; }
#metamenu .dd { background: url(../img/button_DD.gif) no-repeat; }
#metamenu .ol { background: url(../img/button_OL.gif) no-repeat; }
#metamenu .bb { background: url(../img/button_BB.gif) no-repeat; }
#metamenu .nh { background: url(../img/button_NH.gif) no-repeat; }

/*
#metanav a.help {
	width: 98px;
	height: 78px;
	display: block;
	text-decoration: none;
	float: left;
	background: url(../img/help_AF.gif) no-repeat;
}
#metanav a.help:hover { background-position: 0px -78px; }

#metanav a.home {
	width: 49px;
	height: 61px;
	display: block;
	text-decoration: none;
	float: left;
	margin: 17px 0px 0px 20px;
	background: url(../img/home.gif) no-repeat;
}
#metanav a.home:hover { background-position: 0px -61px; }

#metanav a.test {
	width: 49px;
	height: 61px;
	display: block;
	text-decoration: none;
	float: left;
	margin: 17px 0px 0px 10px;
	background: url(../img/test.gif) no-repeat;
}
#metanav a.test:hover { background-position: 0px -61px; }
*/

/* Allerlei */
#content { padding: 0px; }
#content p { margin: 0px 0px 15px; width: 480px; }
#content h1 {
	margin: 0px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #EA9103;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0px;
	color: #FFFFFF;
}

/* popup */
.popup {	background-image: none; background-color: #000; }
#gamewrap {
	width: 885px;
	height: 604px;
	position: relative;
	margin: auto;
}
#game {
	position: absolute;
	width: 565px;
	height: 423px;
	top: 30px;
	left: 159px;
	background-color: #eee;
}
#moviewrap {
	width: 885px;
	height: 604px;
	background: url(../img/popup/movie_bg.jpg) no-repeat;
	position: relative;
	margin: auto;
}
#movie {
	position: absolute;
	width: 512px;
	height: 288px;
	top: 21px;
	left: 90px;
	background-color: #eee;
}
#bar {
	position: absolute;
	bottom: 0px;
	height: 70px;
	background-color: #000;
	width: 100%;
	border-top: 5px solid #fff;
	min-width: 801px;
	width: expression(document.body.clientWidth > 801? "auto": "801px");
}

#bar a {	float: right; display: block; width: 70px; height: 70px; }
#bar img { float:left; }
#bar a.moviemore { 
	background: url(../img/popup/icon_moviemore.gif) no-repeat;
	border-left: 5px solid #fff; border-right: 5px solid #fff;
}
#bar a.iconmovie { background: url(../img/popup/icon_movie.gif) no-repeat; }
#bar a.playmore { 
	background: url(../img/popup/icon_playmore.gif) no-repeat;
	border-left: 5px solid #fff; border-right: 5px solid #fff;
}
#bar a.iconplay { background: url(../img/popup/icon_play.gif) no-repeat; }
#bar a.moviemore:hover, #bar a.iconmovie:hover, #bar a.playmore:hover, #bar a.iconplay:hover  { background-position: 0px -70px; }
