@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: 70px;
	margin-top: -70px;
	/*border: red 1px solid;*/
}

#nav_links {
	position: fixed;
	width: 180px;
	height: 400px;
	margin-top: 10px;
	/*border: bleu solid 1px;*/
}

#venster {
	position: relative;
	margin-left: 140px;
	margin-top: 10px;
	width: 750px;
	height: 230px;
	/*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: justify;
	background-image: url(../sheet/d_grey_50.png);
}

#persoonlijk {
	display: none;
}

#info {
	display: block;
	overflow-y: auto;
	position: relative;
	margin-top: 10px;
	width: 430px;
	height: 70px;
	margin-left: 460px;
	margin-top: -70px;
	background-image: url(../sheet/d_grey_50.png);
}

#home_button {
	position: relative;
	width: 70px;
	height: 70px;
	background-image: url(../sheet/d_grey_50.png);	
}

#tekst_button {
	position: relative;
	margin-top: 10px;
	width: 70px;
	height: 70px;
	background-image: url(../sheet/d_grey_50.png);	
}

#tekst_weg {
	position: relative;
	margin-top: -70px;
	margin-left: 70px;
	width: 70px;
	height: 70px;
	background-image: url(../sheet/d_grey_50.png);	
}

#persoonlijk_button {
	position: relative;
	margin-top: 10px;
	width: 70px;
	height: 70px;
	background-image: url(../sheet/d_grey_50.png);	
}

#persoonlijk_weg {
	display: none;
	position: relative;
	margin-top: -70px;
	margin-left: 70px;
	width: 70px;
	height: 70px;
	background-image: url(../sheet/d_grey_50.png);	
}

#contact_button {
	position: relative;
	margin-top: 10px;
	width: 70px;
	height: 70px;
	background-image: url(../sheet/d_grey_50.png);	
}

#vorige_button {
	position: relative;
	margin-top: 10px;
	width: 70px;
	height: 70px;
	margin-left: 140px;
	margin-top: -70px;
	background-image: url(../sheet/d_grey_50.png);	
}

#volgende_button {
	position: relative;
	margin-top: 10px;
	width: 70px;
	height: 70px;
	margin-left: 220px;
	margin-top: -70px;
	background-image: url(../sheet/d_grey_50.png);	
}

#maximaal_button, #play_button {
	position: relative;
	margin-top: 10px;
	width: 70px;
	height: 70px;
	margin-left: 300px;
	margin-top: -70px;
	background-image: url(../sheet/d_grey_50.png);	
}

#info_button {
	position: relative;
	margin-top: 10px;
	width: 70px;
	height: 70px;
	margin-left: 380px;
	margin-top: -70px;
	background-image: url(../sheet/d_grey_50.png);	
}

#nav_links_onder:hover, #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;
}

#nav_links_onder {
	position: relative;
	width: 70px;
	height: 70px;
	margin-top: -70px;
	background-image: url(../sheet/d_grey_50.png);	
}

#mos_button {
	position: relative;
	width: 70px;
	height: 70px;
	margin-top: -70px;	
}

#mos_button:hover {
	background-image: url(../button/MOS_vierkant_70.png);
	background-color: #C7FAFC;
}

#content3 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 80;
	color: #FFF;
	padding: 10px;
	font-size: 15px;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 80;
	font-size: 15px;
}

h1, h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: 80;
	text-align: left;
	font-size: 24px;
}

h2 {
	font-size: 19px;
}