@charset "UTF-8";
body {
	margin: 0px; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../img/alg/bg.gif);
	background-repeat: repeat;
	padding: 50px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif, Futura, Calibri;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	padding: 0px;
	margin: 0 auto 0 auto;
	font-size: 0.8em;
}
#text {
	height: 430px;
	overflow: auto;
	line-height: 18px;
	padding: 20px 10px 0 10px;
}
#header {
	background-color: #FFFF33;
	height: 100px;
	background-image: url(../img/alg/slogan.gif);
	background-position: 150px;
	background-repeat: no-repeat;
}
#sideleft {
	background-color: #FFFF33;
	float: left;
	height: 470px;
	width: 135px;
	background-image: url(../img/alg/vlaggen.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 10px 5px 0px 10px;
	font-size: 0.8em;
}
#nav {
	background-color: #000000;
	height: 30px;
	margin: 0px;
}
#sideright {
	float: right; /* since this element is floated, a width must be given */
	width: 150px;
	text-align: right;
	height: 450px;
	top: 125px;
	padding: 0px;
	overflow: hidden;
	margin: 0px;
}
#footer {
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	height: 20px;
	padding-top: 5px;
	margin: 0px;
}
#copyright {
	color: #666666;
	text-align: center;
	margin: 10px;
	font-size: 0.8em;
}
#copyright a {
	text-decoration: none;
	color: #666666;
	font-size: 0.8em;
}
#copyright a:hover {
	text-decoration: none;
	color: #000000;
}
.h1 {color: #FF6600}
#sideleft a {
	color: #000000;
	text-decoration: none;
}
#project {
	padding: 0px;
	margin: 0px;
	width: 300px;
	height: 120px;
	float: left;
}
#project img {
	float: left;
}
#text  a  {
	color: #FF6600;
	text-decoration: none;
}
