
* {padding: 0; margin: 0; box-sizing: border-box;}
ul {
    list-style-type: none;
}
.clearfix:after, #body:after, #left a:after, .period:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
* html .clearfix {
	height: 1%;
}


body { /* globalni nastaveni */
	padding: 20px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.5em;
    margin: 0 auto;
    background: url("design/w.png") repeat-x #fff;
}

.ray { /* reklamni prouzek */ 
  float: right;
  width: 40px;
  margin-right: 1px;
  position: absolute;
  top: 0px;
  right: 8px;
}
.ray a, .ray a:visited, .ray a:hover { /* odkaz */
	display: block;
	float: left;
	padding: 0px;
	width: 40px;
    background: url("design/xray.png") no-repeat;
    font-size: 0;
}

a.xray1 {
    height: 155px;
    margin-bottom: 15px;
}
a.xray1:hover {
    background-position: -40px 0;
}
a.xray2 {
    background-position: 0 -170px;
    height: 180px;
}
a.xray2:hover {
    background-position: -40px -170px;
}
a.xray3 {
    background-position: 0 -350px;
    height: 120px;
}
a.xray3:hover {
    background-position: -40px -350px;
}

.w980 {
    width: 980px;
}

.menu260 main,
.menu260 nav.prevnext 
{
    box-sizing: border-box;
    padding-top: 8px;
    margin-left: 300px; 
    margin-right: 30px;
/*    margin-right: 20px;*/
    width: auto;
}
.w980 .menu260 main.sidebar {
/*    margin-right: 20%;*/
}


.noMenu main,
.noMenu .prevnext {
    padding: 10px 20px 30px 20px;
/*    padding-right: 20px;*/
/*    width: auto;*/
/*    width: 920px;*/
}


main .chtitle {
    width: auto
}


body > header { 
  height: 150px;
  position: relative;
  background: url("design/head.png") no-repeat darkred;
      font-weight: bold;
  }


header div.subtitle {
    font-size: 13px;
    font-variant: small-caps;
    font-weight: bold;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    color: #fff;
    padding: 0;
    padding-top: 15px;
    margin-left: 200px;
}
header a, header a:hover, header a:active {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
}


span.maintitle {
    display: block;
    font-size: 35px;
    font-variant: small-caps;
    color: #fff;
    padding-top: 45px;
    margin-left: 80px;
    text-shadow: 1px 1px 1px #333333
}
header span.subtitle {
    display: block;
    font-size: 12px;
    font-variant: small-caps;
    
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    color: #fff;
    padding-top: 15px;
    margin-left: 200px;
  
}
 header .authors, header .affiliation { display: block; margin-bottom: 0px; line-height: 1em }

#body {
    background: linear-gradient(to right, #eee 0%, #eee 10px, #fff 10px, #fff 40px, #fafafa 40px, #fafafa 260px, #fff 260px, #fff 970px, #f9f9f9 970px, #f9f9f9 100%); /* Standard syntax */
	position: relative;
	z-index: 1;
}

#body.noMenu {
    box-sizing: border-box;
    border-left: 10px solid #eee;
    border-right: 10px solid #f9f9f9;
    background: #fff;

}

.menu-left {
    float: left;
     width: 280px;
    min-height: 450px;
    padding: 10px 0px 2em 20px;
    font-size: 11px;
    background: url("design/menu.jpg") no-repeat 20px 10px;
}

.menu-left a {
    display: table-row;
    cursor: pointer;
}
.menu-left .chlabel,
.menu-left .chtitle {
    display: table-cell;
    vertical-align: top;
}
.menu-left .chlabel {
    padding-right: 0.5em;
    text-align: right;
    min-width: 1.2em;
}

.menu-left sup {
    display: inline-block;
    line-height: 1em;
/*    vertical-align: 0.55em;*/
    font-size: 70%;
}

