/* === header === */
#header { height: 129px; background: url(../gfx/bg_header.png) no-repeat 0 0; margin: 0 0px 0 0px; position: relative; }
	/* logo */
	#logo { display: block; position: absolute; top: 20px; left: 10px; }
	/* meta */
	#meta { position: absolute; top: 99px; left: 0px; font-size: 13px; color: #fff; }
		#meta a { display: block; float: left; color: #fff; padding: 0 25px 0 25px; text-decoration: none; font-weight: bold; background: transparent url(../gfx/sep.png) no-repeat scroll 0 0; line-height: 30px; }
		#meta a.first { background: none; }
		#meta a:hover { color: #CCCCCC; }
	/* ticker */
	#ticker { list-style-type: none; position: absolute; color: #fff; font-size: 12px; text-align: left; width: 375px; height: 75px; top: 10px; right: 0; background: transparent url(../gfx/bg_ticker.jpg) repeat-x scroll 0 0; }
		#ticker li { padding: 14px 30px 10px 20px; }
	/* banner */
	#banner { width: 288px; height: 132px; list-style-type: none; position: absolute; top: 10px; right: 15px; background: transparent url(../gfx/bg_banner.jpg) no-repeat scroll 0 0; }
		#banner li { text-align: center; width: 288px; padding: 9px 0 0 0; }
/* === /header === */


/* === banners === */
.promo-banner {
	width: 100%;
	margin: 0 0 10px;
	background: #eaf5e6;
	border: 1px solid #b7d9a3;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
	box-sizing: border-box;
}
	.promo-banner-inner {
		display: table;
		width: 100%;
		min-height: 104px;
		padding: 12px 18px;
		box-sizing: border-box;
	}
	.promo-banner-icon {
		display: table-cell;
		vertical-align: middle;
		width: 66px;
		height: 66px;
		background: #7bbd38;
		border-radius: 16px;
		color: #fff;
		font-size: 42px;
		font-weight: 800;
		line-height: 66px;
		text-align: center;
		box-shadow: inset 0 -4px 0 rgba(0,0,0,0.08);
	}
	.promo-banner-icon.small {
		width: 48px;
		height: 48px;
		font-size: 30px;
		line-height: 48px;
		border-radius: 12px;
	}
	.promo-banner-copy {
		display: table-cell;
		vertical-align: middle;
		padding: 0 18px;
		color: #2d5a2f;
	}
		.promo-banner-copy h3 {
			margin: 0 0 6px;
			font-size: 25px;
			line-height: 1.1;
			font-weight: 800;
			color: #255d28;
		}
		.promo-banner-copy p {
			margin: 0;
			font-size: 14px;
			line-height: 1.4;
			color: #2a5b2a;
		}
	.promo-banner-cta {
		display: table-cell;
		vertical-align: middle;
		width: 170px;
		padding-left: 8px;
		font-size: 15px;
		line-height: 1.25;
		font-style: italic;
		color: #2a5b2a;
		text-align: right;
		position: relative;
	}
	.promo-banner-cta:before {
		display: none;
	}

#top-banner {
	margin-top: 10px;
}
#bottom-banner.promo-banner-bottom {
	display: flex;
	align-items: center;
	width: 169px;
	min-height: 45px;
	margin: 8px 0 12px 10px;
	padding: 5px;
	background: #edf8d8;
	border: 1px solid #c6df9c;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
	box-sizing: border-box;
}
#bottom-banner .promo-banner-bottom-icon {
	position: relative;
	flex: 0 0 18px;
	width: 18px;
	height: 13px;
	margin: 0 5px 0 1px;
	background: #78a92b;
	border-radius: 1px;
}
#bottom-banner .promo-banner-bottom-icon:before {
	content: "";
	position: absolute;
	top: -3px;
	left: 2px;
	width: 8px;
	height: 4px;
	background: #78a92b;
	border-radius: 1px 1px 0 0;
}
#bottom-banner .promo-banner-bottom-copy {
	min-width: 0;
	color: #426b23;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1;
}
#bottom-banner .promo-banner-bottom-copy strong,
#bottom-banner .promo-banner-bottom-copy span {
	display: block;
}
#bottom-banner .promo-banner-bottom-copy strong {
	font-size: 11px;
	font-weight: bold;
}
#bottom-banner .promo-banner-bottom-copy span {
	margin-top: 2px;
	font-size: 10px;
	color: #666;
}

/* === cont === */
#cont { /*height: 440px;*/ background: url(../gfx/bg_cont.png) no-repeat 0 0; margin: 0 0px 0 0px; }
#cont-2 { height: 455px; background: url(../gfx/bg_cont_2.png) repeat 0 0; margin: 0 0px 0 0px; }
/* === /header === */

/* === footer === */
#footer { width: 860px; height: 75px; background: url(../gfx/bg_footer.png) repeat-x 0 0; text-align: left;  }
	#footer p { color: #000; padding: 5px 0 0 10px; font-size: 11px; margin: 0; float: left;  }
	#footer .copyright { font-size: 9px; color:#6C9E05; padding: 22px 10px 5px 10px; text-align: right; }
	#footer .disclamer { font-size: 10px; color:#666666; padding: 15px 20px 0px 20px; text-align: center;  }
	#footer .logo { background: url(../gfx/logo_copyright.png) no-repeat 0 0; text-indent: -10000em; width: 105px; display: block; float: left;  }
