/******************************************************************************
 *	Author: Petr Suchy (xsuchy09) <suchy@wamos.cz>
 *	Subject: WAMOS <http://www.wamos.cz>
 *	Project: Prievidza.sk
 *	Copyright: (c) Petr Suchy (xsuchy09) <suchy@wamos.cz> <http://www.wamos.cz>
 ******************************************************************************/
 
@CHARSET "UTF-8";

body {
	background: #e8e8e8 url('./../img/frontend/bg_top.png') 0 0 repeat-x;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	color: #000;
	font-size: 0.75em;
	line-height: 1em;
	margin: 0;
	padding: 0;
	text-align: center;
}
.body_bottom {
	background: url('./../img/frontend/bg_bottom.png') 0 bottom repeat-x;
	float: left;
	width: 100%;
}
.body_bg {
	background: url('./../img/frontend/bg.png') center 0 repeat-y;
	float: left;
	width: 100%
}
h1, h2, h3, h4, h5, h6, ul, li, p, form, fieldset {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #3b5998;
}
img {
	border: 0 none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	color: #000;
	font-weight: bold;
}

.float_left {
	float: left;
}
img.float_left {
	margin-right: 10px;
}
.float_right {
	float: right;
}
img.float_right {
	margin-left: 10px;
}
.float_none {
	float: none;
}
.red_font {
	color: red;
}
.errors {
	color: red;
}
.errors li {
	
}
.display_none {
	display: none;
}
.cleaner {
	height: 1px;
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
}
.align_center {
	text-align: center;
}

#page {
	width: 980px;
	margin: 0 auto;
}

/* pre header */
#pre_header {
	height: 1.8em;
	line-height: 0.9em;
	overflow: auto;
}
#pre_header ul {
	height: 0.9em;
	line-height: 0.9em;
	margin: 0.5em 0;
}
#pre_header ul li {
	float: left;
	text-transform: uppercase;
	font-size: 0.9em;
}
#pre_header ul li a {
	font-size: 0.9em;
	display: block;
	margin: auto 10px;
}
#pre_header ul li a.map {
	padding-left: 20px;
	background: url('./../img/frontend/ico_map.png') 0 center no-repeat;
}
#pre_header ul li a.rss {
	padding-left: 20px;
	background: url('./../img/frontend/ico_rss.png') 0 center no-repeat;
}
#pre_header ul li.lang_sk {
	border-right: 1px #000 solid;
}
/* end: pre header */

/* header */
#header {
	position: relative;
	background: #00944a url('./../img/frontend/h_bg.png') 0 0 no-repeat;
	/*width: 976px;*/
	height: 117px;
	/*margin: 0 auto;*/
	border: 2px solid #e0e0e0;
}
#header h1 {
	font-size: 1em;
}
#header #logo {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	position: absolute;
	top: 35px;
	left: 25px;
	display: block;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-size: 2.5em;
	vertical-align: middle;
	width: 280px;
	text-align: left;
	height: 61px;
	line-height: 35px;
	font-weight: bold;
	
}
#header #logo img {
	float: left;
	margin-right: 10px;
	margin-top: -5px;
}
#header #logo span {
	display: block;
	font-size: 0.35em;
	font-weight: normal;
	margin-top: -10px;
	
}
#header #search {
	width: 196px;
	height: 30px;
	position: absolute;
	top: 48px;
	left: 320px;
}
#header #search fieldset {
	border: 0 none;
}
#header #search fieldset legend {
	display: none;
}
#header #search .search_box {
	background: url('./../img/frontend/h_search.png') 0 0 no-repeat;
	width: 161px;
	height: 20px;
	border: 0 none;
	padding: 5px 30px 5px 5px;
}
/* end: header */

