body {
  margin: 0 auto;
  padding: 0;
 	font: 62.5% Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/********************************* Typo & html elements ****************************/
/*
body div{
  height: 1%;
}

body[id] div{
  height: auto;
}
*/
p {
  margin: 0.5em 0;
}

a {
  text-decoration: underline;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#header a, #footer a, .left a, .right a {
  text-decoration: none;
}

#header a:hover, .left a:hover, #top-box a:hover, .right a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 1em 0 0;
}

h1 {
  font-size: 170%;
}

h2 {
	color: #5688E7;
	text-decoration: none;
  font-size: 120%;
  font-weight: bold;
}

#content h2 {
  /*background: transparent url('../images/tecka_stred.gif') bottom left repeat-x;*/
}

h3 {
  font-size: 100%;
	color: #00489C;
	font-weight: bold;
	text-decoration: none;
}

h4 {
  font-size: 115%;
}

h5 {
  font-size: 110%;
}

h6 {
  font-size: 105%;
}

h2 a, h2 a:hover, h2 a:visited, h3 a, h3 a:hover, h3 a:visited {
  text-decoration: underline;
}

a img {
  border: 0px solid #fff;
}

acronym, abbr {
  font-size: 90%;
  letter-spacing: .07em;
}

fieldset{	
	border-width: 0 0 0 0;
	padding: 0;
  margin: 0;
  background: #F4FFE5;
  padding-left: 8px;
}

body[id] fieldset {
 	width: auto;
	/*-moz-border-radius: 0;*/
	margin: 0 0 1em 0;
	padding: 1em;
}

legend{
	padding: 1em 0;
	font-size: 140%;
	font-weight: bold;
	color:#000;
}

body[id] legend {
  padding: 2em 0.5em 0 0;
}

pre {
  font-family: courier;
  font-style: normal;
  font-size: 88%;
}

hr {
  height:1px;
}

fieldset label span {
	display: block;
	width: 15em;
	float: left;
}  

fieldset label.checkbox span {
  display: inline;
  width: auto;
  float: none;
  padding-left: 0.5em;
}  

/****************************** basic layout elements *************************/
#all {/* obalujici element s pozadim pro levy sloupec*/
  position: relative;
	margin: .5em auto;
  text-align: left;
  width: 990px;
  border: 0px solid #fff;
  font-size: 115%;
	background: #fff url('../images/all_bg.png') repeat-y;
}
input#a_title {
  width: 280px;
  margin-left: 0px;
}

#wrapper { /* obalujici element s pozadim pro pravy sloupec*/
  margin: 0;
  padding: 0;
  width: 990px;
}

#header {
  margin: 0;
  padding: 0;
	background: #afd94f url('../images/header_bg.png') no-repeat top left;
  height: 128px;	
}

.left {/* kontejner pro levy blok - matrjoska - nenastavovat padding */
  float: left;
  width: 220px;
  margin: 0;
  padding: 0;
}

.right {/* kontejner pro levy blok - matrjoska - nenastavovat padding */
  float: right;
  width: 220px;
  margin: 0;
  padding: 0;
}

.middle {/* kontejner pro levy blok - matrjoska - nenastavovat padding */
  margin: 0;
  padding: 0;
  float: left;
  width: 550px;
}

#footer {
  background: #afd94f url('../images/footer_bg.png') no-repeat top left;
  padding: 2px 0px 0 0;
  margin: 0;
  height: 32px;
}

.column-in {/* vnitrni kontejner pro vsechny bloky - matrjoska - tady nastavit padding */
  margin: 0;
}

.cleaner {
  clear: both;
  height: 1px;
  font-size: 1px;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  visibility: hidden; 
  display: block;
}

body[id] .cleaner {
  clear: both;
  width:90%;
}

.hidden {
  position: absolute;
  left: -2000px;
}

#album, #download, #ocontent, #article {
  position: relative;
  width: 100%;
  background: #fff;
}

/******************************* Layout structures  ****************************/

/****** hlavicka *******/
#header .column-in {
  margin: 0;
  padding: 0;
  position: relative;
}

#logo {
  position: absolute;
  top: 10px;
  left: 20px;
}

#logo a {
  display: block;
  height: 110px;
  width: 105px;
  text-decoration: none;
}

#header #searchform {
  float: right;
  padding-top: 95px;
  padding-right: 20px;
}

#header #searchform fieldset {
  margin: 0;
  padding: 0;
  background: transparent;
}

