@charset "utf-8";
/* ARtEZ Expo */
/* door MOStudio/Twan Verheijen, september 2015 */

body, html {
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom: 0px; 
	overflow-x: hidden;
	background-color: #000000; 
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;  
}

#background_container {
	z-index: 2;
	position: fixed;
	width: 100%;
	height: 100%;
	background-attachment: fixed; 
	background-repeat: no-repeat; 
	background-position: center 50%;
	padding: 0px;
	margin: 0px;
}
	
#container {
	z-index: 3;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
 	/*border: green solid 1px;*/
}

#onderbalk {
	z-index: 3;
	position: relative;
	width: 1180px;
	height: 150px;
	/*border: red 1px solid;*/
}

#nav_links {
	position: fixed;
	width: 180px;
	height: 400px;
	margin-top: 100px;
	/*border: bleu solid 1px;*/
}

#venster {
	position: relative;
	margin-left: 180px;
	margin-top: 100px;
	width: 70%;
	height: 70%;
	/*border: pink solid 5px;*/ 
}

#tekst, #persoonlijk {
	position: relative;
	overflow-y: auto;
	width: auto;
	height: 100%;
	padding-left: 50px;
	padding-right: 50px;
	color: #FFF;
	text-align: left;
	background-image: url(../sheet/d_grey_50.png);
}

#persoonlijk {
	display: none;
}

#info {
	display: none;
	overflow-y: auto;
	position: relative;
	margin-top: 10px;
	width: 600px;
	height: 90px;
	margin-left: 580px;
	margin-top: -90px;
	background-image: url(../sheet/d_grey_50.png);
}

#home_button {
	position: relative;
	width: 90px;
	height: 90px;
	background-image: url(../sheet/d_grey_50.png);	
}

#tekst_button {
	position: relative;
	margin-top: 30px;
	width: 90px;
	height: 90px;
	background-image: url(../sheet/d_grey_50.png);	
}

#tekst_weg {
	position: relative;
	margin-top: -90px;
	margin-left: 90px;
	width: 90px;
	height: 90px;
	background-image: url(../sheet/d_grey_50.png);	
}

#persoonlijk_button {
	position: relative;
	margin-top: 30px;
	width: 90px;
	height: 90px;
	background-image: url(../sheet/d_grey_50.png);	
}

#persoonlijk_weg {
	display: none;
	position: relative;
	margin-top: -90px;
	margin-left: 90px;
	width: 90px;
	height: 90px;
	background-image: url(../sheet/d_grey_50.png);	
}

#contact_button {
	position: relative;
	margin-top: 30px;
	width: 90px;
	height: 90px;
	background-image: url(../sheet/d_grey_50.png);	
}

#vorige_button {
	position: relative;
	margin-top: 10px;
	width: 90px;
	height: 90px;
	margin-left: 180px;
	margin-top: -90px;
	background-image: url(../sheet/d_grey_50.png);	
}

#volgende_button {
	position: relative;
	margin-top: 10px;
	width: 90px;
	height: 90px;
	margin-left: 310px;
	margin-top: -90px;
	background-image: url(../sheet/d_grey_50.png);	
}

#maximaal_button, #play_button {
	position: relative;
	margin-top: 10px;
	width: 90px;
	height: 90px;
	margin-left: 440px;
	margin-top: -90px;
	background-image: url(../sheet/d_grey_50.png);	
}

#info_button {
	display: none;
	position: relative;
	margin-top: 10px;
	width: 90px;
	height: 90px;
	margin-left: 570px;
	margin-top: -90px;
	background-image: url(../sheet/d_grey_50.png);	
}

#home_button:hover, #tekst_button:hover, #persoonlijk_button:hover, #contact_button:hover, #vorige_button:hover, #volgende_button:hover, #maximaal_button:hover, #play_button:hover, #info_button:hover {
	background-image: none;
	background-color: #C7FAFC;
}

#mos_button {
	position: relative;
	width: 90px;
	height: 90px;
	margin-top: -150px;	
}

#mos_button:hover {
	background-image: url(../button/MOS_vierkant_100.png);
	background-color: #C7FAFC;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 80;
	font-size: 30px; 
}

h1, h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 80;
	text-align: left;
	font-size: 40px;
}

h2 {
	font-size: 33px;
}