html,body{
	height:100%;
	
}
	

body {
	margin: 0px;
	padding:0;
	background-color: #e4f5f6;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 82%;
	line-height: 135%;
}

/* algemeen   */
img {
	border:0;
	margin:0;
	padding:0;
}


.left{
    float: left;
}

embed {
	border:0;
	margin:0;
	padding:0;	
	background-color: #f0f6f3;
}



ul li{
list-style:none;
}
	

a:hover {
	background-color: #fff266;
}

a:link, a:visited  {
	text-decoration: none;
	color:  #008db7; /*#0099cc;*/
	font-weight: bold;
}		
	
h1	{
	font-weight: bold;
	color: #333333;
	font-size: 140%;
}


h2	{  
	font-weight: bold;
	font-size: 104%;
	color: #666666;
	
}

h3{	color: #339900;
	font-weight: bold;
	font-size: 100%;
}


h4 {	color: #666666;
	}


/*bron*/
h5{	font-size: 85%;
	font-weight: normal;
}



/* bronvermeldings tekst, wordt h5 voor editors */	
.bron{	font-size: 85%;
	font-weight: normal;
}


.kopblauw  {
	font-weight: bold;
	color: #003366;
	font-size: 140%;
	line-height: 140%;
}


.kopgroen  {
	font-weight: bold;
	color: #006600;
	font-size: 140%;
	line-height: 140%;
}

/*verwerkt in H3*/
em {
	color: #339900; /*#999933;*/
	font-style: normal;
	font-weight: bold;
}

/*werkt niet in Firefox*/
hr {	color: #6cddfe;
}
	
	

.button {
	font-size: 13px;
	font-weight: bold;
}
/* nog uitzoeken waar te gebruiken */
.knop{
	background-color: #fff266;
	border: 2px solid #6cddfe;
	margin: 0px;
	/*margin-bottom: 5px;*/
	padding: 2px;
	color: #993300;
	font-weight: bold;
}





/* page (div#page) */

div#page{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	
	display: block;
	min-height:100%;
	z-index: 0;	
}


/* header (div#header) */	
div#header {
	height: 112px;
	background-image: url(img/neurokids_bg.gif);
	background-repeat: repeat-x;
			
}

/* hoofdnavi (div#hoofdnavi) */	
div#hoofdnavi {
	
	height: 22px;
	background-color: #6cddfe;
	padding-left: 190px;
	margin: 0;
	
}

/* subnavnavi (div#subnavi) */	
div#subnavi {
	width: 210px;
	float: left;
	
}

#subnavi ul {
	list-style:none;
	margin:0;
	padding:0;
 
	margin-top:40px;
	
	/*display: block; is dit wel nodig*/
	
	overflow:hidden; 			/*daarmee kan er geen text voorbij de width komen, wordt afgekapt*/
	/*background-color: #01ddfe; 	 van het gehele list blok! Om IE bug (extra vertical space tussen li's) te omzeilen moet deze kleur en de background-color hieronder (#subnaviul a) gelijk zijn */
	
	border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #ccd6d2;	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccd6d2;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccd6d2;	
}

#subnavi ul a{
	/*list-style:none;
	margin:0;
	padding:0;
	margin-left:0px;
	schuift het gehele door background-color gekleurde blok naar rechts*/
	
	padding-left:15px; /*schuift de tekst in het door background-color gekleurde blok naar rechts*/
	/*background-color: #01ddfe;	 alleen van de lijst van a href's. #01ddfe=blauw*/

	/*display: block; is dit wel nodig*/		/* Maakt alleen van de a refs een blok */
	overflow:hidden;
	color:  #333333;
	
	font-weight: bold;
	
}

/* klasse is in typo3 aangemaakt*/
#subnavi .subnavi_icon img{
	border: 0px;
	float:right;
}

/* klasse is in typo3 aangemaakt*/
#subnavi .subnavi_text {
	position: relative;
	top: 8px;
	
}

