body {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font: 65%/1.5 Tahoma,"Arial CE","Lucida Grande CE",Arial,lucida,sans-serif;
  background: #7b95c8;
  color: #000;
}


/********************************* Typo & html elements ****************************/
p {
  margin: 0.5em 0;
  text-align:justify;
}

a {
  text-decoration: underline;
  color: #036;
  font-weight:bold;
}

a:visited {
}

a:hover {
  text-decoration: underline;
  color: #330;
}

#header a, #footer a, .left a, .right a {
  text-decoration: none;
}

#header a:hover, #footer 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 {
  font-size: 150%;
  font-weight: bold;
  margin: 0.25em 0 0;
  color: #003466;
}

h3 {
  font-size: 130%;
  color: #003466;
}

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;
  -moz-border-radius: 0;
  margin: 0 0 1em 0;
}

legend{
  padding:0 0.5em;
  font-size:140%;
  font-weight:bold;
}

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;
  left: 5px;
  margin: 0 auto;
  text-align: left;
  width: 95%;
  border-left: 10px solid #182e6e;
  font-size: 115%;
  background: url('../images/layout/rightborder.png') #fff right top repeat-y;
}

#wrapper { /* obalujici element s pozadim pro pravy sloupec*/
  margin: 0;
  padding: 0;
}

#header {
  margin: 0;
  padding: 0;
}

.left {/* kontejner pro levy blok - matrjoska - nenastavovat padding */
  float: left;
  width: 0%;
  margin: 0;
  padding: 0;
}

.right {/* kontejner pro levy blok - matrjoska - nenastavovat padding */
  float: right;
  width: 22%;
  margin: 0;
  padding: 0;
}

.middle {/* kontejner pro levy blok - matrjoska - nenastavovat padding */
  margin: 0;
  width: 57%;
  float: left;
  clear: none;
}

#footer {
  background: url('../images/layout/rightborder.png') #182e6e right top repeat-y;
  color:#fff
}

.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;
}

.hidden {
  display: none;
}

/******************************* Layout structures  ****************************/

/****** hlavicka *******/
#header{
  background: url('../images/layout/headbg.png') #fff left top repeat-x;
  height: 116px;
}

#header .column-in {
  margin: 0;
  padding: 0;
  padding: 0;
  position: relative;
  height: 116px;
  background: url('../images/layout/head.jpg') transparent right top no-repeat;
}

#header h1 {
  position: relative;
  top: 0px;
  left: 0px;
  color: #fff;
  padding: 0;
  margin: 0;
  text-decoration: none;
  font-weight: normal;
  height: 88px;
}
#header h1 a {
  position: relative;
  text-decoration: none;
  color: #fff;
  padding: 0;
  margin: 0;
  height: 88px;
}

#header h1 a:hover {
  text-decoration: none;
}

#searchform {
  padding: 0;
  margin: 0;
}

#search-input {
  font-size: 92%;
  width: 12em;
  margin: 0;
  padding: 1px 2px;
  line-height: 1.4em;
  border: solid #000 1px;
  margin-left: 10px;
  
}

#go_button {
  position: relative;
  left: 3px;
  top: 4px;
  
}


a.hidden-nav {/******** preskoceni navigace ********/
  position: absolute;
  top: 0px;
  height: 1px;
  background: transparent;
  color: #000;
  overflow: hidden;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  width: 940px;
  z-index: 20;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none !important;
}

a.hidden-nav:active,a.hidden-nav:focus {
  height: 1.5em;
  background: #fff;
  text-decoration: none !important;
  color:#000;
}

a.hidden-nav:hover {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none !important;
}

/***************************** obal. blok s obsahem **********************************/
#main {
font-size:85%;
}
#main .middle {
 width:98%;
}
#main .middle ul, #main .middle ol{
 margin:0 0 0 20px;
 padding:0
}
#main .middle ul li{
 list-style-type: square;
 margin:0;
 padding:0
}
#main .middle ol li{
 margin:0;
 padding:0
}

#main .middle table {
  width: 99%;
}

#main .middle table, #main .middle table td, #main .middle table th{
  border:1px solid #000;
}

/****************************** levy sloupec ***********************************/
#main .topmenu {
  width: auto;
  text-align: right;
  padding: 4px 0;
  padding-top: 2px;
  margin: 0 20px 0 0;  
  background: url('../images/layout/topmenu.png') left bottom repeat-x;
  font-size: 88%;
}

#main .topmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-right: 5px;
  float: right;
}

#main .topmenu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
  padding-right: 5px;
  padding-left: 5px;
  border-right: solid #000 1px;
}

#main .topmenu a {
  text-decoration:none;
}

