/* CSS Document */
.oranje {
	color:#eaa50d;
}
.groen {
	color:#b4bb1f;
}
.blauw {
	color:#00899e;
}
.donkergroen {
	color:#5d6020;
}
.lichtgroen {
	color:#ced565;
}

.aktie_button {
}
.aktie_button a{
	background-image:url(../images/bt_aktie_bg.jpg);
	background-position:0px 0px;
	background-repeat:repeat-x;
	padding:3px;
	padding-left:10px;
	padding-right:10px;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	height:30px;
	cursor:hand;
	text-decoration:none;
	border: 1px solid #efa300;
}
.aktie_button a:hover {
	background-position:0px -38px;
}