footer {
    display: flex;
    flex-flow: wrap;
    box-sizing: border-box;
    font-size: 95%;
    border-top: 1px solid #f9f9f9;
    margin-bottom: 3em;
/*    padding: 1.5em;*/
    background-color: #f9f9f9;
    background: linear-gradient(to right, #eee 10px, #f9f9f9 960px);
    align-items: center; 
}
.contrib, .logo {
/*
    display: inline-block;
    vertical-align: middle;
*/
}

.contrib {
    flex-grow: 1;
    text-align: right;
    padding-right: 1em;
}

.logo {
    padding: 1.5em;
}
footer .affiliation { margin-bottom: 1em;}

.logo img {
    border: 0 none;
}

.btline {
    width: 100%;
    text-align: right;
    background: #fff;
    padding: 0.5em;
    padding-right: 30px;
    color: #aaa;

}

.btline a, .btline a:visited {
    text-decoration: none;
    color: #aaa;
}

.btline a:hover {
    text-decoration: underline;
}

.copy::after {
    display: inline-block;
    content: "|";
    margin-left: 0.4em;
}
#base  a.akS {text-decoration: none}


.line { /* opticke oddeleni */
  border-top: 2px solid #ddd;
  padding-bottom: 3px;
  border-bottom: 2px solid #eee;
}
.cite { /* citace */
  margin: 20px 0px 20px 0px;
  padding: 7px 40px 0px 30px;
  font-size: 11px;
  line-height: 110%;
  text-indent: 0px;
  background: url("design/cite.png") no-repeat;
}
#overlayDiv, #accessKey {
  clear: both; 
  display: none;
  }

p { 
    text-align: justify;
}

 
h1, h2, h3, h4, h5 {
    position:relative;
    font-size:100%;
    color:#000;
    padding:3px 0px 3px 30px;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height:1.2em;
}

h1 { 
    margin-top: 0;
    font-size: 125%; 
    padding-top: 5px; 
    padding-left: 30px; 
  
}

h1:before {
    position: absolute; left: 0px; top: -5px;
    width: 25px; height: 48px;
    content: " ";
    background: url("design/cubes.svg") no-repeat -25px 8px
    
}

h1 + section, h1 + h2 {
    margin-top: 1.5em;
}

h2 { 
    font-size: 125%; 
    padding-top: 10px; 
    margin-bottom: 1.0em;
    
}

h2:before {
    position: absolute; left: 0; top: 0px;
    width: 25px; height: 40px;
    content: " ";
    background: url("design/cubes.svg") no-repeat 0 0
        
}

h3 {
    font-size: 120%;
    min-height: 0;
    padding-top: 10px;
    margin-bottom: 0px;
}
h4 { /* mensi podnadpisy */
    min-height: 0;
    padding-top: 3px;
    margin-left: 0;
    margin-bottom: 3px;
    margin-top: 0.8em;
    font-size: 115%;
    background-image: none;
}

h5, h6 {
  font-size: 100%;
 
  }

li h1, li h2, li h3, li h4, li h5, li h6 {
    margin-left: 0;
    padding-left: 0;
/*    font-size: 100%*/
    padding-top: 0;
}

li h2:before {
    display: none;
}

.menu-left ul {
    padding: 0;
}

.menu-left p {
     text-align: left;
/*    margin-left: 20px;*/
    margin-right: 20px;
    color: #888;
}


h3 + .mainmatter {
    margin-top: 0;
}


.backmatter, .mainmatter {
    margin-top: 1.0em;
}

.menu-left li {
    margin: 0;
    border-top: 1px solid #fff;
}



nav.prevnext {
    box-sizing: padding-box;
    margin: 5px 20px 5px 0;
    margin-right: 20px;
    padding-bottom: 0.3em;
    display: block;
    width: auto;
}

.prevnext ol {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.prevnext li {
    flex-grow: 1;
    position: relative;
}
nav.prevnext a {
    display: block;
    position: relative;
    padding: 0;
/*    line-height: 1.8em;*/
    text-decoration: none;
    min-height: 2.05em;
}
nav.prevnext a:hover {
    text-decoration: none;
}
.prevnext li.prevSection a {
  padding-left: 30px; 
}


.prevnext li.nextSection a {
  text-align: right;
  padding-right: 30px; 
}
.prevnext li.prevSection a:before, .prevnext.periods .prevSection:before {
    position: absolute; 
    left: 0; top: 0px;
    width: 20px; height: 20px;
    content: " ";
     background: url("design/cubes.svg") no-repeat -80px 0px transparent;
}
li.nextSection a:after, .prevnext.periods .nextSection:after {
    
    position: absolute; 
    right: 0; top: 0px;
    width: 20px; height: 20px;
    content: " ";
     background: url("design/cubes.svg") no-repeat -100px 0px transparent;
}

nav.prevnext.periods {width: 60%;}

.prevnext.periods li {text-indent: 0; padding: 0; margin-left: 0}
.prevnext.periods li:hover {
    background: #bbb;
}


#logoline { /* box pro logolink */
	padding: 0px;
	color: #888;
	font-size: 11px;
	text-align: center;
	line-height: 150%;
	background: #fff;
	clear: both;
	word-spacing: -1px;
}
#logotext { /* povinný text nalevo */
	float: left;
	text-align: left;	
	padding-top: 12px;
