body {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font: 62.5%/1.5 Verdana, Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: url('../images/body-bg.png') repeat-x 0 0;
}


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

a {
  text-decoration: underline;
  color: #333b91;
}

a:visited {
}

a:hover {
  text-decoration: underline;
}

#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: normal;
  margin: 0.25em 0 0;
  color: #333b91;
}

h3 {
  font-size: 120%;
  color: #4f4f4f;
}

h4 {
  font-size: 115%;
  color: #4c70af;
}

h5 {
  font-size: 110%;
  color: #819dcf;
}

h6 {
  font-size: 105%;
  color: #819dcf;
}

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;
  border-bottom: 0;
}

address {
  font-style: normal;
  margin: 10px 0;
  padding: 5px 5px 5px 35px;
  border: 2px solid #dfebff;
  background: #eff5ff url('../images/adresa.jpg') no-repeat 5px 5px;
}

fieldset{	
  padding: 1em;
  margin: 0 0 2em 0;
  border: 0;
}

body[id] fieldset {
  width:auto;
  -moz-border-radius: 0;
  margin: 0 0 1em 0;
}

legend{
  padding: 0;
  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;
}  

form {
  background: #f8fef8;
  padding: 0.25em 1em;
  border: 1px solid #C2D9EF;
  margin-bottom: 1em;
}

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: 0 auto;
  text-align: left;
  width: 962px;
  border: 0;
  font-size: 115%;
  color: #333;
}

#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: 236px;
  margin: 0;
  padding: 0;
}

.left .aktuality {
  _width: 220px;
}

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

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

#footer {

}

.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: -1500px;
}

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

/****** hlavicka *******/
#header {
  margin: 20px 0 45px;
  border: 1px solid #bebebe;
  background: url('../images/header-bg.png') no-repeat bottom left;
  height: 169px;
  position: relative;
}

#header .column-in {
  margin: 0;
  padding: 0;
  position: relative;
  background: url('../images/flash-bg.jpg') no-repeat right 0;
}

#header h1 {
	position: relative;
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	width: 300px;
	overflow:hidden;
}

#header h1 a {
	text-decoration: none;
  display: block;
  height: 158px;
}

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

#header h1 span {
  width: 300px;
  height: 158px;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/h1-bg.png') no-repeat top left;
  cursor: pointer;
}

#flash {
  width: 660px;
  height: 158px;
  position: absolute;
  right: 0;
  bottom: 0;
  _bottom: 10px;
}

#flash .article-content,
#flash p {
  padding: 0;
  margin: 0;
}

/*** radkova navigace  ****/
#row-site-navigation {
	width: 100%;
	padding: 0;
	margin: 0;
	height: 20px;
	position: absolute;
	top: -20px;
	left: 0;
}
#row-site-navigation p {
  margin: 0;
  text-align: left;
}

#row-site-navigation #b30 {
  float: right;
}

#test {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #f00;
  font-weight: bold;
  font-size: 1.4em;
}

/******** preskoceni navigace ********/
a.hidden-nav {
	position: absolute;
	top: 0;
	left: 0;
  margin-left: -1000px;
	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 {
	clear: both;
	margin: 0;
	padding: 0;
	width: 960px;
	background: #faefb6;
}

#top-box .column-in {
	padding: 0;
}

#top-box .middle, #top-box .right {
  width: auto;
}

#top-box ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#top-box ul li {
  display: block;
  float: left;
  border-right: 1px solid #bebebe;
  padding: 0;
  background-image: none;
}

#top-box ul li a {
  display: block;
  padding: 6px 15px 4px;
  height: 22px;
  font-size: 1.1em;
  color: #000;
  text-decoration: none;
  background: #faefb6 url('../images/top-box-link.png') repeat-x 0 0;
  _float: left;
}

#top-box ul li a:hover,
#top-box ul li.active a,
#top-box ul li.eactive a,
#top-box ul li.oactive a {
  background: #fdef9c url('../images/top-box-link-active.png') repeat-x 0 0;
  text-decoration: none;
}

#top-box .right ul {
  float: right;
}

#top-box .right ul li {
  border-left: 1px solid #bebebe;
  border-right: 0;
}

