html, body, h1, h3, h4, h5, h6, ul, ol, dl, li, table, p, td, div, span, img, form, fieldset, legend {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	text-align: center;
	background-color: #a29701;
	font-family:Trebuchet ms, sans-serif;
	font-size: 11pt;
	color: black;
	background-color:#a29701;
	background-position: center -33px;
	background-image: url('../images/bg.jpg');
	background-repeat:no-repeat;
}
a {
	text-decoration:none;
	color: white;
	font-size: 11pt;
	font-weight:bold
}

div#containerStart {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height:600px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
	background-image: url('../images/bg_start.jpg');
	background-repeat:no-repeat;
}

div#container {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height:600px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
}

div#startPage h2 {
	padding-left:20px;
	padding-right:20px;
	line-height:14pt;
}

p.start {
	padding-left:20px;
	line-height:14pt;
	width:350px;
}

div#startButton {
	margin-left:85px;
}


a.redLink:link, a.redLink:visited {
	text-decoration: none;
	font-size:11pt;
	color:#b02314;
}

a.redLink:hover{
	font-size:11pt;
	text-decoration: none;
	color:#b02314;
}

.notenQuiz {
	padding-left:20px;
	padding-top:15px;
}

p.scenario {
	margin-left:170px;
	margin-right:20px;
	line-height:14pt;
	font-size:11pt;
}

div#scenario1 {
	background-image: url('../images/medal_gold.png');
	background-repeat:no-repeat;
	height:325px;
	margin-left:20px;
	vertical-align:top;
}

div#scenario2 {
	background-image: url('../images/medal_silver.png');
	background-repeat:no-repeat;
	height:325px;
	margin-left:20px;
	vertical-align:top;
}

div#scenario3 {
	background-image: url('../images/medal_bronze.png');
	background-repeat:no-repeat;
	height:325px;
	margin-left:20px;
	vertical-align:top;
}

p.news {
	margin-left:160px;
	padding-left:10px;
	margin-right:10px;
	padding-right:10px;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:20px;
	line-height:14pt;
	font-size:11pt;
	background-color:#f6f4f5;
}

input.newsSubscribe {
	height: 19px;
	width:250px;
	margin-top:20px;
}

input.submit {
	vertical-align:bottom;
	margin-top:20px;
}

span.subscribe {
	margin-left:10px;
	vertical-align:bottom;
}

div#qeustionNumbers {
	margin-left:100px;
	padding-top:100px;
}

div#qeustionNumbers ul li {
	padding-left:5px;
	padding-right:5px;
	display:inline;
}

div#gameBlock {
	width:591px;
	height:300px;
	padding: 30px;
	padding-top:0px;
	margin-right: auto;
	margin-left: auto;
}

div#gameBlock h1 {
	font-size:16pt;
	line-height:20pt;
	padding-top:100px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	
}

div#question {
	width:610px;
	margin-top:20px;
	margin-bottom:40px;
}

p#vraagTekst {
	color:black;
	font-size:16pt;
	font-weight:bold;
	font-style:italic;
	text-align:left;
	line-height:20pt;
	margin-left: 20px;
	margin-right:20px;
}

div#questionOptions {
	margin-left:20px;
	margin-top:14pt;
}


div#questionNavigation {
	background-image: url('../images/roller.png');
	background-repeat:no-repeat;
	margin-top: -55px;
	height:52px;
	width:214px;
	margin-left:61px;
}

div#questionNavigation h1 {
	font-family:Verdana;
	color:#ffffff;
	font-style:italic;
	font-size:18px;
	padding-top:22px;
	padding-left:50px;
	text-align:left;
}

div#antwoord {
	padding-left:20px;
	padding-right:30px;
}

div#nextQuestion {
	text-align: right;
	margin-top:7pt;
}

div#nextQuestion a {
	height:26px;
}

div.option {
	margin-bottom: 14px;
}

a.button {
	display: block;
	background-repeat: no-repeat;
	width: 443px;
	height: 19px;
	padding: 8px;
	padding-left: 12px;
	color: white;
	font-size: 11pt;
	text-align: center;
	font-weight:bold;
}

a.button img {
	float: left;
	margin-top: -8px;
	margin-left: -12px;
}

a.button a {
	color: white;
}

div.optionA a.button {
	background-image: url('../images/green_button.png');
}

div.optionB a.button {
	background-image: url('../images/blue_button.png');
}

div.optionC a.button {
	background-image: url('../images/red_button.png');
}

p.goed {
	font-weight: bold;
}

p.fout {
	font-weight: bold;
}

img.goed {
	float: left;
}

img.fout {
	float: left;
}

input.newsletterAanmeldenButton { /* img submit button */
	vertical-align: bottom;
	margin-left: 8px;
}