#action{
		color: white;
		font-family: arial;
}
	
.actieveld{
	position: absolute;
	top: 40px;
	right: 13px;
	width: 320px;
	height: 200px;
	background: black;
	z-index: 500;
	color: white;
}

.actietitel{
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	color: white;
	text-align: center;
}

#wittetekst{
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-family: arial;
}

input.actiedownload{
width: 290px;
height: 37px;
background-color: #ff8b00;
outline: none;
border: none;
cursor : pointer;
font-weight: bold;
}

