#agenda_items {
	/* http://www.dustindiaz.com/min-height-fast-hack/ */
	min-height: 390px;
	height: auto !important;
	height: 390px;
	/* */
}
.agendaitem_kort {
	clear: both;
	margin-bottom: 6px;
	cursor: pointer;
}
.agenda_dag {
	border-color: #c00;
	border-style: solid;
	border-width: 5px 2px 2px 5px;
	float: left;
	margin-right: 12px;
	width: 55px;
	height: 52px;
	text-align: center;
	margin-top: 5px;
}
.agenda_dag h1 {
	color: #c00;
	font-size: 23px;
	margin: 5px 0 2px 0;
}
.agenda_dag h2 {
	color: #333;
	font-size: 12px;
	margin: 0;
}
.agenda_kop {
	font-weight: bold;
}
.agenda_kop img {
	margin: 4px 4px 0 0;
	vertical-align: bottom;
}
.agenda_kop .item {
	color: #0099ff;
}
.agenda_kop .rub {
	color: #c00;
}
/***************************************/
.agendaitem_lang {
	margin-top: 12px;
}
.agendaitem_lang .agenda_summary {
	padding-top: 22px;
}
.agendaitem_lang .agenda_summary b {
	color: #0099ff;
}