background: #fff;
height: 100px
}

.w980 #logolink, .w980 #logotext {width: 446px;}
.w780 #logolink, .w780 #logotext {width: 342px;}
.w1024 #logolink, .w1024 #logotext {width: 466px;}

#logotext p { /* povinný text nalevo */
	padding-right: 5px; padding-left: 10px;
 text-indent: 0; 
}
#logolink { /* logolink - vpravo */
	float: right;
	text-align: right;
	font-weight: bold;
	color: #999;
	background: #fff;

}

#logolink a {
display: block;
margin-top: 0px; margin-bottom: 0px;
float: right;
}

#logolink a {
display: block;
margin-top: 0px; margin-bottom: 0px;
float: right;
}

.w780 #logolink a { width: 340px; height: 66px; background: url("graphics/logolink2_2012.png") no-repeat center right}
.w980 #logolink a, .w1024 #logolink a { width: 440px; height: 86px;
background: url("design/logolink_2012.png")  no-repeat center right }


#logoup { /* odkaz "nahoru" */
	float: left;
	width: 84px;
	height: 21px;
	margin: -1px 0px 0px 0px;
	text-align: center;
/*	background: url("design/logoupback.bmp") 0px 0px repeat-x #fff;*/
    background: linear-gradient(to bottom, #fff 0%, #f4f4f4 100%); /* Standard syntax */
	border: 1px solid #eee;
	border-top: 1px solid #fff;
    border-radius: 0 0 5px 5px;
	padding-top: 3px;
}
#logoup a, #logoup a:visited, #logoup a:hover, #logoup a:active {
	padding: 7px 10px 7px 12px;
	color: #666; 

	text-decoration: none;
	border-bottom: none;
}
#logoup a:before {
  display: inline-block; vertical-align: baseline;
    content: " ";
    width: 8px; height: 9px;
    margin-right: 0.1em;
    background: url("design/cubes.svg") no-repeat scroll -101px -21px transparent;  
}

 


p { 
    margin-bottom: 0.5em; 
    margin-left: 0;
    text-indent: 30px;
}

p.title {text-indent: 0; font-weight: bold}
/*h1 + p,*/ h2 + p { margin-top: -12px }

h1 + p.bibliomixed, h2 + p.bibliomixed { margin-top: 5px } 
/*h3 + p, h4 + p,*/ .toc + p  { text-indent: 0}



#body img { /* obrazky */
 /* float: right;
  margin: 10px 5px 5px 5px;
  padding: 3px;
  border: 1px solid #ccc;
  border-right: 10px solid #ddd;
  */
    
/*    max-width: 90%;*/
}

/* uprava titulni strany */
span.contrib, span.shortaffil  {display: none}
.legalnotice {margin-top: 2em} 
div.legalnotice p {text-indent: 0}




table {
  border-collapse: collapse; 
  /*font-size: 90%;*/
  margin: 1em auto; 
   
  }

thead { 
    background: #0d4b9b; 
    color: #fff; 
    text-align: center;
}
td, th { border: 1px solid #eee; padding: 0.5em }

tbody tr:nth-child(odd) {
    background-color: #fafafa;
}

tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}
.table .title { font-style: italic;}
.table .title strong:first-child { font-style: normal}

td p, th p { text-align: left; }

 /* styly pro definice = obalit tip*/
.definition, .important, .note {
  margin: 1em 0;
  padding: 0.5em; 
}

div.definition p, div.informalexample p, blockquote p, div.important p, .note p, div.tip p, li p {
  text-indent: 0; 
}

.note {
    font-size: 95%;
    color: #777;
    border: 1px solid #ddd;
    border-left-width: 10px;
    padding: 1.2em;
}
/* styly pro příklady */

.example {
  margin: 1em; margin-left: 30px;
   
  color: rgb(51, 51, 51 );
  padding: 15px 20px 20px 20px;
  background-image: url(design/Streamline-52-32.png), url(design/example-patt.jpg) ;
  background-repeat:  no-repeat no-repeat;
  background-position: 8px 12px, left top;
  background-color: #fff; /*#c7e4fc !important*/;
  /*border: 1px solid #0d4b9b */
  
  }
