/* CSS Document */
body {
	margin: 0 0 15px 0;
	padding: 0;
	background-image: url('../images/pozadi.png');
	background-repeat: repeat-x;
	background-color: #eddfbd;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
  }

/*************************************** leve menu */
ul#mainlevelmodry a,
ul#mainlevelzluty a, 
ul#mainlevelzeleny a,
ul#mainlevelcerveny a,
ul#mainlevelprmodry a,
ul#mainlevelprzluty a,
ul#mainlevelprzeleny a,
ul#mainlevelprcerveny a {
  padding-left: 5px;
  margin-right: 5px;
    text-decoration: none;
    font-weight: bold;
}

/* ------ modre - MUSI BYT ZDE 2007-12-19 */
a.mainlevel_activemodry,
a.mainlevel_currentmodry,
a.sublevel_currentmodry,
a.sublevel_activemodry {
	border-bottom: 1px solid #49acdd;
	border-left: 2px solid #49acdd;
  }
a.mainlevelmodry,
a.sublevelmodry {
	border-bottom: 1px solid #E5F4F8;
	border-left: 2px solid #E5F4F8;
  }  
ul#mainlevelmodry a {
	color: #49acdd;
  }
ul#mainlevelmodry li a:hover {
	background-color: #49acdd;
	margin-right: 5px;
	color: white;
  }

/* ------ zelene - MUSI BYT ZDE 2007-12-19*/
a.mainlevel_activezeleny,
a.mainlevel_currentzeleny,
a.sublevel_currentzeleny,
a.sublevel_activezeleny {
	border-bottom: 1px solid #abdc7d;
	border-left: 2px solid #abdc7d;
  }
a.mainlevelzeleny,
a.sublevelzeleny {
	border-bottom: 1px solid #edf4de;
	border-left: 2px solid #edf4de;
  }  
ul#mainlevelzeleny a {
	color: #89b65f;
  }
ul#mainlevelzeleny li a:hover {
	background-color: #abdc7d;
	margin-right: 5px;
	color: white;
  }


a#active_menumodry,
a#active_menuzluty,
a#active_menuzeleny,
a#active_menucerveny {
	font-weight: bold;	
  }

/*
*
* STANDARDNI PRVKY
*
*/
a {
    text-decoration: underline;
	color: #007cc3;
}

a:hover {
    text-decoration: none;

}






/* ------ zluta */
a.mainlevel_activezluty,
a.mainlevel_currentzluty,
a.sublevel_currentzluty,
a.sublevel_activezluty {
	border-bottom: 1px solid #f0d45f;
	border-left: 2px solid #f0d45f;
  }
a.mainlevelzluty,
a.sublevelzluty {
	border-bottom: 1px solid #f8f8d9;
	border-left: 2px solid #f8f8d9;
  }  
ul#mainlevelzluty a {
	color: #f0d45f;
  }
ul#mainlevelzluty li a:hover {
	background-color: #f0d45f;
	margin-right: 5px;
	color: white;
  }



/* ------ cervena */
a.mainlevel_activecerveny,
a.mainlevel_currentcerveny,
a.sublevel_currentcerveny,
a.sublevel_activecerveny {
	border-bottom: 1px solid #f47f36;
	border-left: 2px solid #f47f36;
  }
a.mainlevelcerveny,
a.sublevelcerveny {
	border-bottom: 1px solid #f7dfd1;
	border-left: 2px solid #f7dfd1;
  }  
ul#mainlevelcerveny a {
	color: #f47f36;
  }
ul#mainlevelcerveny li a:hover {
	background-color: #f47f36;
	margin-right: 5px;
	color: white;
  }


/* ramecky */
div.moduletablemodry {
	background-image: url('../images/menu_modra.png');
	background-repeat: no-repeat;
	padding-top: 19px;
	margin-top: 5px;
  }
div.moduletablezeleny {
	background-image: url('../images/menu_zelena.png');
	background-repeat: no-repeat;
	padding-top: 19px;
	margin-top: 5px;
  }
div.moduletablezluty {
	background-image: url('../images/menu_zluta.png');
	background-repeat: no-repeat;
	padding-top: 19px;
	margin-top: 5px;
  }
div.moduletablecerveny {
	background-image: url('../images/menu_cervena.png');
	background-repeat: no-repeat;
	padding-top: 19px;
	margin-top: 5px;
  }
ul#mainlevelmodry {
	background-color: #E5F4F8;
	margin: 0;
	padding-left: 5px;
	list-style-type: none;
	background-image: url('../images/menu_modra_dole.png');
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 13px;
    width: 177px;
  }
ul#mainlevelzeleny {
	background-color: #EDF4DE;
	margin: 0;
	padding-left: 5px;
	list-style-type: none;
	background-image: url('../images/menu_zelena_dole.png');
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 13px;
    width: 177px;
  }
ul#mainlevelzluty {
	background-color: #F8F8D9;
	margin: 0;
	padding-left: 5px;
	list-style-type: none;
	background-image: url('../images/menu_zluta_dole.png');
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 13px;
    width: 177px;
  }
ul#mainlevelcerveny {
	background-color: #F7DFD1;
	margin: 0;
	padding-left: 5px;
	list-style-type: none;
	background-image: url('../images/menu_cervena_dole.png');
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 13px;
    width: 177px;
  }

/* end of leve menu */


/*************************************** prave menu */
div.moduletableprmodry {
	background-image: url('../images/menu_pravy_modra.png');
	background-repeat: no-repeat;
	padding-top: 14px;
	margin-top: 5px;
  }
div.moduletableprcerveny {
	background-image: url('../images/menu_pravy_cervena.png');
	background-repeat: no-repeat;
	padding-top: 14px;
	margin-top: 5px;
  }
ul#mainlevelprmodry {
	background-color: #E5F4F8;
	margin: 0;
	padding-left: 10px;
	list-style-type: none;
	background-image: url('../images/menu_pravy_modra_dole.png');
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 14px;
  }
ul#mainlevelprcerveny {
	background-color: #F7DFD1;
	margin: 0;
	padding-left: 10px;
	list-style-type: none;
	background-image: url('../images/menu_pravy_cervena_dole.png');
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 14px;
  }