#subnavi li.level_1 a{
	display: block;
	height:40px;
	background-color: #ccd6d2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f6f3;
}
#subnavi li.LastElement a{
	display: block;
	height:40px;
	background-color: #ccd6d2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccd6d2;
}

#subnavi li.actief_level_1 a{
	display: block;
	height:40px;			
	background-color: #f0f6f3;
	border-bottom-width: 1px;
	border-bottom-style: solid;






	border-bottom-color: #f0f6f3;
}

#subnavi li.level_2 a{
	display: block;	
	/*font-size: 13px;*/
	font-weight: normal;
	padding-left: 15px;
	
	/*border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #00FFFF;*/

	color:#008db7;

	
}


#subnavi li.actief_level_2 a{
	display: block;


	color:#008db7;
	font-weight: normal;
	background-color: #fff266;
	padding-left: 15px;
	
	
	/*border-right-width: 8px;
	border-right-style: solid;
	border-right-color: #00FFFF;*/
	
	
}	
	/*padding-bottom: 2px; IE benedenrand*/

#subnavi ul a:hover{			
/* De hover moet NA de classes staan anders overruled hij niet */
	background-color: #fff266;
}

#L3NaviBox ul {
	margin:0;
	padding:0;
	margin-top: 40px;
	margin-left: 6px;
	width: 198px;
	float: left;
	/*background-color:#fff266;*/	
	border-width: 1px;
	border-style: solid;
	border-color: #ccd6d2;	
	border-top-width: 8px;
}


#L3NaviBox li.level_2 a{
	display: block;	
	height:25px;	
	background-color:#f0f6f3;
	font-weight: bold;
	color:  #008db7; 
	font-size: 80%;
}
#L3NaviBox li.level_3 a{
	
	display: block;	
	font-weight: normal;
	color:  #008db7; 
	/*font-size: 13px;*/
}


#L3NaviBox li.actief_level_3 a{
	display: block;	
	font-weight: normal;
	color:  #008db7; 
}
#L3NaviBox ul a:hover{			
/* De hover moet NA de classes staan anders overruled hij niet */
	background-color: #fff266;
}


/*content*/	
#content{
	margin: 0px;
	padding:0;
	width: 70%;
	color: #333333;
	float: left;
	margin-top: 25px;
	padding-left: 50px;
	
	}
	
/*#content a{text-decoration: underline;	
}*/

#content a:hover {
	background-color: #fff266;
}
	
/*onderschrift afbeeldingen*/
.csc-textpic-caption
	{font-size: 80%;}


.smalltext {
	font-weight: bold;
	color: #008db7;
	padding-left: 5px;
	border: 1px solid #6CDDFE;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-top: 2px;
	float: right;
	margin-bottom: 10px;
	
	font-size: 12px;
	position: relative;
	top: -20px;		
	
}

#content table {
}


/*overzichtspagina*/
#overzicht {
	width:695px;
}

/*hieronder eigenschappen voor lists overzichtspagina*/


#overzicht ul {
	margin:0;
	padding:0;
	margin-top:15px;
	list-style:none;
}
	
#overzicht li {
	padding-bottom: 15px;
}


#overzicht li a{
	text-decoration: none;	
	color: #000000;
	list-style:none;
	display: block;
	height:100px;	
	
	
}

#overzicht li a:hover{
	height:100px;
	padding:0;
	margin:0;
}

#overzicht .thumb  {
	border: 0;
	vertical-align:text-top;
	/*padding-right: 35px;*/
	float:left;	
}

div#overzichtspacer {
	width: 34px;
	height: 100px;
	float:left;	
}

#overzicht .kop  {
	font-weight: bold;
	color: #333333;
	font-size: 140%;
	line-height: 140%;
}

#overzicht .koprood  {
	font-weight: bold;
	color: #993300;
	font-size: 140%;
	line-height: 140%;
}

#overzicht .subkop  {
	color: #666666;
	font-weight: bold;
	font-size: 107%;
}



/*hieronder eigenschappen voor 2e contentblok, borders in typo3**/

