body {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font: 62.5%/1.5 "Verdana", "Arial", "Helvetica Neue", Helvetica, sans-serif;
  background: #f1f1f1;
}

*:focus {
  outline: 0;
}


/********************************* Typo & html elements ****************************/
p {
  margin: 0.5em 0;
}

a {
  text-decoration: underline;
  color: #006f89;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 1em 0 0;
  color: #006f89;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 150%;
  font-weight: bold;
  margin: 0.25em 0 0;
}

h3 {
  font-size: 120%;
}

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: 1px 0 0 0;
  padding: 1em;
  margin: 0 0 2em 0;
}

body[id] fieldset {
  width:auto;
  margin: 0 0 1em 0;
}

legend{
  padding:0 0.5em;
  font-size:140%;
  font-weight:bold;
  color: #000;
}

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 {/* hlavni element webu */
  position: relative;
  margin: 0 auto;
  text-align: left;
  width: 920px;
  border: 0;
  font-size: 115%;
}

#wrapper { /* obalujici element pro praci s pozadim */
  margin: 0 auto;
  padding: 0;
  width: 970px;
  background: url('../images/all_bg.png') repeat-y;
}

#header {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
}

.left {/* kontejner pro levy blok - matrjoska - nenastavovat padding */
  float: left;
  width: 190px;
  margin: 0;
  padding: 0;
}

.right {/* kontejner pro pravy blok - matrjoska - nenastavovat padding */
  float: right;
  width: 295px;
  margin: 0;
  padding: 0;
}

.middle {/* kontejner pro stredovy blok - matrjoska - nenastavovat padding */
  margin: 0;
  width: 575px;
  float: left;
  clear: none;
}

#footer {
  margin: 0 auto;
  width: 970px;
  background: url('../images/footer_bg.png') no-repeat top;
}

.column-in {/* vnitrni kontejner pro vsechny bloky - matrjoska - tady nastavit padding */
  margin: 0;
  padding: 0.5em 1em;
}

.cleaner {
  clear: both;
  height: 1px;
  font-size: 1px;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  visibility: hidden;
  display: block;
}

.hidden {
  position: absolute;
  left: -2000px;
}

#album, #download, #ocontent, #article {
  position: relative;
  width: 100%;
}

/******************************* Layout structures  ****************************/

/****** hlavicka *******/
#header {
  height: 170px;
  background: url('../images/header_bg.png') no-repeat 0 0;
  margin-bottom: 256px;
}

#header .column-in {
  margin: 0;
  padding: 0;
  position: relative;
}

#header h1 {
	position: absolute;
  top: 30px;
  left: 33px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
}

#header h1 a {
	text-decoration: none;
  display: block;
  width: 268px;
  height: 117px;
  overflow: hidden;
}

#header h1 a:hover {
	text-decoration: none;
}

#header h1 span {
	text-decoration: none;
  background: url('../images/logo.png') no-repeat 0 0;
  display: block;
  width: 268px;
  height: 117px;
  cursor: pointer;
}

/*** radkova navigace  ****/
#row-site-navigation {
	position: absolute;
  top: 130px;
  right: 22px;
  text-align: right;
	clear: both;
	padding: 0;
	height: 34px;
}

#row-site-navigation ul {
  margin: 0;
  padding: 0;
}

#row-site-navigation ul li {
	list-style-type: none;
	display: inline;
  height: 34px;
  padding: 5px 3px 5px 5px;
  border-left: 1px solid #cccccc;
}

#row-site-navigation ul li.first {
 border: 0;
}

#row-site-navigation ul li a {
	margin: 0 auto;
  color: #787878;
  font-size: 110%;
  text-decoration: none;
  font-weight: bold;
  padding: 6px 7px;
  text-transform: uppercase;
}


#row-site-navigation ul li a:hover {
  color: #006F89;
}


#row-site-navigation ul li.active a {
	background-color: #ad9b52;
  color: #fff;
}

