/* ZÁKLADNÍ STYLY PRO MONITORY VŠECH ROZMĚRŮ */
/* =================================================================== BLOKY */
#obal {
  margin: auto;
  width: 1200px;
  background: grey;}
#logo {
  position: absolute;
  width: 1200px;
  height: 160px;
  background: #33CCFF;}
#portret {
  position: absolute;
  width: 120px;
  height: 140px;
  top: 10px;
  left: 15px;
  background: url(img/busta1.jpg);
  border: 1px solid grey;
  border-radius: 10px;}
#telo {
  position: absolute;
  width: 1145px;
  height: auto;
  top: 160px;
  padding: 30px 40px 30px 15px;
  background: #EEEEEE;}
#pata {
  position: absolute;
  width: 1200px;
  height: 35px;
  left: 0;
  text-align: center;
  margin-top: 10px;
  background: #33CCFF;}
.vlevo { /* Foto vlevo */
  position: relative;
  border: 1px solid grey;
  float: left;
  margin: 5px 10px 2px 0;}
/* =================================================================== PÍSMO */
p, h1, h2, ul.nav li, .tip {
  font-family: Verdana, Arial;}
p { /* Základní text */
  font-size: 13px;
  font-style: italic;
  font-weight: normal;
  text-decoration: none;
  padding: 0px;
  color: black;}
h2 { /* Nadpisy */
  font-size: 140%;
  font-style: normal;
  font-weight: normal;
  color: #009000;}
h1 { /* Název webových stránek */
  font-size: 300%;
  font-style: italic;
  color: #1919FF;   
  text-shadow: 0 -2px 3px #FFF, 0 -4px 3px #AAA, 0 -6px 6px #666, 0 -8px 9px #000;
  margin: 25px 0 0 250px;}
#telo h2 {
  margin: 20px 0 5px 0;}
#telo p  {
  margin-top: 0px;}
#pata p {
  font-size: 60%;
  color: black;
  margin-top: 10px;}
.tucne {font-weight: bold;}
.modre {color: blue;}
.jine {color: #C000C0;}
.jdi, .cti, h3 {text-decoration: none; color: black;}
.jdi:hover, .cti:hover {background: white;}
.sloupce2 {column-count: 2;}
.sloupce3 {column-count: 3;}
/* ================================================================ NAVIGACE */
ul.nav { /* Navigační tlačítka */
  position: relative;
  left: 120px;}
ul.nav li {
  display: inline;
  color: blue;}
.tip { /* Myš není nad tlačítkem */
  position: relative;
  font-weight: normal;
  font-size: 125%;
  padding: 3px 40px; /* Rozměr tlačítek */
  text-decoration: none;
  border: 2px solid white;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  color: #1919FF;} /* Název tlačítka */
.tip span {display: none;}
.tip:hover { /* Myš je nad tlačítkem */
  border: 2px solid black;
  border-right: 2px solid white;
  border-bottom: 2px solid white;}
.tip em {display: none;}
.tip:hover em { /* Nápověda nad tlačítky */
  position: absolute;
  display: block;
  top: -47px;
  left: -15px;
  width: 185px;
  padding: 5px 0 6px 0;
  text-align: center;
  text-indent: 0px;
  font-size: 80%;
  font-style: normal;
  border: 1px solid black;
  border-radius: 6px;
  color: blue;
  background: #64B4FF;}
.zde {color: white;} 
