#agendablok {
	background				: #fff;
	width					: 846px;
	border					: 1px solid #bcbdc1;
	margin-bottom			: 10px;
	padding					: 5px;
	float					: left;
}

#agendablok h2 {
	float					: left;
	width					: 500px;
	margin-top				: 0px;
}
#agendablok h3 {
	float					: right;
	width					: 120px;
	background				: #787878;
	color					: #fff;
	font-size				: 13px;
	font-weight				: normal;
	text-align				: center;
	margin-left				: 5px;
	padding					: 2px;
}

#agendablok h3.info {
	background:				#ba0000;
	}

#agendablok h3 a {
	color					: #fff;
	text-decoration			: none;
	}


#agendablok img{
	float					: left;
	margin					: 0 5px 5px 0;
}
	
.agenda_right {
	float					: right;
	width					: 120px;
	margin-right			: 5px;
	}
	
.agenda_right h3 {
	width					: 120px;
	/**background				: #787878;**/
	color					: #787878;
	font-size				: 13px;
	font-weight				: normal;
	text-align				: center;
	padding					: 2px;
	}
	
.agenda_right a {
	width					: 100%;
	height					: 18px !important;
	color					: #fff;
	text-decoration			: none;
	text-align				: center;
	float					: left;
	margin-top				: 5px;
	padding					: 2px;
	background				: #ba0000 !important;
	font-size				: 13px;
	}
	
#agenda_desc {
	background				: #fff;
	width					: 846px;
	border					: 1px solid #bcbdc1;
	margin-bottom			: 10px;
	padding					: 5px;
	float					: left;
	}

#agenda_desc h1 {
	width					: 680px;
	float					: left;
	}
	
.text_area {
	width					: 100%;
	float					: left;
	margin-top				: 10px;
	}
	
.text_area img.thumb {
	float					: left;
	margin					: 0 5px 0 0;
	width					: 200px;
}

.btn_area {
	float					: right;
	background				: #787878;
	margin-right			: 5px;
	}