#row-site-navigation {/*** radkova navigace  ****/
	width: 100%;
	clear: both;
	padding: 0;
	margin: 0;
	height: 40px;
	color: #000;
	background: #afd94f;
	font-size: 0.95em;
}
#row-site-navigation #logged-user{
  float:left;
  width:20%;
  padding-left:1em;
}
#row-site-navigation ul {
	display: block;
	padding: 0;
	margin: 0;
	width: 990px;
	height: 39px;
	border-bottom: 1px solid #fbf12f;
}

#row-site-navigation ul li {
	display: inline;
  list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}

#row-site-navigation ul li a {
	margin: 0;
  float: left;
	display: block;
	padding: 10px 18px 0 19px;
	text-decoration: none;
	height: 29px;
	font-weight: bold;
	color: #000;
	font-size: 120%;
	background: #afd94f;
	border-left: 1px solid #fbf12f;
}

#row-site-navigation ul li.first a {
  border-left: 1px solid #afd94f;
}

#row-site-navigation ul li a:hover {
  text-decoration: none;
  background: #f9f766;
}

#header h1 {
	position: relative;
	top: 60px;
	left: 130px;
	color: #fff;
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	width: 35em;
}
#header h1 a {
	text-decoration: none;
	color: #fff;
}
#header h1 a:hover {
	text-decoration: none;
}
a.hidden-nav {/******** preskoceni navigace ********/
	position: absolute;
	top: 5px;
	left: -50px;
	background: #fff;
	padding: 0.25em 1em;
}
a.hidden-nav:active,a.hidden-nav:focus { 
	z-index: 2;
}

/****** breadcrumb a vyhledavani *******/
#top-box {
	height: 40px;
	clear: both;
	padding: 0;
	margin: 0;
}

#top-box .column-in form {
	padding: 0;
	margin: 0;
}

#top-box .column-in label {
	padding: 0;
	margin: 0;
}

#top-box .column-in #top-menu {
	padding: 0;
	margin: 0;
}
#search-input {
	font-size: 9px;
	color: #000033;
	border: solid 1px #333333;
	margin: 0 3px 0 3px;
  width: 85px;
  text-align: center !important;
}
#go_button {
	padding: 0;
	margin: 0;
  vertical-align: middle;
}
h4.search_marwel {
 background: transparent url('../../qcm/images/ico_marwel.gif') no-repeat left 3px;
 padding-left:30px;
 min-height:24px;
}
#breadcrumbs {
width:99%;
}
/***************************** obalujˇcˇ blok s obsahem **********************************/
#main {
  margin: 0;
  padding: 0;
  clear: both;
  
}


/******************************* stredovy sloupec ******************************/
.middle .column-in {
  margin: 0;
	padding: 6px 10px;
}

#main .middle a {
  color: #144d35;
  text-decoration: underline;
}

.middle #home-bg {
  width: 550px;
  /*height: 217px;*/
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  background: #305331 url('../images/home_bg.png') no-repeat top left;
}

.middle .home-img h2 {
  display: none;
}

#home-bg .welcome {
  padding: 130px 0 0 15px;
  color: #f5ff36;
  font-size: 170%;
  font-weight: bold;
  margin: 0;
}

#home-bg .contact, #home-bg .info {
  color: #fff;
  padding-left: 15px;
  margin: 0;
}

#home-bg .contact {
  font-size: 140%;
  font-weight: bold;
}

#home-bg .info {
  font-size: 115%;
  font-style: italic;
}

.middle .column-in #gallery img {
  border: 1px #144D35 solid;
}

.middle h2, .middle h3 {
  color: #144d35;
}

.middle h2 {
  font-size: 160%;
}

.middle h3 {
  font-size: 135%;
  font-weight: bold;
}

.poduroven {
  list-style: circle;
}

.abecedapoduroven {
  list-style: lower-alpha;
}

.middle .column-in a:hover {
  text-decoration: none;
}

.middle .column-in a:visited {
  text-decoration: none;
}

#main .middle h3 a {
  color: #144d35;
  text-decoration: underline;
}

#content{
  font-size:112%;
  color: #000;
  margin: 0;
	padding: 0 10px;
}

.middle img {
	width: auto;
	max-width: 100%;
}

.middle table img {
  max-width: none;
}

.to-right {
	clear: right;
	margin-top: 0;
	padding-top: 0;
	float: right;
	color: silver;
}
a.to-top:link, a.to-top:visited {
  clear:both;
  margin:0;
	padding: 0;
	display: block;
	float: right;
	text-align: right;
}
a.to-top:hover {
	color: #000;
}
p.box {
	border: 1px black solid;
	padding: 4px;
	margin-right: 6px;
	background-color: rgb(220,220,220);
}
.middle table {
	border-collapse: collapse;
	padding: 0 0;
	margin: 0 0;
	border:2px solid #AFD94F;
}