/* search */
#search {
  position: absolute;
  top: 17px;
  right: 50px;
  z-index: 1000;
}
#search form {
  margin: 0;
}
#search-input {
  border: 0;
  height: 22px;
  padding: 3px;
  vertical-align: bottom;
  width: 175px;
  font-size: 0.9em;
  background: url('../images/search_input.png') no-repeat;
}
#go_button {
  vertical-align: top;
  height: 28px;
  width: 59px;
}

/******** preskoceni navigace ********/
a.hidden-nav {
	position: absolute;
	top: 0;
	left: 0;
  margin-left: -2000px;
	background: #fff;
	color: #000;
	padding: 0.5em;
	z-index: 0;
}
a.hidden-nav:active,a.hidden-nav:focus { 
	z-index: 2000;
	margin-left: 0;
}

/****** breadcrumb a vyhledavani *******/
#top-box {
	position: absolute;
  top: 170px;
  background: url('../images/top_box.png') no-repeat;
  height: 256px;
  width: 920px;
}

#top-box .tagline {
  width: 430px;
  padding: 12px 0 20px 35px;
}

#top-box .tagline h2{
  color: #efdc8d;
  font-weight: normal;
  font-size: 200%;
  margin-bottom: 23px;
}

#top-box .tagline p {
  color: #fff;
  font-size: 120%;
  line-height: 150%;
}

#top-box .tagline p strong {
  color: #7dbcc8;
  line-height: 110%;
  font-size: 130%;
}

/***************************** obal. blok s obsahem **********************************/
/********************** OBRACENE PORADI SLOUPCU VANILLA 0.4 **************************/
#main {
  position: relative;
  width: 870px;
  margin: 0;
  padding: 0;
  color: #000;
  padding: 0 25px 0 25px;
}
#main .innerwrap {
  margin: 0;
  padding: 0;
  width: 870px;
  background: #fff url('../images/main_bg.png') repeat-y 0 0;
}


/****************************** levy sloupec ***********************************/


/******************************* stredovy sloupec ******************************/

.middle .column-in {
	padding: 0px 25px 0px 0px;
	position: relative;
  font-size: 100%;
  line-height: 150%;
}

.middle strong {
  color: #896e00;
}

#content{
  font-size:112%;
}

.middle img {
	width: auto;
	max-width: 100%;
}


.perex_image {
  float: left;
  margin: 0 0.5em 0.5em 0;
}

.middle h2 {
  margin-bottom: 20px;
}

.middle h3 {
	font-weight: bold;
}

.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;
}
.middle table {
	border: 1px solid gray;
	border-collapse: collapse;
	width: auto;
	max-width: 99%;
	padding: 0 0;
	margin: 0 0;
}
.middle table th {
	border: 1px solid gray;
	padding: 5px;
}
.middle table td {
	border: 1px solid gray;
	padding: 5px;
}
.middle table td p {
	padding: 0;
	margin: 0;
}
.article-perex {
	padding: 0 0 0;
	margin: 0.5em 0 0 0;
}
.mw_field .article-perex {
  font-weight: normal;
}

.right .article-perex {
  margin-bottom: 1em;
}

.inline-nav {
	color: #3B3B3B;
	padding: 0.5em 1em;
}

.middle .hp_cnt_clmn {
  width: 260px;
  float: left;
}

.middle .hp_cnt_clmn h4 {
  height: 51px;
  color: #896e00;
  line-height:  200%;
  text-indent: 60px;
  margin: 0;
}

.middle .hp_cnt_clmn.left h4 {
  background: url('../images/h_sprava_obsahu.png') no-repeat;
}

.middle .hp_cnt_clmn.right h4 {
  background: url('../images/h_analyza.png') no-repeat;
}

.middle .hp_cnt_clmn ul{
  margin-bottom: 20px;
}


.middle .hp_cnt_clmn ul li{
  background: url('../images/li_ok.png') left top no-repeat;
  padding: 0 0 0 20px;
}

