
h2 {
	display: block;
	position: absolute;
	margin-left: 78px;
}
	h2 .title {
		width: 170px;
		height: 15px;
		margin-top: 6px;
		display: block;
		font-weight: bold;
		color: #d5d5d5;
		text-transform: uppercase;
		font-size: 15px;
	}

	h2 .date {
		font-weight: bold;
		color: #f5c242;
		font-size: 12px;
	}
	h2 .type {
		font-weight: bold;
		color: #ffffff;
		font-size: 12px;
	}
	
h3 {
	width: 540px;
}

	h3 .title {
		width: 170px;
		display: block;
		font-weight: bold;
		color: #d5d5d5;
		text-transform: uppercase;
		font-size: 15px;
	}


#content_left {
	float: left;
}

.content_block {
	width: 270px;
	padding-top: 0;
	margin-top: 0;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;	
}

	.agenda {
		height: 313px;
		background-image: url(../images/agenda/content_block_agenda_head.jpg);
	}

#content_mid {
	width: 556px;
	padding-left: 15px;
	font-size: 12px;
	margin-top: 0;
	padding-top: 0;
}

	

/* SUB-MENU */
.submenu {
	color: #FFFFFF;
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-top: 40px;
	margin-bottom: 10px;
	*margin-bottom: 48px;
}

	.submenu a {
		text-decoration: none;
	}

	.submenu li {
		list-style-image: none;
		list-style-type: none;
		margin:0;
		padding-left: 10px;
		padding-top: 0px;
		height:21px;
	}


/* AGENDA */
.agenda_table {
    width:266px;
    border-collapse: collapse;
	*margin-top: -43px;
	margin-left: 2px;
	font-weight: bold;
	border-color: none;
}

	.agenda_table td {
		width: 30px;
		text-align: center;
		padding: 3px;
		padding-top: 5px;
		padding-bottom: 5px;
		color: #FFFFFF;
	}

.agenda_actday {
	background-image:url(../images/agenda/agenda_current_day.jpg);
	background-color: #F3A522;
	color:#000000 !important;
	font-weight:bold;
}

	.agenda_actday a {
		color: #000000 !important;
	}

.agenda_eventday a{
	color: #F3A522;
}

.tblGoogleMap td{
	vertical-align: top;
}

.tdInfoGoogleMaps {
	padding-left: 15px;
}

/* Agenda navigation */

.navigation_left {

}

.navigation_month {
	width: 150px;
	height: 20px;
	margin-top: -21px;
	margin-left: 50px;
	float: left;
}

.navigation_right {
	margin-left: 210px;
}

p.text {
	margin-top: 5px;
	margin-bottom: 5px;
}

span.agendaSmallText {
	font-size: 11px;
}