
/* CSS Document */
*{
	margin:				0px;
	padding:			0px;
}
HTML{
	background-image:	url("../images/background.jpg");
}
body{
	text-align:			center;
	margin-top:			10px;
}

div#main{
	width:				840px;
	margin:				0px auto;
}

div#logo{
	width:				884px;
	height:				100px;
	background-image:	url("../images/logo2.jpg");
	background-repeat:	no-repeat;
	margin-bottom:		20px;
}

div#menu{
	float:left;
	text-align: left;
	width:130px;
	overflow:hidden;
	margin-top:5px;
}

div#menulogin{
	float:left;
	text-align: left;
	width:150px;
	overflow:hidden;
	margin-top:5px;
}


div#homecontent{
	float:right;
	width:600px;
	height:150px;
	background-image:url("../images/opening_back.jpg");
	background-repeat:no-repeat;	
	margin-top:5px;
}

div#cmscontent{
	float:right;
	width:600px;
	height:150px;
	background-image:url("../images/contentman.jpg");
	background-repeat:no-repeat;	
	margin-top:5px;
}

div#homebottom{
	float:left;
	background-image:url("../images/home_bottomimg.jpg");
	width:840px;
	height:280px;
	margin-top:20px;
}

div#werkwijzecontent{
	float:right;
	width:680px;
	height:541px;
	background-image:url("../images/werkwijzetxt.jpg");
	background-repeat:no-repeat;	
}

div#doelgroepcontent{
	float:right;
	width:680px;
	height:541px;
	background-image:url("../images/doelgroeptxt.jpg");
	background-repeat:no-repeat;	
}

div#internecomcontent{
	float:right;
	width:680px;
	height:541px;
	background-image:url("../images/internecomtxt.jpg");
	background-repeat:no-repeat;	
}

div#externecomcontent{
	float:right;
	width:680px;
	height:541px;
	background-image:url("../images/externecomtxt.jpg");
	background-repeat:no-repeat;	
}

div#interimcontent{
	float:right;
	width:680px;
	height:541px;
	background-image:url("../images/interimtxt.jpg");
	background-repeat:no-repeat;	
}

div#contactcontent{
	float:right;
	width:680px;
	height:541px;
	background-image:url("../images/contacttxt.jpg");
	background-repeat:no-repeat;	
}
/*   menu */
li{
	width:131px;
	height: 30px;
	display:block;
	text-indent: -9999px;
	margin-bottom: 8px;
	background-repeat:no-repeat;
}

a{
	display:block;
	width:131px;
	height:30px;
}

a.aintern{
	width:155px;
	height:17px;
	display:block;
}

/* buttons */

li.home{
	background-image:url("../images/homebtn.jpg");
}
li.home:hover{
	background-image:url("../images/home_a.jpg");
	cursor:pointer;
}
li.homea{
    background-image:url("../images/home_a.jpg");
	background-color:#b4a635;
}

li.nederlands{
	background-image:url("../images/nederlands_u.jpg");
}
li.nederlands:hover{
	background-image:url("../images/nederlands_a.jpg");
	cursor:pointer;
}
li.engels{
	background-image:url("../images/english_u.jpg");
}

li.engels:hover{
	background-image:url("../images/english_a.jpg");
}

li.spaans{
	background-image:url("../images/spaans_u.jpg");
}
li.spaans:hover{
	background-image:url("../images/spaans_a.jpg");
	cursor:pointer;
}