* {
	margin: 0;
	padding: 0;
}
body{
	background: #293134;
}
@font-face{
	font-family: title;
	src: url('../style/title.ttf');
}
#background{
	height: 993px;
	width: 1444px;
	background: url("../images/bg.png");
	overflow: none;
	}
#container{
	width: 1020px;
	height: auto;
	background: url("../images/wit.png");
	margin: 0px auto 0px auto;
	min-height: 100%;
	}
#witvlak{
	width: 1020px;
	height: auto;
	background: url("../images/wit.png");
	min-height: 100%;
	}
#menubalk{
	width: 67px;
	float: left;
	height: auto;
	min-height: 100%;
	background: #000;
	}
#home{
	background: url("../images/home.png");
	height: 60px;
	width: 60px;
	margin-left: 4px;
	margin-right: 3px;
	margin-top: 115px;
	}
#homeexpand{
	background: #009f3c;
	height: 50px;
	display: none;
	width: 140px;
	margin-left: 67px;
	margin-top: -60px;
	position: absolute;
	font: 35px Courier New;
	font-style: Italic;
	font-weight:bold;
	color: #fff;
	padding-left: 15px;
	padding-top: 10px;
	}
#overons{
	background: url("../images/overons.png");
	height: 60px;
	width: 60px;
	margin-left: 4px;
	margin-right: 3px;
	margin-top: 4px;
	}
#overexpand{
	background: #00a8ec;
	height: 50px;
	display: none;
	width: 200px;
	margin-left: 67px;
	margin-top: -60px;
	position: absolute;
	font: 35px Courier New;
	font-style: Italic;
	font-weight:bold;
	color: #fff;
	padding-left: 15px;
	padding-top: 10px;
	}
#projecten{
	background: url("../images/projecten.png");
	height: 60px;
	width: 60px;
	margin-left: 4px;
	margin-right: 3px;
	margin-top: 4px;
	}
#projectexpand{
	background: #327ae7;
	height: 50px;
	display: none;
	width: 200px;
	margin-left: 67px;
	margin-top: -60px;
	position: absolute;
	font: 35px Courier New;
	font-style: Italic;
	font-weight:bold;
	color: #fff;
	padding-left: 15px;
	padding-top: 10px;
	}
#contact{
	background: url("../images/contact.png");
	height: 60px;
	width: 60px;
	margin-left: 4px;
	margin-right: 3px;
	margin-top: 4px;
	}
#contactexpand{
	background: #f57f20;
	height: 50px;
	display: none;
	width: 160px;
	margin-left: 67px;
	margin-top: -60px;
	position: absolute;
	font: 35px Courier New;
	font-style: Italic;
	font-weight:bold;
	color: #fff;
	padding-left: 15px;
	padding-top: 10px;
	}
#logo{
	background: url("../images/logo.png");
	width: 936px;
	height: 108px;
	float: left;
	margin-top: 8px;
	margin-right: 9px;
	margin-left: 8px;
	}
#titelbalk{
	background: url("../images/titelbar.png");
	width: 953px;
	height: 50px;
	float: left;
	margin-top: 10px;
	}
#tekst{
	margin-left: 107px;
	margin-right: 40px;
	font: 18px Courier New;
	font-style: Italic;
	font-weight:bold;
	width: 873px;
	height: auto;
	}
titel{
	margin-left: 40px;
	font: 40px title;
	}