.c1 {
font-weight: bold;
}

.middle table th {
	padding: 5px;
	color: #144D35;
	border:1px solid #AFD94F;	
	background: #EDFFBD;
}

.middle table td {
	padding: 5px;
	border:1px solid #AFD94F;	
}

.middle table td p {
	padding: 0;
	margin: 0;
}

.middle table .stupidformat {
  width: 150px !important;
}

.article-perex {
	color: #000;
	padding: 0 0 0;
	margin: 0.5em 0 1em 0;
	font-style: italic;
}

.article-content {
}

.inline-nav {
	color: #3B3B3B;
	padding: 0.5em 1em;
}

.article-footer{
 text-align:right;
 font-style:italic;
}
.article-info{
 color:#3B3B3B;
 padding: 0 0.25em 0 0.5em; 
 margin: 0; 
 text-align:left;
 height:20px;
 vertical-align:middle;
}

.full-story{
 vertical-align:middle;
 display:block;
 float:right;
 padding:0;
 height:26px;
 width: 78px;
 background: transparent url('../images/vice.gif') no-repeat;
}

.separator {
  border: 0;
  margin: 0;
  margin-top: 5px;
  padding: 0;
  height: 3px;
  font-size: 3px;
  background: url('../images/hr_background.png') no-repeat top left;
  clear: both;
}

.pager{
 margin-top:10px;
 padding:0.5em;
 display:block;
 text-align:center;
 background:#EDFFBD;
}
div.detail{
  border:1px solid #f2f2f2;
  margin-left:0;
  padding:0.5em 1em;
}
.res-head-title {
		color: #fff;
	margin: 0;
	padding: 0.25em 1em;
}
.res-head-title a{
  padding:0.25em;
  color:#fff;
}
.res-head-title a:hover{
  background:#fff;
  color:#000;
}

.nobg a{
  padding:0.25em;
}
.current{
  padding:0.25em;
  background:#fff;
}
.res-head-title .current{
  background:#DFE4EE;
  color:#000;
}

.arrow-right{
	background: transparent url('../../qcm/images/ico_pred.gif') left center no-repeat;
  height:20px;
  width:20px;
  text-decoration:none;
}
.arrow-right span,.arrow-left span{
  visibility:hidden;
}
.arrow-left{
	background: transparent url('../../qcm/images/ico_dale.gif') left center no-repeat;
  height:20px;
  width:20px;
  text-decoration:none;  
}

.titleonly {
  background: transparent url('../images/sipka.gif') left center no-repeat;
  padding-left: 30px;
}

.titleonly h3 {
  margin-top: 5px;
  font-size: 1em;
}

.center{
  text-align:center;
}
.to_right{
  text-align:right;
  display:block;
}
.r-marg{
  background: transparent url('../../qcm/images/ico_pred.gif') right top no-repeat;
  padding-right:25px;
  margin-left:0;
}
.l-marg{
  float:left;
  display:block;
  background: transparent url('../../qcm/images/ico_dale.gif') left top no-repeat;
  margin-left: 0;
  padding-left:25px;
}
.errorMsg{
 background:#FEDDDA;
 border:1px solid red;
 color:red;
 font-weight:bold;
 padding:2em;
}
.img-to-right{
 float:right;
 padding:0 0 0.5em 0.5em;
}
.img-to-left{
 float:left;
 padding:0 0.5em 0.5em 0;
}

.photo {
  float: left;
  background: #e0e0e0;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 168px;
  height: 185px;
  text-align: center;
}
.photo p {
  margin: 0;
  padding: 0;
}
.photo p.photo-img {
  padding: 8px;
  padding-bottom: 0;
}
.photo a.text, .photo a.text:hover {
  color: #303030;
  font-size: 85%;
}
.photo .img img {
  border: 1px solid #fff;
  margin: 0;
  padding: 0;
}



/* webcam */
.kohocam_large_photo {
  width: 530px;
}
.kohocam_large_photo img {
  width: 530px;
  max-width: none;
  vertical-align: bottom;
}
.kohocam_cam_placement {
  height: 24px;
  background: #afd94f url('../images/webcam-bottom.png') no-repeat 0 bottom;
  padding: 3px 10px 0;
}
.kohocam_detailed_info_header {
  padding: 5px 0 5px 35px;
  margin-bottom: 10px;
  background: url('../images/teplomer.png') no-repeat 5px 0;
}
.kohocam_large_temperature {
  display: block;
  width: 87px;
  height: 85px;
  text-align: center;
  font-weight: bold;
  font-size: 2.5em;
  background: #2e502f url('../images/teplota-bg.png') no-repeat 0 0;
  color: #fff;
  line-height: 2.5em;
  float: left;
}
.kohocam_celsius_degree {
  font-size: 0.6em;
  font-weight: normal;
}

