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


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

a {
  text-decoration: none;
  color: #c73034;
}

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;
  color: #0068ae;
}


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:visited, h3 a, h3 a:visited {
  text-decoration: none;
}

h2 a:hover, h3 a:hover {
  text-decoration: underline;
}

a img {
  border: 0;
  vertical-align: bottom;
}

a.link-img {
  position: relative;
}
a.link-img span {
  position: absolute;
  top: 0;
  left: 0;
}

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;
  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 {/* obalujici element s pozadim pro levy sloupec*/
  position: relative;
  margin: 0 auto;
  text-align: left;
  width: 974px;
  border: 0;
  font-size: 115%;
}

#wrapper { /* obalujici element s pozadim pro pravy sloupec*/
  margin: 0;
  padding: 0;
  background: url('../images/wrapper-bg.jpg') no-repeat 50% 0;
  padding-top: 1px;
}

#wrapper2 {
  border-color: #d7e3f4;
  border-width: 6px 7px;
  border-style: solid;
  padding: 7px 10px;
  background: #fff;
}

#header {
  margin: 0;
  padding: 0;
}

.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: 190px;
  margin: 0;
  padding: 0;
}

.middle {/* kontejner pro levy blok - matrjoska - nenastavovat padding */
  margin: 0;
  width: 700px;
  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 {
  height: 110px;
  background: url('../images/hlavicka.jpg') no-repeat 0 0;
  margin-top: 40px;
}

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

#header h1 {
	position: relative;
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
}

#header h1 a {
	text-decoration: none;
  display: block;
  width: 298px;
  height: 76px;
  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;
  position: absolute;
  top: 0;
  left: 0;
  width: 306px;
  height: 76px;
  cursor: pointer;
}

/*** radkova navigace  ****/
#row-site-navigation {
	width: 100%;
	clear: both;
	padding: 0;
	margin: 0;
	height: 20px;
}

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

#row-site-navigation ul li {
	list-style-image: none;
	display: inline;
}

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

#row-site-navigation ul li {
	list-style-type: square;
	display: inline;
	margin: 0 0 0 3em;
	padding: 0 0 0 3em;
	text-align: center;
}

#row-site-navigation ul li a {
	margin: 0 auto;
}

#row-site-navigation a {

}

/* search */
#search {
  float: right;
  position: relative;
}
#search form {
  margin: 0;
}
#search-input {
  border: 1px solid #00112b;
  width: 200px;
  height: 16px;
  padding: 0;
  text-align: center;
}
#go_button {
  vertical-align: top;
}

/* user */
#user-block {
  position: absolute;
  top: 0px;
  &top: 40px;
  left: 350px;
  font-size: 12px;
}

/* breadcrumb */
#breadcrumb {
  background: url('../images/breadcrumb-bg.png') no-repeat 0 0;
  padding: 2px 5px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 0.9em;
  position: relative;
  height: 18px;
  &height: 20px;
}
#breadcrumb a {
  color: #fff;
}

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

/***************************** obal. blok s obsahem **********************************/
/********************** OBRACENE PORADI SLOUPCU VANILLA 0.4 **************************/
#main {
  position:relative;
  width:100%;
  margin:0;
  padding:0;
  background: url('../images/main-bg.png') repeat-y 0 0;
}
#main .innerwrap {
  margin:0;
  padding:0;
  width:700px;
  float:right;
}

#top-box {
  position:absolute;
  top:65px;
  left:0;
  z-index:200;
}

/****************************** levy sloupec ***********************************/
.left {
  background: #0079c6;
}

.left .column-in {
	padding: 5px;
}
.left a {
  color: #fff;
}
.left h2 {
  color: #fff;
}

/* leve menu */
.left .column-in #menu ul {
  margin: 0;
  padding: 0;
}

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