ul#mainlevelprmodry a {
	color: #49acdd;
	text-decoration: none;
  }
ul#mainlevelprcerveny a {
	color: #f47f36;
	text-decoration: none;
  }

/* ************** Mongol 2007-10-15 ************** */
#pravemenu a {
	display: block;
	padding: 1px 1px 1px 7px;
	margin-right: 5px;
  }
/* ------ cervena */
a#active_menuprcerveny {
	border-bottom: 1px solid #f47f36;
	border-left: 2px solid #f47f36;
	font-weight: bold;
	padding-left: 5px;  /* o dve mene jak normalni a - kvuli 2px border */
	padding-bottom: 0px;
  }
ul#mainlevelprcerveny li a:hover {
	background-color: #f47f36;
	margin-right: 5px;
	color: white;
  }

/* ------ modra */
a#active_menuprmodry {
	border-bottom: 1px solid #49acdd;
	border-left: 2px solid #49acdd;
	font-weight: bold;
	padding-left: 5px;  /* o dve mene jak normalni a - kvuli 2px border */
  padding-bottom: 0px;
  }
ul#mainlevelprmodry li a:hover {
	background-color: #49acdd;
	margin-right: 5px;
	color: white;
  }
  
/* ************** end of Mongol 2007-10-15 ************** */

/* ** Mongol 2018-02-02 *** konverze swf do gifu */
#mapka {
    width: 200px;
    height: 120px;
    overflow: no-display;
    background-image: url('/templates/jezerany/flash/mapka1.gif');
}
#mapka:hover {
    background-image: url('/templates/jezerany/flash/mapka.gif');
}

/* ** eof Mongol 2018-02-02 **/

/*
* anketa
*/
.moduletable_anketa {
	background-image: url('../images/menu_pravy_zluta.png');
	background-repeat: no-repeat;
	padding-top: 14px;
	margin-top: 5px;

}
.moduletable_anketa form {
    margin: 0px;
    padding: 0px;
}
.poll_anketa {
	background-image: url('../images/menu_pravy_zluta_dole.png');
	background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    background-color: #f8f8d9;
    text-align: left;
}
.poll_anketa table {
    margin-right: auto;
    margin-left: 20px;
}
.poll_anketa thead td {
    padding-left: 20px;
}
.poll_anketa .button {
    float: none;
    margin-bottom: 15px;
}
.pollstableborder_anketa {
    left: 0px;
    margin-left: 0px;
}

.ank_bun {
    text-align: left;
    padding: 2px 0px 0px 3px;
}
.pollstableborder td {
    padding: 2px;
}
.pollstableborder .sectiontableheader {
    padding: 5px 0px 10px 5px;
    text-align: left;
}
.polls_answer {
    padding-right: 5px !important;
}

/* end of prave menu */

  
td.buttonheading {
	display: none;
  }

#rsg2-thumbsList a {
	text-decoration: none;
  }
#rsg2-thumbsList a span {
	text-decoration: underline;
  }
#obsah ul {
	margin: 10px auto 10px 0;
	padding-left: 25px;
	list-style-type: disc;
  }
#obsah ol {
	margin: 10px auto 10px 0;
	padding-left: 30px;
  }


img {
	padding: 0;
	margin: 0;
	border: 0;
  }
.mapa {
	text-align: center;
	display: block;
	margin-top: 30px;
  }
div#celek {
	margin: 35px auto 0 auto;
	width: 995px;
  }
div#hlavicka {
	margin: 0;
	padding: 0;
  }
/* animace zahlavi */
div#hlavicka #flash_zahlavi {
	width: 995px; 
	height: 170px; 
	padding-top: 1px; 
	clear: both;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	/* background-image: url('/templates/jezerany/images/header/2014zima-A.jpg'); */
	animation: prolinacka 20s infinite;
    transition: background-image 1s ease-in-out;
}
@keyframes prolinacka {
	 0% {
		background-image: url('/templates/jezerany/images/header/2019-jaroA.jpg');
	}
	20% {
		background-image: url('/templates/jezerany/images/header/2019-jaroA.jpg');
	}
	25% {
		background-image: url('/templates/jezerany/images/header/2019-jaroB.jpg');
	}
	45% {
		background-image: url('/templates/jezerany/images/header/2019-jaroB.jpg');
	}
	50% {
		background-image: url('/templates/jezerany/images/header/2019-jaroC.jpg');
	}
	65% {
		background-image: url('/templates/jezerany/images/header/2019-jaroC.jpg');
	}
  75% {
		background-image: url('/templates/jezerany/images/header/2019-jaroD.jpg');
	}
	95% {
		background-image: url('/templates/jezerany/images/header/2019-jaroD.jpg');
	}
	100% {
		background-image: url('/templates/jezerany/images/header/2019-jaroA.jpg');
	}
}
/* eof animace zahlavi */
#zahlavi_overlay {
	background-color: #79b500;
	position: relative;
	top: 159px;
	height: 11px;
	opacity: 0.6;
}
.nadpis1 {
	color: #FFFFFF;
	line-height: 30px;
	font-size: 28px;
	float: left;
	display: block;
	margin-bottom: 10px;
  }
.nadpis1 a {
    color: #ffffff;
    text-decoration: none;
}
.nadpis2 {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 14px;
	margin-top: 16px;
	float: right;
	display: block;
  }
div#krk {
	background-color: #A7CE57;
	line-height: 24px;
	padding-left: 10px;
    padding-right: 10px;
    text-align: right;
  }
div#telo {
	background-color: #FFFFFF;
/*
	background-image: url('../images/paticka.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 82px;
	height: auto;
*/
    padding-bottom: 0px;
  }
div.gray img {
    transition: filter 0.7s ease;
    filter: grayscale(100%) opacity(50%);
}
div.gray:hover img {
    filter: none;
}


#pataimg {
    margin: 0px;
    padding: 0px;
}
#telot {
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}
#levemenu {
	width: 182px;
    padding: 0px;
    margin: 0px;
    vertical-align: top;
  }
#levemenu a {
	display: block;
	padding: 2px;
  }
  