/* content */
#content {
	background-color: #fff;
	border-left: 2px solid #e0e0e0;
	border-right: 2px solid #e0e0e0;
	padding: 10px 0 0 0;
	text-align: left;
}
.main_menu {
	position: relative;
	float: right;
	left: -50%;
	margin-bottom: 10px;
}
.main_menu ul {
	position: relative;
	left: 50%;
	overflow: display;
}
.main_menu hr {
	clear: both;
	height: 8px;
	border: 0 none;
	position: relative;
	left: 50%;
	overflow: display;
	margin: 0 2px;
}
.main_menu ul li {
	position: relative;
	float: left;
	width: 189px;
	height: 13em;
	margin: 2px;
}
#mm_sub ul li {
	height: 34px;
	width: 157px;
	line-height: 34px;
}
#mm_sub ul li.active h2,
#mm_sub ul li.active .h2 {
	height: 36px;
}
.main_menu ul li h2,
.main_menu ul li .h2 {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	text-transform: uppercase;
}
.main_menu ul li h2 a, 
.main_menu ul li a.h2 {
	color: #fff;
	text-decoration: none;
	display: block;
	background: none;
	padding-left: 10px;
}
.main_menu ul li h2 a:hover, 
.main_menu ul li a.h2:hover {
	text-decoration: underline;
}
.main_menu ul li a.section_link {
	color: #fff;
	display: block;
	height: 2em;
	line-height: 2em;
	padding-left: 25px;
	font-size: 0.8em;
	text-transform: uppercase;
}
.main_menu ul li a.section_link:hover {
	color: #ffde6a;
}
.main_menu ul li ul {
	left: auto;
	height: 8em;
	line-height: 1.5em;
	margin: 0.5em 0;
	padding-left: 15px;
	margin-left: 10px;
	overflow: auto;
}
.main_menu ul li ul li {
	width: auto;
	height: auto;
	float: none;
	margin: 0;
	list-style: outside url('./../img/frontend/ico_item.png');
}
.main_menu ul li ul li a {
	height: 1.5em;
	line-height: 1.5em;
}
/* yellow */
.main_menu ul li.yellow h2, 
.main_menu ul li.yellow .h2, 
.main_menu hr.yellow {
	background-color: #ec9c1f;
}
/* end: yellow */
/* green */
.main_menu ul li.green h2, 
.main_menu ul li.green .h2, 
.main_menu hr.green {
	background-color: #07af59;
}
.main_menu ul li.green {
	background-color: #e5f7ee;
}
.main_menu ul li.green a.section_link {
	background: #07af59 url('./../img/frontend/mm_plus_green.png') 10px center no-repeat;
}
/* end: green */
/* blue */
.main_menu ul li.blue h2, 
.main_menu ul li.blue .h2, 
.main_menu hr.blue {
	background-color: #4997f7;
}
.main_menu ul li.blue {
	background-color: #ebf4ff;
}
.main_menu ul li.blue a.section_link {
	background: #4997f7 url('./../img/frontend/mm_plus_blue.png') 10px center no-repeat;;
}
/* end: blue */
/* red */
.main_menu ul li.red h2, 
.main_menu ul li.red .h2, 
.main_menu hr.red {
	background-color: #f74949;
}
.main_menu ul li.red {
	background-color: #fff4f4;
}
.main_menu ul li.red a.section_link {
	background: #f74949 url('./../img/frontend/mm_plus_red.png') 10px center no-repeat;
}
/* end: red */
/* orange */
.main_menu ul li.orange h2, 
.main_menu ul li.orange .h2, 
.main_menu hr.orange {
	background-color: #d98604;
}
.main_menu ul li.orange {
	background-color: #fef4ea;
}
.main_menu ul li.orange a.section_link {
	background: #d98604 url('./../img/frontend/mm_plus_orange.png') 10px center no-repeat;
}
/* end: orange */
/* brown */
.main_menu ul li.brown h2, 
.main_menu ul li.brown .h2, 
.main_menu hr.brown {
	background-color: #9b5d04;
}
.main_menu ul li.brown {
	background-color: #f7f1e9;
}
.main_menu ul li.brown a.section_link {
	background: #9b5d04 url('./../img/frontend/mm_plus_brown.png') 10px center no-repeat;
}
/* end: brown */

#navigation {
	font-size: 0.9em;
	margin: 0 10px 10px 15px;
}
#navigation span {
	color: #cbcbcb;
}

.left_column {
	float: left;
	width: 189px;
	margin-left: 8px;
	position: relative;
	left: -582px;
	overflow: hidden;
}
.middle_column {
	float: left;
	width: 566px;
	margin: 0 8px 15px 8px;
	position: relative;
	left: 197px;
	overflow: visible;
}
.right_column {
	float: left;
	width: 189px;
	position: relative;
	left: 0;
	overflow: hidden;
}
#articles_wide {
	width: 753px;
	left: 208px;
}
#articles_left_column {
	left: -769px;
}
.left_column .block, 
.right_column .block {
	margin-bottom: 10px;
}
.left_column .block h2, 
.right_column .block h2 {
	background-color: #ec9c1f;
	height: 1.5em;
	line-height: 1.5em;
	color: #fff;
	padding-left: 10px;
	font-size: 1.4em;
	margin-bottom: 2px;
}
.left_column .block .content, 
.right_column .block .content {
	background-color: #fffae4;
	border: 2px solid #fff5d0;
	/*font-size: 0.95em;*/
}
.left_column .block .content a, 
.right_column .block .content a {
	/*font-size: 0.95em;*/
}
.left_column .block .content h4, 
.right_column .block .content h4 {
	margin: 5px 10px;
	font-size: 1.1em;
	line-height: 1.2em;
}
.left_column .block .content fieldset, 
.right_column .block .content fieldset {
	border: 0 none;
}
.left_column .block .content legend, 
.right_column .block .content legend {
	display: none;
}
.left_column .block .content label, 
.right_column .block .content label {
	text-decoration: underline;
}
.left_column .block .content ul.links, 
.right_column .block .content ul.links {
	padding-left: 0px;
	margin: 8px 0px;
}
.left_column .block .content ul.links li, 
.right_column .block .content ul.links li {
	padding: 4px 6px 4px 17px;
	margin: 0;
	list-style: none;
	background: url('./../img/frontend/ico_item.png') 10px 10px no-repeat scroll;
	line-height: 1.3em;
}
.left_column .block .content ul.links li ul, 
.right_column .block .content ul.links li ul {
	margin-left: -8px !important;
}
.left_column .block .content ul.links li ul li, 
.right_column .block .content ul.links li ul li {
	padding-right: 0 !important;
}
.left_column .block .content ul.links li.active, 
.right_column .block .content ul.links li.active {
	background: url('./../img/frontend/ico_item.png') 10px 10px no-repeat scroll;
	background-color: #fdf0b8;
	border-top: 2px solid #fff5d0;
	border-bottom: 2px solid #fff5d0;
}
.left_column .block .content ul.events, 
.right_column .block .content ul.events, 
.left_column .block .content ul.poll, 
.right_column .block .content ul.poll {
	
}
.left_column .block .content ul.events li, 
.right_column .block .content ul.events li {
	line-height: 1.3em;
	margin: 0 10px;
	padding: 10px 0;
	border-bottom: 1px solid #fae2b1;
}
#form_poll_detail fieldset {
	border: 0 none;
}
#form_poll_detail fieldset legend {
	display: none;
}
.left_column .block .content ul.poll, 
.right_column .block .content ul.poll, 
#form_poll_detail ul.poll {
	background: none !important;
	border: 0 none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.left_column .block .content ul.poll li, 