.middle .hp_cnt_clmn a{
  padding: 7px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.middle .hp_cnt_clmn a:hover{
  background-color: #AD9B52;
}

.sluzby .middle h3 {
  height: 51px;
  line-height:  200%;
  text-indent: 60px;
  margin: 0;
}

.middle h3 a{
  color: #896e00;
  text-decoration: none;
}

.middle h3 a:hover{
  text-decoration: underline;
}

.sluzby .middle h3.sprava-obsahu {
  background: url('../images/h_sprava_obsahu.png') no-repeat;
}

.sluzby .middle h3.analyza {
  margin-top: 20px;
  background: url('../images/h_analyza.png') no-repeat;
}

.righted {
  float: right;
  width: auto;
  padding: 7px;
  height: auto;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  margin: 15px 0 7px 0;
  cursor: pointer;
}

.righted:hover {
  background-color: #896E00;
  text-decoration: none;
}

.middle ul {
  list-style-position: outside;
  padding-left: 0;
  margin-left: 0;
}

.middle ul li {  
  list-style-type: none; 
  background: url('../images/li_ok.png') left top no-repeat;
  padding: 0 0 0 20px;
}

.middle ul ul li {  
  background-image: url('../images/li-li.png');
  background-position: 3px 8px;
  background-repeat: no-repeat;
}

.middle ol li {  
  list-style-type: decimal; 
}

.middle .profil {
  clear: both;
  padding-top: 10px;
}

.middle .profil h4 {
  margin-top: 10px;
}

.middle .profil img{
  float: left;
  margin-bottom: 15px;
  margin-right: 20px;
}

/* kontakt */

a.mapa_kontakt {
  float: right;
}

#brno_kontakt {
   font-size: 100%;
   font-weight: bold;
   margin-top: 15px;
   padding-top: 15px;
   padding-left: 0;
   height: 280px;
}

#brno_kontakt p{
   margin-bottom: 20px;
}

#brno_kontakt p.kontakt_telefon {
  background: #fff url('../images/kontakt_telefon.png') no-repeat top left;
  padding-left: 68px;
}

#brno_kontakt p.kontakt_mail {
  background: #fff url('../images/kontakt_mail.png') no-repeat top left;
  padding-left: 68px;
  height: 30px;
}

#brno_kontakt p.kontakt_adresa {
  background: #fff url('../images/kontakt_adresa.png') no-repeat top left;
  padding-left: 68px;
}

#brno_kontakt p.kontakt_adresa a{
  font-weight: normal;
  margin: 0;
  padding: 0;
}

#brno_kontakt p.qcm_kontakt {
  font-weight: normal;
  width: 100%;
  clear: both;
  margin-top: 15px;
}

table.trio_info {
  margin: 0;
  padding: 0;
  float: left;
  border: 0;
  width: 180px;
  margin-bottom: 30px;
}

table.trio_info.first {
  margin-right: 30px;
  width: 195px;
}

table.trio_info.second {
  margin-right: 15px;
}


table.trio_info td, table.trio_info th{
  padding: 0;
    border: 0;
}

table.trio_info thead {
  font-size: 120%;
  color: #006F89;
  font-weight: bold;
}

table.trio_info thead td {
  padding-bottom: 10px;
}

table.trio_info th {
  vertical-align: top;
  width: 60px;
}

.article-footer{
  text-align:right;
  font-style:italic;
  border-top:1px solid #f2f2f2;
}

.article-info{
  padding:0; 
  margin:0.5em 0 0 0; 
  text-align:left;
  height:20px;
  vertical-align:middle;
}

.full-story{
  vertical-align:middle;
  display:block;
  float:right;
  padding:0;
  height:24px;
}

.top {
  text-align: right;
}

hr.separator{
  visibility:hidden;
}

.pager{
  padding: 1em 0 1em 0;
  display: block;
  text-align: right;
}

.pager .big{
  padding: 0.3em 0.5em 0.3em 0.5em;
  border: 1px solid #006f89;
  text-decoration: none;
}

.pager a{
  padding: 0.3em 0.5em 0.3em 0.5em;
  border: 1px solid #e5e5e5;
  text-decoration: none;
}

.pager a:hover{
  background: #006f89;
  border: 1px solid #006f89;
  color: #fff;
}

.pager a.nav{
  border: 0;
  text-decoration: none;
}

.pager a.nav:hover{
  border: 0;
  background: 0;
  color: #006f89;
  text-decoration: underline;
}

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:#dee;
  color:#000;
}

