@charset "utf-8";
/* CSS Document */

#sectoren{
	clear:both;
	position:relative;
	width:100%;
	height:150px;
	margin:5px 0 5px 0;
	color:#FFFFFF;
	background-color:#CCC;
	background-image:url(../images/sectoren-09.png);
}

#sectoren #txt{
	float:left; 
	width:170px; 
	height:150px; 
	margin:0 5px 0 5px;
}

#sectoren h1{
	margin:0 0 10px 10px;
	padding:10px 0 0 0;
	font-size:16px;
	color:#223C7D;
}

#sectoren p{
	margin:0 0 0px 10px;
	font-size:11px;
	color:#223C7D;
}

#sectorenBtnCont{
	float:left;
	width:350px;
	margin:10px -10px 0 0;
	display: inline;
}



.sectorenBtn{
	width:165px;
	height:40px;
	font-size:12px;
	font-weight:bold;
	margin:0px 10px 5px 0px;
	list-style:none;
	float:left;
	background-position: 0px 0px;
	color:#223C7D;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0px 0px;
	background-image:url(../images/sectorBtn-10.png);
	text-align:center;
	line-height:38px;
	cursor:pointer;
	display: inline;
}

.sectorenBtn:hover{
	background-position:right;
	color:#fff;
}
