body {
 font-size: 80%;
 font-family: Arial,Helvetica,sans-serif;
 line-height: 140%;
 margin: 40px 50px;
}
h1 {
 font-size: 160%;
 padding-bottom: 0.5em;
 border-bottom: solid 1px rgb(0,0,0);
 color: rgb(227,152,50);  
}
h2 {
 font-size: 120%;
 color: rgb(86,156,53); 
}
p {
 text-align: justify;
}
sub, sup {
 vertical-align:baseline;
 position:relative;
}
sub {
 top:0.4em;
}
sup {
 bottom:0.4em;
}
a {
 color: rgb(69,125,43);
}
a:hover {
 text-decoration: none;
}
ul {
 list-style-type: square;
}
.nastred {
 text-align: center;
}
.uprostred {
 margin-right: auto;
 margin-left: auto;
}
.cistic {
 clear: both;
 font-size: 0;
 line-height: 0;
}
.citace { 
 margin-right: 10%;
 margin-left: 10%;
 font-style: italic;
}
.poznamka {
 font-size: 80%;
}
.box {
 border: solid 1px rgb(198,198,198);
 padding: 10px;
 margin-bottom: 1em;  
}
.box p {
 color: rgb(128,128,128);
 margin: 1em 0 0 0;
}
.box_levy {
 float: left;
 margin-right: 20px;
}
.box_pravy {
 float: right;
 margin-left: 20px;
}
.box_nastredu {
 margin-left: auto;
 margin-right: auto;
}
#drobeckova {
 margin: 0 0 2em 0;
}
table {
 border: solid 1px black;
 border-collapse: collapse;
}
td, th {
 font-size: 85%;
 border: solid 1px black;
}
td {
 padding: 0.2em 0.5em;
}
th {
 padding: 0.5em 1em;
 background-color: rgb(0,153,255);
 color: rgb(255,255,255);
}