.arrow-right{
	background: transparent url('../images/ico_dale.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('../images/ico_pred.gif') left center no-repeat;
  height:20px;
  width:20px;
  text-decoration:none;  
}
.center{
  text-align:center;
}
.to_right{
  text-align:right;
  display:block;
}
.r-marg{
  background: transparent url('../images/ico_dale.gif') right top no-repeat;
  padding-right:25px;
  margin-left:0;
}
.l-marg{
  float:left;
  display:block;
  background: transparent url('../images/ico_pred.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;
  margin:0 0 0.5em 0.5em;
}
.img-to-left{
  float:left;
  margin: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;
}

.breadcrumb {
  font-size: 0.85em;
  padding-bottom: 10px;
  margin-bottom: 10px;
  background: url('../images/bread-bg.png') no-repeat left bottom;
}

/* reference */
.article-content .ref-list {
  display: none;
}

.reference .article-content h3 {
  display: none;
}


/*.ref-list .item {
  height: 191px;
  float: left;
  width: 48%;
  margin: 0;
  position: relative;
}

.ref-list .item .ref-list-item {
  width: 48%;
}


.ref-list .item .ref-title {
  position: absolute;
  left: 0;
  top: 140px;
}
.ref-list .item .ref-title h3 {
  font-size: 0.9em;
  line-height: 1.2em;
}
.ref-list .item.third {
  margin-right: 0;
}
.ref-list .item img {
  border: 0;
  padding: 0;
  margin: 0;
}

.ref-info {
  width: 275px;
  float: left;
  margin: 0.5em 0 1em;
}
#article .ref-info {
  width: 255px;
}*/

.ref-new-list .item {
  width: 46%;
  float: left;
  margin: 0;
  padding-bottom: 1em;
  margin-left: 20px;
  margin-bottom: 1em;
  border-bottom: 1px dashed #BFBFBF;
}

/*.ref-new-list .item .ref-img {
  float: right;
  display: none;
}*/

.ref-new-list .item .ref-info {

}

.ref-new-list .item .ref-info .detail_info {
  height: 180px;
}

.ref-new-list .item .ref-detail-link {
  width: auto;
  padding: 7px;
  height: auto;
  float: left;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  margin: 2px 0 7px 0;
  cursor: pointer;
}

.ref-new-list .item .ref-detail-link:hover {
  background-color: #896E00;
}

div.ref-img {
  margin-top: 0.5em;
}

.reference .ph_right  {
  float: right;
  margin: 0 0 10px 10px;
  border: 1px solid #CCCCCC;
  padding: 5px;
}

/* HP */
/* guidepost */
#guide .guide_cpl {
  background: url('../images/guide-bg.png') repeat-y 0 0;
  margin-bottom: 10px;
  width: 100%;
}
#guide .guide_item {
  float: left;
  width: 290px;
  margin-left: 20px;
}
#guide .first {
  margin-left: 0;
}
#guide h3 {
  background: #329800 url('../images/box-h3-bg.png') no-repeat 0 0;
  color: #fff;
  margin: 0;
  padding: 14px 10px 12px 50px;
  font-size: 1.1em;
}
#guide h3 a {
  text-decoration: none;
}
#guide h3 a:hover {
  text-decoration: underline;
}
h3#guide_title_1 {
  background: #329800 url('../images/box1-h3-bg.png') no-repeat 0 0;
}
h3#guide_title_2 {
  background: #329800 url('../images/box2-h3-bg.png') no-repeat 0 0;
}
h3#guide_title_3 {
  background: #329800 url('../images/box3-h3-bg.png') no-repeat 0 0;
}
h3#guide_title_4 {
  background: #329800 url('../images/box4-h3-bg.png') no-repeat 0 0;
}
#guide h3 a {
  color: #fff;
}
#guide .guide_content {
  background: #fff6d5;
  padding: 5px 10px 10px;
}
#guide ul {
  margin: 0;
  padding: 0;
}
#guide ul li {
  list-style-type: none;
  padding-left: 15px;
  background: url('../images/hp-li.png') no-repeat 0 7px;
  margin: 5px 0;
}
#guide ul li a {
  color: #000;
}
#guide p {
  line-height: 1.2em;
}
#guide em {
  color: #4d4d4d;
}