#obsah {
  background-color: #fff;
  color: #000;
	width: 557px;
    margin: 0px;
    vertical-align: top;
	padding: 17px 20px 0 20px;
  }
#pravemenu {
	width: 216px;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
	padding-top: 12px;
  }
.cleaner {
	clear: both;
  }
div.jazyky {
	background-image: url('../images/vlajky_pozadi.gif');
	background-repeat: no-repeat;
    background-position: right;
    background-color: #EDEDED;
	width: 183px;
	height: 31px;
  }
span.vlajky {
	margin-left: 10px;
    margin-right: 5px;
	padding-top: 7px;
	display: block;
	height: 24px;
  }
span.vlajky a {
    display: inline !important;
}
span.vlajky img {
    margin-right: 6px;
    float: left;
}

#blindChanger {padding-right: 20px; color: #000; font-weight: bold; display: block; float: right; padding: 0px !important;}
#blindChanger span {display: block; float: left; margin-top: 2px; text-decoration: underline;}
#blindChanger:hover span {text-decoration: none;}
#blindChanger img {width: 16px; height: 16px; border: 1px solid #000; margin-left: 5px; float: right;}

ul ul {
	margin: 0;
	padding: 0 0 0 0px;
  }
ul ul li {
	list-style-type: none;
	/*list-style-image: url("../images/odrazka.gif");
*/
	padding-left: 10px;
  }
ul ul ul {
	margin: 0;
	padding: 0 0 0 0px;
  }
ul ul ul li {
	list-style-type: none;
	/*list-style-image: url("../images/odrazka.gif");
*/
	padding-left: 20px;
  }
/********************** Kalend��**********************/
.contentpaneopen {
	width: 100%;
  }
.com_events fieldset {
    border: none;
}
.com_events td.contentheading {
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 18px !important;
	color: #e64900;
    border-bottom: 1px solid #e64900;
	font-size: 1.6em;
	font-weight: bold;
  }
.com_events h1 {
    display: none;
}

.cal_table {
	border: 1px solid #000000;
  }
.cal_td_daysnames {
	border-bottom: 1px solid #000000;
	height: 25px ! important;
	line-height: 25px;
	color: black;
	background-color: #eed262;
	font-weight: bold;
	text-align: center !important;
  }
.cal_td_daysnames .sunday {
/*	color: red;*/
  }
.cal_td_daysnames .saturday {
/*	color: red;*/
  }
.cal_daysnames {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
  }
.cal_td_daysoutofmonth {
	/*background-color: #abdc7d;*/
    color: #ffffff;
  }
.cal_daysoutofmonth {
	font-family:  Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
    display: none;
  }
.cal_td_today {
	/*background-color: #abdc7d;*/
	background-color: #EDF4DE;
	background-color: #F8F8D9;
	padding: 0px !important;
  }
.cal_td_daysnoevents {
	/*background-color: #EDF4DE;*/
	background-color: #F8F8D9;
	padding: 0px !important;
  }
a.cal_daylink:link {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000 !important;
	text-decoration: none;
  }
a.cal_daylink:visited {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
  }
a.cal_daylink:hover {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
  }
a.cal_titlelink:link, a.cal_titlelink:visited, a.cal_titlelink:hover {
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	color: inherit!important;
	display: block;
  }
/**************************** List style**************************/
ul.ev_ul {
	list-style: none;
	padding: 0px;
	margin: 5px;
  }
ul.ev_ul li.ev_td_li {
	border-style: solid;
	border-width: 0 0 0 5px;
	margin-bottom: 1px;
	padding-left: 2px;
	background-image: none
  }
a.ev_link_cat:link {
	font-size: 12px;
	font-family: Verdana;
	color: Gray;
	text-decoration: none;
  }
a.ev_link_cat:visited {
	font-size: 12px;
	font-family: Verdana;
	color: Gray;
	text-decoration: none;
  }
a.ev_link_cat:hover {
	font-size: 12px;
	font-family: Verdana;
	color: Black;
  }
a.ev_link_row:link {
	font-size: 12px;
	font-family: Verdana;
	color: Gray;
	text-decoration: none;
  }
a.ev_link_row:visited {
	font-size: 12px;
	font-family: Verdana;
	color: Gray;
	text-decoration: none;
  }
a.ev_link_row:hover {
	font-size: 12px;
	font-family: Verdana;
	color: Black;
  }
a.ev_link_unpublished {
	color: red;
	text-decoration: none;
  }
a.ev_link_weekday:link {
	font-size: 12px;
	font-family: Verdana;
	color: Gray;
	text-decoration: none;
  }
a.ev_link_weekday:visited {
	font-size: 12px;
	font-family: Verdana;
	color: Gray;
	text-decoration: none;
  }
a.ev_link_weekday:hover {
	font-size: 12px;
	font-family: Verdana;
	color: Black;
  }
.ev_fieldset {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #f67b00;
    margin-left: -10px;
  }

.ev_table {
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
  }
.ev_table tr {
  }
.ev_table td {
	padding: 5px;
  }
.ev_td_right {
	width: 100%;
	/*background-color: #FFDEAD;
*/
	border-top: 1px solid #000000;
  }
.ev_td_left {
	background-color: #c5d5e5;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: black;
	text-align: left;
	vertical-align: top;
  }
.ev_td_today {
	background-color: #E9B4A1;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: black;
  }
/*********************** Form style**********************/
/* Styles for dhtml tabbed-pages */
.ontab {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: ThreedShadow;
	border-left: outset 1px #ff9900;
	border-right: outset 1px #808080;
	border-top: outset 1px #ff9900;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	cursor: hand;
	font-weight: bold;
	/* color: #FFFFFF;
*/
  }
.offtab {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #EEEEEE;
	border-left: outset 1px #E0E0E0;
	border-right: outset 1px #E0E0E0;
	border-top: outset 1px #E0E0E0;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	cursor: hand;
	font-weight: normal;
  }
.tabpadding {
	border-bottom: solid 0px #777777;
  }