/***************************** obal. blok s obsahem **********************************/
/********************** OBRACENE PORADI SLOUPCU VANILLA 0.4 **************************/
#main {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
#main .innerwrap {
  margin: 0;
  padding: 0;
  width: 726px;
  float: right;
}

#top-box {
  position: absolute;
  top: 170px;
  &top: 190px;
  left: 0;
  z-index: 200;
  height: 32px;
  border: 1px solid #bebebe;
}

/****************************** levy sloupec ***********************************/
.left .column-in {
	padding: 0;
}

/* leve menu */
.left .column-in #menu ul.level1 {
  padding: 5px 0;
  background: #f7db00;
}

.left .column-in #menu ul ul {
  margin: 3px 0;
  padding: 0;
}

.left .column-in #menu ul ul li a {
  padding-left: 35px;
}

.left .column-in #menu ul ul li li a {
  padding-left: 55px;
}

.left .column-in #menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  _display: inline;
}

.left .column-in #menu li a {
  text-decoration: none;
  display: block;
  padding: 3px 15px;
  font-weight: bold;
  color: #121212;
  line-height: 1.2em;
}

.left .column-in #menu li.submenu li a {
  color: #121212;
  background: #f7db00;
}

.left .column-in #menu #b24 li.submenu li a {
  color: #121212;
  background: #fff;
}

.left .column-in #menu li a:hover,
.left .column-in #menu li.active a,
.left .column-in #menu li.menu-active a,
.left .column-in #menu li.submenu li a:hover,
.left .column-in #menu li.submenu li.active a {
  text-decoration: none;
  background: #333b91;
  color: #fff;
}

.left .column-in #menu #b24 li.submenu li a:hover,
.left .column-in #menu #b24 li.submenu li.active a {
  background: #333b91;
  color: #fff;
}

.left .column-in #menu .marwelBlockMenuHeader {
  background: #f7ec9d;
  color: #212a8a;
  border: 1px solid #bebebe;
  border-bottom: 0;
  padding: 0 15px;
}

/* leve bloky */
.left .lb {
  border: 1px solid #bebebe;
  background: #fff;
  margin-bottom: 10px;
}

.left #b24,
.left #b4 {
  border: 0;
  margin: 0;
}

.left #b24 ul.level1,
.left #b4 ul.level1 {
  border: 1px solid #bebebe;
  margin: 0 0 10px;
}

.left #b29 ul.level1 {
  margin: 0;
}

.left .column-in #menu #b29 ul {
  background: #333b91;
  color: #fff;
}

.left .column-in #menu #b29 li a {
  color: #fff;
}

.left .column-in #menu #b29 li a:hover,
.left .column-in #menu #b29 li.active a,
.left .column-in #menu #b29 li.menu-active a,
.left .column-in #menu #b29 li.submenu li a:hover,
.left .column-in #menu #b29 li.submenu li.active a {
  color: #000;
  background: #f7db00;
}

.left .column-in #menu #b24 ul.level1 {
  background: #fff;
}

.left .column-in #menu #b24 ul li {
  line-height: 1.2em;
  padding: 1px 0 0;
}

.left #b4 ul.level1 {
  /*border-top: 0;*/
}

.left .lb h2 {
  background: #f7f1c1;
  color: #2b3895;
  margin: 0;
  padding: 0 5px;
  font-size: 1.6em;
  font-weight: normal;
}

.left .lb .article-content {
  padding: 5px;
}

.left #b13 {
  height: 412px;
  width: 234px;
  overflow-y: auto;
  scrollbar-arrow-color: #444;
  scrollbar-3dlight-color: #888;
  scrollbar-darkshadow-color: #888;
  scrollbar-face-color: #c5c5c5;
  scrollbar-highlight-color: #c5c5c5;
  scrollbar-shadow-color: #c5c5c5;
  scrollbar-track-color: #eee;
}

.left #b13 .aktuality {
  _width: 205px;
}

.left #b13 h2 a {
  text-decoration: none;
}

.left #b13 h3 {
  margin: 0;
  font-size: 1.1em;
}

.left #b13 h3 a {
  text-decoration: underline;
  color: #000;
}