/*************** 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%;
}


/************************************ pravy sloupec ***************************/
.right {
    width: 270px;
    margin: 0 0 0 25px;
}

.right .column-in {
  padding: 0;
}

.right .news h3{
  font-size: 100%;
  margin: 0;
}

.right .news h3 a{
  text-decoration: none;
}

.right .news h3 a:hover{
  text-decoration: underline;
}

.right .news .date{
  color: #896E00;
  font-size: 95%;
  background: url('../images/li_news.png') left no-repeat;
  padding: 0 0 0 17px;
}

.right a {
  text-decoration: underline;
}
.right h2 {
  font-size: 160%;
  color: #896E00;
  margin-top: 0;
  margin-bottom: 15px;
}

.right ul.level1 {
  background: #f8f8f8;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.right ul.level1 li {
  list-style: none;
  padding: 0 25px;
}

.right ul.level1 li a{
  display: block;
  border-top: 1px dotted #d1d1d1;
  text-decoration: none;
  padding: 15px 0;
  font-weight: bold;
}

.right ul.level1 li a:hover{
  text-decoration: underline;
}

.right ul.level1 li.first a{
  border-top: 0;
}

.right ul.level1 li.active a{
  color: #896E00;
}

.right #menu {
  background: #208200 url('../images/menu-bg.png') no-repeat right bottom;
  padding:0;
  padding-bottom: 20px;
  padding-top: 15px;
  width: 300px;
}
.right #menu .menu-btm {
  background: none;
  height: 100%;
  margin: 0;
  padding: 0;
}

.hp .right #menu {
  background: #208200 url('../images/menu-bg.png') no-repeat 0 bottom;
  padding:0;
  padding-bottom: 20px;
}
.hp .right #menu .menu-btm {
  background:  url('../images/menu-bg-top.png') no-repeat 0 0;
  height: 100%;
  margin: 0;
  padding: 1px 0;
}
.right #menu ul {
  margin: 0;
  padding: 0;
}
.right #menu ul li {
  list-style-type: none;
  display: inline;
  line-height: 1.3em;
}
.right #menu ul li a {
  display: block;
  padding: 3px 20px;
  margin: 5px 0;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.right #menu ul li a:hover,
.right #menu ul li.active a,
.right #menu ul li.menu-active a {
  text-decoration: underline;
}
.right #menu ul li.active a,
.right #menu ul li.menu-active a {
  background: url('../images/menu-li.png') no-repeat 5px 6px;
}
.right #menu ul li.menu-active li a {
  text-decoration: none;
  background-image: none;
}
.right #menu ul li.menu-active li a:hover {
  text-decoration: underline;
}
.right #menu ul li li a {
  font-weight: normal;
  margin: 3px 0;
  padding-left: 35px;
}
.right #menu ul li li.active a {
  background: url('../images/menu-li.png') no-repeat 20px 6px;
}

/* reference */
.right .box_title_img .item {
  margin-bottom: 15px;
}
.right .box_title_img img {
  float: none;
  margin: 0;
}
.right .box_title_img h3 {
  margin: 0;
  font-size: 1.1em;
}
.right .box_title_img h3 a:hover {
  text-decoration: underline;
}

/* novinky */
#news {
  margin-bottom: 15px;
  z-index: 1000;
  position: relative;
}
#news .novinky {
  height: 260px;
  overflow: auto;
}
#news .novinky .item {
  margin-bottom: 10px;
}
#news .novinky .item h3,
#news .novinky .item p {
  margin: 0;
}
#news .novinky .item h3 {
  font-size: 1.1em;
}
#news .novinky .item h3 a:hover {
  text-decoration: underline;
}
.vice a {
  padding-left: 25px;
  background: url('../images/vice.png') no-repeat 0 50%;
  font-weight: bold;
}
.vice a:hover {
  text-decoration: underline;
}

/*kontakt form*/

#main .right .form_div form label {
  width: 100%;
  margin-bottom: 2px;
  padding-left: 3px;
  color: #006F89;
}