.example h4 { margin-top:0; padding-top: 0 }  
/* styly pro informalexample */

div.informalexample {
    background:  #fefefe;
    padding: 20px;
    background: url(design/example-patt.jpg) no-repeat #fff;
    font-size: 95%;
    width: auto; margin: 1em 0 1em 30px;
}




/* rovnice */
div.equation {
  font-size: 110%;
  text-align: center;
  font-weight: bold;
  margin: 1em auto;
}

  
/* blokove citace */  
blockquote {
  
  padding: 20px 70px 20px 68px;
 /* background: #fff;*/ 
  min-height: 50px; 
  position: relative;
  }

blockquote:before { 
  position: absolute; content: " "; 
  width: 45px; height: 45px;
  bottom: 0; left: 0; 
  background: url(design/cubes.svg) no-repeat scroll -140px 0 transparent;

} 

blockquote:after { 
  position: absolute; content: " "; 
  top: 0; right: 0;
  width: 45px; height: 45px;
   
  background: url(design/cubes.svg) no-repeat scroll -185px 0 transparent;

} 
blockquote p {
  text-indent: 0em;
  }

#text p.attribution { font-size: smaller; text-align: right }
p.source {
    font-size: smaller;
    margin-bottom: 1em;
}
ul blockquote {
  margin-left: 0;
  }
  
  /* figure - obrazky s popiskem */ 
figure {  
    margin: 2em 1em; 
    text-align: center;
    
}

figure figcaption { 
    font-size: 100%; margin-top: 1em;
    text-align: center; 
    color: #777;
} 

figure.table {
    text-align: left;
    
}

figure.table figcaption { 
    font-size: 100%;
    text-align: center; 
} 

figure figcaption strong:first-child { font-style: normal}  

.mediaobject { margin: 1em auto; text-align: center}

figure .mediaobject { 
  display: inline-block; vertical-align: middle;
}

.inlinemediaobject img {border: 0px none;vertical-align: -0.2em;}
img {border: 2px solid #bbb}

figcaption .source {
    display: block;
}
.mediaobject p.bibliosource { font-size: smaller; text-align: right !important; }

 /*  figure - galerie s prettyPhoto */
 .gallery .thumbnail { display: inline-block; border: 2px solid #bbb }
 .gallery a { display: inline-block}
  .gallery a  + a { margin-left: 2em }

  sup.nad {margin-left: -0.7em} 
  
.chapter ul li  {
    position: relative;
    padding: 0px 10px 0px 30px;
    margin-left: 0px;
    
/*    background: url("design/li.png") no-repeat scroll 0px 4px transparent;*/

 }
main ul > li:before,
main li ul > li:before {
    position: absolute;
    left: 0; top: 2px;
    width: 15px; height: 18px;
    content: " ";
     background: url("design/cubes.svg") no-repeat -50px -22px transparent;
}

 main ul ul > li, main ol ul > li {
    position: relative;

}

main li ul > li:before {
  background-position: -65px -22px;
}
ol {
   margin: 1em 10px 1em 30px; 
}
main ul {
    margin: 1em 0;
}
ol, ul {
    padding-left: 30px; margin-left: 0}

/*
#text ol {
    list-style-type: decimal;
}
*/

#text ol.abc {
    list-style: lower-alpha;
}

#text ol.abc_upper {
    list-style-type: upper-alpha;
}

li {text-align: left; margin-bottom: 0.5em; vertical-align: top;}

li * {text-indent: 0; margin-left: 0}

dt { font-weight: bold;}
dd { margin-left: 1.5em}
dd + dt { margin-top: 0.8em}

dd p { text-indent: 0}
dd p + p { text-indent: 30px }
h5 a {padding: 0}


/* formatovani rejstriku */
.index {
    padding: 0.5em;
}

.indexdiv {
    margin-left: 1em;
}
.indexdiv + .indexdiv { margin-top: 2.5em }

.indexdiv:last-child {
    margin-bottom: 3em;
}

.indexdiv h2, .indexdiv h3 {
    
  margin-left: -20px; 
  margin-bottom:0.2em; 
  padding: 0.2em;
  border-bottom: 1px outset; 
  border-right: 1px outset;
  background: transparent;
    background-color: #eee;
  min-height: 0;
  }
.sect-index dl {margin-top: 0}
.indexdiv dt { margin-top: 0.3em}
.indexdiv dd {margin-left: 1em}
.indexdiv a {font-size: 85%; font-weight: normal;}