.left .column-in #menu li a {
  display: block;
  padding: 3px 10px 3px 20px;
  border: 1px solid #64aedc;
  margin-bottom: 2px;
  color: #fff;
  text-decoration: none;
  background: #0079c6 url('../images/li-menu.png') no-repeat 5px 50%;
}

.left .column-in #menu li a:hover {
  background: #0D4A7C url('../images/li-menu-prihlaseni.png') no-repeat 5px 50%;
}

.left .column-in #menu li.submenu {
  border: 1px solid #64aedc;
  margin-bottom: 2px;
  background: #0469ac;
}

.left .column-in #menu li.submenu a {
  background: #0d4a7c url('../images/li-menu_rozbaleno.png') no-repeat 5px 50%;
  border: 0;
}
.left .column-in #menu li.submenu li a {
  font-weight: normal;
  padding-left: 30px;
  border: 0;
  background: url('../images/li-menu.png') no-repeat 20px 50%;
}
.left .column-in #menu li.active a,
.left .column-in #menu li.submenu li.active a {
  background: #0d4a7c url('../images/li-menu-prihlaseni.png') no-repeat 5px 50%;
}

.left .column-in #menu li a.nastenka,
.left .column-in #menu li a.rozvrh,
.left .column-in #menu li a.informacni-listy-predmetu,
.left .column-in #menu li a.zkouskove-rady,
.left .column-in #menu li a.zkousky-registrace,
.left .column-in #menu li a.skripta-1 {
  background: #0a5188 url('../images/li-nastenka.png') no-repeat right bottom;
}

/* login */
.left .user-login {
  background: #0a5188;
  padding: 5px;
}
.left .user-login h3 {
  margin: 0;
  color: #fff;
}
.left .user-login label {
  display: block;
  margin-bottom: 5px;
}
.left .user-login .l {
  color: #fff;
}
.left .user-login .val {
  border: 1px solid #162d50;
  width: 198px;
}
.left .user-login .submit input {
  background: url('../images/login-submit.png') no-repeat 0 0;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9em;
  width: 75px;
  height: 21px;
  cursor: pointer;
}
.left .user-login .vice a {
  padding-left: 15px;
  background: url('../images/li-menu-prihlaseni.png') no-repeat 5px 50%;
  font-weight: bold;
}

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

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

#content{
  font-size:112%;
  color: #333333;
}

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

.middle a img {
	border: 0;
}


.middle h2 {
	font-size: 2.1em;
}

.middle h3 {
	font-size: 1.5em;
	font-weight: bold;
}

.middle h4 {
	font-size: 1.2em;
}

.middle h5 {
	font-size: 1em;
}

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

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

.middle ul {
  list-style-position: outside;
  padding-left: 0;
  margin-left: 0;
}
.middle ul li {  
  list-style-type: none;
  background: url('../images/li.png') no-repeat 4px 7px;
  margin:0;
  padding: 0 0 0 15px;
}
.middle ul ul li {
  background: url('../images/li-li.png') no-repeat 4px 7px;
}
.middle ol li {  
  list-style-type: decimal; 
}

.middle address {  
  font-style: normal;
}

.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;
  font-size: 0.85em;
  font-weight: normal; 
  color: #666;
}

.item h3{
  font-size: 1.2em;
  font-weight: bold; 
  background: none;
}

.item .article-perex{
  font-size: 1em;
  font-weight: normal; 
  margin-top: 0;
  margin-bottom: 0;
}

.item .article-info {
  font-size: 0.85em;
  font-weight: normal; 
  color: #666;
}

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

p.vice a {
  padding-left: 12px;
  background: url('../images/vice.png') no-repeat 0 4px;
}

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

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

/* kdo jsme */
#b8 {
  background: #0b375d url('../images/kdo-jsme-bg.png') no-repeat 0 0;
  color: #fff;
  width: 700px;
  height: 245px;
  position: relative;
}
#b8 .kdo-jsme {
  padding: 10px 10px 5px 10px;
  float: right;
  width: 280px;
  line-height: 1.4em;
  font-size: 0.85em;
}

