body {
	margin: 0px;
	text-align: center;
	background: #FFFFFF;
	color: #8c8c8c;
	font-family: "Tahoma";
	font-size: 11px;
}
ul {   padding-left: 0px; margin: 0px auto; }
#container {
	margin: 0px auto;
	width: 702px;
	text-align: left;
}
#logo {
	float: left;
	background: url('../images/logo.jpg');
	height: 165px;
	width: 219px;
	margin-left: -90px;
	position: relative;
	z-index: 1;
}
.content {
	clear: both;
	border: 1px solid #D3D0D0;
	width: 680px;
	height: auto;
	padding: 10px;
	overflow: hidden;
}
.content #menu {
	float: left;
	width: 132px;
	height: auto;
}
#menu ul {
	margin: 0px;
}
#menu li {
	list-style: none;
}
#menu li a {
	width: 120px;
	height: 15px;
	padding-top: 5px;
	color: #a5a5a5;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-bottom: 1px dotted #a5a5a5;
}
#menu li a:hover {
	color: #4881c8;
	border-bottom: 1px dotted #4881c8;
}
.content #inhoud {
	float: right;
	width: 548px;
}

h1 {
	float: right;
	margin: 0px;
	font-size: 48px;
	color: #4881c8;
	font-weight: normal;
	margin-top: 100px;
}
h2 {
	margin: 0px;
	font-size: 11px;
	color: #4881c8;
	font-weight: bold;
}
input {
	color: #4881c8;
	background-color: #FFFFFF;
	border: 1px solid #4881c8;
	font-size: 10px;
	padding: 3px;
	width: 220px;
	height: 15px;
}
select {
	color: #4881c8;
	background-color: #FFFFFF;
	border: 1px solid #4881c8;
	font-size: 10px;
	padding: 3px;
	width: 228px;
	height: 15px;
}
submit {
	color: #4881c8;
	background-color: #FFFFFF;
	border: 1px solid #4881c8;
	font-size: 10px;
	padding: 3px;
	width: 230px;
	height: 15px;
}
.project {
	width: 146px;
	text-align: center;
	float: left;
	margin-left: 15px;
	margin-top: 10px;
}
.project_img {
	border: 1px solid #BFBDBD;
	width: 144px;
	height: 114px;
}
#footer {
	text-align: center;
	margin-top: 10px;
	color: #7f7e7e;
}
#rank	{
	vertical-align:bottom;
}
a:link, a:active, a:visited {
	text-decoration: underline;
	color: #4881c8;
}
a:hover {
	color: #a5a5a5;
	text-decoration: underline;
}