html{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a{
	color:#fff;
}
a:hover {
	color:#000;
}
#container {
	width:750px;
	height:520px;
	margin:40px auto;
	padding:0;
	position:relative;
	border:none;
}
#container ul{
	padding: 0 0 0 0px;
	margin: 0 0 0 15px;
	font-size:10px;
	line-height:14px;
	letter-spacing:1px;
	list-style-type:square;
/**	list-style-position:outside;
	 **/
}
#top{
	width:750px;
	height:89px;
	padding-top:1px;
	color:white;
	font-size:10px;
	text-align:right;
	background-image:url(images/top.gif);
	background-repeat:no-repeat;
}
#top p{
	margin-right: 610px;
}
#contact a:hover {
	color:#ff7800;
}
#menu{
	margin-top:50px;
}
#menu a{
	width:125px;
	height:22px;
	color:white;
	font-weight:bold;
	font-size:11px;
	display:block;
	background-image:url(images/but.gif);
	background-repeat:no-repeat;
	padding:3px 0 0 25px;
	margin-top:3px;
	text-decoration:none;
}
#missie .missie, #profiel .profiel, #werkwijze .werkwijze, #voorbeeld .voorbeeld, #referentie .referentie, #contact .kontakt, #home .home{
	color:black;
	background-position:-150px;
}
#menu a:hover {
	color:black;
	background-position:-150px;
	text-decoration:none;
}
#content{
	width:500px;
	height:291px;
	position:absolute;
	left:200px;
	top:135px;
	padding:0 50px 30px 0;
	margin:0 0 0 0;
	color:#000000;
	overflow:auto;
}
#content h1{
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	letter-spacing:1px;
	display:block;
}
#content p{
	font-size:10px;
	line-height:14px;
	letter-spacing:1px;
}
#content b{
	font-size:10px;
	font-weight:bold;
	line-height:14px;
	letter-spacing:1px;
}
#content a {
	text-decoration:underline;
	color:black;
}
#contact img{
	margin:10px 100px 0 0;
}
#top a{
	color:#fff;
}
#top a:hover{
	color:#000;
}
#bot{
	width:750px;
	height:50px;
	position:absolute;
	left:0;
	top:470px;
	background-image:url(images/bot.gif);
	background-repeat:no-repeat;
	text-align:right;
	vertical-align:bottom;
}
#bot a{
	color:#ff7800;
	font-size:8px;
	text-align:right;
	text-decoration:none;
}