.right_column .block .content ul.poll li, 
#form_poll_detail ul.poll li {
	background: none !important;
	line-height: 1.3em;
	margin: 10px 10px 5px 10px;
	padding: 0;
}
.left_column .block .content ul.poll li label, 
.right_column .block .content ul.poll li label, 
#form_poll_detail ul.poll li label {
	text-decoration: underline;
	cursor: pointer;
}
.left_column .block .content ul.poll li.graph, 
#form_poll_detail ul.poll li.graph {
	height: 8px;
	line-height: 8px;
	margin: 5px 10px;
	text-align: right;
	font-size: 0.8em;
}
.left_column .block .content ul.poll li.graph span.status, 
#form_poll_detail ul.poll li.graph span.status {
	display: block;
	float: left;
	height: 8px;
	line-height: 8px;
	text-decoration: none;
	margin: 0;
}
.left_column .block .content ul.poll li.graph span.brown, 
#form_poll_detail ul.poll li.graph span.brown {
	background: #a46400;
}
.left_column .block .content ul.poll li.graph span.green, 
#form_poll_detail ul.poll li.graph span.green {
	background: #019449;
}
.left_column .block .content ul.poll li.graph span, 
#form_poll_detail ul.poll li.graph span {
	display: block;
	float: left;
	margin-left: 5px;
	font-weight: bold;
}
.left_column .block .content ul.poll li.graph span.brown_font, 
#form_poll_detail ul.poll li.graph span.brown_font {
	color: #a46400;
}
.left_column .block .content ul.poll li.graph span.green_font, 
#form_poll_detail ul.poll li.graph span.green_font {
	color: #019449;
}
.left_column .block .content .poll_summary, 
#form_poll_detail .poll_summary {
	margin: 5px;
}
ul.events li h3 {
	margin: 5px 0;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.2em;
}
ul.events li h3 a {
	text-decoration: none;
	color: #000;
}
ul.events li h3 a:hover {
	text-decoration: underline;
}
ul.events li .termin {
	font-size: 0.9em;
	font-weight: bold;
	color: #3b5998;
}
ul.events li .organiser {
	font-size: 0.9em;
}
.left_column .block .content ul.weather, 
.right_column .block .content ul.weather {
	margin: 5px;
}
.left_column .block .content ul.weather li, 
.right_column .block .content ul.weather li {
	line-height: 1.3em;
	margin: 5px;
	float: left;
	width: 77px;
	text-align: center;
}
ul.weather li h3 {
	font-size: 0.9em;
	color: #3e95c5;
}
ul.weather li img {
	display: block;
	margin: 2px auto;
}
ul.weather li strong {
	font-size: 0.9em;
	color: #256792;	
}
.block .pharmacy {
	text-align: center;
	padding: 0 10px;
}
.block .pharmacy .date {
	display: block;
	height: 2em;
	line-height: 2em;
	margin: 5px 0;
}
.block .pharmacy .title {
	display: block;
	background: url('./../img/frontend/ico_pharmacy.png') 0 center no-repeat;
	height: 2em;
	line-height: 2em;
	margin: 5px 0;
	padding-left: 20px;
}
.block .content .link_weather, 
.block .content .link_calendar, 
.block .content .link_pharmacy, 
.block .content .link_polls {
	font-size: 0.9em;
	display: block;
	height: 3em;
	line-height: 3em;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 10px;
	padding-left: 10px;
	background: url('./../img/frontend/ico_item.png') 0 center no-repeat;
}
.block .content .link_calendar {
	color: #3b5998;
	background: url('./../img/frontend/calendar_link.png') 0 center no-repeat;
}
.block .content .link_calendar:hover {
	color: #000;
}
.block .content .link_pharmacy {
	font-size: 0.85em;
	text-align: left;
	margin-left: 0;
}
.left_column .partners h2, 
.right_column .partners h2 {
	background: none;
	height: 1.5em;
	line-height: 1.5em;
	color: #000;
	font-size: 0.9em;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
}
.left_column .partners .content, 
.right_column .partners .content {
	text-align: center;
	background: none;
	border: 0 none;
}
.banner img {
	border: 2px solid #e0e0e0;
	width: 185px;
}
.middle_column .banner {
	margin-bottom: 15px;
	display: block;
}
.middle_column .banner img {
	width: 562px;
}
/* articles */
#articles {
	margin: 5px 15px 0 15px;
}
#articles h1 {
	font-size: 2em;
	line-height: 1.2em;
	font-weight: normal;
	margin-bottom: 10px;
}
#articles h2 {
	float: left;
	margin-bottom: 10px;
	font-size: 1.5em;
	line-height: 1.2em;
}
#articles h2.float_none {
	float: none;
	margin-bottom: 10px;
	font-size: 1.5em;
	line-height: 1.2em;
	padding-bottom: 5px;
	border-bottom: 2px solid #ec9c1f;
	clear: both;
}
#articles .rss, 
.rss_events {
	display: block;
	float: right;
	font-size: 0.9em;
	line-height: 2.0em;
}
#articles .news_delimiter {
	clear: both;
	color: #ec9c1f;
	border: 2px solid #ec9c1f;
}
#articles_list {
	background: none !important;
	border: 0 none !important;
	width: auto !important;
	padding: 0 !important;
	margin: 0 !important;
}
#articles_list li {
	margin: 10px 0;
	clear: both;
	background: none !important;
	padding: 0 !important;
}
#articles_list li h2 {
	border: 0 none !important;
}
#articles_list li.main {
	
}
#articles_list li .img_link {
	border: 1px solid #e0e0e0;
	padding: 2px;
	float: left;
	margin-right: 15px;
	display: block;
}
#articles_list li .img_link img {
	vertical-align: middle;
	width: 154px;
}
#articles_list li.main .img_link img {
	width: 294px;
}
#articles_list li h2, 
#articles_list li h3 {
	height: auto;
	text-align: left;
	margin: 5px 0;
	float: none;
	font-weight: normal;
}
#articles_list li.main h2 {
	font-size: 2em;
	line-height: 1.1em;
}
#articles_list li h2, 
#articles_list li h3 {
	font-size: 1.5em;
	line-height: 1.1em;
}
#articles_list li h2 a, 
#articles_list li h3 a {
	color: #000;
	text-decoration: none;
}
#articles_list li h2 a:hover, 
#articles_list li h3 a:hover {
	text-decoration: underline;
}
#articles_list li ins {
	font-size: 0.9em;
	color: #616161;
	text-decoration: none;
}
#articles_list li p {
	line-height: 1.4em;
}
#articles_list li .link_article {
	font-size: 0.85em;
	text-transform: uppercase;
	margin-left: 5px;
	padding-left: 10px;
	color: #a46400;
	background: url('./../img/frontend/articles_link.png') 0 center no-repeat;
}
#articles_list li .link_article:hover {
	color: #000;
}
#articles_list li.main .link_article {
	display: block;
	margin: 5px 0 0 0;
	float: left;
	font-size: 0.9em;
}
#articles .link_archiv {
	display: block;
	float: right;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 5px;
	padding-left: 10px;
	color: #a46400;
	background: url('./../img/frontend/articles_link.png') 0 center no-repeat;
}
#articles .link_archiv:hover {
	color: #000;
}
.paging {
	height: 30px;
	line-height: 30px;
	width: 535px;
}
#paging_top {
	margin: 20px auto 0 auto;
}
#paging_bottom {
	margin: 40px auto 0 auto;
}
.paging div {
	float: left;
	height: 18px;
	line-height: 18px;
}
.paging ul {
	float: left;
	margin: 0 5px !important;
	height: 18px;
	width: auto !important;
	padding: 0 !important;
	line-height: 18px;
	background: none !important;
	border: 0 none !important;
}
.paging ul li {
	float: left;
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.paging ul li a {
	display: block;
	background-color: #e8e8e8;
	border: 1px solid #dadada;
	width: 18px;
	height: 18px;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 2px;
	text-align: center;
}
.paging ul li.active a {
	background-color: #ec9c1f;
	border: 1px solid #da8d14;
	color: #fff;
}
.paging form {
	float: right;
	height: 18px;
	line-height: 18px;
}
.paging form fieldset {
	border: 0 none;
}
.paging form fieldset legend {
	display: none;
}
/* detail */
#articles #share, 
#articles_wide #share {
	margin: 10px 0 0 0;
	background: none;
	border: 0 none;
	padding: 0;
}
#articles #share li, 
#articles_wide #share li {
	float: left;
	margin: 0 10px 0 0;
	height: 16px;
	line-height: 16px;
}
#articles #share li a, 
#articles_wide #share li a {
	display: block;
	font-size: 0.8em;
	text-transform: uppercase;
}
#articles #share li.facebook, 
#articles_wide #share li.facebook {
	background: url('./../img/frontend/ico_fb.png') 0 center no-repeat;
	padding-left: 20px;
}
#articles #share li.print, 
#articles_wide #share li.print {
	background: url('./../img/frontend/ico_print.png') 0 center no-repeat;
	padding-left: 20px;
}
#articles #share li.email, 
#articles_wide #share li.email {
	background: url('./../img/frontend/ico_email.png') 0 center no-repeat;
	padding-left: 20px;
}
#articles #share li.error, 
#articles_wide #share li.error {
	background: url('./../img/frontend/ico_error.png') 0 center no-repeat;
	padding-left: 20px;
}
#article {
	margin-top: 10px;
	line-height: 1.4em;
}
#article ins {
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	color: #616161;
}
#article .perex {
	font-weight: bold;
}
#article .img_holder {
	border: 1px solid #e0e0e0;
	padding: 2px;
	float: left;
	display: block;
	margin: 0 20px 10px 0;
}
#article .img_holder img {
	vertical-align: middle;
	width: 294px;
}
#article p {
	margin: 10px 0;
}
#fb_like {
	margin: 20px 0;
}
#photo_gallery ul, 
#event #photo_gallery ul {
	width: 530px;
	margin: 0 auto;
	padding: 0;
	background: none;
	border: 0 none;
}
#event #photo_gallery ul, 
#articles_wide #photo_gallery ul {
	width: 730px;
	padding: 0 0 0 20px !important;
	margin: 0 !important;
	background: none !important;
	border: 0 none !important;
}
#photo_gallery ul li, 
#event #photo_gallery ul li, 
#articles_wide #photo_gallery ul li {
	float: left;
	margin: 5px !important;
	padding: 0 !important;
	background: none !important;
	border: 0 none !important;
}
#articles_wide .text_holder #photo_gallery ul li .img_holder, 
#article #photo_gallery ul li .img_holder, 
#event #photo_gallery ul li .img_holder {
	margin: 0;
	width: 160px;
	height: 120px;
	overflow: hidden;
}
#articles_wide .text_holder #photo_gallery ul li .img_holder img, 
#article #photo_gallery ul li .img_holder img, 
#event #photo_gallery ul li .img_holder img {
	width: 160px;
}
#event #photo_gallery h2 {
	border-bottom-width: 4px;
}
#comments {
	margin: 10px auto;
}
/* end: detail */
/* info page */
#articles_wide h1 {
	font-size: 2em;
	line-height: 1.2em;
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
#articles_wide h2 {
	margin-bottom: 10px;
	font-size: 1.5em;
	line-height: 1.2em;
	padding-bottom: 5px;
}
#articles_wide .img_holder {
	border: 1px solid #e0e0e0;
	padding: 2px;
	float: right;
	display: block;
	margin: 0 20px 10px 20px;
}
#articles_wide img {
	vertical-align: middle;
}
#articles_wide .text_holder {
	line-height: 1.4em;
}
#articles_wide p {
	margin: 10px 20px 10px 0;
}
#articles_wide p {
	margin: 10px 20px 10px 0;
}
#articles_wide table {
	width: 100%;
	font-size: 1em;
	margin: 10px 0;
}
#articles_wide table th, 
#articles_wide table td {
	padding: 7px;
}
#articles_wide table thead th, 
#articles_wide table td.thead_th {
	color: #fff;
	padding: 10px 7px;
	font-weight: bold;
	background: #ec9c1f;
}
#articles_wide table thead th a, 
#articles_wide table td.thead_th a {
	color: #fff;
}
#articles_wide table tbody th, 
#articles_wide table td.tbody_th {
	color: #000;
	font-weight: bold;
	background: #fffae4;
	border: 2px solid #fff5d0;
}
#articles_wide table tbody td, 
#articles_wide table td {
	background: #fff5cb;
	border: 2px solid #fbefbb;
}
#articles_wide table tbody td.name, 
#articles_wide table td.name
span.name {
	color: #1d58a0;
}
#articles_wide ul {
	margin: 10px 0 10px 30px;
	width: 600px;
	padding: 10px 30px;
}
#articles_wide ul li {
	list-style: none;
	margin: 7px 0;
	padding-left: 10px;
}
#articles_wide ul li ul {
	width: auto;
}
/* yellow */
#articles_left_column .yellow h2 {
	background-color: #ec9c1f;
}
#articles_left_column .yellow .content {
	background-color: #fffae4;
	border: 2px solid #fff5d0;
}
#articles_left_column .yellow ul.links li.active {
	background-color: #fdf0b8;
	border-top: 2px solid #fff5d0;
	border-bottom: 2px solid #fff5d0;
}
#articles_left_column .yellow ul.links li.active ul li {
	border: 0 none;
	list-style: none;
	background: url('./../img/frontend/ico_item_yellow.png') 0 10px no-repeat scroll;
}
#articles_left_column .yellow ul.links li.active ul li a {
	color: #008842;
}
#articles_wide .yellow h1 {
	border-bottom: 4px solid #ec9c1f;
	position: relative;
}
#articles_wide .yellow h2 {
	border-bottom: 2px solid #ec9c1f;
}
#articles_wide .yellow table thead th {
	background: #ec9c1f;
}
#articles_wide .yellow table tbody th {
	background: #e8f8f0;
	border: 2px solid #fff5d0;
}
#articles_wide .yellow ul {
	background: #fffae4;
	border: 2px solid #fff5d0;
}
#articles_wide .yellow ul li {
	background: url('./../img/frontend/ico_item_yellow_square.png') 0 5px no-repeat scroll;
}
/* yellow */
/* green */
#articles_left_column .green h2 {
	background-color: #07af59;
}
#articles_left_column .green .content {
	background-color: #f1fbf6;
	border: 2px solid #dff5eb;
}
#articles_left_column .green ul.links li.active {
	background-color: #e8f8f0;
	border-top: 2px solid #dff5eb;
	border-bottom: 2px solid #dff5eb;
}
#articles_left_column .green ul.links li.active ul li {
	border: 0 none;
	list-style: none;
	background: url('./../img/frontend/ico_item_green.png') 10px 10px no-repeat scroll;
}
#articles_left_column .green ul.links li.active ul li a {
	color: #008842;
}
#articles_wide .green h1 {
	border-bottom: 4px solid #07af59;
	position: relative;
}
#articles_wide .green h2 {
	border-bottom: 2px solid #07af59;
}
#articles_wide .green table thead th {
	background: #07af59;
}
#articles_wide .green table tbody th {
	background: #e8f8f0;
	border: 2px solid #dff5eb;
}
#articles_wide .green ul {
	background: #f1fbf6;
	border: 2px solid #dff5eb;
}
#articles_wide .green ul li {
	background: url('./../img/frontend/ico_item_green_square.png') 0 5px no-repeat scroll;
}
/* end: green */
/* blue */
#articles_left_column .blue h2 {
	background-color: #4997f7;
}
#articles_left_column .blue .content {
	background-color: #f3f8ff;
	border: 2px solid #e3ecf8;
}
#articles_left_column .blue ul.links li.active {
	background-color: #ebf4ff;
	border-top: 2px solid #e3ecf8;
	border-bottom: 2px solid #e3ecf8;
}
#articles_left_column .blue ul.links li.active ul li {
	border: 0 none;
	list-style: none;
	background: url('./../img/frontend/ico_item_blue.png') 10px 10px no-repeat scroll;
}
#articles_left_column .blue ul.links li.active ul li a {
	color: #0865d6;
}
#articles_wide .blue h1 {
	border-bottom: 4px solid #4997f7;
}
#articles_wide .blue h2 {
	border-bottom: 2px solid #4997f7;
}
#articles_wide .blue table thead th {
	background: #4997f7;
}
#articles_wide .blue table tbody th {
	background: #ebf4ff;
	border: 2px solid #e3ecf8;
}
#articles_wide .blue ul {
	background: #f3f8ff;
	border: 2px solid #e3ecf8;
}
#articles_wide .blue ul li {
	background: url('./../img/frontend/ico_item_blue_square.png') 0 5px no-repeat scroll;
}
/* end: blue */
/* red */
#articles_left_column .red h2 {
	background-color: #f74949;
}
#articles_left_column .red .content {
	background-color: #fef4f4;
	border: 2px solid #f8e6e6;
}
#articles_left_column .red ul.links li.active {
	background-color: #ffecec;
	border-top: 2px solid #f8e6e6;
	border-bottom: 2px solid #f8e6e6;
}
#articles_left_column .red ul.links li.active ul li {
	border: 0 none;
	list-style: none;
	background: url('./../img/frontend/ico_item_red.png') 10px 10px no-repeat scroll;
}
#articles_left_column .red ul.links li.active ul li a {
	color: #d61d1d;
}
#articles_wide .red h1 {
	border-bottom: 4px solid #f74949;
}
#articles_wide .red h2 {
	border-bottom: 2px solid #f74949;
}
#articles_wide .red table thead th {
	background: #f74949;
}
#articles_wide .red table tbody th {
	background: #ffecec;
	border: 2px solid #f8e6e6;
}
#articles_wide .red ul {
	background: #fef4f4;
	border: 2px solid #f8e6e6;
}
#articles_wide .red ul li {
	background: url('./../img/frontend/ico_item_red_square.png') 0 5px no-repeat scroll;
}
/* end: red */
/* orange */
#articles_left_column .orange h2 {
	background-color: #d98604;
}
#articles_left_column .orange .content {
	background-color: #fef9f2;
	border: 2px solid #fcebd6;
}
#articles_left_column .orange ul.links li.active {
	background-color: #fdf5ed;
	border-top: 2px solid #fcebd6;
	border-bottom: 2px solid #fcebd6;
}
#articles_left_column .orange ul.links li.active ul li {
	border: 0 none;
	list-style: none;
	background: url('./../img/frontend/ico_item_orange.png') 10px 10px no-repeat scroll;
}
#articles_left_column .orange ul.links li.active ul li a {
	color: #b16d02;
}
#articles_wide .orange h1 {
	border-bottom: 4px solid #d98604;
}
#articles_wide .orange h2 {
	border-bottom: 2px solid #d98604;
}
#articles_wide .orange table thead th {
	background: #d98604;
}
#articles_wide .orange table tbody th {
	background: #fdf5ed;
	border: 2px solid #fcebd6;
}
#articles_wide .orange ul {
	background: #fef9f2;
	border: 2px solid #fcebd6;
}
#articles_wide .orange ul li {
	background: url('./../img/frontend/ico_item_orange_square.png') 0 5px no-repeat scroll;
}
/* end: orange */
/* brown */
#articles_left_column .brown h2 {
	background-color: #9b5d04;
}
#articles_left_column .brown .content {
	background-color: #fbf8f2;
	border: 2px solid #f2e6d7;
}
#articles_left_column .brown ul.links li.active {
	background-color: #f9f3e9;
	border-top: 2px solid #f2e6d7;
	border-bottom: 2px solid #f2e6d7;
}
#articles_left_column .brown ul.links li.active ul li {
	border: 0 none;
	list-style: none;
	background: url('./../img/frontend/ico_item_brown.png') 10px 10px no-repeat scroll;
}
#articles_left_column .brown ul.links li.active ul li a {
	color: #845408;
}
#articles_wide .brown h1 {
	border-bottom: 4px solid #9b5d04;
}
#articles_wide .brown h2 {
	border-bottom: 2px solid #9b5d04;
}
#articles_wide .brown table thead th {
	background: #9b5d04;
}
#articles_wide .brown table tbody th {
	background: #f9f3ed;
	border: 2px solid #f2e6d7;
}
#articles_wide .brown ul {
	background: #fbf8f2;
	border: 2px solid #f2e6d7;
}
#articles_wide .brown ul li {
	background: url('./../img/frontend/ico_item_brown_square.png') 0 5px no-repeat scroll;
}
/* end: brown */
/* end: info page */
/* events */
#articles_wide #events {
	background: none;
	border: 0 none;
	margin: 10px 0;
	padding: 0;
	width: 100%;
}
#articles_wide #event #event_detail,
#articles_wide #events li {
	background: #fffae4;
	border: 3px solid #fff5d0;
	padding: 7px;
	margin: 10px 0;
	clear: both;
	/*height: 200px;*/
}
#articles_wide #events li.dark {
	background: #fffbda;
	border: 3px solid #fff8bf;
}
#articles_wide #events li .img_link, 
#articles_wide #event .img_link {
	border: 1px solid #e0e0e0;
	padding: 2px;
	float: left;
	margin-right: 15px;
	display: block;
	width: 154px;
	overflow: hidden;
}
#articles_wide #events li img, 
#articles_wide #event img {
	vertical-align: middle;
}
#articles_wide #events li div.e_holder, 
#articles_wide #event div.e_holder {
	float: left; width: 558px;
}
#articles_wide #events li div.e_holder.e_holder_wide, 
#articles_wide #event div.e_holder.e_holder_wide {
	float: none; width: 712px;
}
#articles_wide #events li ins, 
#articles_wide #event ins {
	text-decoration: none;
	font-size: 1.5em;
}
#articles_wide #events li h2.h_event, 
#articles_wide #event h2.h_event {
	font-size: 1.8em;
	font-weight: normal;
	border: 0 none;
	margin: 5px 0 0 0;
	color: #007539;
}
#articles_wide #events li h2 a {
	text-decoration: none;
	color: #007539;
}
#articles_wide #events li h2 a:hover {
	text-decoration: underline;
}
#articles_wide #events li .organiser, 
#articles_wide #event .organiser {
	display: block;
	margin: 5px 0 10px 0;
}
#articles_wide #events li .link_event {
	display: block;
	font-size: 0.85em;
	text-transform: uppercase;
	margin-top: 5px;
	padding-left: 10px;
	color: #007539;
	background: url('./../img/frontend/ico_item_green.png') 0 center no-repeat;
}
#articles_wide #events li .link_event:hover {
	color: #000;
}
#articles_wide #event ul.docs {
	background: none;
	border: 0 none;
	margin: 15px 0;
	padding: 0;
}
#content #articles_wide #event ul.docs li {
	list-style: none;
	background: url('./../img/frontend/ico_item_black.png') 0 center no-repeat;
	margin: 10px 0;	
}
/* end: events */
/* questions */
#articles_wide #question {
	background: #f3f8ff url('./../img/frontend/q_bg.png') right 0 no-repeat scroll;
	border: 3px solid #e3ecf8;
	margin: 10px 0 20px 0;
}
#articles_wide #question fieldset {
	border: 0 none;
}
#articles_wide #question fieldset legend {
	display: none;
}
#articles_wide #question fieldset table {
	width: auto;
	margin: 15px auto;
}
#articles_wide #question table td, 
#articles_wide #question table th {
	background: none;
	border: 0 none;
	padding: 3px;
	vertical-align: top;
}
#articles_wide #question table th {
	text-align: right;
}
#articles_wide #question table th label {
	display: block;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}