.tabheading {
	background-color: #ffae00;
	border-left: solid 1px #777777;
	border-right: solid 1px #777777;
	/* color: #FFFFFF;
*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
  }
.tabcontent {
	/* background-color: ThreedFace;
*/
	border-top: solid 1px #777777;
	border-left: solid 1px #777777;
	border-right: solid 1px #777777;
	border-bottom: solid 1px #777777;
	/* color: #FFFFFF;
*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	text-align: left;
  }
.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
  }
.frm_td_bydays {
	background-color: #FFF8DC;
	font-size: 12px;
	color: black;
  }
.frm_td_byweeks {
	background-color: #FFF0F5;
	font-size: 12px;
	color: black;
  }
.frm_td_bymonth {
	background-color: #FDF5E6;
	font-size: 12px;
	color: black;
  }
.frm_td_byyear {
	background-color: #F0F8FF;
	font-size: 12px;
	color: black;
  }
/* Calendar navigaton area */
div.ev_navigation {
  }
/* Calendar admin panel */
div.ev_adminpanel {
  }
/*********************** Nav bar style**********************/
a.nav_bar_link:link {
	font-size: 10px;
	font-family: Verdana;
	color: Green;
  }
a.nav_bar_link:visited {
	font-size: 10px;
	font-family: Verdana;
	color: Teal;
  }
a.nav_bar_link:hover {
	font-size: 10px;
	font-family: Verdana;
	color: Lime;
  }
.nav_bar_cell {
	background-color: #ECECEC;
  }
/***************************** Iconic calendar navigation****************************/
td.iconic_td {
	width: 60px!important;
	margin: 0px;
	padding: 0px;
  }
td.iconic_td a {
	cursor: hand;
	cursor: pointer;
  }
div.nav_bar_cal {
	margin: 0px;
	padding: 0px;
	width: 50px;
  }
div.nav_bar_cal img, div.nav_bar_cal a {
	height: 31px;
	width: 50px;
	border: 0;
  }
tr.icon_labels {
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
  }
div#ev_icon_yearly {
	background-image: url("../../../components/com_events/images/cal5x.jpg");
	background-repeat: no-repeat;
  }
div#ev_icon_monthly {
	background-image: url("../../../components/com_events/images/cal1x.jpg");
	background-repeat: no-repeat;
  }
div#ev_icon_weekly {
	background-image: url("../../../components/com_events/images/cal2x.jpg");
	background-repeat: no-repeat;
  }
div#ev_icon_daily {
	background-image: url("../../../components/com_events/images/cal3x.jpg");
	background-repeat: no-repeat;
  }
div#ev_icon_search {
	background-image: url("../../../components/com_events/images/cal8x.jpg");
	background-repeat: no-repeat;
  }
div#ev_icon_jumpto {
	background-image: url("../../../components/com_events/images/cal9x.jpg");
	background-repeat: no-repeat;
  }
/* Event Legend Module Styling */
div.event_legend_container {
	border: solid black 1px;
	background-color: #FFDEAD;
	color: black;
	padding: 3px;
	font-size: 0.9em;
  }
ul.event_legend_list {
	list-style: none !important;
	padding: 0px;
	margin: 5px;
  }
ul.event_legend_list li {
	list-style: none !important;
	border: solid black 1px;
	background-image: none !important;
	padding-left: 0px;
  }
div.event_legend_name {
	padding: 3px;
	font-weight: bold;
  }
div.event_legend_name a {
	display: block;
	text-decoration: none;
	background-color: inherit;
	color: black;
  }
div.event_legend_desc {
	background-color: white;
	color: black;
	padding: 3px 3px 3px 20px;
  }
/* Print version */
@media print {
table.contentpaneopen {
	background-image: none!important;
	background-color: white!important;
  }
div.ev_navigation {
	display: none;
  }
div.ev_adminpanel {
	display: none;
  }
  }
/*** Narrow template handling * Uncomment the following settings if your template is narrow */
/*fieldset {
	padding: 0px!important;
  }
.cal_table {
	width: 100%!important;
  }
.cal_td_daysnames {
	font-size: 0.9em;
  }
*/
/********************** Diskuse**********************/
/******************************************************/
/* Simpleboard CSS File                               */
/* These days, Simpleboard uses the Template CSS file */
/* It's adviced that you do not change this CSS file  */
/* Unless you know what you are doing... If you need  */
/* to change tableheader colours, or anything, look   */
/* in the template CSS file first... here there are   */
/* only definitions that are necessary but don't fit  */
/* the template CSS'es..                              */
/******************************************************/
/* SimpleBoard footer Banner */
.sb_footer {
	font-family: Arial, Verdana, sans-serif;
	font-size: 7pt;
	text-align: center;
	display: none;
  }
form#jumpto {
	display: none;
  }
/* Post History */
.sb_review_table {
	background-color: #F3F3F3;
	text-align: left;
  }
.sb_review_header {
	background-color: #808080;
	color: #ffffff;
  }
.sb_review_body0 {
	color: #404040;
	background-color: #E2E2E2;
  }
.sb_review_body1 {
	color: #404040;
	background-color: #D1D1D1;
  }
.sb_review_quote {
	padding: 5px;
	border: solid 1px #000000;
	background-color: #C0C0C0;
	color: #ffffff;
	font-size: 9px;
	display: block;
  }

.com_joomlaboard tr td a {
    margin-bottom: 2px;
    font-size: 12px;
    color: #f67b00 !important;
}

.com_joomlaboard tr td a:hover {
    text-decoration: none !important;
    background-color: #f67b00 !important;
    color: #fff !important;
}

.com_joomlaboard h2 {
    color: #f67b00;
    font-size: 1.4em;
    margin-bottom: 2px;
    margin-top: 2px;
}
.com_joomlaboard .autor {
    font-weight: bold;
}
.com_joomlaboard .autor span {
    font-weight: normal;
    font-style: italic;
}
.com_joomlaboard .obsah {
    margin-top: 5px; 
}
.com_joomlaboard .odkazy {
    text-align: right;
}
.com_joomlaboard table.contentpane {
    margin-top: 5px;
}

/*** header related ***/
/* header container */
#sb_header {
	width: 100%;
	margin: 5px auto;
	display: none;
  }
div#joomlaboard td.sectiontableheader {
	/*background-color: #eed262;*/
    background-color: #f0d45f;
  }