.right a.fb {
  display: block;
  color: #fff;
  height: 78px;
  width: 248px;
  text-decoration: none;
  text-align: right;
  padding-right: 22px;
  line-height: 440%;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 100%;
  background: url('../images/mw_a.png') no-repeat top;
}

.right a.fb:hover {
  background-position: 0 -78px;
  text-decoration: underline;
}

.form_div p {
  margin-top: 10px;
  font-size: 90%;
}

.form_div form p {
  font-size: 100%;
}

.form_div form input {
  width: 100%;
  border: 0;
  height: 22px;
  padding: 3px;
  vertical-align: bottom;
  background: #F1F1F1
}

.form_div form input.sb {
  width: auto;
  padding: 7px;
  height: auto;
  float: left;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  margin: 2px 0 7px 0;
  cursor: pointer;
}

.form_div form input.sb:hover {
  background-color: #896E00;
}

.form_div form textarea {
  width: 100%;
  border: 0;
  padding: 3px;
  height: 100px;
  vertical-align: bottom;
  background: #F1F1F1
}

.middle .form_div {
  width: 60%;
}

#main .middle .form_div label {
  width: 60%;
}

/* search */
#search_form_block {
  color: #000;
}

#search_form_block .submit_search {
  text-align: right;
  margin-top: 10px;
}
#search_form_block #plugin_tabs {
  margin-top: 10px;
  position: relative;
  top: 1px;
  width: 100%;
}
#search_form_block #plugin_tabs .search_tab {
  display: block;
  float: left;
  background: #fff;
  margin-right: 5px;
  padding: 5px 4px;
  border: 1px solid #e6efe0;
  border-bottom: 0;
}
#search_form_block #plugin_tabs .active {
  background: #e6efe0;
  border: 1px solid #e6efe0;
}
#search_form_block #plugin_tabs .search_tab a {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  padding: 0 10px;
}
#search_form_block #search_form {
  background: #e6efe0;
  padding: 10px;
}
#search_form_block #search_form .wanted_text {
  width: 80px;
  display: block;
  float: left;
}
#search_form_block #search_form #wanted_text {
  width: 195px;
  border: 1px solid #0b6101;
}
#search_form_block fieldset {
  border: 0;
}
#search_form_block fieldset legend {
  color: #008000;
  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 #0b6101;
}
#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;
}

/****************************** bottom main ***************************************/

#bottom_main {
  margin-top: 25px;
  background-color: #f5f5f5;
  overflow: hidden;
  padding: 15px 0 10px 0;
}

#bottom_main h2 {
  color: #896e00;
  font-size: 130%;
  margin-bottom: 15px;
}

#bottom_main .middle .column-in {
  padding: 0;
  padding-left: 25px;
}

#bottom_main p.logolink {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 10px;
}

#bottom_main a:hover {
  text-decoration: none;
}

/****************************** paticka ***************************************/

#footer {
  margin-bottom: 50px;
}

#footer .column-in {
	font-size: 0.95em;
  text-align: left;
  padding: 45px 25px 25px 25px;
}

#footer .ft_left {
  width: 385px;
  float: left;
  background: url('../images/ft_v_line.png') right no-repeat;
  padding: 0 15px 0 0;
  height: 60px;
}

#footer .ft_left a.qcm_logo{
  float: left;
  margin: 0 20px 0 0;
}

#footer .ft_middle {
  width: 190px;
  float: left;
  background: url('../images/ft_v_line.png') right no-repeat;
  padding: 0 0 0 10px;
  height: 60px;
}

#footer .ft_middle ul{
  width: 80px;
  float: left;
  padding: 0;
  margin: 0 0 0 15px;
  _margin: 0;
}

#footer .ft_middle ul li{
  list-style: none;
}

#footer .ft_right {
  width: 320px;
  float: left;
  height: 60px;
}

#footer .ft_right a.mw_logo{
  float: left;
  margin: 0 20px 0 20px;
}

#theme-top {
  padding-right: 340px;
  text-align: right;
}
#theme-top a {
  padding-right: 30px;
  background: url('../images/nahoru.png') no-repeat right bottom;
  text-decoration: none;
  font-weight: bold;
}