.indexdiv dd dt {
    font-weight: normal;
}
/*#text .toc {display: none;}*/
main .toc {
    padding: 0.5em 0;

}

main .toc ul {
  padding-left: 0;
  margin-left: 1.5em;
}
main .toc p + ul {
    margin-top: 0;
}
main .toc li {
  background: transparent;
  padding-left: 0;
  margin-left: 0;
 
}

main .toc li p a {
    text-indent: 0;
    padding-left: 0;
    text-decoration: none;
     background: transparent;
} 

main .toc li p a:hover {
  text-decoration: underline;
}

.book .toc {background-image: none}
/* #body div.book { width: 920px; margin-left: 10px; padding: 5px; background-image: none} */
.book .toc ul { padding: 0; text-align: justify}
.book .toc li { 
    display: inline-block;
  width: 210px; height: 180px;
  margin: 0;margin-right: 8px; margin-bottom: 20px;
  padding: 0;
  border: 1px solid #f90; 
}
 
  
.book .toc li:first-child {
 display: block; width: auto; height: auto; margin: 0; border: 0px none;
 margin-bottom: 1em;
}  

.toc p.chapter, .toc p.appendix, .toc p.bibliography, .toc p.index { 
    font-weight: bold;
}
  
.book .toc li li { display: block; width: auto; height: auto; margin: 0; margin-bottom: 0.3em; border: 0px none; border-radius: 0  }
.book .toc li li ul { display: none /**/ }
.book .toc li li li ul { display: none }
.book .toc li ul { margin: 0; margin-left: 1.2em;  }