#sb_header .sb_menu {
	float: left;
	width: 70%;
	text-align: center;
	margin: 0;
  }
#sb_header .sb_search {
	margin: 2px 0px;
	float: right;
	width: 28%;
  }
.spacer {
	clear: both;
  }
/* Quote & Code blocks */
td pre {
	font-family: Courier, 'Courier New', sans-serif;
	font-size: 10px;
	color: #006600;
	background-color: #FAFAFA;
	border: #D1D7DC;
	border-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px
  }
.sb_quote {
	padding: 5px;
	border: solid 1px #000000;
	background-color: #e6e6e6;
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 9px;
	display: block;
  }
/*new and not_new notifications */
.sb_new {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
  }
.sb_notnew {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #C0C0C0;
  }
/*file attachments */
.sb_file_attachment {
	background: url(emoticons/file.png) no-repeat;
	padding-top: 2px;
	padding-left: 35px;
	border: solid 1px #000000;
	background-color: #ededed;
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 9px;
  }
/* write.html.php */
.image_hide {
	position: relative;
	visibility: visible;
	font-size: 9px;
	font-family: Arial, Sans Serif;
  }
.file_hide {
	position: relative;
	visibility: visible;
	font-size: 9px;
	font-family: Arial, Sans Serif;
  }
.general {
	position: relative;
	visibility: visible;
	font-size: 9px;
	font-family: Arial, Sans Serif
  }
/* post message layout */
.sb_leftcolumn {
	width: 200 px;
	text-align: right;
  }
/* category names */
.sb_catname {
	font-size: 12 px;
	display: none;
  }
/* top menu */
#topmenu {
	text-align: left;
	padding-top: 10px;
  }
#topmenu a {
	padding: 3px 6px 3px 6px;
	border: solid 1px #777777;
	margin: 3px;
  }
#topmenu a:hover {
	text-decoration:  none;
	background-color: grey;
  }
/* search field */
#searchbox {
	text-align: right;
  }
.search {
	height: 21px;
	margin-bottom: 10px;
	_margin-bottom: 0px;
  }
.search .inputbox {
	border: 1px solid #bdbebd;
	width: 125px;
	margin: 0px;
	margin-right: 10px;
	height: 19px;
	padding: 0px;
	font-size: 12px;
	position: relative;
	top: -8px;
	_top: -3px;
  }
.search .button {
	margin: 0px !important;
    float: none !important;
    border: none !important;
}

/********************** Galerie**********************/
#rsg2-galleryTitle {
  }
.rsg2-toolbar {
	text-align: center;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
  }
.rsg2_display_name {
	/*visibility: hidden;
	line-height: 0;
*/
    color: #f67b00;
    font-size: 15px;
    padding-top: 5px !important;
  }
.rsg2_thumb_name {
	/*visibility: hidden;
*/
  }
.rsg2-galleryList-newImages {
	color: white;
	font-weight: bold;
  }
#rsg2-navigation {
	padding: 0;
	margin: 0;
    display: none;
  }
#rsg2-navigation ul {
	padding: 0;
	margin: 0;
  }
#rsg2-navigation li {
	list-style: none;
	background-image: none;
  }
#rsg2-galleryIntroText {
	width: 100%;
	float: left;
    display: none;
  }
#rsg2-footer {
	text-align: center;
	display: none;
  }
/* gallery list */
ul#rsg2-galleryList {
	clear: both;
	padding: 0;
  }
a.rsg2-galleryList-title {
    color: #f67b00;
    font-size: 14px;
    font-weight: bold;
}

a.rsg2-galleryList-title:hover {
    background-color: #f67b00;
    color: #fff;
}

.rsg2-galleryList-totalImages {
    display: none;
}
.rsg2-galleryList-item {
	clear: both;
	padding: 5px;
	margin: 5px 0 5px 0;
	list-style: none;
	background-image: none;
	/*border: 1px solid #ccc;*/
  }
.rsg2-galleryList-thumb {
	display: block;
	float: left;
	margin: 5px 10px 5px 0;
  }
/* sub gallery list */
.rsg2-subGalleryList-container {
	margin-top: 1ex;
  }
.rsg2-subGalleryList-title {
	float: left;
  }
.rsg2-subGalleryList-list {
	float: left;
	margin: 0 0 0 5px;
	padding: 0px;
	list-style: none;
	background-image: none;
  }
/* thumbnail list */
ul#rsg2-thumbsList {
	margin: auto;
  }
ul#rsg2-thumbsList li {
	display: box;
	float: left;
	overflow: hidden;
	padding: 5px 5px;
	text-align: center;
/*     get rid of other possible list styles */
	list-style: none;
	background-image: none;
  }
table#rsg2-thumbsList {
	width: 100%;
  }
table#rsg2-thumbsList td {
	padding: 5px 5px;
	border: 0;
	text-align: center;
  }
.rsg2-pageNav {
	text-align: center;
	font-size: 12px;
  }
/* utility selector, this is common in many templates, but we can't count on it being there */
.clr {
	clear: both;
	line-height: 0px;
  }
/****************** OLD CLASSES ********************/
	/* classes for rsgallery:
/* standard list style table */
table.adminlist {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ddd;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;
  }
table.adminlist th {
	margin: 0px;
	padding: 6px 4px 2px 4px;
	height: 25px;
	background: url(../../administrator/templates/joomla_admin/images/background.jpg);
	background-repeat: repeat;
	font-size: 11px;
	color: #000;
  }
table.adminlist th.title {
	text-align: left;
  }
table.adminlist th a:link, table.adminlist th a:visited {
	color: #c64934;
	text-decoration: none;
  }
table.adminlist th a:hover {
	text-decoration: underline;
  }
table.adminlist tr.row0 {
	background-color: #F9F9F9;
  }
table.adminlist tr.row1 {
	background-color: #FFF;
  }
table.adminlist td {
	border-bottom: 1px solid #e5e5e5;
	padding: 4px;
  }
table.adminlist tr.row0:hover {
	background-color: #f1f1f1;
  }
table.adminlist tr.row1:hover {
	background-color: #f1f1f1;
  }