/****** search words plugin ******/
span.highlight_words {
  padding: 0 0.25em;
  border: 1px solid #0e3c66;
  background: #fc6;
}

/************** chapters *********/
.article_chapter{
  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_pred.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_dale.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 ;
}
/**************  Hodnoceni­ pod clankem  **********/
.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: 0;
  padding-left: 0;
}

ul.sitemap li {
  margin-left: 20px;
}

ul.sitemap .lv-2 {
  font-weight:bold;
  font-size:120%;
  margin-top: 0.5em;
}

ul.sitemap .lv-3 {
  font-weight:bold;
  font-size:100%;
  margin-top: 0.5em;
}

/********************************* 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;
}

/* inline gallery */
#inlineGalleryBg {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
}

#inlineGallery {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 1000;
}

#inlineGallery img {
  border: 0;
}

#imgOuterBox {
  background: #fff;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  width: 32px;
  height: 32px;
}

#galleryImg {
  height: auto;
  _height:;
  width: auto;
  _width:;
}

#galleryNav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

#prevImg, #nextImg {
  display: block;
  height: 100%;
  outline: none;
  background: url('../images/inline_gallery/blank.gif') no-repeat 0 0;
}

#prevImg {
  float: left;
  width: 49%;
}

#prevImg:hover {
  background: url('../images/inline_gallery/left.gif') no-repeat 0 50%;
}

#nextImg {
  float: right;
  width: 49%;
}

#nextImg:hover {
  background: url('../images/inline_gallery/right.gif') no-repeat right 50%;
}

#imgInfoBox {
  height: 35px;
  overflow: hidden;
}

#imgInfo {
  float: left;
  width: 80%;
  text-align: left;
}

#imgTitle {
  font-weight: bold;
  font-size: 1.1em;
  color: #888;
  padding: 3px 0;
}

#imgClose {
  float: right;
  width: 20px;
  padding-top: 3px;
}

#customContentBefore, #customContentAfter { /* custom content */
  background: #fff;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}

#customContentBefore {
  text-align: left;
}

#customContentAfter {
  background: #eee;
}

/******** formatovani v editoru ***********/
.marker {
  background: #fdffc3;
  padding: 5px;
}

.pul-doleva {
  width:46%;
  float:left;
  padding:5px 10px;
  margin: 0.5em 0.5em 0.5em 0;
  border: 1px solid #9bbf9b;
  background: #e1ece1;
  position: relative;
  z-index: 100;
}

.pul-doprava {
  width:46%;
  float:right;
  padding:5px 10px;
  margin: 0.5em 0 0.5em 0.5em;
  border: 1px solid #9bbf9b;
  background: #e1ece1;
  position: relative;
  z-index: 100;
}

.pul-doprava h3,
.pul-doleva h3,
.pul-doprava h4,
.pul-doleva h4 {
  margin: 0;
}

.pul-doprava ul li,
.pul-doleva ul li,
.art-box ul li {
  line-height: 1.3em;
  margin: 5px 0;
}

.art-box {
  padding:5px 10px;
  margin: 0.5em 0;
  border: 1px solid #9bbf9b;
  background: #e1ece1;
}

.art-box .pul-doleva, .art-box .pul-doprava  {
  border: 0;
  padding: 0;
  width: 48%;
  margin-right: 0;
}

.bmk .bmk_body {
  clear: both;
  position: relative;
}

.bmk .bmk_header {
  position: relative;
  z-index: 1000;
}

.bmk .bmk_body .bmk_content {
  position: relative;
  top: -1px;
  padding: 1em;
  background: #ddd;
  border: 1px solid #aaa;
}

.bmk .visible {
  display: block;
}

.bmk .invisible {
  display: none;
}

.bmk .bmk_title {
  text-align: center;
  cursor: pointer;
  text-decoration: underline;
  padding: 5px;
  border: 1px solid #aaa;
  float: left;
  margin-right: 5px;
  width: 120px;
}

.bmk .bmk_title.active {
  background: #ddd;
  border-bottom: 1px solid #ddd;
}
