﻿@charset "utf-8";
/* style.css */

/* 	------------------------------------------------------------ */
/*  UITLEG GROOTTES
 *  Groottes zijn relatief (ems).
 *  Zo kan in alle browsers netjes ingezoomd worden.
 *  Als volgt berekenen:
 *  *************************************************************
 *  parent font-size — gewenste aantal pixels = aantal em
 *  *************************************************************
 *  hierbij ermee rekening houden dat standaard font-size 16px is
 *  en dat elementen font-size van elkaar erven. Dus html heeft als
 *  font-size 16px in alle standaard browsers.
 *  Handig: http://riddle.pl/emcalc/?
/* 	------------------------------------------------------------ */


/* 	------------------------------------------------------------ */
/* 	Algemeen */
/* 	------------------------------------------------------------ */

* {
	margin: 0;
	padding: 0;
}

html { 
	font-size: 100%;
} 

body { 
	font-family: 'Comic Sans MS', 'Trebuchet MS', Arial;
	color : #FFF;
}

.clear {
	clear: both;
}

/* 	------------------------------------------------------------ */
/* 	Wrapper */
/* 	------------------------------------------------------------ */
#wrapper {
	width: 977px;
	margin: 20px auto 0 auto; /* T R B L */
	text-align: left;
	height: 100%;
	background-color: white;
}

/* 	------------------------------------------------------------ */
/* Header	 */
/* 	------------------------------------------------------------ */

#header {
	width: 954px;
	height: 63px;
	padding: 10px;
	background-color: #8273BA;
	border:1px solid #8273BA;
	/* Do rounding (native in Safari, Firefox and Chrome) */
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}

/* 	------------------------------------------------------------ */
/* Select_lang	 */
/* 	------------------------------------------------------------ */	
	
#select_lang {
	float: right;
	list-style-type: none;
}
#select_lang ul {
	list-style-type: none;
}
		
#select_lang li {
	float: left;
	margin-left: 5px;
}
#select_lang img {
	border: 0;
}

/* 	------------------------------------------------------------ */
/* logo */
/* 	------------------------------------------------------------ */

#biogio_logo {
	margin-left: -1.5em;
	margin-top: -1em;
	float: left;
}


/* 	------------------------------------------------------------ */
/* BIOGIO CHAR */
/* 	------------------------------------------------------------ */

#biogio_char {
	margin-left: 4.6em;
	margin-top: -2em;
	z-index: 5;
	position: absolute;
	border: 0;
}


/* 	------------------------------------------------------------ */
/* Content	 */
/* 	------------------------------------------------------------ */

#content {
	width: 690px;
	margin-top: 177px;
	float: right;
}


/* 	------------------------------------------------------------ */
/* Maincontent	 */
/* 	------------------------------------------------------------ */

#maincontent {
	background-color: #7DBA00;
	padding: 10px 20px 20px 15px;
	
}

#maincontent h1 {
	text-transform: uppercase;	
	font-size: 2.3em;
	line-height: 0.9em;
	margin-bottom: 0.8em;
}

#maincontent p, #maincontent ul, #maincontent ol {
	font-family: 'Comic Sans MS', 'Trebuchet MS', Arial;
	margin-bottom: 20px;
	font-size: 0.9em;
	line-height: 1.4em;
}

#maincontent ul, #maincontent ol {
	margin-left: 25px;	
}

#maincontent .projectimage {
	padding-top: 10px;
	padding-bottom: 20px;
}

#maincontent a {
	text-decoration: none;
	border-bottom: 1px dotted #521C78;
	color: #521C78;
}

#maincontent a:hover {
	text-decoration: none;
	border-bottom: 1px solid #2C123E;
	color: #2C123E;
}

#maincontent a img {
	border: 0;
}




/* 	------------------------------------------------------------ */
/* Animatie	 */
/* 	------------------------------------------------------------ */

#animatie {
	width: 403px;
	height: 252px;
	float: left;
	padding: 0;
	background-color: #FFF;
	margin-right: 10px;
}


/* 	------------------------------------------------------------ */
/* Messages	 */
/* 	------------------------------------------------------------ */

#messages {
	width: 253px;
	height: 165px;
	float: left;
	padding: 75px 10px 10px 10px;
	background-color: #FCC917;
	border:1px solid #FCC917;
	font-size: 0.8em;
	/* Do rounding (native in Safari, Firefox and Chrome) */
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}

/* 	------------------------------------------------------------ */
/* Projects	 */
/* 	------------------------------------------------------------ */

#projects {
	float: left;
	width: 254px;
	height: 275px;
	padding: 130px 10px 10px 10px;
	margin-top: 10px;
	background-color: #8273BA;
	border:1px solid #8273BA;
	/* Do rounding (native in Safari, Firefox and Chrome) */
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}

.project {
	display: block;
	margin-bottom: 15px;
	height: 75px;
}

.project img {
	width: 100px;
	height: 75px; 
	float: left;
	margin-right: 10px;
	border: 0;
}

