@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Geneva, Verdana, Helvetica, sans-serif;
}



/* links knop */
#menu{
margin-left:20px;
margin-right:auto;
font-size:11px;
position:absolute;
list-style:none;
}
#menu li{
margin-right:10px;margin-left:10px;
float:left;
}
#nav .portfolio a {
background-image: url(/images/portfolio.jpg);
	background-repeat: no-repeat;
	width:87px;
	}

#nav .portfolio a:hover {
background-image: url(/images/portfolio_over.jpg);
	background-repeat: no-repeat;
	width:87px;
	}



/*------------------------------*/
/*		 	DIV's				*/
/*------------------------------*/

#header {
	margin-left:15px;
	margin-top:15px;
	width:269px;
	height:95px;
	position:absolute;
	background:url(/images/algemeen/agave_logo.png) no-repeat;
		
	}
	
	
#content {
	margin-left:450px;
	margin-top:0px;
	width:441px;
	height:508px;
	background:url(/images/algemeen/bg_tekst.png) no-repeat;
	position:absolute;
	}
	
#bottom {
	margin-left:0px;
	margin-top:515px;
	width:980px;
	height:16px;
	position:absolute;
	}
	
#knop_links {
	margin-left:15px;
	margin-top:244px;
	width:38px;
	height:38px;
	position:absolute;
	}
	
	
#knop_rechts {
	margin-left:924px;
	margin-top:244px;
	width:38px;
	height:38px;
	position:absolute;
		}

/* rechts knop */

a.knopvolgende:link {
background:url(/images/algemeen/knop_volgende.png);
	background-repeat: no-repeat;
	
	}

a.knopvolgende:hover  {
background-image: url(/images/algemeen/knop_volgende.png);
	background-repeat: no-repeat;
	}	

a.knopvolgende span { position: absolute; left: -999em; }

/*------------------------------*/
/*		 	FONTS				*/
/*------------------------------*/


.lopendetekst{
	color: #726E61;
	font-size: 11px;
	line-height: 15px;

}

.tekstform{
	color: #726E61;
	font-size: 11px;
	line-height: 13px;

}

.tekstklein{
	color: #726E61;
	font-size: 11px;
	line-height: 17px;
	letter-spacing: 0.04em;

}


.titel{
	font-size: 16px;
	color: #525046;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;

	}
	

.titel2{
	font-size: 14px;
	color: #84B31F;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	

	}


/*------------------------------*/
/*		 	LINKS				*/
/*------------------------------*/

a.standaardlink:link {
	color: #726E61;
	text-decoration: none;
	font-size: 11px;
}

a.standaardlink:visited {
	color: #726E61;
	text-decoration: none;
	font-size: 11px;

}
a.standaardlink:hover {
	color: #84B31F;
	text-decoration: none;
	font-size: 11px;

}
a.standaardlink:active {
	color: #726E61;
	text-decoration: none;
	font-size: 11px;

}	

a.linkgroen:link {
	color: #84B31F;
	text-decoration: underline;
	font-size: 11px;
}

a.linkgroen:visited {
	color: #84B31F;
	text-decoration: underline;
	font-size: 11px;

}
a.linkgroen:hover {
	color: #84B31F;
	text-decoration: underline;
	font-size: 11px;

}
a.linkgroen:active {
	color: #84B31F;
	text-decoration: underline;
	font-size: 11px;

}	




a.linktitel:link, a.linktitel:visited, a.linktitel:active{
	font-size: 16px;
	color: #525046;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	text-decoration:none;

}

a.linktitel:hover{
	font-size: 16px;
	color: #84B31F;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	text-decoration:none;
	

}

/*------------------------------*/
/*		 	BULLET				*/
/*------------------------------*/

#lijst_detail li {
	list-style-image:url(/images/algemeen/bullet.png);
	padding-bottom:2px;
	font-size:11px;
	color:#726E61;
	line-height:17px;
	margin-left:-14px;
	
}