.kohocam_left,
.kohocam_right {
  float: left;
  margin: 10px;
}

.kohocam_detailed_info table {
  width: 200px;
  border: 0;
  font-size: 0.9em;
}
.kohocam_detailed_info table td {
  border: 0;
  width: 50%;
}
.kohocam_detailed_info table td.value {
  font-weight: bold;
}
.kohocam_detailed_info table tr#kohocam_wind td,
.kohocam_detailed_info table tr#kohocam_wind_set td,
.kohocam_detailed_info table tr#kohocam_rainfall td,
.kohocam_detailed_info table tr#kohocam_uv td {
  background: #f5ffe6;
}

.kohocam_detailed_info table tr#kohocam_wind_speed td,
.kohocam_detailed_info table tr#kohocam_humidity td {
  background: #fff;
}
.kohocam_detailed_info_measurement_date {
  border-top: 1px solid #000;
  padding: 0 10px;
  margin: 10px 0;
}

#webcam .article-content {
  background: #afd94f url('../images/webcam-box-bg.png') no-repeat 0 bottom;
  height: 190px;
}
#webcam img {
  vertical-align: bottom;
}
#webcam .kohocam_small_info {
  font-size: 0.8em;
  line-height: 1em;
  color: #fff;
  padding: 20px 0 0 25px;
  
}
#webcam .kohocam_small_temperature {
  display: block;
  height: 27px;
  font-size: 2em;
  font-weight: bold;
}
#webcam .webcam-link {
  float: right;
  padding: 25px 25px 0 0;
}
#webcam .webcam-link a {
  color: #fff;
}

/*************** toolbar *********/
#tbbox {
  background: #eee;
  border: 1px solid #aaa;
  width: 180px;
  z-index: 1000;
}

#tb {
  text-align: center;
}

#tbbox .tbtitle {
  border-bottom: 1px solid #aaa;
  padding-left: 5px;
}

#tb div {
  padding: 5px;
}

#tb img {
  border: 0;
  margin: 0;
}

#tb a {
  text-decoration: none;
}

.tbheader {
  background: #ddd;
}

.tbheader strong {
  padding-left: 5px;
}

#tbhandle {
  cursor: move;
}

#tbclose, #tbmin {
  display: block;
  float: right;
  font-family: monospace;
  padding: 0 3px;
}

#tbclose {
  cursor: pointer;
  background: #800;
  color: #fff;
}

#tbclose:hover {
  background: #f00;
}

#tbmin {
  cursor: pointer;
  background: #666;
  color: #fff;
  margin-left: 5px;
}

#tbmin:hover {
  background: #999;
}

/************* inline ***********/
#inlinetoolbar {
	border: 1px solid #aaa;
	background: #eee;
	margin: -20px;
	padding: 5px;
}
#inlinetoolbar p.inlinetitle {
	color: black;
	font-weight: bold;
}
#article_edit label table{
 background:red;
}


/************************************ pravy sloupec ***************************/
.right .column-in {
  font-size:112%;
  color: #000;
  margin: 6px 10px 0 10px;
	padding: 0;
}

.right h3 a {
  color: #144d35;
  font-size: 100%;
  text-decoration: none;
}

.right h3 a:hover {
  text-decoration: underline;
}

.right .full-story{
 vertical-align:middle;
 display:block;
 float:right;
 padding:0;
 height:20px;
 width: 71px;
 background: transparent url('../images/vice_sm.gif') no-repeat;
}

.right h2 {
  background: #afd94f url('../images/box_header_bg.png') no-repeat top left;
  text-align: center;
  height: 21px;
  color: #000;
  padding-top: 5px;
}

.right .article-content {
  background: #f4ffe5;
  padding: 5px;
  margin-bottom: 10px;
}

.outer {
  background: #f4ffe5;
  width: 200px;
  padding-bottom: 10px;
}
.outer th {
  font-size: 0.9em;
}

.outer td {
  padding: 5px 5px 0 5px;
  font-size: 80%;
}

.right .poll-footer {
  background: #f4ffe5 url('../images/inquiry_footer_bg.png') no-repeat bottom left;
  text-align: center;
  height: 19px;
  padding-top: 5px;
}

.right .poll-footer a {
  color: #000;
  font-weight: bold;
}

.right .poll-footer a:hover {
  text-decoration: underline;
}

.right .poll-ans {
  color: #144d35;
}

.right .poll-percent {
  text-align: right;
}

.right .poll {
  background: #f4ffe5;
  padding: 5px;
}