#b8 img.img-to-left {
  margin: 0;
}

#b8 a {
  color: #fff;
  font-weight: bold;
}

.kdo-jsme .vice  {
  height: 44px;
  display: block;
  vertical-align: bottom;
}


.kdo-jsme .vice a {
  height: 34px;
  padding-left: 50px;
  background: url('../images/logo-vss.png') no-repeat 0 0;
  display: block;
  padding-top: 10px;
  position: absolute;
  bottom: 5px;
}

/* mapka + kontakt */
.ccb .hp-addr {
  width: 290px;
  padding: 9px;
  border: 1px solid #dcdcdc;
  float: right;
  margin-left: 10px;
  margin-top: -20px;
  position: relative;
}
.ccb .hp-addr p {
  margin-top: 0;
}
.ccb .hp-addr .small a {
  font-size: 0.8em;
}
.ccb .hp-addr address {
  font-style: normal;
  color:#666666;
}
.ccb .hp-addr address strong {
  color: #0068ae;
  font-size:1.2em;
  line-height:0.9em;
}

/* okno/hlava */
.hp-addr #okno,
.hp-addr #hlava {
  position: absolute;
}
.hp-addr #okno {
  top: 45px;
  left: 81px;
  width: 5px;
  height: 12px;
  cursor: pointer;
  background: url('../images/blank.gif');
}
.hp-addr #hlava {
  top: 16px;
  left: 16px;
  width: 50px;
  height: 50px;
  background: url('../images/zalm-m.jpg') no-repeat 0 0;
}

/* aktuality */
#b7 {
  border-bottom: 6px solid #d7e3f4;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.ccb h2 {
  height: 20px;
  border: 0;
  font-size: 1.5em;
}
.ccb .hp-news {
  width: 375px;
  float: left;
}
.ccb .vice {
  font-weight: bold;
}
.aktuality h3 {
  font-size: 1em;
  margin-top: 0.75em;
}
.aktuality h3 a {
  color: #000;
}
.aktuality .adate {
  color: #666;
  margin: 0;
  font-size: 0.85em;
  font-weight: bold;
}
.aktuality .article-perex {
  font-weight: normal;
  color: #666;
  margin: 0;
  font-size: 1em;
  line-height: 1.2em;
}

/* nastenka */
.nastenka .ndate {
  float: left;
  width: 40px;
  padding: 3px;
  color: #fff;
  text-align: center;
  line-height: 1.2em;
  background: #0068ae;
  font-size: 0.9em;
  margin-right: 15px;
}

.nastenka .article-perex {
  font-weight: normal;
  color: #333;
  float: left;
  width: 635px;
  margin: 0;
  line-height: 1.3em;
}

.nastenka .article-perex a {
  color: #333;
  text-decoration: none;
}

.nastenka .article-perex a:hover {
  text-decoration: underline;
}

.nastenka .item {
  margin-top: 1em;
}

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

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

div#b-11 {
  margin: 2em 0;
}


/****************************** paticka ***************************************/
#footer {
  background: #760000;
  color: #fff;
}
#footer a {
  text-decoration:underline;
  color: #fff;
}
#footer .column-in {
	font-size: 90%;
	padding: 0 10px 10px;
}

/* nahoru */
#theme-top {
  text-align: right;
  background: url('../images/nahoru.png') no-repeat right 0;
  height: 23px;
  padding-right: 10px;
}
#theme-top a {
  text-decoration: none;
}
#theme-top a:hover {
  text-decoration: underline;
}

/* qcm */
.qcm-info {
  font-size: 0.9em;
  text-align: right;
  padding-right: 15px;
}
.qcm-info a {
  color: #666;
  text-decoration: none;
}
.qcm-info a:hover {
  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: 15px;
  margin-left: 20px;
  background-position: 4px 7px;
}

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

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