@charset "UTF-8";
/* CSS Document */

html {
	background-image: url('img/achtergrond.jpg');
	background-repeat:no-repeat;
	background-attachment: fixed ;
	background-size: 100% 100% ;
	}

body {
	line-height:1.5;
	font-family:Helvetica, Arial, sans-serif;
	font-size:62.5%; /* 16px teruggeschaald naar 10px=1em */
	}
	
h1 {
	font-size:2em;
	color:#FFF;
	font-weight:bold;
	}

p {
	font-size:1.8em;
	color:#FFF;
	font-weight:bold;
	}

.link {
	color:#FFF;
	}

.followlinks {
	margin-right:2em;
	float:right;
	}
		
.logo {
	width:75%;
	height:auto;
	}

.contactimg {
	width:30%;
	height:auto;
	}

.indeximg {
	width:100%;
	height:auto;
	float: inherit;
	margin-right: 1.1em;
	margin-bottom: 1.1em;	
	}

.bioimg {
	height: auto;
	width: 25%;
	float:right;
	margin-left: 2em;
	margin-bottom:2em;	
	}

#wrapper {
	width:80%;
	margin:0 auto;	
	}


header {
	margin-top:2em;
	background-color:rgba(9,81,136,0.0);
	}

nav {
	background-color:rgba(9,81,136,0.0);
	overflow:hidden;
	margin-top:2em;
	margin-left:1.5em;
	}
	
nav ul li{
	float:left;
	border-right: 0.5em solid #; 
	}

nav ul li:last-child {
	border:none;
	}

nav ul li a{
	text-decoration:none;
	display:block;
	text-align:center;
	padding: 0.5em 1em;
	background-color: #0780bb;
	font-size:1.4em;
	font-weight:bold;
	width: 4em;
	color:#FFF;
	font-weight:bold;
	margin: 0.5em;
	border: 0.5em solid rgb(160,160,160);	
	}

nav ul li a:link{
	background-color: #0780bb;
	}

nav ul li a:visited {
	background-color: #0780bb;
	}

nav ul li a:hover  {
	background-color:rgb(9,81,136);
	}

nav ul li a:active {
	background-color:rgb(9,81,136);
	}

nav ul li a.current {
	text-decoration:none;
	background-color:rgb(9,81,136);
	}

#Contentwrapper {
	overflow:hidden;
	margin-top:2em;
	}

#een {
	width: 100%;
	float:left;
	margin-bottom:2em;
	}

#eencontent{
	background-color:rgba(9,81,136,0.0);
	padding:2em;
	}

#twee {
	width:100%;
	float: left;
	}

#tweecontent{
	background-color:rgba(9,81,136,0.0);
	padding:2em;
	}

#discocontentwrapper {
	overflow:hidden;
	margin-top:2em;
	}

#discoeen {
	width: 45%;
	float: left;
	}

#discoeencontent{
	background-color:rgba(9,81,136,0.0);
		}
	
#discotwee {
	width: 55%;
	float: left;
	}

#discotweecontent{
	background-color:rgba(9,81,136,0.0);
	
	}
	
ol li {
	font-size:1.4em;
	color:#FFF;
	font-weight:bold;
	list-style:decimal;
	list-style-position:inside;
	margin-left:2.5em;
		}

.discoimg {
	width:37%;
	height:auto;
	float:left;
	margin-right:2em;
	}

.discohoes {
	width:100%;
	height:auto;
	float:left;
	}

.discolinks {
	font-size:1.8em;
	color:#FFF;
	font-weight:bold;
	text-align: center;
		}

#enmasse {
	width: 100%;
	float:left;
	}

#enmassecontent{
	background-color:rgba(9,81,136,0.0);
	padding:2em;
	}




#goingoutside {
	width: 100%;
	float:left;
	}

#goingoutsidecontent{
	background-color:rgba(9,81,136,0.0);
	padding:2em;
	}

#connection {
	width: 100%;
	float:left;
	}

#connectioncontent{
	background-color:rgba(9,81,136,0.0);
	padding:2em;
	}

#sunbeam {
	width: 100%;
	float:left;
	}

#sunbeamcontent{
	background-color:rgba(9,81,136,0.0);
	padding:2em;
	}


#movieon {
	width: 100%;
	float:left;
	}

#movieoncontent{
	background-color:rgba(9,81,136,0.0);
	padding:2em;
	}

#flyingman {
	width: 100%;
	float: left;
	}

#flyingmancontent{
	background-color:rgba(9,81,136,0.0);
	padding:2em;
	text-align:center; 
		}

#switchedmind {
	width:100%;
	float: left;
	}

#switchedmindcontent{
	background-color:rgba(9,81,136,0.0);
	padding:2em;
	}
	
#thepast {
	width: 100%;
	float: left;
	}

#thepastcontent{
	background-color:rgba(9,81,136,0.0);
	padding:2em;
	}
	
Footer {
	padding-left:2em;
	margin-top:2em;
	margin-bottom:4em;
	background-color:rgba(9,81,136,0.0);	
	}

.footertext {
	font-size:1.5em;
	color: #999;
	text-align: center;
	}

	
.followlinksfooter {
	margin-right:1.1em;
	float:right;
		}
