* {
	margin: 0;
	padding: 0;
	outline: none;
}
a,img{border:none;}

html,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:100%;
	background-color:#022f12;
}

#container {
	background-color:#fff;
	min-height: 100%;
	width: 760px;
	position:relative;
	margin: 0 auto;
}

#content {
	position:relative;
	padding: 20px 50px;
	padding-bottom:300px;
	background: #d9f6da url(../img/white.png) repeat-x 0 bottom;
}

#nav_header, #footer {
	background-color: #005e20;
	font-size: 10pt;
	line-height:2em;
	color: #fff;
	font-weight:bold;
}

#nav_header {
	font-size: 12px;
	padding-bottom:2em;
}

#header {
	padding: 10px;
	height: 50px;
	background: url(../img/sobb-header.png) no-repeat 320px center;
}

#header h2 {
	font-size: 16px;
	color: #093162;
}

#site_menu {
	padding: 0 30px;
	list-style:none;
	border-bottom: 1px solid white;
	background-color: #c0d5e5;
	width: 700px;
	overflow:auto;
}

#site_menu li {
	float: right;
	display:inline;
	margin-left: 0.5em;
	font-weight:normal;
}

#site_menu li a {
	text-decoration:none;
	color: #fff !important;
	font-weight: bold;
	margin-right: 0.2em;
}

h1 {
	width: 325px;
	height: 180px;
	position:absolute;
	background: url(../img/logo.png) no-repeat;
	bottom: 122px;
	right: 35px;
	text-indent:-5000px;
}

#wii_img {
	float: right;
	padding-top: 38px;
}

#wiiwinnaar_img {
	position:absolute;
	bottom: 126px;
	left: 120px;
	width:  360px;
	font-size: 11px;
}

#wiiwinnaar_img img{
	float: left;
	padding-right: 0px;
}

#content h3 {
	font-size: 16px;
	color: #d20200;
	line-height:2em
}

.sIFR-active #content h3 {
	visibility:hidden;
	font-size: 18px;
	line-height:1em;
}

#content p {
	padding: 0.5em 0;
	padding-right: 100px;
	line-height: 1.6em;
	
}

#content a.door {
	display:block;
	padding: 15px 0;
	padding-left: 45px;
	line-height:1.2em;
	font-size: 12px;
	background: url(../img/next.png) no-repeat left center;
	color: black;
	text-decoration:none;
}

#voortgang {
	width: 660px;
	padding-bottom: 40px;
	list-style:none;
	overflow:auto;
}

#voortgang li {
	float: left;
	height: 50px;
	width: 50px;
	display: inline;
	margin: 0 5px;
	text-indent:-5000px;
	background: url(../img/progress.png) no-repeat;
}

#voortgang li.item_1 {
	background-position: 0px -50px;
}

#voortgang li.item_1_done {
	background-position: 0px 0px;
}

#voortgang li.item_2 {
	background-position: -50px -50px;
}

#voortgang li.item_2_done {
	background-position: -50px 0px;
}

#voortgang li.item_3 {
	background-position: -100px -50px;
}

#voortgang li.item_3_done {
	background-position: -100px 0px;
}

#voortgang li.item_4 {
	background-position: -150px -50px;
}

#voortgang li.item_4_done {
	background-position: -150px 0px;
}

#voortgang li.item_5 {
	background-position: -200px -50px;
}

#voortgang li.item_5_done {
	background-position: -200px 0px;
}

#voortgang li.item_6 {
	background-position: -250px -50px;
}

#voortgang li.item_6_done {
	background-position: -250px 0px;
}

#voortgang li.item_7 {
	background-position: -300px -50px;
}

#voortgang li.item_7_done {
	background-position: -300px 0px;
}

#voortgang li.item_8 {
	background-position: -350px -50px;
}

#voortgang li.item_8_done {
	background-position: -350px 0px;
}

#voortgang li.item_9 {
	background-position: -400px -50px;
}

#voortgang li.item_9_done {
	background-position: -400px 0px;
}

#voortgang li.item_10 {
	background-position: -450px -50px;
}

#voortgang li.item_10_done {
	background-position: -450px 0px;
}

#voortgang li a {
	display:block;
	height: 50px;
	width: 50px;
	text-indent:-5000px;
	background: url(../img/progress.png) no-repeat;
}

#voortgang li.item_at,
#voortgang li.item_at a {
	background-position: -500px -50px;
}

#voortgang li.item_at_done,
#voortgang li.item_at_done a {
	background-position: -500px 0px;
}

#text {
	padding-top: 30px;
	padding-left: 70px;
}

#question h3 {
	text-align:center;
}

#question .answers 
{
	width:150px;
	margin:20px auto;
}

#question .answers li {
	
	margin-bottom:7px;
	list-style:none;
	font-family:impact, sans-serif;
}

#question .answers li.right {
	background: url(../img/right.png) no-repeat;
}

#question .answers li.wrong {
	background: url(../img/wrong.png) no-repeat;
}

#question .answers li a {
	display:block;
	padding: 5px 0;
	height: 30px;
	padding-left: 45px;
	color: gray;
	text-decoration:none;
	text-transform:uppercase;
	font-size:25px;
	line-height:1.2em;
}

.sIFR-active #question .answers li {
	visibility: hidden;
	font-size:25px;
	line-height:1em;
	letter-spacing: 3px;
}

#answer {
	margin-bottom: -45px;
}

#answer .answer {
	overflow:auto;
	width:100%;
}

#answer .answer .cat {
	width: 125px;
	float:left;
	font-size: 18px;
	color: #d20200;
	line-height:32px;
	text-transform: uppercase;
}

.sIFR-active #answer .answer .cat {
	font-family:impact, sans-serif;
	line-height:1em;
	font-size: 22px;
	visibility:hidden;
}

#answer .answer h3 {
	float:left;
	width: 430px;
}

#answer p {
	padding-left: 125px;
}

fieldset {
	border: none;
}

fieldset label {
	float:left;
	width:100px;
	padding-right:15px;
	padding-bottom:4px;
}

fieldset input.text, fieldset select {
	float:left;
}

fieldset br {
	clear:both;
}

fieldset .rule {
	font-size: 70%;
}

ul {
	list-style:none;
}

ul.links li {
	padding:10px 0;
}

#footer {
	text-align:center;
	width: 760px;
	position:relative;
	margin: 0 auto;
	letter-spacing: 0.2em;
	height:88px;
	margin-top: -88px;
}

#footer .attribution {
	padding:5px 0;
	background: #fff;
	color: #000;
	letter-spacing: 0;
	height:50px;
}

#footer .attribution img {
	vertical-align:middle;
	padding: 0 0.5em;
}