button {
}

.paars {
	text-align:center;
	text-indent:0;
	border:0px;
	display:inline-block;
	font-size:18px;
	font-weight:normal;
	font-style:normal;
	height:40px;
	line-height:30px;
	width:100%;
	text-decoration:none;
	text-align:center;
	background-color:#7f6bad;
	color:#ffffff;
	font-family:Arial;
	margin-right:20px;
}
.paars:hover {
	background-color:#9d8ec1;
}
.paars:active {
	position:relative;
	top:1px;
}	


.grijs {
	text-align:center;
	text-indent:0;
	border:0px;
	display:inline-block;
	font-size:18px;
	font-weight:normal;
	font-style:normal;
	height:40px;
	line-height:30px;
	width:163px;
	text-decoration:none;
	text-align:center;
	background-color:#839096;
	color:#ffffff;
	font-family:Arial;
	margin-right:20px;
}
.grijs:hover {
	background-color:#687378;
}
.grijs:active {
	position:relative;
	top:1px;
}	

.groen {
	text-align:center;
	text-indent:0;
	border:0px;
	display:inline-block;
	font-size:18px;
	font-weight:normal;
	font-style:normal;
	height:40px;
	line-height:30px;
	width:163px;
	text-decoration:none;
	text-align:center;
	background-color:#41dd56;
	color:#ffffff;
	font-family:Arial;
	margin-left:21px;
}
.groen:hover {
	background-color:#34b044;
}
.groen:active {
	position:relative;
	top:1px;
}	

.rood {
	text-align:center;
	text-indent:0;
	border:0px;
	display:inline-block;
	font-size:18px;
	font-weight:normal;
	font-style:normal;
	height:40px;
	line-height:30px;
	width:163px;
	text-decoration:none;
	text-align:center;
	background-color:#ff3232;
	color:#ffffff;
	font-family:Arial;
	margin-left:21px;
}
.rood:hover {
	background-color:#cc2828;
}
.rood:active {
	position:relative;
	top:1px;
}	

.oranje {
	text-align:center;
	text-indent:0;
	border:0px;
	display:inline-block;
	font-size:18px;
	font-weight:normal;
	font-style:normal;
	height:40px;
	line-height:30px;
	width:163px;
	text-decoration:none;
	text-align:center;
	background-color:#ffa500;
	color:#ffffff;
	font-family:Arial;
	margin-left:21px;
}
.oranje:hover {
	background-color:#e59400;
}
.oranje:active {
	position:relative;
	top:1px;
}	

.blauw {
	text-align:center;
	text-indent:0;
	border:0px;
	display:inline-block;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	height:30px;
	line-height:20px;
	width:100%;
	text-decoration:none;
	text-align:center;
	margin-left:0px;
	background-color:#378de5;
	color:#ffffff;
	font-family:Arial;
}
.blauw:hover {
	background-color:#79bbff;
}

a.sessies {
  text-decoration: none;
  color: #FFFFFF
}
a.sessies:hover {
  text-decoration: underline;
  color: #FFFFFF;
}


a.pagelink {
  text-decoration: none;
  font-family:Arial;
  font-size:12px;
  color: #79bbff;
  margin-top:8px;
}
a.pagelink:hover {
  text-decoration: none;
  color: red;
}


a.buttonlink {
  text-decoration: none;
  font-family:Arial;
  font-size:14px;
  color: white;
}
a.buttonlink:hover {
  text-decoration: underline;
  color: white;
}

div.blok{
	text-align:center;
	float:left;
	width:30%;
	display:block;
	padding:10px;
 }
 
 img.blok { 
   border:1px solid #021a40;
}

.button {
  font: bold 11px Arial;
  text-decoration: none;
  text-align: center;
  background-color: rgb(13, 79, 106);
  color: white;
  padding: 10px 10px 10px 10px;
  
}

