body {
	background-color: #c8c9c3;
	font-family: Arial, Helvetica, sans-serif;
}

/* margin zet de hele container in het midden */ 
#container {   
	width: 1000px;   
	margin: 0 auto 0 auto;   
 
}  
#titel {
	top:20px;
	width:1000px;
	height:43px;
	z-index:1;
}
/*menu op startpagina*/
#menu {
	background-color:#7c858a;
	top:70px;
	width:1000px;
	height:43px;
	z-index:1;
}

/*menu rest van de site*/
#tekschil {
	background-color:#7c858a;
	float:left; 
	width:500px;
	height:43px;
	z-index:1;
}
#rest {
	background-color:#7c858a;
	float:left; 
	width:500px;
	height:43px;
	z-index:1;
}

/*hoofdkader*/
#main {
	background-color:#a9a9ab;
	float:left;
	width:1000px;
	height:100%;
	z-index:2;
}

/*balk onderaan*/
#basis {
	background-color:#7c858a;
	float:left;
	width:1000px;
	height:25px;
	z-index:2;
}	

/*typografie*/
.style1 {
	font-size: 36px;
	color:#FFFFFF;
}
.style2 {
	color:#FFFFFF;
}
.style3 {
	font-size:12px;
		color:#FFFFFF;
}
.style4 {
	font-size: 11px;
	color:#FFFFFF;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #c8c9c3;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.style1 a:hover {
	text-decoration: none;
	color: #FFFFFF;
}