#content2 {
	/*padding-left: 50px;
	padding-bottom: 20px;*/
	clear: both;

	 padding-bottom: 30px;
}


/* dit zijn de headers content element, tussenkoppen dus, borders in typo3*/

#content2 .csc-header {		
	background-color: #6cddfe;
	padding-left: 50px;
	font-weight: bold;
	color: #666666;
	display: block;
	line-height: 160%;
	margin-bottom: 20px;
	margin-top: 20px;
	
}

#content2 .c_zonderkop {
	width: 85%;
	padding-left: 50px;	
}	
	
/* In een text with image content element wil je de bovenrand van text en img lijnen 
DIV.csc-textpic img {	padding-top: 5px;}*/



/*afmeldpagina*/
.afmeld {
	color: #6cddfe;
	padding-left: 145px;
}

.afmeld a.internal-link-new-window:visited{
	color: #6cddfe;
}
.afmeld a.internal-link-new-window:link{
	color: #6cddfe;
}


p.afmeld{
	color: #6cddfe;
	
}

h1.afmeld {
	color: #f0f6f3;
}

h2.afmeld {
	color:  #6cddfe;
}


/*formulieren*/

legend {
	display: none;
}

fieldset {
	border: none;
}

.formu {
	color: #997002;
	font-weight: bold;
}

.csc-mailform-radio {
	font-weight: normal;
}

.mf-text, .mf-input {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 2px;
	margin-bottom: 15px;
}

/*algemene verzendknop */
.mf-submit {
	background-color: #fff266;
	border: 2px solid #6cddfe;
	margin: 0px;
	/*margin-bottom: 5px;*/
	padding: 2px;
	color: #993300;
	font-weight: bold;

}	
/*gezeur met springende verzend buttons in IE stylesheet oplossen */

/*contactformelementen*/
div#contact .mf-submit  {
	margin-left:85px;
}



div#contact {
	padding-left: 160px;
}

div#contact .formu {
	color: #339900;
	font-weight: bold;
}


div#contact .mf-input, div#contact .mf-text {
	border-style: double;
	border-color:  #339900;
}


div#contact h1 {
	color: #993300;
}

div#contact h2 {
	color: #003470;
}





#totop {
	color: #333333;
	font-size: 80%;
	float:right;
}

div#container_hersenanatomie {
	width:850px;
	height: 550px;
}

/*SPEEL*/


/*aap noot mies*/
div#blok1 {
	width: 857px;
	background-color: #FFFFFF;
	margin-top:42px;
	height: 187px;
	
}

div#blok1 embed {
	background-color: #ffffff;
}


div#blok2 {
	width: 857px;
	background-color: #ffffff;
	margin-top:42px;
	height: 187px;
}


div#blok2 embed {
	background-color: #ffffff;
}



div#aapnootmies {
	margin-left:12px;	
}


div#smoelenboel2 a:hover {
	background-color: #f0f6f3;
}


div#bollenmem {
	margin-left:98px;	
}

div#bollenmemtxt {
	margin-left:36px;	
} 

div#smoelboel {
	margin-left:100px;
	color:#99cc00;
	width:650px;
}


div#smoelboel a{
	color:#00ccff;
			
}


div#stroop {
	margin-left:100px;	
}


div#flmem {
	margin-left:100px;
	width:750px;	
}

 #appbadge {
	float: right;
	text-align: center;
	
}

div#flmem a{
	color: #ccffff;	
}

div#kiekuhboe {
	margin-left:100px;	
	
}

div#kiekuhboetxt {
	margin-left:134px;	
	color:#99cc00;

} 

div#kiekuhboetxt a{
	color:#00ccff;
			
}


div#neuronet h1{
	color: #f0f6f3;
	}

div#neurothriller {
	margin-left:100px;
	color:#cccccc;
}

div#neurothriller h1	{
	color: #ffcc00;
}

div#neurothriller a{
	color:#00b7ec;		
}



/*HOMEPAGE*/