.book .toc p a { color: #c30}
.book .toc a:hover { color: #800; text-decoration: underline} 
.book .toc li:hover { border-color: darkorange }
.book .toc p:hover { }
.book .toc p {  padding: 0.3em; margin: 0;}
.book .toc p.chapter { background-color: rgb(255,246,143); color: white;  height: 2.5em; margin-bottom: 10px; 
  border-bottom: 1px solid #fb0;
}
.book .toc p.chapter a { color: #c30; font-weight: bold;  text-shadow: 1px 1px 0px #ddd;}

div.toc { margin-bottom: 20px; /*background: url("graphics/h1.png") no-repeat;*/ padding-left: 25px;}


/* poznamky pod carou */ 
.footnote { display: inline-block; margin-left: 0.5em; position:relative}
    
.note_ref { display: inline-block; padding-left: 20px; 
    background: url("ikonky/CommentBubbles16.png") no-repeat left -2px;
    cursor: help;
    overflow: visible;
}

.footnote:hover .note_body { display: block} 

.note_body  {
    display: none; position: absolute; left: 0px; bottom: 1.5em; 
    border: solid black 1px; 
    padding: 10px; 
    background-color: rgb(255,255,225); 
    text-align: justify; 
    font-size: 12px; width: 400px;
}
span.para { display: block}

/*  TOC */
    
   .chlabel {display: inline-block; vertical-align: top;  }
  .toc p.chapter .chlabel  {margin-left: -3px; margin-right: 3px;}  
  /* .chlabel , .chtitle  {display: inline-block; vertical-align: top;}*/
  .chtitle {  word-wrap: break-word; margin-left: 0.7sem;}
  /*
.toc p {
    border-bottom: 1px dotted #bbb;
}

  .toc .sect1 .chtitle {  width: 36em; }
  .toc .sect2 .chtitle {  width: 33em; }
  .toc .sect3 .chtitle {  width: 30em; }
  */
  span.bibliorefs {vertical-align: 0.3em;  font-size: 80%} 
 
/* Bibliografie */
 
.bibliodiv { margin-bottom: 1em;}
.bibliodiv div.title { font-size: 110%; font-weight: bold; margin-bottom: 0.5em }
p.bibliomixed { text-indent: 0}
.bibliomixed .title { font-style: italic }
span.biblionumber, span.bibliodata { display: inline-block; vertical-align: top}
span.biblionumber { width: 2em; margin-right: 0.5em; text-align: right; }
span.bibliodata { /**/ width: /*520px*/  47.5em; text-align: left; text-indent: 0; overflow: hidden; text-overflow: ellipsis;} 


.citetitle a { /*display: block */ padding-left: 0.5em }
.citetitle a:before { content: "<" }
.citetitle a:after { content: ">" }

span.citetitle { font-style: italic} 

 /******** odkazy ******/

section a[href*='http']:after {
    display: inline-block;
    vertical-align: baseline;
    content: " ";
    margin-left: 0.3em;
    width: 9px;
    height: 10px;
    background: url("design/cubes.svg") no-repeat scroll -60px -10px transparent;
}

a:link,
a:visited {
    text-decoration: underline;
    color: #0d4b9b;
}
a:active, 
a:hover, 
#logoup a:hover,
h2,
li .bridgehead
{	
    color: #1c911c; }

h3 {	color: #0d4b9b;}

h4 {
	color: #777;
}

.menu-left a,
.menu-left a:visited {
    /* odkaz odrazky menu a vsech podmenu */
    border-right: 20px solid transparent;
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
    display: block;
    position: relative;
    margin: 0px;
    
    color: #132342;
    text-decoration: none;
    padding-left: 20px;
    line-height: 1.5em;
}

.menu-left a:before {
    position: absolute;
    content: " "; 
    background: url(design/cubes.svg) 0 0 no-repeat;
}  
.menu-left a:hover {
    color: #1c911c;
    background-color: white;
    border-right: 10px solid #1c911c;
    padding-right: 10px;
}

a.actual { 
    font-weight: bold; 
}

@supports (text-shadow: 1px 0 0 #000) {
    a.actual { 
        font-weight: normal; 
        text-shadow: 1px 0 0 #000;   
    }
    
    a.actual p {
    text-shadow: 1px 0 0 #bbb;
    }
}

a.actual:hover {
    background-color: transparent;
}
.chapter.actual:hover {
    border-right-width: 20px;
    padding-right: 0;
}

a.sect1:hover {
    /* hover odkaz menu a vsech podmenu */
    border-right: 6px solid #0d4b9b;
    padding-right: 14px;
    color: #0d4b9b;
}
a.sect2:hover {
    border-right: 2px solid #1c911c;
    padding-right: 18px;
}

.menu-left a.actual {
    border-right: 20px solid #1c911c;
    padding-right: 0;
}

a.sect1.actual {
    border-right: 10px solid #0d4b9b;
    padding-right: 10px;
}

a.sect2.actual {
    border-right: 6px solid #1c911c;
    padding-right: 14px;
}



a.bibliography:before {
    left: 0px; top: 5px;
    width: 19px; height: 16px;
    background-position: -25px -40px;
}

a.index { 
    background-position: 1px center; 
}

a.appendix { 
    background: url(design/Streamline-52-16.png)  1px center no-repeat; 
}


a.print {
   background: url("design/f_ap_pdf.gif") 1px 5px no-repeat transparent;
   font-weight: bold;
   height: 30px;
}


.frontmatter a:before  { 
    left: 8px; top: 10px;
    width: 8px; height: 8px;
    background-position: -60px 0;
}

.frontmatter .actual:before {
    background-position: -70px 0;
 }

a.chapter, a.chapter:visited, a.appendix, a.appendix:visited { padding-left: 2px; }
a.sect2, a.sect2:visited { padding-left: 30px; }
a.sect3, a.sect3:visited { padding-left: 40px; }

.noLabel a { padding-left: 20px;}
.noLabel a.chapter:before { 
    left: 8px; top: 10px;
    width: 8px; height: 8px;
    background-position: -60px 0;
}

.noLabel a.sect1 { padding-left: 40px; }
.noLabel a.sect1:before {
    left: 25px; top: 12px;
    width: 8px; height: 8px;
    background-position: -50px 0;
}

.noLabel a.sect2 { padding-left: 60px; }
.noLabel a.sect2:before {
    left: 45px; top: 12px;
    width: 8px; height: 8px;
    background-position: -50px 0;
}



/*** odkazy nahoru ve strance ***/

.upper { /* navigacni ikony */
  margin: 4px 0px 0px 0px;
  float: right;
  position: relative; z-index: 1; /* pristupnost(1) */
}
.upper a, .upper a:visited {
/*
  width: 30px;
  display: block;
  text-decoration: none;
*/
}

a.up::after {
    display: inline-block;
    content: " "; 
    width: 26px;
    height: 24px;
    background: url("design/cubes.svg") 0 -41px no-repeat;
}
a.up:hover::after {
    background-position: 0 -67px;
}
.upper a.up span {z-index: -1;position: absolute;right: 0px;font-size:0px}

/** popup  notes ***/

.popup {
    position:relative; 
}

.popup-icon:before {
    display: inline-block;
    background: url(design/cubes.svg) no-repeat -80px -20px;
    width: 18px; height: 16px;
    content: " ";
    cursor: pointer;
}

.popup-content {
    position: absolute;
    bottom: 1.5em;
    width: 25em;
    left: -12em;
    background: #fff;
    border: 1px solid #ddd;
    padding: 0.5em;
    padding-right:2em;
    text-indent: 0;
    text-align: left;
    -webkit-box-shadow: 1px 1px 1px 1px #ABABAB;
    box-shadow: 1px 1px 1px 1px #ABABAB;
    display: none;
    z-index: 1000;
}

.popup .closer {
    cursor: pointer;
    border: 1px solid #bbb;
    border-radius: 3px;
    padding: 0 0.2em;
    display: block;
    position: absolute;
    right: 3px; top: 3px;
    width: 1.0em;
    text-indent: 0;
    margin-left: auto;
    text-align: center;
    font-size: smaller;
}
/* titulni strana */


section.coverimage img { border:0px none; max-height: 400px;
  display: block; margin: 0 auto;
 }


/****  tabulka s autory  ****************/
 section.authors table {
     width: 100%
   }
 .authors td {
  border: 1px solid #eee;
  border: 0px none;
  }
    
 .authors  tr + tr td { 
     border-top: 1px solid #eee
    }
    
   .authors tr:first-child td:first-child {
    border-top: 10px solid #1c911c
   }


   .authors tr:first-child td + td {
    border-top: 10px solid #0d4b9b
   }
   
   .authors tr:last-child td:first-child {
    border-bottom: 10px solid #1c911c
   }

   .authors tr td:first-child {
      background: #f5f5f5;
      width: 95px
   }
  
    
    .authors tr td + td {
      background: #fafafa;
      padding: 10px
   }

   section.authors tr:last-child td + td {
    border-bottom: 10px solid #0d4b9b
   }
   
   .authors img {
    margin: 10px 0px 5px 15px;
    padding: 3px;
    border: 0px none
   }
  section.authors a {
     display: inline-block;
     color: #666;
  } 
  section.authors .affiliation {
    display: block;
    color: #555;
/*    margin-bottom: 1.5em;*/
  } 
  section.authors a:hover {
     color: #752713;
  } 
 

 .book hr {
  border: none;
  border-top: 2px solid #ddd;
  padding-bottom: 3px;
  border-bottom: 2px solid #eee;
  margin: 15px 0px;
  width: 100%
 }

/***********  TIRAZ *****************/ 
.tiraz {
  display: block;
  margin: 20px 0px;
  padding: 35px;
  text-indent: 0px;
  text-decoration: none;
  text-align: left;
  color: #777;
  background: url("design/tiraz-back.png") left top no-repeat #f9f9f9;
  border: 1px solid #e6e6e6;
}

.tiraz a {
        color: #555
    }

.tiraz a:hover {
     color: #1c911c;
  } 

.tiraz h3 {
	padding-left: 0px;
	font-size: 120%;
    margin-top: 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.tiraz h2 {
	letter-spacing: -3px;
	background: none;
	padding: 0px;
	margin: -33px 0px -12px -28px;
	color: #e6e6e6;
	font-size: 40px;
}
.tiraz h2:before { display: none;}
    .tiraz p {
        text-indent: 0
    }
.tiraz .authors {
    margin-bottom: 1.5em;
}

.tiraz .subtitle {font-size:90%;color:#999;margin-top:0px;}
 
/* Horizontalni menu **/

.hmenu {
    position: relative;
    z-index: 1;
    margin: 0px;
    padding: 0px;
    width: 100%;
   
}

.hmenu ul { 
    list-style-type: none; 
    margin: 0;  padding: 0px; 
/*    border: 0px none;*/
    
background: #f9f9f9; 
 border-left: 10px solid #eee;
 border-right: 10px solid #f9f9f9;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    
    display: flex;
     align-items: center;
  justify-content: center;
}
.hmenu li {
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 3.2em;
    text-align: center;
    list-style-image: none;
    /*height: 30px; */
    /*float: left;*/
    
    padding: 0px;
    /*padding-top: 10px;*/
    
    text-decoration: none;
    cursor: pointer;
    background: #262626;
       
    background: linear-gradient(to bottom, #636363 0%, #b1b1b1 100%);
    /* W3C */
}

.hmenu li + li { margin-left: 5px;}

.hmenu li:hover,
.hmenu li.active {
    padding-bottom: 0;
    background: #0d4b9b ;
    
    background: linear-gradient(to bottom , #0d4b9b  0%, #9c9c9c 100%);
  }

.hmenu a {
    position: relative;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    display: block;
    height: 100%;
    padding: 10px 10px 12px 10px;
    font-size: 13px;
    text-decoration: none;
    text-indent: 0;
}
.hmenu a:hover::after, .hmenu .active a::after {
    position: absolute;
    bottom: 0;
    left: 48%;
    
    content: " ";
    font-size: 0;
    border: 8px solid  transparent;
    border-bottom-color: #fff;

}



q { font-style: italic;} 
q:before, q:after { display: none} 

var { font-style: normal; font-weight: bold}

section.abstract { 
    font-style: italic; 
    font-size: 110% 
}



hr {
    margin: 1em auto 1em auto;
    width: 30%;
}


em.inote {
    font-style: normal;
    font-size: 80%;
}

.bi {
        font-weight: bold;
    font-style: italic;
}


/********* Vyhledavani **************/
.search {
    
    background: transparent;
    padding: 0.5em 0.2em 0.8em 0.2em;
}
.menu-left .search {
    margin-left: 20px;
    margin-top: 0.5em;
}
.menu-left input[type=search], main input[type=search]  {
  width: 14.5em;
    border: 1px solid #bbb;
    padding: 0.3em;
}
.search .feedback {
    min-height: 1.7em;
}

main #search {
    width: 32.9em;
}

main .search input[type="button"] {
    padding: 0.2em;
    box-sizing: border-box;
}
.menu-left input[type=submit] {
  width: 40px;
    font-size: 0;
    border: 0 none;
    background: url(design/Search.png) center center no-repeat transparent;
    width: 16px; height: 16px;
    vertical-align: middle;
    cursor: pointer;
}

    .languages {
    display: inline-block;
    margin-right: 1em;
}
.languages input {
    display: none;
}

.languages label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.languages img {
    padding: 0px;
    border: 2px outset #ddd;
    opacity: 0.5
}

.languages :checked + label img {
    border-color: #999;
    opacity: 1;
}

.mainsearch {
  margin: 1em 0 1em 30px;
    padding-bottom: 0.5em;
  border-bottom: 1px solid #bbb;  
}

.mainsearch-field {
 font-size: 150%;
    padding: 0.2em;
    border: 1px solid #bbb;
    border-radius: 5px;
    width: 80%;
    vertical-align: top;
}

.mainsearch-submit {
 font-size: 0;
    border: 0 none;
    background: url(design/Search24.png) center center no-repeat transparent;
    width: 24px; height: 24px;
    
    cursor: pointer;
}

.menu-left h3 {
    font-size: 120%;
    margin: 1em 0px 0px 7px;
    padding-left: 0px;
    padding-bottom: 0px;
    color: #000;
}

.langswitch { /* global */
	text-align: center;
  position: relative;       
  height: 48px;
  margin-bottom: 5px;
}

.langswitch a {
    background: url("design/language.png") 0px 0px no-repeat;
}

.langswitch a, .langswitch a:visited, .langswitch a:hover { /* odkaz */
 
  display: inline-block;
  margin: 0px;
	padding: 0px;
  text-indent: 0px;
  width: 128px;  
     height: 48px;
}
 

.langswitch a, .langswitch a:visited, .langswitch a:hover
{ /* odkaz */
 
  padding-top: 12px;
    border: 0px none;
}


/* rozdelovaci mezera mezi polozkami*/
.langswitch li + li {margin-left: 4px;}

/*.langswitch a.s1 {background-position:  url("../design/language.png") 0px 0px no-repeat;}*/
.langswitch a.s2 {background-position: 0px -48px;}
  
.langswitch a.s1:hover {background-position: -128px 0px;}
.langswitch a.s2:hover {background-position: -128px -48px}
            
.langswitch .s1act { background-position: -256px 0px;
  text-decoration: none;  }
.langswitch .s2act {  background-position: -256px -48px;
  text-decoration: none;  }


/*.langswitch a, .langswitch a:visited {}       */
.langswitch span {position: absolute; z-index: -1;}   

.menu-left {
    background-position: 20px 66px;
}

 /* styly pro tisk */
@media print { 
.navheader, div.menu-left, #base, .ray { display : none}
.section, #body {width: auto}
em.sound {font-style: italic}
#soul, #body, body, .informalexample {background: #fff}
}