.left #b13 .article-date {
  font-size: 1em;
  color: #2b3895;
  font-weight: bold;
}

.left #b13 .item {
  margin-bottom: 10px;
}

.left #b14,
.left #b22 {
  border: 0;
}

.left #b14 .article-content,
.left #b22 .article-content {
  padding: 0;
}

.left #b30 {
  color: #fff;
  background: #333b91;
  padding: 5px;
  text-align: center;
  margin-bottom: 0;
}

.left #b30 span {
  font-size: 1.1em;
  font-weight: bold;
}

.left #b30 a {
  color: #fff;
}

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

#breadcrumb {
  font-size: 0.85em;
}

.middle .column-in {
	padding: 0 9px;
	position: relative;
}

#main-content-center {
  padding: 0 5px;
  /*background: #fff;
  border: 1px solid #bebebe;*/
  &width: 482px;
}

.home #main-content-center {
  padding: 0;
  background: transparent;
  border: 0;
  &width: 492px;
}

.home-box {
  width: 240px;
  border: 1px solid #bebebe;
  height: 200px;
  margin-bottom: 10px;
  background: #fafafa url('../images/box-bg.png') repeat-x 0 bottom;
  overflow-y: auto;
  scrollbar-arrow-color: #444;
  scrollbar-3dlight-color: #888;
  scrollbar-darkshadow-color: #888;
  scrollbar-face-color: #c5c5c5;
  scrollbar-highlight-color: #c5c5c5;
  scrollbar-shadow-color: #c5c5c5;
  scrollbar-track-color: #eee;
}

.middle .home-box h2 {
  color: #333b91;
  font-size: 1.2em;
  margin: 0;
  background: #f7f1c1;
  padding: 4px 5px 4px 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.middle .home-box ul {
  margin: 5px 0;
  padding: 0;
  font-size: 0.9em;
}

.middle .home-box ul li {
  list-style-type: none;
  _display: inline;
  padding: 0;
  background-image: none;
}

.middle .home-box ul li a {
  display: block;
  padding: 0 5px 0 15px;
  text-decoration: none;
  color: #000;
}

.middle #article a {
  font-weight: bold;
}

.middle .home-box ul li a:hover {
  background: #2b3895;
  color: #fff;
}

.home-left {
  float: left;
}

.home-right {
  float: right;
}

#content{
  font-size:112%;
}

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

.middle td img {
  max-width: none;
}

.middle h2 {
  font-size: 2em;
  margin: 0.5em 0;
  line-height: 1.2em;
}

.middle h3 {
	font-weight: bold;
}

.middle a:hover {

}
.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: 0;
	border-collapse: collapse;
	width: auto;
	max-width: 99%;
	padding: 0;
	margin: 0;
}
.middle table.registration,
.middle table.registration th,
.middle table.registration td {
  border: 0;
  background: transparent;
}
.middle table.registration input {
  border: 1px solid #bebebe;
}

.middle table th {
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #fff;
	background: #f7db00;
	color: #333b91;
	padding: 5px;
}
.middle table td {
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #fff;
	background: #ededed;
	padding: 5px;
}
.middle table .even td {
  background: #d8d8d8;
}
.middle table td p {
	padding: 0;
	margin: 0;
}
.article-perex {
	padding: 0 0 0;
	margin: 0.5em 0 1em 0;
	font-style: italic;
}

.perex_image {
  float: left;
  margin: 0 10px 10px 0;
}

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

.middle ul {
  list-style-position: outside;
  padding-left: 25px;
  margin: 5px 0;
}
.middle ul li {  
  list-style-type: none;
  margin:0;
  padding:0 0 0 15px;
  background: url('../images/li.png') no-repeat 0 8px;
}
.middle .hash-files ul,
.middle .hash-folders ul {
  padding: 0;
}
.middle .hash-files ul li,
.middle .hash-folders ul li {
  background-image: none;
  margin: 10px 0;
  padding: 0;
}
.middle .hash-files ul li img,
.middle .hash-folders ul li img {
  vertical-align: bottom;
}
.middle ol li {  
  list-style-type: decimal; 
}
.middle ol ul li {
  list-style-type: none;
}
.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;
}

