/*
#777777 seda
#e4e4e4 seda - box
#777777 zelena
#e4e4e4 zelena - box
#9ab484 zelena - linka
#ff0000 cervena
*/

/* BASIC */

body
{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;

	margin: 0px;
	padding: 0px;

	color: #777777;

	text-align: center;
}

.editor { background-color: #FFFFFF; }

form
{
   margin: 0px;
}

select { background-color: #777777; color: #FFFFFF; }
h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
	color: #777777;
	padding: 0px;
	margin: 15px 0px 5px 0px;
}

h1{ font-size: 15px; text-transform: uppercase; }
h2{ font-size: 13px; }
h3{ font-size: 12px; }
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: #777777; }
a:hover { color: #777777; }
a img { border: none; } /* , a:link img */
img.border { border: 1px solid #f4b600; }

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 #777777;
	border-collapse: collapse;
}

table.standard th { font-weight: bold; }
table.standard th,
table.standard td { border-collapse: collapse; border: 1px solid #777777; }

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 #777777;
	font-family: arial;
	width: 250px;
	height: 50px;
}
input.text
{
	border: 1px solid #777777;
	font-family: arial;
}
input.submit
{
   border: 1px solid #777777;
   background-color: #777777;
   color: white;
	font-family: arial;
	
	font-size: 12px;
}
.star { color: #ff0000; }

/* WEB */

.main
{
   position: relative;

	width: 1000px;
	margin-left: auto;
	margin-right: auto;
 	text-align: left;

 	overflow: hidden;
}
.col-top { display: none; }
.col-left { display: none; }
.col-right { display: none; }
.header-left { display: none; }
.header-right { display: none; }

.col-middle
{
   position: relative;
   width: 544px;
	overflow: hidden;

	margin: 17px 15px 0px 15px;
}

.col-bottom
{
   position: relative;

	height: 30px;
	overflow: hidden;
}

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;
}

.bottom-line
{
   position: absolute;
   bottom: 0px;
}

.box { position: relative; padding: 10px 20px 10px 15px; }
.box.box-green { background-color: #e4e4e4; }
.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 h1,
.box h2,
.box h3,
.box h4,
.box h5,
.box h6 { margin-top: 0px; }

.box-label
{
   background-color: #777777;
   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: #777777; }

.box-newsletter td { line-height: 20px; }
.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: #e4e4e4;
   text-decoration: none;
   height: 20px;
   color: #777777;
}
a.programme-item.two { background-color: #FFFFFF; }
a.programme-item:hover
{
	background-color: #777777;
	color: #FFFFFF;
}
a.programme-item span
{
   position: absolute;
   top: 3px;
   cursor: pointer;
}
a.programme-item span.status { left: 12px; font-size: 20px; color: #ff0000; }
a.programme-item span.hour { left: 30px; }
a.programme-item span.name { left: 80px; }
a.programme-item span.archive { left: 470px; }

a.form-null
{
   font-weight: bold;
   text-decoration: none;
   color: #ff0000;
   font-size: 16px;
}

.captcha{
	width: 350px;
}
img.captcha-image{
	float: left;
	margin-right: 10px;
	border: 1px solid #777777;
}
span.captcha-help{
	font-size: 10px;
	display: block;

	margin: 0px;
}
input.captcha-number{
	font-family: arial;
	font-size: 100%;
	font-weight: bold;
	color: #ff0000;
	width: 89px;
	background-color: #ffffff;
	border: 1px solid #777777;

	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: #777777;

   opacity: 0;
   filter: alpha(opacity=0);
   -moz-opacity: 0;

   cursor: pointer;
   
   overflow: hidden;
}

a.home-top-link span.label
{
   position: absolute;
   bottom: 0px;
   left: 0px;

   display: block;
   line-height: 25px;
   width: 100%;
   background-color: #777777;
   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;
}

/* 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: #777777; }
.bg-gray2 { background-color: #e4e4e4; }
.bg-green { background-color: #777777; }
.bg-green2 { background-color: #e4e4e4; }
.bg-green3 { background-color: #9ab484; }
.bg-white { background-color: #ffffff; }
.bgin { background-image: url(); }


.fc-gray { color: #777777; }
.fc-gray2 { color: #e4e4e4; }
.fc-green { color: #777777; }
.fc-green2 { color: #e4e4e4; }
.fc-green3 { color: #9ab484; }
.fc-white { color: #ffffff; }
.fc-black { color: #000000; }
.fc-red { color: #ff0000; }

.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; }

.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%; }

.b-green { border: 1px solid #777777; }
.b-gray { border: 1px solid #777777; }
.b-red { border: 1px solid #ff0000; }