/* CSS Document */

body {
	background-image:url(../img/background.jpg);
	background-repeat:no-repeat;
	background-color:#1B0800;
	color:#eee;
	font-family:arial, verdana, _sans;
	line-height:23px;
	font-size:12px;
	font-weight:normal;
	}

/* navigatie */

#nav a {
	display:block;
	height:33px;
	margin:0 20px 0 0;
	}
#nav a.sel {
	background-position:0 -33px;
	}		
#nav a:hover {
	display:block;
	height:33px;
	background-position:0 -33px;
	}	
#nav {
	list-style:none;
	margin:110px 0 0 40px;
	}
#nav li {
	float:left;
	}
#n0 {
	width:48px;
	background-image:url(../img/n0_bg.gif);
	}
#n1 {
	width:95px;
	background-image:url(../img/n1_bg.gif);
	}	
#n2 {
	width:78px;
	background-image:url(../img/n2_bg.gif);
	}	
#n3 {
	width:109px;
	background-image:url(../img/n3_bg.gif);
	}	
#n4 {
	width:66px;
	background-image:url(../img/n4_bg.gif);
	}
	
/* generiek */

#all {
	padding:50px 0 0 90px;
	}
	
a {
	color:#FFCC00;
	}

p {
	width:800px;
	floar:left;
	margin:0 20px 0 0;
	}
	
span {
	font-size:20px;
	}

	/* home */

#alter {
	position:absolute; 
	top:175px; 
	left:670px; 
	background:#fff; 
	width:127px; 
	height:360px;
	}

html>body #alter {
	top:150px;
}