.right .poll-question {
  text-align: center;
  font-weight: bold;
  margin-top: 0;
  width: 100%;
}

.right .poll-answer {
  color: #144d35;
}

.right .poll-answer input {
  display: block;
  float: left;
}

.right .poll-answer label {
  display: block;
  float: right;
  width: 160px;
}

.right .poll-submit {
  text-align: center;
}

.right .poll-image {
  width: 185px;
}
.right td.poll-image {
 padding: 0;
 margin: 0;
 vertical-align: middle;
 }

.right .poll-image div {
  border: 1px solid #bddae5;
  padding: 1px;
  margin-left: 5px;
  height: 10px;
  float: left;
  display: block;
  width: 140px;
 }

.right .poll-image div img {
  padding: 0;
  margin: 0;
  height: 10px;
  vertical-align: top;
  float: left;
}


.right .even, .right .odd {
  width: auto;
}

.right form {
  margin: 0;
  padding: 0;
}
/****************************** levy sloupec ***********************************/
.left .column-in #menu {
  margin: 6px 10px 0 10px;
  padding: 0;
}

.left h3 a {
  color: #144d35;
  font-size: 110%;
  text-decoration: none;
}

.left h3 a:hover {
  text-decoration: underline;
}

.left .full-story{
 vertical-align:middle;
 display:block;
 float:right;
 padding:0;
 height:20px;
 width: 71px;
 background: transparent url('../images/vice_sm.gif') no-repeat;
}

.left .column-in #menu ul {
	margin: 0;
	padding: 0;
}

.left .column-in #menu li {
	display: block;
	list-style: none;
	margin: 2px 0;
	padding: 0;
	background: #afd94f url('../images/menu_item_btm_bg.png') no-repeat bottom left;
}

.left .column-in #menu li a {
  display: block;
  padding: 10px 5px 10px 5px;
  margin: 0;
  text-decoration: none;
	font-size: 110%;
  color: #000;
  background: url('../images/menu_item_top_bg.png') no-repeat top left;
  text-align: center;
}

.left .column-in #menu li a:hover {
  background: url('../images/menu_item_hover_top_bg.png') no-repeat top left;
}

.left .column-in #menu li:hover {
  background: #f9f766 url('../images/menu_item_hover_btm_bg.png') no-repeat bottom left;
}

.left h2 {
  background: #afd94f url('../images/box_header_bg.png') no-repeat top left;
  text-align: center;
  height: 21px;
  color: #000;
  padding-top: 5px;
}

.left .article-content {
  background: #f4ffe5 url('../images/box_footer_bg.png') no-repeat bottom left;;
  padding: 5px;
  margin-bottom: 10px;
}

/** obscura **/
.photo {
  float: left;
  background: #e0e0e0;
  margin-right: 2px;
  margin-bottom: 5px;
  width: 168px;
  height: 185px !important;
  text-align: center;
}
.photo p {
  margin: 0;
  padding: 0;
}
.photo p.photo-img {
  padding: 8px;
  padding-bottom: 0;
}
.photo a.text, .photo a.text:hover {
  color: #303030;
  font-size: 85%;
}
.photo .img img {
  border: 1px solid #fff;
  margin: 0;
  padding: 0;
}

#article_edit label .defaultSkin table.mceLayout, 
#article_edit label .defaultSkin table.mceToolbar,
#article_edit label .defaultSkin table.mceListBox{
  background-color:transparent;
} 

#ocontent .prevnext {
  font-size: 1em;
  font-weight: bold;
  display: block;
  text-align: center;
}
#ocontent .photoblock {
  display: block;
  text-align: center;
  background-color: #EDECEA;
  padding-top: 5px;
  padding-bottom: 5px;
}

 
/* kalendar */
.calendar-main {
  background: #F4FFE5 url('../images/calendar-top.png') no-repeat 0 0;
  margin-top: 10px;
}
.calendar-in {
  background: #F4FFE5 url('../images/calendar-btm.png') repeat-x 0 bottom;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.calendar-main table {
  border-collapse: collapse;
  width: 180px;
}
.calendar-main table td {
  text-align: center;
}
.calendar-main table td a {
  display: block;
  color: #000;
  text-decoration: none;
}
.calendar-main .calendar,
.calendar-main table td.calendar {
  border: 0;
  background: transparent;
}
.calendar-main table td.calendar {
  background: #fff;
}
.calendar-main table td.calendarHeader,
.calendar-main table td.calendarHeaderDay,
.calendar-main table td.calendarWeekNumber {
  font-weight: bold;
}
.calendar-main table td.calendarToday {
  background: #003a51;
}
.calendar-main table td.calendarToday a {
  color: #fff;
}
.calendar-main table td.markedDay a {
  background: #AFD94F;
  color: #000;
}
a.addact {
  background: transparent url('../images/addact.png') no-repeat top left;
  padding: 3px 0 10px 25px;
  font-weight: normal;
  font-size: 1.2em;
  color: #144D35;
}