#articles_wide #question table td input, 
#articles_wide #question table td textarea {
	border: 1px solid #000;
}
#articles_wide #question table td .input_text {
	width: 220px;
	height: 20px;
}
#articles_wide #question table td .textarea {
	width: 420px;
	height: 100px;
}
#articles_wide #question table td .input_submit {
	width: 80px;
	height: 20px;
	background-color: #ec9c1f;
	border: 1px solid #ba7407;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase; 
	font-size: 0.9em;
}
#articles_wide .text_holder .questions {
	background: none;
	border: 0 none;
	width: 755px;
	margin: 0 auto;
	padding: 0;
}
#articles_wide .text_holder .questions li {
	background: none;
	border-top: 2px solid #ebf1fe;
	padding: 0;
}
#articles_wide .text_holder .questions li.first {
	border-top: 0 none;
}
#articles_wide .text_holder .questions li div {
	padding: 15px 20px;
}
#articles_wide .text_holder .questions li div.a {
	background: #f3f8ff;
	border: 3px solid #e6eef9;
	margin-top: -15px;
}
#articles_wide .text_holder .questions li div ins {
	text-decoration: none;
	color: #4997f7;
	font-weight: normal;
	font-size: 0.9em;
}
#articles_wide .text_holder .questions li div p {
	margin: 10px 0;
}
#articles_wide .text_holder .questions li div.a h3 {
	color: #0865d6;
	margin-bottom: 5px;
}
#articles_wide .text_holder .questions li div h3 ins {
	margin-left: 5px;
	font-size: 0.8em;
}
#articles_wide .text_holder .questions li div .d {
	background: url('./../img/frontend/ico_item_brown.png') 0 center no-repeat scroll;
	padding-left: 10px;
	color: #a36300;
	font-size: 0.9em;
	text-transform: uppercase;
	display: block;
	float: right;
	margin: -10px 0 0 0;
}
#articles_wide .text_holder .questions .answer_form {
	background: none;
}
#articles_wide .text_holder .questions .answer_form fieldset {
	border: 0 none;
}
#articles_wide .text_holder .questions .answer_form fieldset legend {
	display: none;
}
#articles_wide .text_holder .questions .answer_form fieldset table {
	width: auto;
	margin: 15px auto;
}
#articles_wide .text_holder .questions .answer_form table td, 
#articles_wide .text_holder .questions .answer_form table th {
	background: none;
	border: 0 none;
	padding: 3px;
	vertical-align: top;
}
#articles_wide .text_holder .questions .answer_form table th {
	text-align: right;
}
#articles_wide .text_holder .questions .answer_form table th label {
	display: block;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}