table.adminlist td.options {
	background-color: #ffffff;
	font-size: 8px;
  }
select.options, input.options {
	font-size: 8px;
	font-weight: normal;
	border: 1px solid #999999;
  }
/* standard form style table */
table.adminform {
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	width: 100%;
	padding: 10px;
	border-collapse: collapse;
  }
table.adminform tr.row0 {
	background-color: #f9f9f9;
  }
table.adminform tr.row1 {
	background-color: #eeeeee;
  }
table.adminform th {
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
	height: 25px;
	color: #000;
	background-repeat: repeat;
	background: url(../../administrator/templates/joomla_admin/images/background.jpg);
  }
table.adminform td {
	padding: 3px;
	text-align: left;
  }
table.adminform td.editor {
	font-size: 9px;
  }
/********************** Anketa**********************/
/* polls Bar Colors/Formats - Follow the format to add your own.Then update the maxcolors setting for polls inPollXT settings - Results*/
.polls_color_1 {
	background-color: #8D1B1B;
	border: 2px ridge #B22222;
  }
.polls_color_2 {
	background-color: #6740E1;
	border: 2px ridge #4169E1;
  }
.polls_color_3 {
	background-color: #8D8D8D;
	border: 2px ridge #D2D2D2;
  }
.polls_color_4 {
	background-color: #CC8500;
	border: 2px ridge #FFA500;
  }
.polls_color_5 {
	background-color: #5B781E;
	border: 2px ridge #6B8E23;
  }
/* Uncomment the following line, delete the lines above and set maxcolor to 1 */
/* .polls_color_1 {
	background-image: url(images/red_yellow_green.png);
  }
*/
/* polls Outside Table Border */
.pollstableborder {
	border: 1px solid;
	padding: 2px;
  }
/* The separator */
.pollseparator {
	text-align: center;
	border-bottom: solid 1px;
	border-top: solid 1px;
  }
/* the message window */
div.xtmessage {
	background: #FFCCCC;
	border: 1px solid Red;
	display: none;
	color: Red;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
  }
button.button, input.button {
	float: left;
	margin-top: 10px;
	margin-right: 5px;
    border: 1px solid #bdbebd;
    color: #000000;
    background-color: #dedede;
  }
.inputbox {
    border: 1px solid #bdbebd;
    color: #000000;
    margin-left: 10px;
    font-size: 13px;
}

table#pollformXT2com {
	margin-top: 10px;
  }
.com_pollxt td.componentheading {
	/*background-color: #F7DFD1;*/
	display: block;
	font-weight: bold;

	margin: 0 0 2px 0;
	font-size: 16px !important;
	color: #f67b00 !important;
  }
.com_pollxt .sectiontableheader {
    font-weight: bold;
    padding-top: 10px;
}


/*
* format clanku
*/
h1, #obsah.view td.contentheading, .com_content .componentheading {
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 18px !important;
	color: #e64900;
    border-bottom: 1px solid #e64900;
	font-size: 1.6em;
	font-weight: bold;
  }
#obsah.view td table {
	border-collapse: collapse;
	border-style: solid;
    border-color: #ee7f31;
    border-width: 0px;
	margin: 0px 2px 5px 0px;
  }
#obsah.view td td, #obsah.view td th {
    /*
	border-style: solid;
    border-color: #ee7f31;
    */
	padding: 2px;
  }
#obsah.view td table td p, #obsah.view td table th p {
    padding: 0px;
    margin: 0px;
}
#obsah.view td  img, .mod_contentitem  {
	margin: 7px;
  }
#obsah.view td h2, .mod_contentitem h2 {
	margin: 10px 0 5px 0;
	font-size: 16px !important;
	color: #f67b00;
  }
#obsah.view td h3, .mod_contentitem h3 {
	margin: 10px 0 5px 0;
	font-size: 14px !important;
	color: #f67b00;
  }
#obsah td a, .mod_contentitem a {
	text-decoration: underline;
	color: #007cc3;
  }
#obsah td a:hover, .mod_contentitem a:hover {
	text-decoration: none;
  }  
  
#obsah.view td p {
    margin-top: 0px;
}
#obsah.view td ol, #obsah.view td ul {
    margin-top: 0px;
    margin-left: 0px;
}
#obsah.view td ol {
    padding-left: 22px;
}
#obsah.view td ul {
    padding-left: 16px;
}
#obsah.view td li, #obsah.view td li {
    margin-left: 0px;
    padding-left: 0px;
}

/*
* vypisy kategorii / sekci
*/
#obsah.section ul, #obsah.com_menuitems ul {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}
#obsah.section li, #obsah.com_menuitems li {
    padding-left: 0px;
    margin-bottom: 1em;
}
#obsah.section li a, #obsah.com_menuitems li a {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
    color: #f67b00 !important;
}

#obsah.section li br {
    display: none;
}
.blogcategory .contentheading a {
    font-size: 12px;
    color: #f67b00 !important;
}


/*
* vstupni strana
*/
.com_frontpage .componentheading {
    color: #49ACDD;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #49ACDD;
    margin: 3px;
    margin-bottom: 1em;
}
.com_frontpage .componentheading .datum {
    float: right;
    font-size: 15px;
    font-weight: bold;
    margin-top: 2px;
}
.com_frontpage .contentheading {
    font-size: 12px;
    margin-bottom: 0px;
    padding-bottom: 3px !important;
}
.com_frontpage .contentheading a {
    color: #f67b00 !important;
}

.com_frontpage .contentheading a:hover {
    background-color: #f67b00 !important;
    color: #fff !important;
}

.com_frontpage .contentpaneopen {
    border-collapse: collapse;
    border: 0px;
}
.com_frontpage .contentpaneopen td {
    padding: 0px;
    margin: 0px;
}
.com_frontpage .contentpaneopen td p {
    margin: 0px;
    padding: 0px;
}
.com_frontpage .aktualita {
    padding-bottom: 10px;
}

/*
* Odkazy
*/
.com_weblinks .contentdescription {
    font-style: italic;
}
.com_weblinks .sectiontableheader {
    display: none;
}
.com_weblinks a.category {
    margin-bottom: 2px;
    font-size: 12px;
    color: #f67b00 !important;   
}