/*div#homecontainer {
	
	margin: 0px;
	padding:0;
	line-height: 130%;
}


div#home_links {
	color: #cc6600;
	margin: 0px;
	width: 460px;
	height: 440px;
	float: left;
	background-color: #ffcc33;
	
}

div#home_links h1{	
	font-weight: bold;
	font-size: 130%;
	line-height: 100%;
	color: #cc6600;
}


div#home_links h2{	
	font-weight: bold;
	font-size: 130%;
	color: #cc6600;
}

div#home_links p{	
	font-size: 100%;
	color: #cc6600;
}

div#home_links a{	
	font-size: 100%;
	color: #cc6600;
}



div#home_linkstekst{
	padding-top:10px;
	padding-left:30px;
	padding-right:30px;
}



div#home_links embed { 
	border:0;
	margin:0;
	padding:0;	
	background-color: #ccffff;
}

div#home_rechts {
	margin: 0;
	padding:0;
	
	width: 45%;
	height: 440px;
	float: left;
}


div#home_rechts_tekst {
	color:#006600;
	width:450px;
	
}

div#home_rechts_tekst ul{
	margin:0;
	padding:0;
}

div#home_rechts_tekst li{
	margin:0;
	padding:0;
	background-color: #99ff66;		
}

div#home_rechts_tekst li a{
	color:#006600;
	margin:0;
	padding:0;
	padding-top:10px;
	padding-left:30px;
	display: block;
	height:88px;
}

div#home_onder {
	padding-top: 20px;
	padding-left:30px;
	clear: both;
	padding-bottom: 30px;
		
}
*/

/*overnk*/
div#overnk {
	background-image: url(img/neurokidsoverNKbg.jpg);
	background-repeat: no-repeat;
	padding-left: 160px;
}

div#overnk h1{
	color: #993300;
}

div#overnk h2{
	color: #003470;
	font-size: 100%;
}


div#overnk p{
	color: #003470;
	font-weight: bold;
	font-size: 92%;
}

div#overnk em{
	color: #8e6a48;
}

div#overnk h5{
	color: #8e6a48;
	font-size: 80%;
}

div#overnk a{
	font-weight: bold;
}

div#logo a:hover{
	background-color:transparent;
}

/*vraag pagina*/

div#vraag{
	padding-left: 15px;
}

#vraag h2 {
	
	color: #003470;
}

/*footer*/
#footercontainer {
	background-color: #6cddfe;
	left: 0px;
	bottom: 0px;	

	position: absolute;
	display: block;
	height: 20px;/*moet overeen stemmen met padding-bottom van content blok*/
	z-index: 999;
	padding: 0px;
	margin: 0px;
	width: 100%;	
}
#footer {
	text-align:center;
}


/*.footertext{
	font-size: 80%;
	font-weight: normal;
	padding-right: 100px;
	}*/
	
div#footer a {
	font-size: 80%;
	font-weight: normal;
	color: #004179; /*#f0f6f3;*/
	margin-left: 60px;
	font-weight: bold;
	
	}
	
div#footer a:hover {
	background-color: #6cddfe;
	color: #ffffff;
	
}

/*indentcontent*/
div#indentcontent{
	padding-left: 160px;
}


div#indentcontent h1 {
		color: #993300;

}


div#indentcontent h2{
	color: #003470;
}




/*HOMEPAGE 2*/


div#homecontainer2 {
	margin: 0px;
	padding:0;
	background-image: url(img/neurokidshomebg.jpg);
	background-repeat: no-repeat;
	color: #8c6239;
	margin: 0px;
	float: left;
	width: 99%;
	font-family: "Arial Black", Avenir-Black   ;
	font-weight: normal;
	font-size: 109%;
	
}

div#homecontainer2 a{	
	color: #754c24;
	font-family: "Arial Black", Avenir-Black   ;
	font-weight: normal;
}

div#homecontainer2 h1 a{	
	font-family: "Arial Black", Avenir-Black  ;
	font-weight: normal;
	line-height: 160%;
}