#articles_wide .text_holder .questions .answer_form table td input, 
#articles_wide .text_holder .questions .answer_form table td textarea {
	border: 1px solid #000;
}
#articles_wide .text_holder .questions .answer_form table td .input_text {
	width: 220px;
	height: 20px;
}
#articles_wide .text_holder .questions .answer_form table td .textarea {
	width: 420px;
	height: 100px;
}
#articles_wide .text_holder .questions .answer_form table td .input_submit {
	width: 80px;
	height: 20px;
	background-color: #ec9c1f;
	border: 1px solid #ba7407;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase; 
	font-size: 0.9em;
}
#articles_wide .qa_heading {
	margin-top: 30px;
}
/* end: questions */
/* cinema */
#articles_wide #cinema {
	background: none;
	border: 0 none;
	width: 755px;
	margin: 0 auto;
	padding: 0;
}
#articles_wide #cinema li {
	padding: 0;
	position: relative;
	margin: 10px 0;
}
#articles_wide #cinema li.g {
	background: #effbec url('./../img/frontend/cb_g_bg.png') 0 0 repeat-y scroll;
	border: 3px solid #e5f9e1;
}
#articles_wide #cinema li.y {
	background: #fffbda url('./../img/frontend/cb_y_bg.png') 0 0 repeat-y scroll;
	border: 3px solid #fff5d0;
}
#articles_wide #cinema li .termin, 
#articles_wide #cinema li .info {
	float: left;
	margin: 25px 25px 15px 25px;
}
#articles_wide #cinema li .termin {
	width: 165px;
	font-family: Arial;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
}
#articles_wide #cinema li .info {
	width: 480px;
}
#articles_wide #cinema li .info h2 {
	color: #007539;
	border: 0 none;
	font-size: 2.5em;
	margin: -10px 0 0 0;
	padding: 0;
	width: 340px;
}
#articles_wide #cinema li .info p {
	margin: 10px 0;
}
#articles_wide #cinema li .info .price {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #007539;
	line-height: 1.3em;
	text-align: right;
}
/* end: cinema */
/* end: content */