.com_weblinks a.category:hover {
    text-decoration: none !important;   
    background-color: #f67b00 !important;
    color: #fff !important;   
}

.com_weblinks .sectiontableentry1 td, .com_weblinks .sectiontableentry2 td {
    padding-bottom: 10px;
}

/*
* Sitemap
*/
.sitemap h2 {
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 18px !important;
	color: #e64900;
    border-bottom: 1px solid #e64900;
	font-size: 1.6em;
	font-weight: bold;
}
.sitemap ul {
    margin-top: 2px !important;
}
.sitemap ul li {
    list-style-type: disc;
    padding-left: 0px;
    color: #007cc3;
}
.sitemap ul.level_0 {
    margin-left: 0px;
    padding-left: 0px;
}


/*
*
* DOKUMENTY
*
*/
.message {
	padding: 10px 10px 10px 50px;
	margin-bottom: 10px;
	border: 1px solid gray;
	background: #FFFFCC url(../images/message.gif) no-repeat 10px 50%;
	color: red;
	font-weight: bold;
  }
img {
	border: 0 none;
  }
.clr {
	clear: both;
  }
#dm_header {
	margin-bottom: 10px;
  }
#dm_header div {
	float: left;
	padding: 3px;
	width: 30%;
  }
#dm_header a, #dm_header span {
  }
#dm_pathway {
	font-size: 11px;
	text-align: left;
	background: #ddd;
	margin-bottom: 5px;
	padding: 3px 3px 3px 10px;
  }
#dm_pathw {
  margin-top: 10px !important;
  clear: both;
}
#dm_pathw a {
    color: #f67b00;
}

#dm_pathw a:hover {
    background-color: #f67b00;
    color: #fff;
    text-decoration: none;
}

#dm_pathw img {
    margin: 0px 3px;
}
#dm_cats, #dm_docs {
	text-align: left;
  }
#dm_cats h2, #dm_docs h2 {
	/*background-color: #F7DFD1;*/
    display: none;
  }
#dm_docs h2 span, #dm_cats h2 span {
	display: none;
	float: right;
	margin: -15px 5px 0 0;
	font-size: 11px;
	font-weight: normal;
  }
.dm_separator {
	/*border-top: 1px solid gray;*/
  }
a.dm_icon, a.dm_thumb {
	float: left;
	padding-right: 15px;
  }
a.dm_name {
	display: block;
	margin-top: 3px;
	padding: 8px 0 6px 0px;
	font-size: 12px;
    color: #f67b00 !important;
  }
a.dm_name:hover {
    background-color: #f67b00 !important;
    color: #fff !important;
    text-decoration: none !important;
  }  
  
#dm_cats a.dm_name {
}
span.dm_new,  span.dm_hot {
	padding-left: 10px;
	color: black;
	font-weight: normal;
	font-style: italic;
    display: none;
  }
.dm_date, .dm_files, dm_counter a .dm_date {
	float: right;
    font-size: 10px;
    color: #000000;
    text-decoration: none !important;
    border: none;
	/*margin: -22px 5px 0 0;
*/
  }
.dm_description {
	background-color: #EEEEEE;
	padding: 5px;
  }
.dm_homepage {
	padding: 1px 1px 1px 5px;
	font-size: 10px;
	background-color: #F8F8F8;
  }
.dm_cat .dm_name {
	font-size: 20px;
	font-weight: bold;
	color: #666;
	margin-bottom: 5px;
  }
.dm_cat .dm_description {
	padding: 3px;
  }
.dm_cat .dm_thumb {
	float: left;
	margin-right: 5px;
  }
.dm_cat .dm_name_desc {
	float: left;
  }
.dm_unpublished {
	border: 1px dotted red;
	background-color: #FFCCCC;
  }
.dm_unapproved {
	border: 1px dotted green;
	background-color: #CCFFCC;
  }
.dm_license {
  }
.dm_license_agree {
  }
.dm_link_tooltip {
	display: none;
  }
/* ---------- Orderby styles ---------------------------------------- */
.dm_orderby {
	margin: 0 0 10px 0;
	padding: 1px 1px 1px 10px;
	font-size: 10px;
  }
/* ---------- Details styles ---------------------------------------- */
/* -- shared styles */
.dm_doc caption, #dm_tooltip caption {
	margin: auto;
	padding: 5px 0 5px 0;
	font-weight: bold;
  }
.dm_doc table, #dm_tooltip table {
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-collapse: collapse;
  }
.dm_doc td, #dm_tooltip td {
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
  }
.dm_doc thead, #dm_tooltip thead {
	background-color: #FFCC00;
	font-weight: bold;
  }
.dm_doc col#prop {
	background-color: #EEEEEE;
  }
.dm_doc thead td, #dm_tooltip thead td {
	text-align: left;
  }
/* -- specific style when show as seperate page */
#dm_details {
	clear: left;
	width: 100%;
	text-align: left;
	float: left;
  }
#dm_details table {
	width: 100%
  }
#dm_details td, #dm_details thead {
	padding: 5px;
  }
/* -- specific style when show as tooltip */
#dm_tooltip td, #dm_tooltip thead {
	padding: 2px;
  }
/* ---------- Taskbar styles ---------------------------------------- */
.dm_taskbar {
	/*height: 22px;
*/
	padding-bottom: 6px;
	margin-bottom: 6px;
	/*border-bottom: 1px solid #bbb;
*/
	font-family: arial;
	list-style-type: none;
  }
.dm_taskbar li {
	float: left;
	list-style-type: none;
	background-image: none;
	padding: 0 0 0 3px;
	margin: 0.5em 0 2px 0;
	/*width:  5.5em;
*/
	font-size: 10px;
  }
.dm_taskbar li a {
	display: block;
	padding-left: 3px;
	background-color: #F7DFD1;
	padding-right: 3px;
  }
.dm_taskbar li a:link, .dm_taskbar li a:visited, .dm_taskbar li a:hover {
	color: #696969;
	text-decoration: underline;
  }
.dm_taskbar li a:link, .dm_taskbar li a:visited {
  }
