/* CSS Document */

html,body	{
	margin:0;
	padding:0
}
body	{
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	text-align:center;
	color:#777;
	}
#header {
	height:100px;
	margin:30px 0 0 0;
	background:url(../img/ARK+LOGOWWW.gif) no-repeat left;
	
	}
#rk	{
	padding-top:54px;
	padding-right:14px;
	text-align:right;
	color:#00a0df;
	font-weight:bold;
	font-size:11px;
}
#rk a {color:#00a0df; text-decoration:none;}
#rk a:hover {color:#777; text-decoration:none;}

#container	{
	width:882px;
	margin:0 auto;
	text-align:left;
	}
#wrapper	{
	float:left;
	width:100%;
}
#menu1	{	
	width: 890px;
	height:14px;
	top:72px;
	font-size:12px;
	color:#777;
	font-weight:bold;
	/*word-spacing:122px;*/
	padding-top:2px;
	padding-bottom:4px;
	letter-spacing:2px;
	}
#menu1 a {color:#00a0df; text-decoration:none; word-spacing:30px;}
#menu1 a:hover {color:#777; text-decoration:none; word-spacing:30px;}

#menu2	{	
	width: 890px;
	height:14px;
	top:92px;
	border-bottom:1px dashed #00a0df;
	font-size:12px;
	color:#777;
	font-weight:bold;
	word-spacing:118px;
	padding-top:2px;
	padding-bottom:4px;
	letter-spacing:2px;
	}
#menu2 a {color:#777; text-decoration:none; word-spacing:30px;}
#menu2 a:hover {color:#00a0df; text-decoration:none; word-spacing:30px;}

#content_home	{
	margin:0;
	}
#content_nieuws	{
	margin: 0 200px;
	width:730px;
	padding:10px 0 10px 10px;
	text-align:justify;
	border-left:1px solid #00a0df;
	}
#content_projecten	{
	margin:0 auto 0;
	padding:10px 0 10px 0;
	text-align:center;
	}
#content_profiel	{
	margin:0 auto 0;
	padding:10px 0 10px 0;
	text-align:justify;
	line-height:175%;
	font-size:14px;
}
#content_contact	{
	margin:0 auto 0;
	padding:10px 0 10px 0;
	text-align:right;
	line-height:150%;
	font-size:12px;
}
#content_contact a	{color:#00a0df; text-decoration:underline;}
#content_contact a:hover	{color:#00a0df; text-decoration:underline;}

#links	{
	float:left;
	width:180px;
	margin-left:-890px;
	padding-top:10px;
	}
#rechts	{
	float:left;
	width:150px;
	margin-left:-150px;
	background:#FF8539;
	}
#footer	{
	clear:left;
	width:100%;
	text-align:center;
	color:#00a0df;
	font-size:10px;
	padding-top:8px;
}
#footer a {color:#00a0df; text-decoration:none;}
#footer a:hover {color:#00a0df; text-decoration:underline;}
	
