/* komentář */

body {
text-align: center;
font-family: verdana, arial, tahoma;
font-size: 12px;
color: black;
margin: 0;
padding: 0;
background-color: LightCyan;
}
h1 {
color: darkblue;
font-size: 30px;
font-variant: small-caps;
margin: 0;
}
h2 {
color: darkblue;
font-size: 24px;
font-variant: small-caps;
margin: 10px 0 0 10px;
}
h3 {
color: darkblue;
font-size: 20px;
font-variant: small-caps;
margin: 10px 0 0 10px;
}
h4 {
color: darkblue;
font-size: 17px;
font-variant: small-caps;
margin: 10px 0 0 10px;
}
h5 {
color: darkblue;
font-size: 15px;
font-variant: small-caps;
margin: 10px 0 0 10px;
}
h6 {
color: black;
font-variant: small-caps;
margin: 0;
}
.logo {
height: 90px;
width: 95px;
margin: 26px 0 0 26px;
border: 0;
}
.cara {
font-size: 22pt; /* pro odsazení čáry */
border: 1px solid darkblue;
}
.posun {
margin: 0 0 0 30px;
}
.text {
font-family: verdana, arial, tahoma;
font-size: 12px;
color: black;
margin: 10px;
}
.text_red {
color: red;
}
.text_kapitola {
font-family: verdana, arial, tahoma;
font-size: 22px;
color: yellow;
font-variant: small-caps;
font-weight: bold;
padding: 0;
}
.text_ram {
font-family: verdana, arial, tahoma;
font-size: 14px;
color: #000000;
text-align: left;
font-variant: small-caps;
font-weight: bold;
border-style: solid;
border-width: 1px;
padding: 3px;
background-color: #ABE1FF;
}
.text_foto {
font-family: verdana, arial, tahoma;
font-size: 12px;
color: darkblue;
}
.text_foto a {
color: darkblue;
text-decoration: none;
}
.text_foto a:hover {
color: red;
text-decoration: none;
background-color: #FFFF00;
}
.text_vyber {
color: #FFFF00;
background-color: #000080;
}
.text_datum {
font-family: verdana, arial, tahoma;
font-size: 12px;
color: dimgray;
}
.text_datum_posun {
font-family: verdana, arial, tahoma;
font-size: 12px;
color: dimgray;
margin: 0 10px 0 0;
}
.text_titulek {
font-family: verdana, arial, tahoma;
font-size: 10px;
color: dimgray;
margin: 0 0 0 150px;
}
.text_citat {
font-family: verdana, arial, tahoma;
font-size: 12px;
color: #FF0000;
font-style: italic;
font-weight: bold; 
}
.menu {
font-family: verdana, arial, tahoma;
font-size: 14px;
color: #000000;
text-align: left;
font-variant: small-caps;
font-weight: bold;
display: block;
line-height: 31px;
border-style: solid;
border-top-style: none;
border-left-style: none;
border-width: 3px;
border-color: LightCyan;
margin: 0 0 0 0px;
padding: 0 0 0 10px;
background-color: #ABE1FF;  
}
.menu a {
color: black;
text-decoration: none;
display: block;
margin: 0 0 0 -10px;
padding: 0 0 0 10px;
}
.menu a:hover {
color: red;
text-decoration: none;
display: block;
margin: 0 0 0 -10px;
padding: 0 0 0 10px;
background-color: #FFDF00;
}
.menu_vyber {
font-family: verdana, arial, tahoma;
font-size: 14px;
color: #FFFF00;
text-align: left;
font-variant: small-caps;
font-weight: bold;
display: block;
line-height: 31px;
border-style: solid;
border-top-style: none;
border-left-style: none;
border-width: 3px;
border-color: LightCyan;
margin: 0 0 0 0px;
padding: 0 0 0 10px;
background-color: #000080;  
}
.tab_foto {
margin: 0 0 0 10px;
}
.prehled {
line-height: 300%;
margin-top: 0;
margin-bottom: 10px;
}
#hlavicka {
width: 760px;
height: 130px;
text-align: center;
margin-left: auto;
margin-right: auto;
margin-top: -90px; /* posun přes reklamu na sweb */
background-image: url('obr/foto_hlavicka.jpg')
}
#kapitola {
width: 760px;
height: 30px;
margin-left: auto;
margin-right: auto;
background-color: darkblue;
}
#wrapper {
width: 760px;
margin-top: 3px;
margin-left: auto;
margin-right: auto;
}
#levy {
width: 150px;
height: 427px;
float: left;
text-align: left;
margin: 0 0 0 0;
background-color: LightCyan;
}
#obsah {
width: 610px;
height: 427px;
float: left;
text-align: justify;
margin: 0 0 0 0;
background-color: palegreen;
}
#wrapper2 {
width: 760px;
margin-left: auto;
margin-right: auto;
}
#levy2 {
width: 150px;
height: 35px;
float: left;
text-align: centre;
background-color: LightCyan;
}
#obsah2 {
width: 610px;
height: 35px;
float: left;
text-align: justify;
background-color: palegreen;
}
#zapati {
width: 760px;
height: 30px;
clear: both;
margin-left: auto;
margin-right: auto;
background-color: LightCyan;
}