body {
	margin: 0px;
	font: 0.75em Arial;
	/*overflow: hidden;*/
}

#container {
	position: relative;
	height: 802px;
	width: 903px;
	overflow: hidden;
	margin: 0px auto;
	background:#ffffff;
}

#leftColumn {
	width: 263px;
	height: 802px;
	background:#ffffff url(../gfx/left.gif) no-repeat;
	position: absolute;
	left: 0px;
}

#mainMenu {
	width: 180px;
	height: 802px;
	margin-left: 49px;
	margin-top: 300px;
	position: absolute;
	left: 0px;
}

#mainMenu .itemRed {
	background: #bc061b;
	color: #ffffff;
	height: 22px;
	padding-left: 6px;
	padding-top: 4px;
}

#mainMenu .itemRed A {
	color: #ffffff;
	text-decoration: none;
}

#mainMenu .itemWhite {
	background: #ffffff;
	color: #bc061b;
	height: 22px;
	padding-left: 6px;
	padding-top: 4px;
}

#mainMenu .itemWhite A {
	color: #bc061b;
	text-decoration: none;
}

#webcam {
	width: 180px;
	height: 90px;
	margin-left: 49px;
	margin-top: 560px;
	position: absolute;
	left: 0px;
	background:#ffffff url(../gfx/webcam.gif) no-repeat;
}

#centerColumn {
	width: 526px;
	height: 716px;
	position: absolute;
	left: 263px;
	background:#ffffff url(../gfx/center_top.gif) no-repeat;
}

#title {
	position: absolute;
	left: 10px;
	top: 170px;
	width: 480px;
	height: 60px;
	color: #bc061b;
}

#rightColumn {
	width: 116px;
	height: 802px;
	background:#ffffff url(../gfx/right.gif) no-repeat;
	position: absolute;
	left: 787px;
}

#footer {
	width: 524px;
	height: 20px;
	position: absolute;
	left: 263px;
	top: 716px;
	background: #ffffff;
	text-align: right;
	color: #666666;
	font-size: 11px;
	padding-right: 6px;
	padding-top: 6px;
}

#footer A {
	color: #666666;
}

#mainContent {
	width: 470px;
	height: 350px;
	margin: 0px 0px 10px 10px;
	overflow: auto;
	background:#f3fdbe;
	position:relative;
	left:0px;
	top:300px;
	
	scrollbar-arrow-color: White;
	scrollbar-face-color: #b5061b;
	scrollbar-base-color: #b5061b;
	scrollbar-3dlight-color: #ddfb4c;
	scrollbar-darkshadow-color: #ddfb4c;
	scrollbar-highlight-color: #ddfb4c;
	scrollbar-shadow-color: #ddfb4c;
	scrollbar-track-color: #ddfb4c;
}

#mainContent img {
	margin-right: 6px;
}

.left {
	padding: 6px;
	width: 215px;
	float: left;
}

.right {
	padding: 6px;
	width: 215px;
	float: left;
}

.center {
	width: 430px;
	padding: 6px;
	float: left;
}

#flashContent {
	background:#b5061b url(../gfx/bg_flashvideo.gif) no-repeat;
	height: 451px;
	width: 583px;
	margin: 0px 0px 10px 10px;	
	text-align: center;
	border: #b5061b 1px solid;
}

#flashContent #flashMovie {
	margin:  50px auto 0px auto; 
}

#wistudat {
	position:absolute;
	display:none;
	top:120px;
	left:-550px;
	height:250px;
	width:550px;
	background-color:#ddfb4c;
	padding:10px;	
	z-index:40;
	border:solid 1px #b5061b;	
}

#vraag {
	margin: 10px;
}

#antwoordGoed {
	display: none;
}

#antwoordFout {
	display: none;
}

H1 {
	font: 3em Arial;
}

H2 {
	font: bold 1.5em Arial;
	margin-top: 0px;
	margin-bottom: 0px;
}

P {

}

A {
	color: #000000;
}