form.calendar_form {
  margin-top: 5px;
  padding: 5px;
  background: #F4FFE5;
  color: #000;
}
.calendar-filter {
  text-align: center; 
}

.calendar-result h3 {
  margin-bottom: 7px;
}

.vevent {
  padding-bottom: 3px;
  margin-bottom: 3px;
  border-bottom: 1px solid #AFD94F;
}
.vevent p.datum{
  margin-top: 0;
  font-size: 0.9em;
  font-weight: bold;
}

.vevent h4 {
  font-size: 1em;
  margin-bottom: 2px;
  margin-top: 2px;
}

 
/****************************** paticka ***************************************/
#footer a {
  text-decoration: underline;
	color: #000;
}

#footer h2 {
  display: none;
}

#footer .column-in {
  margin: 0;
	text-align: center;
  color: #000;
}

#footer p {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 0;
}

#actual-date{
  display:block;
  float:left;
  width:20%;
  text-align:center;
}

/****** search words plugin ******/
span.search_words{
  padding:0 0.25em;
  border:1px solid #0E3C66;
  background:rgb(255,204,102);
}

/************** chapters *********/
.article_chapter{
 background-color:rgb(248,248,248);
 padding:1em;
 position:relative;
}
.article_chapter h3{
 margin-top:0;
}
.article_chapter ul{
 margin-left:0;
 padding-left:0;
}
.article_chapter .prev{
 position:absolute;
 top:0;
 left:0;
 background: transparent url('../images/ico_dale.gif') left center no-repeat;
 display:block;
 float:left;
 padding-left:25px;
 margin:1em 0 0 1em;
}
.article_chapter .center{

}
.article_chapter .next{
 background: transparent url('../images/ico_pred.gif') right center no-repeat;
 position:absolute;
 top:0;
 right:0;
 float:right;
 display:block;
 padding-right:25px;
 margin:1em 1em 0 0;
}
.article_chapter .top{
 display:block;
 text-align:center;
}
.article_chapter ul li{
 padding:0.25em 0.25em 0.25em 1em;
 background-position: left center;
 background-image:none;  
}

.article_chapter ul .ch-1{
  padding-left:2em ;
}
.article_chapter ul .ch-2{
  padding-left:3em ;
}
.article_chapter ul .ch-3{
  padding-left:4em ;
}
.article_chapter ul .ch-4{
  padding-left:5em ;
}
.article_chapter ul .ch-5{
  padding-left:6em ;
}
.article_chapter ul .ch-6{
  padding-left:7em ;
}
.article_chapter ul .ch-7{
  padding-left:8em ;
}
.article_chapter ul .ch-8{
  padding-left:9em ;
}
.article_chapter ul .ch-9{
  padding-left:10em ;
}
.article_chapter ul .ch-10{
  padding-left:11em ;
}
.article_chapter ul .ch-12{
  padding-left:13em ;
}
.article_chapter ul .ch-13{
  padding-left:14em ;
}
/**************  Hodnocen+­ pod |Ťl+ˇnkem  **********/
.rating{
  margin-top:2em;
  border-top: 1px solid #185B96;
  text-align:center;
}
.rating table{
  margin:0 auto;
  border:1px none #fff;
}
.rating table td{
  width:3em;
  background:transparent;
  border:1px none #fff;
}

/************** sitemap **********/

ul.sitemap {
 margin-left:-30px;
 padding-left:0;
 list-style: none;
}

ul.sitemap li{
 padding:0.25em 0.25em 0.25em 1em;
 background-position: left center;
}

ul.sitemap .lv-2{
 font-size:120%;
 margin-top:2em;
 background-image:none;  
 padding:.05em .5em .05em 1em ;
}

ul.sitemap .lv-3{
 font-size:120%;
 margin-top:2em;
 background-image:none;
 padding:.05em .5em .05em 1em ;
}

ul.sitemap .lv-4{
 font-size:100%;
 padding:.05em .5em .05em 35px;
 background-image:url('../../qcm/images/ico_marwel.gif');
 background-position: 5px center;
}

ul.sitemap .lv-5{
 padding-left:20px;
 margin-left:60px !important;
 background-image:url('../../qcm/images/pointer.gif');
 background-position: 0px center;
}
/********************************* login  *****************************/

#login {
  background-color: #F9F9F9;
  padding: 10px;
}