#main .topmenu a:hover {
  text-decoration:none;
}

#main .topmenu ul li a {
  color: #330;
  text-decoration:none;
  font-size: 110%;
}

#main .topmenu ul li a:hover {
  color: #036;
}

#main .topmenu .lang li {
  border-right: solid #000 0px;
}

#main .topmenu .lang li a {
  color: #036;
}

#main .topmenu .lang li a:hover {
  color: #330;
}

.left .column-in {
  padding: 10px 0 0 2px;
}


/* leve menu */
.left .column-in #menu ul {
  margin: 0;
  padding: 0;
}

.left .column-in #menu li {
  list-style: none;
  margin: 0;
  padding: 5px 0;
}


.left .column-in #menu li a {
  text-decoration: none;
  display: block;
  padding-left: 20px;
  background: url('../images/layout/bullet1.png') 6px 0.3em no-repeat;
}

.left .column-in #menu li a:hover {
  text-decoration: none;
  background: url('../images/layout/bullet2.png') 6px 0.3em no-repeat;
}
.left .column-in #menu li ul {
  margin: 0 0 0 0px;
}

.left .column-in #menu li ul.level2 {
  margin-left: 8px;
}

/******************************* stredovy sloupec ******************************/

.middle {
}

.middle .column-in {
  padding: 1em 20px;
  position: relative;
}

#content{
  font-size:102%;
  background: #F7F7F0;
  min-height: 400px;
  _height: 400px;
}

.middle  img {
 /* width: auto;
  max-width: 99%;
  */
}

.middle h3 {
  font-weight: bold;
}

.middle a:hover {

}

.rightcolumn {
  float:left;
  width: 220px;
  position: relative;
  margin-left: 20px;
}

.leftcolumn {
  float:left;
  width: 330px;
  position: relative;
  background: #F7F7F0;
}

.rightcolumn .date,.leftcolumn .date {
  color: #09659E;
}

.leftcolumn .columnin, .rightcolumn .columnin {
  padding: 8px;
}

.leftcolumn .columnin .article-perex, .rightcolumn .columnin .article-perex{
  font-weight: normal;
}

.rightblock {
  float: right;
  width: 150px;
  border-left: 1px solid #A3B5C8;
  padding: 0;
  padding-left: 10px;
  position: relative;
  color: #666600;
  font-size: 80%;
}

.relatedbox {
  display: block;
  width: 50%;
  float:left;
  margin-bottom: 1em;
}

.linksbox {
  display: block;
  width: 50%;
  float:left;
  margin-bottom: 1em;
}

.linksbox h3, .relatedbox h3 {
  padding-left: 5px;
  border-top: solid #030 1px;
  color: #000;
  font-size: 120%;
}

.linksbox h4, .relatedbox h4 {
  margin-top: 3px;
}

.linksbox h4 a, .relatedbox h4 a {
  padding-left: 18px;
  background: url('../images/layout/bullet1.png') 3px 0.3em no-repeat;
}

.linksbox h4 a:hover, .relatedbox h4 a:hover {
  background: url('../images/layout/bullet2.png') 3px 0.3em no-repeat;
}

.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;
  font-size:100%;
}
.middle table th {
  border: 1px solid gray;
  padding: 0px 3px;
}
.middle table th {
  border: 1px solid gray;
  padding: 0px 3px;
}
.middle table td {
  border: 1px solid gray;
  padding: 0px 3px;
}
.middle table td p {
  padding: 0;
  margin: 0;
}
.article-perex {
  font-weight: bold;
  padding: 0 0 0;
  margin: 0.5em 0 1em 0;
}
.article-perex img{
  float:right;
  padding: 0 0 0;
  margin: 0.5em 0 1em 1em;
}
.perex_image {
  float: left;
  margin: 5px;
}

.listperexbox .article-perex {
  font-weight: normal;
}

.inline-nav {
  color: #3B3B3B;
  padding: 0.5em 1em;
  border-bottom: solid #003300 1px;
}

.middle ul {
 list-style-position: outside;
 padding-left:0; 
 margin-left:1em; 
}
.middle ul li {  
 list-style-type: none; 
 margin-left:0;
 padding-left:1em;
}
.middle ol li {  
 list-style-type: decimal; 
}
.article-footer{
 text-align: left;
 font-style:italic;
 border-top:1px solid #f2f2f2;
}
.article-info{
 padding:0.15em 0.25em 0 0.5em; 
 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;
 width:16px;
 height:11px;
 background: url('../images/layout/more_arrow.gif') left top no-repeat;
}

.full-story:hover {
 background: url('../images/layout/more_arrow_hover.gif') left top no-repeat;
}