.dm_taskbar li a:hover {
  }
.dm_taskbar li.approve a:link {
	background-color: #CCFFCC;
  }
.dm_taskbar li.publish a:link {
	background-color: #FFCCCC;
  }
/* ---------- Toolbar styles --------------------------------------- */
.dm_toolbar {
	list-style: none;
	height: 32px;
	margin-right: 25px;
  }
.dm_toolbar li {
	float: right;
	background-image: none;
  }
.dm_toolbar .dm_btn {
	text-indent: -5000px;
	height: 32px;
	width: 32px;
	display: block;
  }
.dm_toolbar #dm_btn_save {
	background-image: url(../images/save.png)
  }
.dm_toolbar #dm_btn_cancel {
	background-image: url(../images/cancel.png)
  }
.dm_toolbar #dm_btn_save:hover {
	background-image: url(../images/save-over.png)
  }
.dm_toolbar #dm_btn_cancel:hover {
	background-image: url(../images/cancel-over.png)
  }
/* ---------- Form styles ------------------------------------------ */
.dm_form {
	width: 35em;
  }
.dm_form fieldset {
	border: none;
	margin: 0;
	padding: 0;
  }
.dm_form label {
	display: block;
	width: 100px;
	font-weight: bold;
	float: left;
  }
.dm_form label.nofloat {
	float: none;
  }
.dm_form p {
	text-align: left;
  }
.dm_form fieldset.dm_button {
	border-top: 1px solid Gray;
  }
.dm_form select option.label {
	background-color: #EEE;
	border: 1px solid #DDD;
	color: #333;
  }
.dm_form .editor {
	float: none;
  }
#dm_frmupload label {
	width: 100px;
	padding-right: 10px;
  }
#dm_frmupload #dm_btn_back {
	float: left;
  }
#dm_frmupload #dm_btn_submit {
	float: right;
  }
#dm_frmedit {
	width: 90%;
	border: 0 none;
  }
#dm_frmedit #dmthumbnail_preview {
	float: right;
	margin-right: 30px;
	height: 80px;
	width: 80px;
	padding: 3px;
	border: 1px solid silver;
  }
#dm_frmedit #license-page label {
	width: 250px;
  }
/* ---------- Nav styles ------------------------------------------ */
#dm_nav {
	clear: both;
	padding-top: 15px;
	margin-top: 15px;
  }
#dm_nav div {
	margin-top: 10px;
  }


.doctab {
    width: 560px;
    border-collapse: collapse;
}
.doctab td, .doctab th {
    text-align: left;
    padding: 3px;
}
.doctab th {
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 3px;
    vertical-align: top;
}
.doctab th.datum {
    width: 60px;
}
.doctab td.datum {
    font-size: 11px;
}

h3.doctyp {
    color: #d95025;
    padding: 3px;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 3px;
/*    border-bottom: 1px solid #f67b00;*/
    background-color: #f7dfd1;
}

#mapa {
    width: 550px;
    height: 550px;
    border: 1px solid #49acdd;
    background-color: #ffffff;
    margin-top: 10px;
}

/*
* vyhledavani
*/
.com_search fieldset {
    border: 0px;
}
.com_search span.highlight {
    font-weight: bold;
}


/*
* login block
*/
div.moduletable_login .spodek  {
    clear: both;
    padding-bottom: 13px;
    background-image: url('../images/menu_modra_dole.png');
	background-repeat: no-repeat;
    background-position: bottom;
}
div.moduletable_login h3 {
	background-image: url('../images/menu_modra.png');
	background-repeat: no-repeat;
	padding: 10px 5px;
    margin: 0px;
	margin-top: 5px;
    background-color: #E5F4F8;
}

div.moduletable_login form, div.moduletable_login table {
    background-color: #E5F4F8;
    margin: 0px;
    padding-left: 5px;
}
div.moduletable_login td {
    padding-left: 5px;
}

div.moduletable_autor_kategorie h3 {
	background-image: url('../images/menu_cervena.png');
	background-repeat: no-repeat;
	padding: 10px 5px;
    margin: 0px;
	margin-top: 5px;
    background-color: #F7DFD1;
}

#copy {
    text-align: right;
    margin-top: 4px;
}


.results #poll .inputbox {
    width: 440px !important;
}



.modifydate {
    font-size: 10px;
    color: #bdbebd;
    padding-bottom: 4px;
    font-style: italic;
}
#obsah.view .modifydate {
    display: none;
}
.modifydate2 {
    color: #bdbebd;
    font-style: italic;
    float: right;
    font-size: 11px;
    font-weight: normal;
    vertical-align: bottom;
	text-align: right;
}

.com_frontpage .article_seperator {
    display: block;
    height: 3px;
}

.autorske #levemenu {
    float: left;
}
.autorske #obsah {
    float: left;
}


.contentheading h2 {padding: 0px; margin: 0px; font-size: 1em;}
.contentheading h1 {border: 0px; margin: 10px 0px 0px 0px;}
.componentheading h1 {border: 0px; color: #49ACDD; margin-bottom: 0px;}
.fakeHidden {position: absolute; z-index: 1px; top: -100px;}
ul.pagenavigation {margin: 0px; padding: 0px; clear: both;}
ul.pagenavigation li {list-style: none; float:left; margin: 0px; padding: 0px; margin-right: 2px;}

.saSubmenu li {padding-left: 2px !important;}
.saSubmenu li a {width: 165px; border: 0;}
.saSubmenu {position: absolute; margin-top: -20px; z-index: 10; padding: 5px;}
.saMainmenu .saSubmenu {margin-left: 175px;}
.saMainmenu .saMainmenu .saSubmenu {margin-left: 165px;}
.saMainmenu .saSubmenu .saSubmenu {margin-left: 160px;}
#mainlevelmodry .saSubmenu {background-color: rgba(229, 244, 248, 0.9); -pie-background: rgba(229, 244, 248, 0.9); behavior: url(PIE.htc);}
#mainlevelzeleny .saSubmenu {background-color: rgba(237, 244, 222, 0.9); -pie-background: rgba(237, 244, 222, 0.9); behavior: url(PIE.htc);}