div#homecontainer2 h2{	
	color: #6cddfe;
	font-family: "Arial Black", Avenir-Black   ;
	font-weight: normal;
	
}

div#home_oneliner1 h1 {
	padding-left: 60px;
	padding-top: 32px;
}
div#home_oneliner1 a{
	color: #754c24;
}

div#home_oneliner2 {
	padding-left: 12px;
}
div#home_oneliner2 a{
	color: #603913;
}

div#home_oneliner3 {
	padding-left: 220px;
	padding-bottom: 32px;
}
div#home_oneliner3 a{
	color: #8c6239;
}

div#home_oneliner4 {
	margin:0;
	padding:0;
	padding-top: 30px;
}
div#home_oneliner4 h2{
	padding-left: 12px;
}


div#home_linkstekst2 {
	margin:0;
	padding:0;
	padding-top: 32px;
	padding-left: 12px;
	width: 390px;
	line-height: 115%;
	color: #a57c52;
}

div#homestrip embed {
	border:0;
	margin:0;
	padding:0;	
	background-color: #ccffff;
}

div#homestrip {
	
}

div#home5 {
	margin:0;
	padding:0;
	position: absolute;
	top: 447px;
	left: 484px;
}


div#home_olifant {
	margin: 0;
	padding:0;
	position: absolute;
	top: 277px;
	left: 610px;
}


div#home_olifant_tekst {
	color:#754c24;
	width: 325px;
	position: absolute;
	top: 483px;
	left: 610px;
	/*line-height: 115%;*/
}

div#home_olifant_tekst ul{
	margin:0;
	padding:0;
}

div#home_olifant_tekst li{
	margin:0;
	padding:0;
	background-color: #cffa44;		
}

div#home_olifant_tekst li a{
	height: 59px;
	color:#446631;
	margin:0;
	padding:0;
	padding-top:5px;
	padding-left:10px;
	display: block;
	font-family: "Arial Black", Avenir-Black   ;
	font-weight: normal;
	line-height: 115%;
}

/*voor achtergrondplaatje*/
div#homespacer {
	height:145px;
}

/*smoelenboel upload*/

div#useruploadman {
	width:770px;
}

div#formcontainer {
	float:left;
	width:433px;
}

div#labels {
	width:85px;
	float:left;
	
}




div#checkboxprivacy {
	
}
div#checkboxlabel {
	float:left;
	clear:both;
	margin-bottom: 15px;
	
}


div#useruploadman .formu {
	color: #339900;
	font-weight: bold;
}


div#verzendsmoel {
	clear:both;
	float:left;
	margin: 0px;
	margin-left:0px;
}
/*mf-submit class overschrijven*/
div#verzendsmoel .mf-submit {
	margin-left:85px;
}

div#useruploadman .inputfields {
	background-color: #ffffff;
	padding: 2px;
	margin-bottom: 15px;
}

div#useruploadman img {
	vertical-align:top;
	border:1px;
	border-style: solid;
	border-color:  #6cddfe;	
}


div#useruploadman .errortext {
	float: left;
	width: 250px;
	padding:5px;
	background-color:#cc3300;
	color: #ffffff;
}

/*Highscore styling Floating Memory*/

div#highscore div#game_121 table {
	margin-left:87px;
	border-style:none;
	font-size: 100%;
}

tr.eersteplaats {
	color: #ccffff;
	font-weight: bold;
}

td.col_nr {
   width:25px;
}
	
td.col_naam {
   width:150px;
}
td.col_score {
	width:100px;
	text-align: right;
}

/* Highscore styling Neurothriller*/

div#highscore div#game_327 table {
	margin-left:100px;
	border-style:none;
	font-size: 100%;
	color: #cccccc;
}

div#game_327 tr.eersteplaats {
	color: #ffffff;
	font-weight: bold;
}

.hoverkleur {
	color: #008db7;
	font-weight: bold;
	font-size: 104%;
}
	