.full-story span{
  margin-left: -100000px;
}

hr.separator{
  visibility:hidden;
}
.pager{
  padding:0.5em;
 display:block;
 text-align:center;
}
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_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('../images/ico_dale.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_pred.gif') right top no-repeat;
  padding-right:25px;
  margin-left:0;
}
.l-marg{
  float:left;
  display:block;
  background: transparent url('../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;

}

/************* 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%;
 background:red;
}


/************************************ pravy sloupec ***************************/
.right .column-in {
  font-size: 95%;
  margin: 0;
  padding: 0 20px 1.5em;
}
.right h3, .right h4, .right h5 {
  font-weight: normal;
  margin: 1em 0 0;
  padding: 0;
}
.right h3 {
  padding: 0;
  clear: both;
  height: 2em;
  position: relative;
  font-size: 125%;
  font-weight: bold;
}
.right h3 span {
  margin: 0 0 0 35px;
  padding: 0 0.5em;
}
.right h3 span.img {
  position: absolute;
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  display: block;
  left: 0;
  top: 0;
}

.right ul li, .right p.standard{
font-size:115%;
list-style:none;
}

.right a {
  padding-left: 12px;
  background: url('../images/layout/arr.html') left 3px no-repeat;
}

.rate_text{
  font-weight:bold;
}
.right h4, .right li{
  font-size: 105%;
  clear: both;
  margin-top: 0.75em;
}
.right h4 a, .right li span{
  padding-left: 1em;
  display: block;
}
.right h4 a:hover {

}
.right h4.dokumenty{
  background-image: none;
  position:relative;
}
.right h4.dokumenty img {
  position:absolute;
  left:-20px;
  top:0.3em;
  padding:0;
}
body[id] .right h4.dokumenty img {
  left:-10px;
}
.right h4.dokumenty a{
  background-image: none;
}
.right .detail {
  margin: 0;
  padding: 0;
  font-style: italic;
}
.right h5 {
  font-size: 110%;
}
.right p, .right ul {
  font-size: 90%;
}
.right ul {
  list-style-position: inside;
  list-style-type: square;
  margin: 0;
  padding: 0 0 0 0;
}
.right .article-perex {
  font-weight: normal;
  padding: 0 1em;
}

/****************************** paticka ***************************************/
#footer a {
text-decoration:underline;
color:#fff;
}
#footer .column-in {
  text-align: right;
  font-size: 90%;
  padding-bottom: 5px;
}

#footer .column-in ul {
display:block;  
text-align: right;
margin: 0;
padding: 0;
}
#footer .column-in ul li{
list-style-type:none;
display:inline;  
margin: 0;
padding: 0;
}
#footer .column-in a {
padding:0 10px;
}
#design{
  color:#000;
}
#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);
}

#search fieldset {
  border: solid #000 1px;
}

#search .formButton {
  float: right;
}

#search legend {
  color: #003300;
}

#search h4 {
  color: #036;
}

.searchterms {
  float: right;
}

.search-line {
  border-bottom: 1px solid #7C9DE6;
}

/****** userreg ******/
.user_login {
  
}

fieldset.user_login {
  border: solid #000 1px;
}

.user_login legend {
  color: #030;
}

.user_login label {
  width: 60px;
  display:block;
  float: left;
  font-size: 12px;
}

.profile {

}

.profile fieldset {
  border: solid #000 1px;
}

.profile  legend {
  color: #030;
}

.profile .labeltext {
  float: right;
}
/************** 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_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 ;
}
/**************  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:-10px;
 padding-left:0;
}
ul.sitemap li{
 padding:0.25em 0.25em 0.25em 1em;
 background-position: left center;
}
ul.sitemap .lv-2{
 font-weight:bold;
 font-size:120%;
 margin-top:2em;
 background-image:none;  
 padding:.05em .5em .05em 1em ;

}

ul.sitemap .lv-3{
 font-weight:bold;
 font-size:100%;
 margin-top:1em;
 padding:.05em .5em .05em 35px;
}

ul.sitemap .lv-4{
 padding-left:20px;
}


/******** 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;
}

.perex_date {
  color: #09659E;
}
.twrap {
 overflow-x:scroll;
 width:99%;
 margin-top:10px;
 padding:1px;
}
.lang {
float:left;
font-size:110%;
margin-left:5px;
}
.lang img{
margin-right:5px;
}
.a_151 #main-content-center {
width:690px;
}
.a_homepage #all {
width:510px;
}
.a_homepage #content {
width:450px;
}

.twrap .b1131 {border-top: 1px solid #000000; border-right: 1px solid #000000; border-bottom: 3px solid #000000; border-left: 1px solid #000000;}

