html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9;  /*ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}


 
html{
    background-image:url('/img/white3.jpg');
background-repeat:repeat;
}



body {
	/*background: #0d1424 url(images/body-bg.jpg) no-repeat center top;*/
	font: .81em/150% Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
a {
	color: #026acb;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

#header {
    height: 166px;
	position: relative;
	margin: 0 auto ;
	width: 960px;  
	font-family: Verdana,Arial,sans-serif;
	color: #FFFFFF;
	
	
	
}

#header:hover{
cursor: pointer;
}

#green {
width: 100%;
top: 0px;
height: 139px;
margin-left:0px;
position: absolute;
}

#blue{
}

.container-fluid {
    position: absolute;
	top: 10px;
	width: 960px;
	height: 130px;
	margin: 0 auto;
	background-color: ##002D59;  
	font-family: Verdana,Arial,sans-serif;
    font-size:34px;
	color: #FFFFFF;
    
}


#footer{
	
	position:fixed;
	bottom: 0px;
	height: 20px;
	width: 100%;
	margin-left: 0px;
	
	
}

#pagewrap{
	width: 960px;
	margin: 0 auto;
}
 
 #wrap {
    margin: 0px auto 20px;
	width: 705px;
	background-color: #FFFFFF;
	float: left;
}
 
/* site logo */
#site-logo {
	
	margin: 5px 0 0 -5px;
	font: bold 74px/100% Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	
}


/* site description */
#site-description {
	font: 2.3em/100% Arial, Helvetica, sans-serif;
	color: #fff;
	
	top: 73px;
	
	
}
 
 

/*index*/

.afb {

max-width: 760px;
float: left;
background-image: url('img/img11.jpg');
margin: 0px 0px 20px 0px; 
}

#box1 {
    /*background-color: #91c86d;
	background-color: #93DDF5;*/
    float: right;
    height: 135px;
    margin: 0% 2.5% 0% 0%;
    width: 135px;
	border-top-left-radius:2em; 
	padding: 1% 1% 1% 1%;

}
#box1:hover{
cursor: pointer;
}

#box2 {
   /* background-color: #93DDF5;*/
    float: right;
    height: 135px;
    margin: 0.5% 2.5% 0% 0%;
    width: 135px;
	padding: 1% 1% 1% 1%;
}

#box2:hover{
cursor: pointer;
}

#box3 {
    /*background-color: #93DDF5;*/
    float: right;
    height: 135px;
    margin: 0.5% 2.5% 0% 0%;
    width: 135px;
	border-bottom-right-radius:2em;
	padding: 1% 1% 1% 1%;
}

#box3:hover{
cursor: pointer;
}



.img{
	margin: 5px 0px;
	width: 400px;
	
}

#maintext {
   margin-bottom: 40px; 
   height: 100%;
}

#sidetext {
    float: right;
    height: 100%;
    margin: 2% 1% 35px 0%;
	width: 12em;
	height: 12em;
	border-top-left-radius:2em; 
	border-bottom-right-radius: 2em;
	padding: 1% 1% 1% 1%;
	font-size:11pt;
}

#sidetext:hover{
cursor: pointer;
}

.keyword {
	 font-weight: bold;
}

.homepage{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin-top: 29%;
	color: #180142;
}
.otherpage{
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin-top: 40%;
	color: #180142;
}

/*quiz */


#titel{
	margin-bottom: 2%;
}

.vraag{
	margin-left:0%;
	margin-bottom:15px;
}

.antwoord{
	margin-left:0%;
	margin-bottom:15px;
}

#knop{
	margin-left:0%;	
}

#score{
	
	float: right;
	font-size:30px;
}


#total{
width: 100%;
position: absolute;
}

/* nav */
.nav {
	position: relative;
	margin: 20px 0;
}
.nav ul {
	margin: 0;
	padding: 0;
	
}
.nav li {
	margin: 0 5px 10px 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.nav li a{
	padding: 16px 12px 0px 0px;
	text-decoration: none;
	color: #999;
	line-height: 100%;
}
.nav li a:hover {
	color: #000;
}
.nav .current a {
	background: #999;
	color: #fff;
	border-radius: 5px;
}
.nav li ul{
    display: none;
}

.nav li:hover ul, .nav li.hover ul{
	display: block;
    text-decoration: none;
    color: #180142;
    padding: 5px 5px 5px 5px;
	margin: 0px 2px 0px 0px;
    background: #ffffff;
	border-top: 0px solid #000000;
    margin-left: 0x;
    white-space: nowrap;
	width: auto;
		
		position: absolute;
		top: 20;
		left: 0;
		

		box-shadow: 0 1px 2px rgba(0,0,0,.3);
	}
 }
	
.nav li:hover li, .nav li.hover li {
	float: left; }
.nav li:hover li a, .nav li.hover li a {
	color: #000; }
.nav li li a:hover {
	color: #357; }