#login #login_form {
  padding: 10px;
  border: 1px solid #b3b3b3;
  background-color: #fff;
  width: 95%;
  display: block;
}

#login label {
  clear: left;
  width: 17%;
  display: block;
  float: left;
  font-weight: bold;
  line-height: 1.2em;
}

#login #login_form form {
  background: url('../images/login-bg.png') no-repeat top right;
}

#login #login_form input {
  width: 70%;
  display: block;
}

#login #lost_password {
  padding: 10px;
  width: 95%;
  display: block;
}


#login #lost_password input {
  width: 70%;
  display: block;
}

#login #login_form .submit_login input,
#login #lost_password .submit_login input {
  width: auto;
  font-size: 0.9em;
  display: block;
}
/******** delete confirm ***********/

.delete_confirm ul {
   width: 90%;
   background: #fff;
   border: 1px solid #cccccc;
   padding: 0;
   margin-left: 0;
}

.delete_confirm ul li {
  display:block;
  padding:5px 0;
  padding-left: 10px;
  margin: 0;
  list-style-image: none;
  font-size: 0.9em;
}

.delete_confirm ul li.even {
  background-color: #ececec;
}

.delete_confirm #submit {
  background-color: #006600;
  color: #fff;
  padding: 5px 10px;
  font-weight: normal;
  text-align:center;
  border: 0px solid;
  margin-top: 5px;
  cursor: pointer;
}


.delete_confirm  #deny {
  background-color: #aa0000;
  color: #fff;
  padding: 5px 10px;
  font-weight: normal;
  text-align:center;
  border: 0px solid;
  margin-top: 5px;
  cursor: pointer;
}

.delete_confirm input:hover {
  text-decoration:underline;
}

.delete_confirm input {
  float: left;
  margin-right: 20px;
  overflow:visible;
  font-size: 0.9em;
}

/* QCM info */
.qcm-info {
  margin: 0 10px;
  text-align: right;
  font-size: 0.9em;
}
.qcm-info a {
  color: #666;
  text-decoration: none;
}
.qcm-info a:hover {
  text-decoration: underline;
}


/******** formatovani v editoru ***********/
.red{
background:red;
padding:5px;
}
.pul-doleva{
width:46%;
float:left;
padding:5px;
margin:1em 0;
}
.pul-doprava{
width:46%;
float:right;
padding:5px;
margin:1em 0;
}
.pul-doleva-oranz{
width:46%;
float:left;
background:rgb(249,232,193);
padding:5px;
margin:1em 1em 1em 0;
}
.pul-doprava-oranz{
width:46%;
float:right;
background:rgb(249,232,193);
padding:5px;
margin:1em 0 0 1em;
}

/* FAQ MODULE */

.faq_block {
  padding: 0px;
  /*border: 1px solid rgb(208,208,208);*/
  margin:1em 0 3em;
}
.faq_block p{
  padding: 5px;
  margin:0;
}
.faq_header {
  background: transparent;
  height:1%;
  color:#fff;
  border-bottom:5px solid #AFD94F;
  padding-left:5px !important;
  padding-bottom:1.5em !important;
}

.faq_header strong{
padding:0.5em  0!important;
font-size:125%;
display:block;
font-weight:bold;
color:#144D35;
}
.faq_header em, .faq_header a{
  clear:right;
  display: block;
  float:right;
  color:#000;
}
.faq_question {
  padding:5px 50px 1em 5px  !important;
  background:#EDFFBD;
}
body[id] .faq_question {
}

.faq_answer {
 display:block;
  text-decoration:none;
  color:#000;
  height:1em;
  background: rgb(252,252,252) url('../images/faq_bg_answer.png') -5px 5px no-repeat;
  padding:1.25em 1em 1em 35px !important;

  position:relative;
}
body[id] .faq_answer {
  min-height:2em;
  height:auto;
}
a.faq_answer:hover {
 background-image: url('../images/faq_bg_answer_over.png');
}

.faq_more {

}
.faq_insert {
  display: block;
  float:right;
  margin: -0.5em 0 0;
  padding:1em 0 1em 25px;
  background: transparent ;
}
.faq_insert:hover {

}
.faq_back {
  display: block;
  float:right;
  margin: 0 0 0;

}

.faq_back hr {
 display: none;
}

fieldset.faq_submit{
  margin-top:1em;
  border-top:10px solid #144D35;
  background: #EDFFBD url('../images/faq_bg.png') top right no-repeat !important;
}

.faq_submit label {
  width: 120px;
  display: block;
  float: left;
}

.cistic{
 width:100%;
 float:right;
}

