/*
2-6-2010	ka	init version
13-8-2010	jjc	kleine aanpassingen vanwege probleem met button balk in IE
30-8-2010	ka	buttons omgedraaid

***** ALL ITEMS ARE SORTED ALPHABETICALLY ***** 

*/

/* volgorde: link - visited - hover - active */
a.button_link:link, 
a.button_link:visited { 
	text-decoration: none; 
	color: #ffffff;	
}

a.button_link:hover { 
	text-decoration: none; 
	cursor: pointer; 
	color: #e7abd1;	
}

a.button_link:active { 
	text-decoration: none; 
	color: #000000;	
}

/* positionering buttons */
#butpos_index		{ margin-left: 318px;}
#butpos_diensten	{ margin-left: 400px;}
#butpos_portfolio	{ margin-left: 482px;}
#butpos_producten	{ margin-left: 564px;}
#butpos_faq			{ margin-left: 646px;}
#butpos_medewerkers	{ margin-left: 728px;}
#butpos_contact		{ margin-left: 810px;}

/* button definition */
.button {
	position: absolute;
	width: 80px;
	height: 26px;
	margin-top: 76px;
	text-align: center;			/* 13-8-2010 jjc centreer text in buttons */
}

.button_click {		/* class for click mouse  */
	background-image: url('../gfx/button_over.gif');	
	background-repeat: no-repeat;
	font-weight: bold;	
	color: #ffffff;
	cursor: wait;
}

.button_normal {		/* no mouse */
	background-image: url('../gfx/button_normal.gif');	
	background-repeat: no-repeat;
	color: #ffffff;
}

.button_over {		/* class for mouse over button */
	background-image: url('../gfx/button_over.gif');	
	background-repeat: no-repeat;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none; 
}

/* text on button definitions */
.button_text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-size: 10px;
	margin-top: 11px;
/*	margin-right: 4px; 13-8-2010 jjc verwijderd om centreren goed te laten werken*/
}
