#hpagenda {
	width: 300px;
	height: 300px;
	margin: 0;
	position: relative;
	z-index: 9;
	padding-left: 5px;
	background: url("../images/agenda/background.gif") top left no-repeat;
}
#hpagenda h2 {
	line-height: 32px;
	height: 32px
	margin: 0;
	padding: 0;
	visibility: hidden;
}
#hpagendainner {
	margin: 0 0 5px 0;
}
#hpagenda h3 {
	text-align: center;
	width: 224px;
	height: 27px;
	line-height: 27px;
	border-bottom: 1px dotted #000;
	color: #000;
	font-size: 16px;
	margin: 0 0 5px 0;
}

#hpagenda h3 .date {
	padding: 0 5px;
}
#hpagenda h3 .next,
#hpagenda h3 .prev {
	background: #FFF url("../images/agenda/prev.gif") center right no-repeat;
	text-decoration: none;
	border: none;
	cursor: pointer;
}
#hpagenda h3 .next {
	background: #FFF url("../images/agenda/next.gif") center left no-repeat;
}
#hpagenda h3 .prev span,
#hpagenda h3 .next span {
	visibility: hidden;
}
#hpagenda h4 {
	font-size: 12px;
	font-weight: bold;
}

#hpagenda ul.head,
#hpagenda ul.head li {
	color: #FF267D;
	font-weight: bold;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	padding: 0;
}
  
#hpagenda ul, #hpagenda li {
  	margin: 0; padding: 0;
  	list-style-type: none;
  	height: 28px;
}
#hpagenda ul {
	height: 32px;
}
#hpagenda li {
  	position: relative;
   	width: 32px;
  	text-align: center;
  	float: left;
  	line-height: 28px;
  	height: 28px;
  	padding: 4px 0 0 0;
  	background: #FFF;
  	font-size: 14px;
  	font-weight: bold;
}

#hpagenda #hpagendainner li.other {
	color: #BBB;
}
#hpagenda li div {
  	line-height: 1.2;
  	font-size: 12px;
  	font-weight: normal;
  	width: 200px;
  	position: absolute;
  	top: 25px;
  	left: 10px;
  	border: 1px solid;
  	border-color: #000;
  	color: #393939;
  	text-align: left;
  	padding: 5px;
  	background: white;
  	z-index: 100; 
}
#hpagenda li div a {
	padding: 0 3px;
}

#hpagenda li.scholen,
#hpagenda li.stagebieders,
#hpagenda li.leerlingen,
#hpagenda li.stagemakelaars,
#hpagenda li.default {
	background: #000 url("../images/agenda/splat.small.png")
}

/**
 * Default (no class or multiple)
 */
#hpagenda li div a:hover,
#hpagenda li.default {
	color: #FFF;
}
#hpagenda .default div a,
#hpagenda .default h4 {
	color: #393939;
	border-color: #393939;
}
#hpagenda li div a:hover {
	background-color: #393939;
}

/**
 * Scholen
 */
#hpagenda .scholen div a:hover,
#hpagenda li.scholen {
	background-color: #6FB707;
}
#hpagenda .scholen div a,
#hpagenda .scholen h4 {
	color: #6FB707;
	border-color: #6FB707;
}
#hpagenda .scholen div {
	border-color: #6FB707;
}
/**
 * Stagebieders
 */
#hpagenda .stagebieders div a:hover,
#hpagenda li.stagebieders{
	background-color: #197CF0;
}
#hpagenda .stagebieders div a,
#hpagenda .stagebieders h4 {
	color: #197CF0;
	border-color: #197CF0;
}
#hpagenda .stagebieders div {
	border-color: #197CF0;
}
/**
 * Leerlingen
 */
#hpagenda .leerlingen div a:hover,
#hpagenda li.leerlingen {
	background-color: #FF267D;
}
#hpagenda .leerlingen div a,
#hpagenda .leerlingen h4 {
	color: #FF267D;
	border-color: #FF267D;
}
#hpagenda .leerlingen div {
	border-color: #FF267D;
}
/**
 * Makelaars
 */
#hpagenda .stagemakelaars div a:hover,
#hpagenda li.stagemakelaars {
	background-color: #A44AD8;
}
#hpagenda .stagemakelaars div a,
#hpagenda .stagemakelaars  h4 {
	color: #A44AD8;
	border-color: #A44AD8;
}
#hpagenda .stagemakelaars div {
	border-color: #A44AD8;
}