/* === /footer === */

/* === wrap === */
#wrap { width: 860px; position: relative; margin: 0 auto 0 auto;}
/* === /wrap === */

/* === main === */
#middle { margin: 0; width: 665px; overflow: hidden; }
	#middle h3 { color: #87A719; font-size: 20px; font: Arial, Helvetica, sans-serif; padding: 10px 0 0 0px; margin: 0 0 2px 20px; height: 31px; font-weight: normal;   }
	#middle .article { font-size: 12px;  margin: 10px 0 2px 20px;    }

	#middle .left { float: left; margin: 0 30px 0 18px; padding: 0; width: 305px;   }
	*html #middle .left { margin: 0 20px 0 9px; }
	#middle .letter { width: 180px; height: 40px; overflow: hidden; font-size: 32px; font-weight: bold; margin: 10px 0 0 10px; }
	#middle .letter span { font-size: 28px; color: #A9A9A9;  }
	#middle .letter-A { color: #2A2A2A; }
	#middle .letter-B { color: #565656; }
	#middle	.letter-C { color: #969696; }
		#middle .left h2 { background: transparent url(../gfx/head_today.png) no-repeat scroll 0 0; color: #87A719; font-size: 20px; font: Arial, Helvetica, sans-serif; padding: 2px 0 0 180px; margin: 15px 0 5px 0; height: 31px; font-weight: normal;  }
		#middle .left .box-evening { width: 310px; height: 120px; background: transparent url(../gfx/evening.png) no-repeat scroll 0 0; display: table;  }
			#middle .left .box-evening.active{ background: transparent url(../gfx/evening_sel.png) no-repeat scroll 0 0;  }
		#middle .left .box-afternoon { width: 310px; height: 120px; background: transparent url(../gfx/afternoon.png) no-repeat scroll 0 0; display: table; }
			#middle .left .box-afternoon.active{ background: transparent url(../gfx/afternoon_sel.png) no-repeat scroll 0 0; }
		#middle .left .box-noon { width: 310px; height: 120px; background: transparent url(../gfx/noon.png) no-repeat scroll 0 0; display: table; }
			#middle .left .box-noon.active{ background: transparent url(../gfx/noon_sel.png) no-repeat scroll 0 0; }
		#middle .left ul.numbers  { margin: 15px 0 0 17px; display: inline-block; }
			#middle .left .numbers li { float: left; margin: 0 18px 0 0; }
			#middle .left .numbers li.no { float: left; margin: 0; }

	#middle .right { float: left; margin: 0; overflow: hidden; width: 305px; }
		#middle .right h2 { background: transparent url(../gfx/head_yesterday.png) no-repeat scroll 0 0; color: #87A719; font-size: 20px; font: Arial, Helvetica, sans-serif; padding: 2px 0 0 180px; margin: 15px 0 5px 0; height: 31px; font-weight: normal;   }
		#middle .right .box-evening { width: 310px; height: 120px; background: transparent url(../gfx/evening_yesterday.png) no-repeat scroll 0 0; display: table; }
		#middle .right .box-afternoon { width: 310px; height: 120px; background: transparent url(../gfx/afternoon_yesterday.png) no-repeat scroll 0 0;  display: table; }
		#middle .right .box-noon { width: 310px; height: 120px; background: transparent url(../gfx/noon_yesterday.png) no-repeat scroll 0 0;  display: table; }
			#middle .right ul.numbers  { margin: 13px 0 0 15px; display: inline-block; }
			#middle .right .numbers li { float: left; margin: 0 18px 0 0; }
			#middle .right .numbers li.no { float: left; margin: 0; }



/* === /main === */


/* === sidebar === */
#sidebar { float: right; width: 189px; }
#sidebar h2 { background: transparent url(../gfx/head_calendar.png) no-repeat scroll 0 0; color: #87A719; font-size: 20px; font: Arial, Helvetica, sans-serif; padding: 2px 0 0 0px; margin: 15px 0 2px 10px; height: 31px; font-weight: normal;   }
#sidebar h3 { color: #87A719; font-size: 20px; font: Arial, Helvetica, sans-serif; padding: 2px 0 0 0px; margin: 15px 0 2px 30px; height: 31px; font-weight: normal;   }

		#sidebar #archiv .box-evening { width: 189px; height: 60px; background: transparent url(../gfx/bg_right_arhiv.png) no-repeat scroll 0 0; display: table; }
		#sidebar #archiv .box-afternoon { width: 189px; height: 60px; background: transparent url(../gfx/bg_right_arhiv.png) no-repeat scroll 0 0;  display: table; }
		#sidebar #archiv .box-noon { width: 189px; height: 60px; background: transparent url(../gfx/bg_right_arhiv.png) no-repeat scroll 0 0;  display: table; }
		#sidebar .letter { width: 80px; height: 20px; overflow: hidden; font-size: 15px; font-weight: bold; margin: 5px 0 0 30px; color: #666666; }
			#sidebar ul.numbers  { margin: 7px 0 0 32px; display: inline-block; }
			#sidebar .numbers li { float: left; margin: 0 8px 0 0; font-size: 11px; font-weight: bold; }
			#sidebar .numbers li.no { float: left; margin: 0; }
	#archiv	{ margin: 24px 0 0 0; }
	#calendar-container { width: 150px; margin: 0 0 0 18px; }

/* === /sidebar === */