.item .article-info {
  margin: 0.7em 0 0 0;
  font-size: 0.9em;
}

.item .article-perex {
  margin: 0.3em 0;
}

.item .full-story {
  text-transform: lowercase;
}

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

#site-top {
  text-align: right;
}

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_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;
}

/* faq */
.faq_question {
  color: #4f4f4f;
}

.faq_submit {
  border: 0;
  padding: 10px 0 0;
}

.faq_submit label {
  display: block;
  float: left;
  width: 150px;
}

.faq_submit p {
  clear: left;
}

.faq_submit #title,
.faq_submit #question,
.faq_submit #email {
  width: 300px;
  border: 1px solid #bebebe;
}

.faq_submit #check {
  width: 30px;
  border: 1px solid #bebebe;
}

.faq_submit .small {
  display: block;
  font-size: 0.85em;
}

/* e-podatelna */
.t label {
  display: block;
  width: 150px;
  float: left;
}

.t {
  clear: left;
}

.t input,
.t textarea {
  border: 1px solid #bebebe;
  width: 300px;
  _width: 295px;
}

.t input[type="file"] {
  width: auto;
}

/* registrace */
#userinfo fieldset {
  padding: 0;
}

#userinfo .label {
  display: block;
  width: 150px;
  float: left;
}

#userinfo p {
  clear: left;
}

#userinfo label input {
  border: 1px solid #bebebe;
  width: 300px;
  _width: 295px;
  margin: 0;
}

.procurements-form .label {
  display: block;
}
.procurements-submit {
  float: right;
}
/************* 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 .column-in {
	margin: 0;
	padding: 0;
}

.right .rb {
  margin-bottom: 10px;
}

.right .rb h2 {
  font-size: 1.1em;
  margin-top: 1em;
  color: #4f4f4f;
  font-weight: bold;
}

.right #searchform {
  background: #a2a2a2;
  padding: 5px;
  margin: 0 0 10px;
  border: 0;
}

.right #search-input {
  border: 1px solid #818181;
  background: #fff;
  width: 135px;
  height: 19px;
}

.right #go_button {
  vertical-align: top;
}

.right .calendar-main h2 {
  text-transform: uppercase;
}

.right .calendar-main h2 span {
  display: none;
}

.right .calendar-in {
  border: 1px solid #bebebe;
}

.right .calendar-in table td.calendar {
  border: 1px solid #bebebe;
}

.right .calendar-in table {
  width: 100%;
  border: 0;
  border-top: 10px solid #ffd500;
}

.right .calendar-in table td {
  text-align: center;
}

.right .calendar-in table td.calendarHeader,
.right .calendar-in table td.calendarHeaderDay,
.right .calendar-in table td.calendarWeekNumber {
  font-weight: bold;
}

.right .calendar-in table td.calendar {
  background: #ededed;
  border: 0;
}

.right .calendar-in table td.wd6,
.right .calendar-in table td.wd7 {
  background: #c5c5c5;
}

.right .calendar-in table td.markedDay {
  background: #f7db00;
}

.right .calendar-in table td.calendar a,
.right .calendar-in table td.calendarToday a {
  color: #000;
  padding: 6px 0 0;
  text-align: right;
  font-size: 1.2em;
}

.right .calendar-in table td.calendarToday {
  background: #ededed;
  font-weight: bold;
}

.right .calendar-in table td a {
  display: block;
}

.right .calendar-in table td a:hover {
  background: #dedede;
  color: #000;
  text-decoration: none;
}

/* anketa */
.right #b16 .poll {
  border: 1px solid #bebebe;
  background: url('../images/box-header.png') repeat-x 0 0;
  padding: 15px 5px 5px;
}

.right #b16 h2 {
  text-transform: uppercase;
}

table.outer th {
  text-align: left;
}

table.outer td {
  padding: 2px 0;
}

.right #b16 form {
  margin: 0;
}

.poll-question {
  font-weight: bold;
}

.poll-answer input {
  vertical-align: top;
}

.poll-submit {
  text-align: center;
}

