@charset "utf-8";
/* CSS Document */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0;
}

a{
	text-decoration: none;
}

body{
	background: url(../img/bg.jpg) repeat;
	height: 100%;
	overflow: hidden;
}


#flashheader{
	position:absolute;
	width: 799px;
	height: 385px;
	z-index: 2;
}

#menu{
	background: url(../img/menu.png) left no-repeat;
	width: 457px;
	height: 198px;
	z-index: 2;
	position:absolute;
	top: 385px;
}

#greybg{
	background: url(../img/grey_bg.png) repeat-y;
	height: 1200px;
	position: absolute;
	z-index: 1;
	float: left;
	width: 459px;
}

body > #astros{
	position: fixed;
}

#astros{
	background:url(../img/astros.png) no-repeat;
	width: 493px;
	height: 299px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 100;
}



/*
MENU
*/
.menu{position: absolute; border: 1px solid red;}

#docenten{
	background: url(../img/menu/docenten.png) no-repeat;
	width: 81px;
	height: 79px;
	margin-left:225px;
	margin-top: 5px;
	border: none;
}

#docenten:hover{
	background: url(../img/menu/docenten_h.png) no-repeat;
}

#school{
	background: url(../img/menu/school.png) no-repeat;
	width: 99px;
	height: 26px;
	margin-left:125px;
	margin-top: 1px;
	border: none;
}

#school:hover{
	background: url(../img/menu/school_h.png) no-repeat;
}

#labs{
	background: url(../img/menu/labs.png) no-repeat;
	width: 92px;
	height: 16px;
	margin-left: 131px;
	margin-top: 36px;
	border: none;
}

#labs:hover{
	background: url(../img/menu/labs_h.png) no-repeat;
}

#profs{
	background: url(../img/menu/profs.png) no-repeat;
	width: 100px;
	height: 20px;
	margin-left: 124px;
	margin-top: 64px;
	border: none;
}

#profs:hover{
	background: url(../img/menu/profs_h.png) no-repeat;
}

#steunpunten{
	background: url(../img/menu/steunpunten.png) no-repeat;
	width: 101px;
	height: 25px;
	margin-left: 142px;
	margin-top: 85px;
	border: none;
	z-index: 8;
}

#steunpunten:hover{
	background: url(../img/menu/steunpunten_h.png) no-repeat;
}




#nieuws{
	background: url(../img/menu/nieuws.png) no-repeat;
	width: 69px;
	height: 34px;
	margin-left: 204px;
	margin-top: 95px;
	border: none;
	z-index: 4;
}

#nieuws:hover{
	background: url(../img/menu/nieuws_h.png) no-repeat;
}

#stud{
	background: url(../img/menu/stud.png) no-repeat;
	width: 84px;
	height: 83px;
	margin-left: 369px;
	margin-top: 39px;
	border: none;	
}

#stud:hover{
	background: url(../img/menu/stud_h.png) no-repeat;
}

#schoolstud{
	background: url(../img/menu/school_stud.png) no-repeat;
	width: 100px;
	height: 26px;
	margin-left: 277px;
	margin-top: 104px;
	border: none;

}

#schoolstud:hover{
	background: url(../img/menu/school_stud_h.png) no-repeat;
}

#labstud{
	background: url(../img/menu/labs_stud.png) no-repeat;
	width: 90px;
	height: 34px;
	margin-left: 317px;
	margin-top: 128px;
	border: none;
	
}

#labstud:hover{
	background: url(../img/menu/labs_stud_h.png) no-repeat;
}
