@charset "utf-8";
/* CSS Document */
/*
#4d3f48  purper
#6abdcf  lichtblauw
*/

*{
	margin: 0;
	padding: 0;
	}
	
	body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #4d3f48; /*purper*/
	text-align: justify;
	}
	
	a {
	color: #6abdcf; /*lichtblauw*/
	text-decoration: none;
	}
	
	a:hover{
	color: #FFFFFF; 
	text-decoration: underline;
	}
	
	p{
	text-align: justify;
	}
	
	p a{
	color: ##6abdcf; /*lichtblauw*/
	text-decoration: none;
	}
	
	p a:hover{
	color: FFFFFF;
	text-decoration: underline;
	}
	
	h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 52px;
	color: #FFFFFF; /*wit*/
	text-align: left;
	}
	
	h1 a{
	color: #FFFFFF; /*wit*/
	text-decoration: none;
	}
	
	h1 a:hover{
	color: #FFFFFF; /*wit*/
	text-decoration: none;
	}
	
	h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #6abdcf; /*lichtblauw*/
	text-align: left;
	}
	
	h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	}
	
	h3 a{
	color: #FFFFFF;
	text-decoration: none;
	}
	
	h3 a:hover{
	color: #6abdcf;
	text-decoration: none;
	}
	
	
	h6{
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 10px;
	font-weight: lighter;
	padding-top: 25px;
	}
	
	h6 a{
	color: #FFFFFF;
	text-decoration: underline;
	}
	
	h6 a:hover{
	color: #FFFFFF;
	text-decoration: none;
	}
	
	#container{
	margin: 0px auto;
	margin-top: 25px;
	width: 1000px;
	height: 650px;
	background-image: url(../images/bg_purple.jpg);
	}
	
	#home{
	width: 1000px;
	height: 550px;
	}
	
	#homepicture{
	float: left;
	margin-top: 102px;
	margin-left: 116px;
	}
	
	#hometitle{
	float: right;
	width: 400px;
	padding-top: 100px;
	}
	
	#homelinks{
	float: right;
	width: 360px;
	height: 388px;
	}
			
	#homelinks ul{
	padding-top: 60px;
	}
	
	#homelinks ul li{
	list-style-type: none;
	background-image: url(../images/list.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-align: left;
	}
	
	#homelinks ul li a{
	display: block;
	padding: 5px 0px 0px 70px;
	height: 40px;
	text-decoration: none;
	}
		
	#homelinks ul li a:hover{
	display: block;
	text-decoration: none;
	background-image: url(../images/list_hover.gif);
	background-position: left;
	background-repeat: no-repeat;
	}	
	
	#footer{
	clear: both;
	margin: 0px auto;
	width: 1000px;
	height: 18px;
	}