/* vyzvy */
.right #b20 .article-content {
  border: 1px solid #bebebe;
  background: url('../images/box-header.png') repeat-x 0 0;
  padding: 5px;
}

.right #b20 h2 {
  text-transform: uppercase;
}

.right #b20 ul {
  margin: 0;
  padding: 0;
}

.right #b20 ul li {
  margin: 1em 0;
  padding: 0;
  list-style-type: none;
  font-weight: bold;
}

/* souvisejici clanky, nejblizsi akce */
h2.related,
h2.readed {
  text-transform: uppercase;
}

.box-related,
.box-actions {
  border: 1px solid #bebebe;
  background: url('../images/box-header.png') repeat-x 0 0;
  padding: 5px;
}

.box-related a,
.box-actions a {
  text-decoration: underline;
}

.box-related h4,
.box-actions h4 {
  font-size: 1em;
}

/* posledni dokumenty b31 */
#b31 h2 {
  text-transform: uppercase;
}

#b31 .article-content {
  border: 1px solid #bebebe;
  background: url('../images/box-header.png') repeat-x 0 0;
  padding: 10px;
  height: 177px;
  overflow: auto;
  scrollbar-arrow-color: #444;
  scrollbar-3dlight-color: #888;
  scrollbar-darkshadow-color: #888;
  scrollbar-face-color: #c5c5c5;
  scrollbar-highlight-color: #c5c5c5;
  scrollbar-shadow-color: #c5c5c5;
  scrollbar-track-color: #eee;
}

#b31 ul {
  margin: 0;
  padding: 0;
}

#b31 ul li {
  list-style-type: none;
  margin: 10px 0 0;
  padding: 0;
}

#b31 ul li img {
  vertical-align: bottom;
}

#b31 ul li .fdate {
  color: #333b91;
  font-weight: bold;
}

#b31 ul li a {
  color: #000;
  text-decoration: underline;
}

/****************************** paticka ***************************************/
#footer a {
text-decoration:underline;
}
#footer .column-in {
	text-align: right;
	padding: 0;
}
#footer .footer-links {
  background: #ffd500;
  border: 1px solid #bebebe;
  padding: 5px;
  font-size: 1em;
}

#footer .rop {
  margin-right: 15px;
}

#footer p {
  font-size: 0.9em;
}

#footer .zlin {
  margin-left: 15px;
}

#footer .ol {
  margin-left: 40px;
}

#footer .qcm-info {
  color: #ccc;
  text-align: right;
  font-size: 0.9em;
  padding-right: 5px;
}

#footer .qcm-info a {
  color: #999;
  text-decoration:none;
}

#footer .qcm-info a:hover {
  color: #666;
  text-decoration:underline;
}

/****** search words plugin ******/
span.search_words{
  padding:0 0.25em;
  border:1px solid #0E3C66;
  background:rgb(255,204,102);
}

/************** 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{
  padding-left: 10px;
  margin-left: 20px;
  background-position: left center;
}

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


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

.art-box {
  border: 1px solid #bebebe;
  background: url('../images/box-header.png') repeat-x 0 0;
  padding: 15px 5px 5px;
  margin: 10px 0;
}

.dalsi {
  text-align: right;
  font-size: 0.9em;
}
.right .dalsi {
  font-size: 1em;
}
.dalsi a {
  padding-right: 10px;
  background: url('../images/dalsi.png') no-repeat right 4px;
}

.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;
}

.ph_none,
.ph_left,
.ph_center,
.ph_right {
  text-align: center;
}

.ph_left {
  float: left;
  margin: 0 10px 10px 0;
}

.ph_right {
  float: right;
  margin: 10px 0 0 10px;
}

.ph_title {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}

/* boxy  */
.prevbox {
  float: left;
  width: 230px;
  margin-right: 10px;
  _margin-right: 5px;
}
.prevbox h3 {
  padding-left: 4px;
  border-bottom: 2px solid #4F4F4F;
}

.prevbox h3 a {
  text-decoration: none;
}

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

.prevbox ul {
  padding-left: 16px;
  color: #efce1d;
  font-size: 90%;
}

.prevbox ul li {
  list-style-type: square;
  padding: 0 0 8px;
  background-image: none;
}