.spectable {
  width: 19%;
  padding:0;
  margin:0;
}

.pul-doleva{
width:35%;
float:left;
padding:1em 0 1em 1em;
margin:0 0 1em 1em;
}
.pul-doprava{
width:35%;
float:right;
padding:1em 1em 1em;
margin:0 0 1em 1em;
border-left:1px solid silver;
background:#B3CEEC;
}
.pul-doleva-oranz{
width:40%;
float:left;
border-right:1px solid #336699;
padding:5px;
margin:1em 1em 1em 0;
}

.pul-doprava-oranz{
width:40%;
float:right;
border-left:1px solid #336699;
padding:0 5px 0 10px ;
margin:1em 0 1em 1em;
}
 h3.header{
font-size:150%;
margin-top:0;
color:#000;
}
table.table-normal {
width:580px !important;
}
.even, .odd {
  width: 50%;
}
#inlinetoolbox {
  margin-top: -30px !important;
}


/* anketa */

div.form_div form .even, div.form_div form .odd {
  width: auto;
}

div.form_div .before {
  font-weight: bold;
}

div.form_div .after {
  font-style: italic;
}

.nopoll {
  padding: 5px;
  font-weight: bold;
  text-align: center;
}


/* search */
#search_form_block {
  color: #000;
}

#search_form_block a {
  color: #162d50;
}

.left #search_form_block h2,
#main .middle #search_result h2 {
  padding: 0;
}

#search_form_block .submit_search {
  text-align: right;
  margin-top: 10px;
}
#search_form_block #plugin_tabs {
  margin-top: 10px;
  position: relative;
  top: 1px;
  _position: static;
  width: 100%;
}
#search_form_block #plugin_tabs .search_tab {
  display: block;
  float: left;
  background: #fff;
  margin-right: 5px;
  padding: 5px 10px;
  border: 1px solid #f2f5f9;
  border-bottom: 0;
}
#search_form_block #plugin_tabs .active {
  background: #F4FFE5;
}
#search_form_block #plugin_tabs .search_tab a {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
}
#search_form_block #search_form {
  border-top: 0;
  background: #F4FFE5;
  padding: 10px;
}
#search_form_block #search_form .wanted_text {
  width: 120px;
  display: block;
  float: left;
}
#search_form_block #search_form #wanted_text {
  width: 200px;
  border: 1px solid #c8beb7;
}
#search_form_block fieldset {
  border: 0;
}
#search_form_block fieldset legend {
  color: #800000;
  font-size: 1.1em;
}
#search_form_block #search_form h4 {
  font-size: 1em;
}
#search_form_block #search_form input[type="text"],
#search_form_block #search_form textarea {
  border: 1px solid #c8beb7;
}
#search_form_block #search_form .date-from img,
#search_form_block #search_form .date-to img {
  vertical-align: middle;
}
#search_form_block .advancedSearch input {
  vertical-align: bottom;
}

.search_result_common h3 {
  font-size: 1.1em;
}

.search_result_row {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #AFD94F;
}

.paginator span.big {
  background-color: #AFD94F;
  padding: 2px;
  font-weight: bold;
}

/* theme top */
#theme-top {
  height: 15px;
  background: url('../images/theme-top.png') no-repeat right bottom;
  text-align: right;
  padding-right: 5px;
}
#theme-top a {
  color: #fff;
  text-decoration: none;
}

/*************** toolbar *********/
#tbbox {
  background: #eee;
  border: 1px solid #aaa;
  width: 180px;
  z-index: 1000;
}

#tb {
  text-align: center;
}

#tbbox .tbtitle {
  border-bottom: 1px solid #aaa;
  padding-left: 5px;
}

#tb div {
  padding: 5px;
}

#tb img {
  border: 0;
  margin: 0;
}

#tb a {
  text-decoration: none;
}

.tbheader {
  background: #ddd;
}

.tbheader strong {
  padding-left: 5px;
}

#tbhandle {
  cursor: move;
}

#tbclose, #tbmin {
  display: block;
  float: right;
  font-family: monospace;
  padding: 0 3px;
}

#tbclose {
  cursor: pointer;
  background: #800;
  color: #fff;
}

#tbclose:hover {
  background: #f00;
}

#tbmin {
  cursor: pointer;
  background: #666;
  color: #fff;
  margin-left: 5px;
}

#tbmin:hover {
  background: #999;
}

/************* inline ***********/
#inlinetoolbar {
	border: 1px solid #aaa;
	background: #eee;
	margin: -20px;
	padding: 5px;
}
#inlinetoolbar p.inlinetitle {
	color: black;
	font-weight: bold;
}
#article_edit label table{
  width:99%;
}