.project h2 {
	padding-top: 10px;
	line-height: 0.7em;
}
.project h2 a {
	font-size: 0.6em;
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
}
.projectimage {
	float: right;
	padding-left: 10px;
}

/* 	------------------------------------------------------------ */
/* postit	 */
/* 	------------------------------------------------------------ */

#postit {
	margin-left: 660px;
	margin-top: 145px;
	z-index: 6;
	position: absolute;
	border: 0;
}

img#postit {
	border: 0;
}


/* 	------------------------------------------------------------ */
/* footer	 */
/* 	------------------------------------------------------------ */

#footer {

	color: #A5A5A5;
	height: 20px;
	text-align: center;
	clear: both;
	padding-top: 30px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	
}

#footer a{
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	
}

#footer a:hover {
	text-decoration: underline;
	color: #4B4B4B;
	
}

	

/* 	------------------------------------------------------------ */
/* mainmenu (bevat de 4 blokken) */
/* 	------------------------------------------------------------ */

#mainmenu {
	position: absolute;
	top: 116px;
	width: 688px;
	height: 153px;
	padding: 0;
	margin-left: 287px;
	text-transform: uppercase;	
}

	#mainmenu ul {
		list-style: none;
	}
		#mainmenu ul li {
			text-align: center;
			margin-bottom: 1em;
			line-height: 0.9em;
		}
			
			#mainmenu ul li a {
				color: #FFF;
				text-decoration: none;
				font-size: 1em;
				padding: 0.2em;
				outline: none;
			}
			
				#mainmenu ul li.active a {
					text-decoration: none;
				}
								
/* 	------------------------------------------------------------ */
/* MENU BLOCKS */
/* 	------------------------------------------------------------ */

.mainmenu_block {
	vertical-align: middle;
	width: 142px;
	height: 133px;
	padding: 10px;
	margin-right: 10px;
	float: left;
	/* Do rounding (native in Safari, Firefox and Chrome) */
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}

#mainmenu_block1 {
	background-color:#7DBA00;
	border:1px solid #7DBA00;
}
	#mainmenu_block1 ul li a:hover, #mainmenu_block4 ul li a:hover, #mainmenu_block1 ul li.active a, #mainmenu_block4 ul li.active a {
		text-decoration: none;
		color: #3C5014;
	}

#mainmenu_block2 {
	background-color:#FCC917;
	border:1px solid #FCC917;
}

	#mainmenu_block2 ul li a:hover, #mainmenu_block2 ul li.active a {
		color: #DB6F02;
		text-decoration: none;
	}

#mainmenu_block3 {
	background-color:#521C78;
	border:1px solid #521C78;
}

	#mainmenu_block3 ul li a:hover, #mainmenu_block3 ul li.active a {
		color: #9E9FD0;
		text-decoration: none;
	}

#mainmenu_block4 {
	width: 144px;
	background-color:#7DBA00;
	border:1px solid #7DBA00;
	margin-right: 0px;
}

	/* om menu verticaal te centreren */
	#mainmenu_block1 li.first, #mainmenu_block2 li.first {
		margin-top: 3em;
	}
	
	#mainmenu_block3 li.first {
		margin-top: 2em;
	}
	
	#mainmenu_block4 li.first {
		margin-top: 0.9em;
	}
	

/* 	------------------------------------------------------------ */
/* PLANETEN E.D. */
/* 	------------------------------------------------------------ */

#planeet1 {
	margin-left: 570px;
	margin-top: -95px;
	z-index: 6;
	position: absolute;
	border: 0;
}

#planeet2 {
	margin-left: 20px;
	margin-top: 60px;
	z-index: 6;
	position: absolute;
	border: 0;
}

#planeet3 {
	margin-left: 530px;
	margin-top: 115px;
	z-index: 6;
	position: absolute;
	border: 0;
}

#planeet4 {
	margin-left: 850px;
	margin-top: 190px;
	z-index: 6;
	position: absolute;
	border: 0;
}

#planeet5 {
	margin-left: 240px;
	margin-top: -70px;
	z-index: 6;
	position: absolute;
	border: 0;
}


#raket {
	margin-left: 370px;
	margin-top: -60px;
	z-index: 6;
	position: absolute;
	border: 0;
}

#ster1a {
	margin-left: 540px;
	margin-top: -50px;
	z-index: 6;
	position: absolute;
	border: 0;
}

#ster2a {
	margin-left: 330px;
	margin-top: -70px;
	z-index: 6;
	position: absolute;
	border: 0;
}

#ster2b {
	margin-left: 730px;
	margin-top: -80px;
	z-index: 6;
	position: absolute;
	border: 0;
}

#ster2c {
	margin-left: 130px;
	margin-top: -55px;
	z-index: 6;
	position: absolute;
	border: 0;
}

#nm_logo {
	margin-left: 800px;
	margin-top: -100px;
	z-index: 6;
	position: absolute;
	border: 0;
}