/* footer */
#footer {
	background: #00a551 url('./../img/frontend/f_bg.png') 0 0 repeat-x;
	border: 2px solid #e0e0e0;
	height: 6.5em;
	overflow: auto;
}
#footer .ul_holder {
	position: relative;
	float: right;
	left: -50%;
}
#footer ul {
	height: 0.95m;
	line-height: 0.95em;
	margin: 1.5em auto;
	position: relative;
	left: 50%;
}
#footer ul li {
	position: relative;
	float: left;
	font-size: 0.95em;
	border-left: 1px #57c48c solid;
	color: #fff;
}
#footer ul li.first {
	border: 0 none;
}
#footer ul li a {
	font-size: 0.95em;
	display: block;
	text-transform: uppercase;
	color: #fff;
	margin: auto 10px;
}
#footer ul li a:hover {
	color: #ffde6a;
}
#footer ul li span {
	display: block;
	margin: auto 10px;
}
/* end: footer */

/* post footer */
#post_footer {
	height: 3em;
	line-height: 3em;
	position: relative;
	float: right;
	left: -50%;
}
#post_footer ul {
	height: 0.95m;
	line-height: 0.95em;
	margin: 1em auto;
	position: relative;
	left: 50%;
}
#post_footer ul li {
	position: relative;
	float: left;
	font-size: 0.95em;
	border-left: 1px #000 solid;
}
#post_footer ul li.first {
	border: 0 none;
}
#post_footer ul li a {
	font-size: 0.95em;
	display: block;
	margin: auto 10px;
}
/* end: post footer */

#accessability {
	position: absolute;
	top: -5000px;
	left: -5000px;
	z-index: 1;
}


#articles_perex {
	background-color: #f1fbf6;
	line-height: 1.4em;
	margin: 20px 0;
	padding: 5px 20px;
}
#articles_perex.yellow {
	background-color: #fffae4;
}