@charset "utf-8";
/* CSS Document */

/*
lichtgrijs: #B0B0B0
lichtgrijs_hover: #C1C1C1 
donkergrijs: #202020
*/

	*{
	margin: 0;
	padding: 0;
	}
	
	body{
	background-color: #202020;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	}
	
	body a{
	color: #000000;
	text-decoration: none;
	}
	
	body a:hover{
	text-decoration: underline;
	}
	
	#wrapper{
	margin: 0px auto;
	padding: 0px;
	margin-top: 35px;
	width: 738px;
	height: 635px;
	background-color: #000000;
	}
	
	#navigation{
	padding-top: 35px;
	width: 738px;
	height: 45px;
	}
	
	#concepts{
	float: left;
	width: 369px;
	height: 45px;
	}
	
	#divider{
	float: left;
	width: 1px;
	height: 45px;
	}
	
	#home{
	float: right;
	width: 368px;
	height: 45px;
	}
	
	#error{
	margin: 70px 40px 0px 40px;
	height: 345px;
	color: #C1C1C1;
	text-align: left;
	font-size: 12px;
	}
	
	#error a{
	color: #C1C1C1;
	text-decoration: underline;
	}
	
	#error a:hover{
	text-decoration: none;
	}
	
	#bottom{
	text-align: left;
	font-size: 11px;
	color: #C1C1C1;
	height: 140px;
	background-color: #000000;
	}
	
	#bottom a{
	color: #C1C1C1;
	text-decoration: underline;
	}
	
	#bottom a:hover{
	text-decoration: none;
	}
	
	#smalllogo{
	float: left;
	width: 288px;
	height: 140px;
	}
	
	#contacttext{
	float: right;
	width: 300px;
	height: 140px;
	padding-left: 150px;
	}
	
	#footer{
	margin: 0px auto;
	padding: 0px;
	width: 738px;
	}
