/* © Autor: Dušan Koc */

/* Všeobecné deklarace*/

hr {
   color: #cf0000;
}

#footer-a {
   margin-left: 270px;
   padding-top: 50px;
}

.hid {
   visibility: hidden;
}

.nadpis {
   font-family: "Monotype Corsiva", cursive;
   color: #cf0000;
}

.center {
   text-align: center;
}

.text {
   line-height: 20px;
   font-size: 14px;
   font-family: Verdana;
}

/* Home */

#home-blue {
   color: blue;
   text-align: center;
   font-family: "Monotype Corsiva", cursive;
}

#home-repertoar {
   color: black;
   text-align: center;
   font-family: "Monotype Corsiva", cursive;
}

#home-foto img {
   border: 2px #cf0000 solid;
}

#home-jmena {
   font-weight: bold;
}

/* Novinky */

.novinka {
   width: 720px;
   border: 2px black solid;
   background-color: #fff;
   margin: 0 0 10px 0; 
   padding: 10px;
}

.novinky-datum {
   background-image: url('http://www.klaxon.cz/images/novinky/bg_datum.jpg');
   background-repeat: no-repeat;
   width: 100px;
   height: 141px;
   margin: 5px 0 0 5px;
   text-align: center;
   padding-top: 30px;
   font-family: "Monotype Corsiva", cursive;
   font-size: 25px;
   font-weight: bold;
   color: #cf0000;
   position: relative;
   display: inline;
   float: left;
}

.novinky-nadpis {
   font-style: italic;
   margin-bottom: 5px;
   margin-left: 120px;
   border-bottom: 1px black dotted;
}

.novinky-text {
   text-align: justify;
   padding-left: 120px;
   padding-top: 5px;
   font-family: Verdana;
   line-height: 20px;
   font-size: 14px;
}

/* Obsazení */

.obsazeni_jmeno {
   font-family: "Monotype Corsiva", cursive;
   color: #cf0000;
   font-size: 35px;
}

.obsazeni_funkce {
   font-family: "Monotype Corsiva", cursive;
   color: blue;
   font-size: 25px;
}

/* Fotogalerie*/

.galerie td {
   padding-top: 5px;
   padding-bottom: 5px;
}

.galerie img {
   border: 0;
   border-bottom: 3px #cf0000 solid; 
   margin-bottom: 5px;
}

.galerie a:link {
   color: black;
   font-size: 20px;
   text-decoration: none;
   font-family: "Monotype Corsiva", cursive;
}

.galerie a:visited {
   color: black;
   font-size: 20px;
   text-decoration: none;
   font-family: "Monotype Corsiva", cursive;
}

.galerie a:hover {
   color: #cf0000;
   font-size: 20px;
   text-decoration: none;
   font-family: "Monotype Corsiva", cursive;
}

/*  Pro staré galerie*/

.fotogalerie td a:link {
   color: black;
   text-decoration: none;
   font-size: 14px;
}

.fotogalerie td a:visited {
   color: black;
   text-decoration: none;
}

.fotogalerie td a:hover {
   color: #cf0000;
   text-decoration: underline;
}

/* Audio */

#player2 {
   text-align: center;
}
