/* CSS Document */
/* Many thanks to http://scott.sauyet.com/CSS/Demo/FooterDemo1.html 
* for the css hacks to get the footer to stay at the bottom */
/* working on compatibility, explorer text not showing correct color in menu and accessibility*/

/* header */
.bio {font-family:Lucida Grande, Arial, Helvetica, sans-serif; font-weight: normal; font-size:10pt; line-height: 13pt; color:#000000;}
a.bio {color:#333366;}
a.bio:link { text-decoration:none;}
a.bio:visited { text-decoration:none;}
a.bio:hover { text-decoration:underline;}
a.bio:active { text-decoration:none;}
#hdr {display: none !important;}
#hdr2 {position:relative; display:block; padding-left:20px;}
#rule {display: none !important;}

/* menu */
#top {display: none !important;}

/* body */
html, #contents, #main {width: auto; margin: 0 5%; padding: 0; border: 0; float: none !important; background: transparent;}
div#content {margin-left: 10%;}
	
body {background:white;}
#titlehm {display:block;}
#lefthm {position:relative; display:inline;}
#centerhm {position:relative; display:inline;}
#righthm {display: none !important;}
.bodytxt {font-family:Lucida Grande, Arial, Helvetica, sans-serif; font-size:12pt; color:#000000; padding-left:10px; padding-right:10px;}
.bodytxtbld {font-family:Lucida Grande, Arial, Helvetica, sans-serif; font-size:12pt; font-weight:bold; color:#000000; padding-left:10px;}
.title {font-family:Lucida Grande, Arial, Helvetica, sans-serif; font-size:12pt; font-weight:bold; color:#2E5D8C;}
.italic {font-family:Lucida Grande, Arial, Helvetica, sans-serif; font-size:12pt; font-style:italic; color:#333366;}
.italicblk {font-family:Lucida Grande, Arial, Helvetica, sans-serif; font-size:12pt; font-style:italic; color:#000000;}
.nav {font-family:Lucida Grande, Arial, Helvetica, sans-serif; font-size:10pt; font-style:italic; padding-left:5px; color:#000000;}
a.navlink:link {color:#333366; text-decoration:none;}
a.navlink:visited {color:#333366; text-decoration:none;}
a.navlink:hover {color:#3333FF; text-decoration:underline;}
a.navlink:active {color:#333366; text-decoration:none;}


a.link {font-family:Lucida Grande, Arial, Helvetica, sans-serif; font-size:12pt; color:#8E222F; display:block; line-height:16pt; padding-left:10px;}
a.link:link {color:#333366; text-decoration:none;}
a.link:visited {color:#333366; text-decoration:none;}
a.link:hover {color:#3333FF; text-decoration:underline;}
a.link:active {color:#333366; text-decoration:none;}

a.link2 {font-family:Lucida Grande, Arial, Helvetica, sans-serif; font-size:12pt; color:#8E222F;}
a.link2:link {color:#333366; text-decoration:none;}
a.link2:visited {color:#333366; text-decoration:none;}
a.link2:hover {color:#3333FF; text-decoration:underline;}
a.link2:active {color:#333366; text-decoration:none;}

#title {display:block;}
#left {position:absolute; left:180px; top:175px; width:375px; height:380px; background-color:#F9FBFD;}
#right {position:absolute; left:530px; width:275px; top:175px; height:380px; background-color:#F9FBFD;}
#left_students {position:absolute; left:180px; top:175px; width:375px; height:380px; background-color:#F9FBFD;}
#right_students {position:absolute; left:530px; width:275px; top:175px; height:380px; background-color:#F9FBFD;}
#left_lunteren {position:absolute; left:180px; top:175px; width:375px; height:380px; background-color:#F9FBFD;}
#right_lunteren {position:absolute; left:530px; width:275px; top:175px; height:380px; background-color:#F9FBFD;}
#present {display:block;}


/* footer */
/*#footer {position:relative; width:100%; height:50px; background-color:#000000;}*/
#footer {display: none !important;}
#footer2 {display: none !important;}
#footer3 {display: none !important;}


