/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	background:#f0f0f2 url(../images/interface/bg_body.jpg) center 500px no-repeat;
	font-size:11px;
}
h1{
	color:#99CC00;
	font-size:13px;
	margin:0 0 5px 0;
}
a{
	font-size:12px;
	text-decoration:none;
}
a:link, a:visited {
	color:#C2272D;
}		
a:hover, a:active {
	color:#999999;	
}
img {
	border:none;
}
p{margin:10px 0;}
/*******************************************************************************/
#wrapper{
	width:940px;
	margin:45px 0 0 -470px;	
	position:absolute;
	left:50%;
}
/********************************** TOPMENU ************************************/
#topmenu{
	width:100%;
	height:40px;
	line-height:40px;
	padding:0 0 0 15px;
}
	#topmenu ul{
		margin:0;
		padding:0;
		list-style-type:none;
	}
	#topmenu ul li{
		display:inline;
		padding:0 20px 0 0;
		color:#999999;
		font-weight:bold;
		font-size:12px;
	}
	#topmenu a{
		font-weight:bold;
		font-size:12px;
	}
/********************************** CONTAINER ************************************/	
#container{
	width:938px;
	height:586px;
	border:#cdcdcd 1px solid;
	background:#FFFFFF url(../images/interface/logo_7ix.jpg) 775px 25px no-repeat;
}
#header{
	padding:20px;
	height:225px;
}
/********** HOME **************/
#home{
	width:938px;
	height:266px;
	border-top:#cdcdcd 1px solid;
	border-bottom:#cdcdcd 1px solid;
	margin:160px 0 0 0;	
	background:url(../images/interface/bg_home.jpg) right top no-repeat;
	font-style:italic;	
	font-family:Arial, Helvetica, sans-serif;	
	font-weight:bold;
}
#home_left{
	width:330px;
	height:95px;
	margin:85px 0 0 35px;
	font-size:13px;
	color:#339900;	
	line-height:25px;
	float:left;
}
*html #home_left{margin:85px 0 0 17px;}
#home_right{
	height:45px;
	margin:88px 0 0 140px;	
	font-size:18px;
	color:#C2272D;	
	float:left;
}
#subschrift{	
	font-size:12px;
}
/********** MISSIE **************/
#powerslide{
	float:left;
	margin:0 60px 0 50px;
}
*html #powerslide{margin:0 60px 0 25px;}
#missie{
	width:350px;
	line-height:20px;
	float:left;
}
#missie_sub{
	margin:15px 0 0 110px;
}
/******** EXPERTISE ************/
#expertise_left{
	width:555px;
	height:254px;
	margin:0 0 0 27px;
	background:url(../images/interface/bg_expertise_left.jpg);
	float:left;
}
	#expertise_left ul{
		list-style-type:none;
		padding:0;
		float:left;	
	}
	#expertise_left .header{
		font-size:13px;
		font-weight:bold;
	}
	#expertises{
		margin:20px 0 0 30px;
	}
	*html #expertises{
		margin:20px 0 0 15px;
	}	
	#expertises li{
		color:#99CC00;	
		text-align:right;
		line-height:26px;
	}
	#competenties{	
		margin:20px 0 0 145px;	
	}
	#competenties li{
		color:#C2272D;
		line-height:26px;
	}
#expertise_right{
	width:290px;
	margin:0 0 0 20px;	
	float:left;
	line-height:20px;	
}
/******** WERKWIJZE ************/
#werkwijze{
	float:left;
	width:350px;
	line-height:20px;			
}
/******** CONTACT ************/
#contact{
	width:423px;
	margin:0 0 0 470px;		
	line-height:20px;			
}
	#mail{
		color:#99CC00;
	}		
/********************************** BOTTOMMENU ************************************/	
#bottommenu{
	width:935px;
	height:20px;
	margin:15px 5px 0 0;
}
	#bottommenu ul{
		margin:0;
		padding:0;
		list-style-type:none;
		float:right;
	}
	#bottommenu ul li{
		color:#C2272D;
		display:inline;
		padding:0 3px 0 25px;		
	}
	#bottommenu a{
		font-size:11px;
	}	
/********************************** FOOTER ************************************/	
#footer{
	margin:15px 10px;
	line-height:16px;
	color:#666;
	font-size:10px;
}
