/*
#555555 seda
#e4e4e4 seda - box
#317005 zelena
#d6e2cc zelena - box
#9ab484 zelena - linka
#CC0000 cervena
*/

/* BASIC */

body
{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;

	margin: 0px;
	padding: 0px;

	color: #555555;

	text-align: center;
}

.editor { background-color: #FFFFFF; }

form
{
   margin: 0px;
}

select { background-color: #317005; color: #FFFFFF; }
h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
	color: #317005;
	padding: 0px;
	margin: 15px 0px 5px 0px;
}

h1{ font-size: 15px; text-transform: uppercase; color: #CC0000; }
h2{ font-size: 13px; color: #CC0000; }
h3{ font-size: 12px; color: #CC0000; }
h4{ font-size: 12px; }
h5{ font-size: 12px; }
h6{ font-size: 12px; }

p
{
	margin: 5px;
	margin-left: 0px;
	margin-right: 0px;

	line-height: 18px;
}

hr
{
	color: #9ab484;
	height: 1px;
	border: none;
	background-color: #9ab484;
}

a { color: #317005; }
a:hover { color: #317005; }
a img { border: none; } /* , a:link img */

table { font-size: 100%; }

a.li
{
   background-image: url(li-green.gif);
   background-repeat: no-repeat;
   background-position: 0px 2px;
   padding-left: 17px;
}
a.li:hover { background-image: url(li-red.gif); }

/* tabulky z editoru */
table.standard
{
	border: 1px solid #555555;
	border-collapse: collapse;
}

table.standard th { font-weight: bold; }
table.standard th,
table.standard td { border-collapse: collapse; border: 1px solid #555555; }

table.colored
{
	border: 1px solid #9ab484;
	border-collapse: collapse;
}

table.colored th { font-weight: bold; }
table.colored th,
table.colored td { border-collapse: collapse; border: 1px solid #9ab484; }

table.standard th,
table.standard td,
table.colored th,
table.colored td{
	padding: 5px;
}

/* html>body table { margin-left: 1px; } */

/* FORM */
textarea
{
	border: 1px solid #317005;
	font-family: arial;
	width: 250px;
	height: 50px;
	font-size: 100%;
}
input.text
{
	border: 1px solid #317005;
	font-family: arial;
}
input.submit
{
   border: 1px solid #317005;
   background-color: #317005;
   color: white;
	font-family: arial;
	
	font-size: 12px;
}
.star { color: #CC0000; }

/* WEB */

.main
{
   position: relative;

	width: 1000px;
	margin-left: auto;
	margin-right: auto;
 	text-align: left;

 	overflow: hidden;
}
.col-top
{
   position: relative;

	height: 192px;
	overflow: hidden;
}

.col-left
{
   position: relative;
   top: -3px;
   width: 206px;
	overflow: hidden;
}

.col-right
{
   position: relative;
   top: -3px;
   width: 220px;
	overflow: hidden;
}

.col-middle
{
   position: relative;
   width: 544px;
	overflow: hidden;

	margin: 17px 15px 0px 15px;
}

.col-bottom
{
   position: relative;

	height: 30px;
	overflow: hidden;
}

.header-left
{
	position: absolute;
	top: 0px;
	left: 15px;
	width: 186px;
	height: 114px;
	background-image: url(header-left.gif);
	background-repeat: no-repeat;
}

.header-right
{
	position: absolute;
	top: 34px;
	left: 800px;
	width: 190px;
	height: 100px;
	background-image: url(header-right.gif);
	background-repeat: no-repeat;
}

a.link-home
{
   position: absolute;
   left: 15px;
   top: 70px;
   display: block;
   height: 45px;
   width: 395px;
}
a.link-home span { display: none; }

span.doc-title
{
	position: absolute;
	top: 87px;
	left: 220px;
}

.top-info
{
   position: absolute;
   left: 0px;
   bottom: 29px;
   width: 100%;
}

.home .col-top { height: 152px; }
.home .header-left { background-image: url(home-header-left.gif); top: 0px; width: 192px; }
.home .header-right { background-image: url(home-header-right.gif); top: 26px; width: 202px; }
.home a.link-home { top: 55px; }
.home span.doc-title { top: 70px; }
.home .top-info { bottom: 10px; }

.bottom-line
{
   position: absolute;
   bottom: 0px;
}

.top-menu
{
   background-image: url(note-white.gif);
   background-repeat: no-repeat;
   background-position: right center;
}

.top-menu a
{
   text-decoration: none;
}

ul.menu
{
   width: 100%;
   list-style-type: none;
   padding: 0px;
   margin: 0px;
   font-weight: bold;
}

ul.menu li { border-bottom: 1px solid white; }
ul.menu a,
ul.menu a:hover
{
   display: block;
   padding-left: 15px;
   line-height: 22px;
   width: 100%;
   text-decoration: none;
   background-color: #317005;
   color: white;
}
ul.menu a:hover
{
   background-color: #ffffff;
   color: #317005;
}

ul.submenu
{
   width: 100%;
   list-style-type: none;
   padding: 0px;
   margin: 0px;
   font-weight: bold;
}
ul.submenu li { border-bottom: 1px solid white; }
ul.submenu span,
ul.submenu a,
ul.submenu a:hover
{
   display: block;
   padding-left: 15px;
   line-height: 22px;
   width: 100%;
   text-decoration: none;
   background-color: #317005;
   color: white;
}
ul.submenu a
{
   background-color: #e4e4e4;
   color: #555555;
}
ul.submenu a:hover
{
   background-color: #ffffff;
   color: #317005;
}
ul.submenu a.active { color: #317005; }
ul.submenu a.level-2,
ul.submenu a.level-3,
ul.submenu a.level-4 { color: #317005; font-weight: normal; }

ul.submenu a.level-2,
ul.submenu a.level-2:hover { padding-left: 30px; }
ul.submenu a.level-3,
ul.submenu a.level-3:hover { padding-left: 45px; }
ul.submenu a.level-4,
ul.submenu a.level-4:hover { padding-left: 60px; }

ul.submenu a.active,
ul.submenu a.active:hover
{
	color: #CC0000;
}
ul.menu a.active
{
   background-color: #E4E4E4;
	color: #555555;
}

.box { position: relative; padding: 10px 20px 10px 15px; }
.box.box-green { background-color: #d6e2cc; }
.box.box-gray { background-color: #e4e4e4; }
.box.box-white { border: 1px solid #9ab484; }
.box table { width: 99%; }
.box ul.message { margin: 0px 0px 0px 15px; }
.box img.aimg {position: relative;}

.box h1,
.box h2,
.box h3,
.box h4,
.box h5,
.box h6 { margin-top: 0px; }

.box-label
{
   background-color: #317005;
   background-image: url(note-green.gif);
   background-repeat: no-repeat;
   background-position: right 4px;
	color: #ffffff;
	line-height: 22px;
	font-weight: bold;
	padding: 0px 20px 0px 15px;
}
.box-label a,
.box-label a:hover { color: white; text-decoration: none; }
.box-label.bg-green2 a,
.box-label.bg-green2 a:hover { color: #555555; }

.box-newsletter td { line-height: 20px; }
.box .box-newsletter table { width: 100%; }
.col-middle .box-newsletter table { width: 250px; }

.box-search
{
   position: relative;
   height: 20px;
}
.box-search input.text
{
   position: absolute;
   top: 0px;
	height: 16px;
}
.box-search input.submit
{
   position: absolute;
   top: 0px;
   left: 102px;
	height: 20px;
	width: 80px;
}
a.programme-item
{
   position: relative;
   display: block;
   background-color: #D6E2CC;
   text-decoration: none;
   height: 20px;
   color: #555555;
}
a.programme-item.two { background-color: #FFFFFF; }
a.programme-item:hover
{
	background-color: #317005;
	color: #FFFFFF;
}
a.programme-item span
{
   position: absolute;
   top: 3px;
   cursor: pointer;
}
a.programme-item span.status { left: 12px; font-size: 20px; color: #CC0000; }
a.programme-item span.hour { left: 30px; }
a.programme-item span.name { left: 80px; }
a.programme-item span.archive { display: block; width: 20px; height: 16px; top: 3px; left: 520px; }

a.programme-item.archive span.archive { background-image: url(note-green2.jpg); }
a.programme-item.archive.two span.archive { background-image: url(note-white.gif); }
a.programme-item.archive:hover span.archive { background-image: url(note-green.gif); }

table.calendar
{
   border: 1px solid #9ab484;
   border-collapse: collapse;
   width: 99%;
}
table.calendar th,
table.calendar td
{
   padding: 5px;
   border: 1px solid #9ab484;
   border-collapse: collapse;
   text-align: center;
}
table.calendar th { background-color: #317005; color: #FFFFFF; }
table.calendar td.now { background-color: #317005; }
table.calendar td.now span { color: #FFFFFF; }
table.calendar td.now a,
table.calendar td.now a:hover { color: #FFFFFF; }
select.calendar-type { width: 217px; }
select.calendar-month { width: 150px; }
select.calendar-year { width: 65px; }

a.form-null
{
   font-weight: bold;
   text-decoration: none;
   color: #CC0000;
   font-size: 16px;
}

.captcha{
	width: 350px;
}
img.captcha-image{
	float: left;
	margin-right: 10px;
	border: 1px solid #317005;
}
span.captcha-help{
	font-size: 10px;
	display: block;

	margin: 0px;
}
input.captcha-number{
	font-family: arial;
	font-size: 100%;
	font-weight: bold;
	color: #CC0000;
	width: 89px;
	background-color: #ffffff;
	border: 1px solid #317005;

	margin: 0px;
}

ul.message
{
   margin: 0px 0px 5px 20px;
}

a.home-top-link
{
   float: left;

   position: relative;
   display: block;
   height: 105px;
   width: 170px;
   
   margin-bottom: 15px;
   
   text-decoration: none;
   
   overflow: hidden;
}

a.home-top-link.middle
{
   margin-left: 16px;
   margin-right: 16px;
}

a.home-top-link span.line
{
   position: absolute;
   top: 7px;
   left: 0px;

   display: block;
   height: 5px;
   width: 100%;
   background-color: #317005;

   opacity: 0;
   filter: alpha(opacity=0);
   -moz-opacity: 0;

   cursor: pointer;
   
   overflow: hidden;
}

a.home-top-link span.label
{
   position: absolute;
   top: 80px;
   left: 0px;

   display: block;
   line-height: 25px;
   width: 100%;
   background-color: #317005;
   color: #FFFFFF;
   text-align: center;
   text-transform: uppercase;
   letter-spacing: 1px;
   font-weight: bold;
   
   opacity: 0.7;
   filter: alpha(opacity=70);
   -moz-opacity: 0.7;
   
   cursor: pointer;
}
a.home-top-link:hover span
{
   opacity: 1;
   filter: alpha(opacity=100);
   -moz-opacity: 1;
}
img.page-picture
{
   position: absolute;
   top: 40px;
   left: 546px;
}
.page-picture-line-top
{
   position: absolute;
   top: 43px;
   left: 546px;
	width: 235px;
	height: 5px;
	background-color: #E4E4E4;
	
	overflow: hidden;

   opacity: 0.7;
   filter: alpha(opacity=70);
   -moz-opacity: 0.7;
}
.page-picture-line-bottom
{
   position: absolute;
   top: 143px;
   left: 546px;
	width: 235px;
	height: 20px;
	background-color: #D6E2CC;

	overflow: hidden;

   opacity: 0.7;
   filter: alpha(opacity=70);
   -moz-opacity: 0.7;
}
table.anketa { width: 99%; }

img.event-image
{
	border: 1px solid #E4E4E4;
}
/* COMMON */
.cl
{
   clear: both;
   width: 100%;
   line-height: 0px;
   height: 0px;
   font-size: 0px;
   overflow: hidden;
   margin: 0px;
}
.h1 { height: 1px !important; }
.h2 { height: 2px !important; }
.h3 { height: 3px !important; }
.h5 { height: 5px !important; }
.h10 { height: 10px !important; }
.h15 { height: 15px !important; }
.h20 { height: 20px !important; }
.h25 { height: 25px !important; }
.h30 { height: 30px !important; }
.h50 { height: 50px !important; }
.h100 { height: 100px !important; }

.p5 { padding: 5px; }
.pt5 { padding-top: 5px; }
.pr5 { padding-right: 5px; }
.pb5 { padding-bottom: 5px; }
.pl5 { padding-left: 5px; }

.p10 { padding: 10px; }
.pt10 { padding-top: 10px; }
.pr10 { padding-right: 10px; }
.pb10 { padding-bottom: 10px; }
.pl10 { padding-left: 10px; }

.p15 { padding: 15px; }
.pt15 { padding-top: 15px; }
.pr15 { padding-right: 15px; }
.pb15 { padding-bottom: 15px; }
.pl15 { padding-left: 15px; }

.p20 { padding: 20px; }
.pt20 { padding-top: 20px; }
.pr20 { padding-right: 20px; }
.pb20 { padding-bottom: 20px; }
.pl20 { padding-left: 20px; }

.p25 { padding: 25px; }
.pt25 { padding-top: 25px; }
.pr25 { padding-right: 25px; }
.pb25 { padding-bottom: 25px; }
.pl25 { padding-left: 25px; }

.p30 { padding: 30px; }
.pt30 { padding-top: 30px; }
.pr30 { padding-right: 30px; }
.pb30 { padding-bottom: 30px; }
.pl30 { padding-left: 30px; }

.pl45 { padding-left: 45px; }

.pn { padding: 0px !important; }

.b { font-weight: bold; }
.i { font-style: italic; }
.u { text-decoration: underline; }

.tal { text-align: left; }
.tac { text-align: center; }
.tar { text-align: right; }

.fl { float: left; }
.fr { float: right; }

.bg-gray { background-color: #555555; }
.bg-gray2 { background-color: #e4e4e4; }
.bg-green { background-color: #317005; }
.bg-green2 { background-color: #d6e2cc; }
.bg-green3 { background-color: #9ab484; }
.bg-white { background-color: #ffffff; }
.bgin { background-image: url(); }


.fc-gray { color: #555555; }
.fc-gray2 { color: #e4e4e4; }
.fc-green { color: #317005; }
.fc-green2 { color: #d6e2cc; }
.fc-green3 { color: #9ab484; }
.fc-white { color: #ffffff; }
.fc-black { color: #000000; }
.fc-red { color: #CC0000; }

.lh10 { line-height: 10px; }
.lh13 { line-height: 13px; }
.lh15 { line-height: 15px; }
.lh20 { line-height: 20px; }
.lh25 { line-height: 25px; }
.lh30 { line-height: 30px; }

.ls1 { letter-spacing: 1px; }
.ls2 { letter-spacing: 2px; }

.fs9 { font-size: 9px; }
.fs10 { font-size: 10px; }
.fs11 { font-size: 11px; }
.fs12 { font-size: 12px; }
.fs15 { font-size: 15px; }
.fs16 { font-size: 16px; }
.fs18 { font-size: 18px; }

.ttu { text-transform: uppercase; }
.ttl { text-transform: lowercase; }

.w10 { width: 10px; }
.w15 { width: 15px; }
.w20 { width: 20px; }
.w25 { width: 25px; }
.w30 { width: 30px; }
.w40 { width: 40px; }
.w50 { width: 50px; }
.w90 { width: 90px; }
.w100 { width: 100px; }
.w100p { width: 100%; }

.border,
.b-green { border: 1px solid #317005; }
.b-gray { border: 1px solid #555555; }
.b-red { border: 1px solid #CC0000; }

.now-img { position: relative; z-index: 1; }

/* Box_live */

.box_live {
	background: url(/res/boxik_live/pozadi.gif) right bottom no-repeat;
	margin:0 -15px 0 -15px; padding:0;
}
.box_live a.h128 {
	display:block;
	line-height:31px;
	padding: 0 0 0 100px;
	margin:0;
	background:url(/res/boxik_live/proglas_128.gif) left no-repeat;
	font-size:24px;
}
.box_live a.h128:hover {
	background:url(/res/boxik_live/proglas_128_hover.gif) left no-repeat;
	background-position: 5px;
}
.box_live a.h96 {
	display:block;
	line-height:26px;
	padding: 0 0 0 100px;
	margin: 6px 0 0 0;
	background:url(/res/boxik_live/proglas_96.gif) left no-repeat;
	font-size:20px;
}
.box_live a.h96:hover {
	background:url(/res/boxik_live/proglas_96_hover.gif) left no-repeat;
	background-position: 5px;
}
.box_live a.h64 {
	display:block;
	line-height:21px;
	padding: 0 0 0 100px;
	margin: 6px 0 0 0;
	background:url(/res/boxik_live/proglas_64.gif) left no-repeat;
	font-size:16px;
}
.box_live a.h64:hover {
	background:url(/res/boxik_live/proglas_64_hover.gif) left no-repeat;
	background-position: 5px;
}
.box_live a.h20 {
	display:block;
	line-height:17px;
	padding: 0 0 0 100px;
	margin: 6px 0 0 0;
	background:url(/res/boxik_live/proglas_20.gif) left no-repeat;
	font-size:12px;
}
.box_live a.h20:hover {
	background:url(/res/boxik_live/proglas_20_hover.gif) left no-repeat;
	background-position: 5px;
}
.box_live a:link, .box_live a:visited, .box_live a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#337000;
}
.box_live a:hover {
	color:#bc0811;
}

a.year
{
	display: block;
	float: left;
	
	padding: 3px;
	margin: 0px 5px 5px 0px;

	background-color: #317005;
	color: white;
	font-weight: bold;
	font-size: 14px;
}
a.news-filter-active
{
	text-decoration: none;
	background-color: #CC0000;
}
.month {clear: left;}

/* end of Box_live */

.program
{

}
.program h2
{
   background-color:#317005;
   color:#FFFFFF;
   font-weight:bold;
   line-height:22px;
   padding:5px 20px 5px 15px;
   margin: 25px 0 0 0;
}
.program h3
{
   background-color:#D6E2CC;
   color:#555555;
   font-weight:bold;
   line-height:22px;
   padding:0 20px 0 15px;
   margin: 0;
}
.program ul
{
   list-style: none;
   padding: 10px 10px 10px 15px;
   margin: 0;
   border: 1px solid #D6E2CC;
}
.program ul li
{

}
.program
{

}
.program
{

}
.program
{

}
.program
{

}
.program
{

}
.program
{

}