﻿/* CSS Document */

body {
      background-color: rgb(244,240,240);
      text-align: center;  
}

img{
  border:0;
}

h1{
  text-align: left;
  color: rgb(51,102,204);
  font-family: Arial;
  font-weight: bold;
  font-style: italic;
  font-size: 36pt;
  border-bottom: 3px rgb(51,102,204) solid;
}

h2{
  color: rgb(51,102,204);
  font-family: Arial;
  font-weight: bold;
  font-style: italic;
  font-size: 24pt;
  border-bottom: 2px rgb(51,102,204) solid;
}

h3{
  color: rgb(51,102,204);
  font-family: Arial;
  font-weight: bold;
  font-style: italic;
  font-size: 18pt;
}

a{
  text-decoration: none;
  color: rgb(51,102,204);
}

a:hover{
  text-decoration: underline;
  }
  
  
a.menu{
  font-family: Arial;
  font-size: 14pt;
  color: rgb(51,102,204);
  top: 5px;
  position: relative;
  text-align: center;
}
a.menu-akt{
  font-family: Arial;
  font-size: 14pt;
  color: white;
  top: 5px;
  position: relative;
}
a.menu-horni{
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  color: black;
}

td{
  padding: 5px 10px 5px 10px;
}
      
#hlavicka{
  background: url(images/header_background.jpg) repeat-x;
  margin-left: 5px;
  margin-right: 5px;
  }
  
#hlavicka-obsah{
  position: relative;
  height: 119px;
  /* Standardní logo */
  background: url(images/header.png) no-repeat;
  /* Vánoční logo */
  /* background: url(images/header_xmas.png) no-repeat; */
}

#menu{
  height: 28px;
  text-align: left;
  }
  
.menu-vybran{
  height: 28px;
  width: 124px;
  background: url(images/menu_select.jpg) no-repeat ;
  text-align: center;
  float: left;
}
.menu-nevybran{
  height: 28px;
  width: 124px;
  background: url(images/menu_unselect.jpg) no-repeat ;
  text-align: center;
  float: left;
}

#menu-horni{
  position: absolute;
  top: 0px;
  right: 15px;
}

#menu-konec{
  height: 20px;
  width: 100%;
  background-color: rgb(51,102,204);
}


#stranka{
  
}
  
#obsah-jedna{
  background-color: white;
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 20px;
  padding-bottom: 10px;
  width: 800px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
}

#obsah-dva{
  background-color: rgb(244,240,240);
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
}

#obsah-levy{
  text-align: center;
  float: left;
  margin-right: 20px;
  padding: 10px 20px 10px 20px;
  background-color: white;
  border: thin rgb(51,102,204) solid;
  max-width: 300px;
}

#obsah-pravy{
  text-align: left;
  padding: 10px 20px 10px 20px;
  margin-left: 310px;
  margin-right: 5px;
  background-color: white;
}

.nadpis-blok{
  font-family: Arial Black;
  font-size: 14pt;
  background-color: rgb(242,229,22);
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.bezny-text{
  text-align: left;
  font-family: Arial;
  font-size: 12pt;
  font-weight: normal;
}

/*------------NOVINKY------------------------*/
.novinky{
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: rgb(207,207,207) solid;
}

.novinky-nadpis{
  font-family: Arial;
  font-size: 18pt;
  text-align: left;
  font-weight: bold;
  color: rgb(51,102,204);
}

.novinky-info{
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  color: rgb(207,207,207);
  text-align: left;
  margin-bottom: 10px;
}

.novinky-uvod{
  font-family: Arial;
  font-size: 12pt;
  color: black;
  font-weight: bold;
  text-align: left;
}

.novinky-obsah{
  font-family: Arial;
  font-size: 12pt;
  color: black;
  text-align: left;
}

.novinky-obrazek{
  float: right;
  height: 150px;
  width:  150px;
  top: 5px;
  right: 5px;
}

/*------------GALERIE------------------------*/
.galerie-nahled{
  text-align: center;
  float: left;
  padding: 8px;
  margin: 20px;
}

.galerie-nahled:hover{
  background: rgb(254,254,145);
}

.galerie-nahled-obrazek{
}

.galerie-nahled-popis{
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  color: black;
}

/*------------Družstva------------------------*/
#submenu{
  height: 25px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: white;
}

.submenu-polozka{
  height: 100%;
  color: rgb(51,102,204);
  float: left;
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  padding-top: 2px;
  padding-left: 15px;
  padding-right: 15px;
}

.soupis{
  text-align: center;
  color: rgb(51,102,204);
}

th.soupis{
  text-align: center;
  font-family: Arial;
  font-size: 12pt;
  padding: 5px 10px 5px 10px;
}

td.soupis{
  text-align: left;
  font-family: Arial;
  font-size: 12pt;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
}

#foto{
  float: left;
}

#jmeno-hrace{
  text-align: left;
  color: rgb(51,102,204);
  font-family: Arial;
  font-size: 36pt;
  font-weight: bold;
  font-style: italic;
  margin-left: 100px;
  margin-top: 40px;
}

.hrac-vlastnost{
  float: left;
  text-align: left;
  width: 300px;
  font-family: Arial;
  font-size: 14pt;
  font-weight: bold;
  color: rgb(51,102,204);
}

.hrac-hodnota{
  text-align: left;
  font-family: Arial;
  font-size: 14pt;
  color: rgb(51,102,204);
  width: 100%;
  border: thin white solid;
}

.hrac-dalsi-info{
  text-align: left;
  font-family: Arial;
  font-size: 14pt;
  color: rgb(51,102,204);
}

#trener{
  font-family: Arial;
  font-size: 12pt;
  font-weight: bold;
  color: rgb(51,102,204);
}

.kalendar-vypis{
  border: thin rgb(51,102,204) solid;
  text-align: center;
  font-family: arial;
  font-size: 10pt;
  font-weight: bold;
  margin: 20px;
}

.kalendar-vypis-zahlavi{
  background-color: rgb(240,240,240);
  border-bottom: rgb(153,153,153) solid;
  color: rgb(51,102,204);
}
/* prvni cislo cisluje radek - kvuli barevnemu stridani poradi
   druhe cislo oznacuje, zda se jedna o domaci zapas(1) - kvuli tucnemu pismu */
.kalendar-vypis-radek00{
  background-color: rg(255,255,255);
  font-weight: normal;
}
.kalendar-vypis-radek10{
  background-color: rgb(248,248,248);
  font-weight: normal;
}
.kalendar-vypis-radek01{
  background-color: rg(255,255,255);
  font-weight: bold;
}
.kalendar-vypis-radek11{
  background-color: rgb(248,248,248);
  font-weight: bold;
}


/*------------KONTAKTY------------------------*/

#kontakty{
  text-align: left;
  font-family: Arial;
  font-size: 12pt;
  font-weight: normal;
}

/*------------SPONZOŘI------------------------*/
.sponzori-nahled{
  text-align: center;
  float: left;
  padding: 8px;
  margin: 20px;
}

.sponzori-nahled-popis{
  font-family: Arial;
  font-size: 13pt;
  font-weight: bold;
  color: black;
  max-width: 200px;
}

.sponzori-nahled-popis-mensi{
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  color: black;
}

#pata{
  text-align: center;
  font-family: Arial;
  font-size: 8pt;
  font-weight: normal;
  color: white;
  background-color: rgb(51,102,204);
  margin: 20px 5px 10px 5px;
  }
  
.podtrzeni{
  background-color: rgb(51,102,204);
  height: 3px;
}

.tlacitko-zpet{
  color: rgb(51,102,204);
  font-family: Arial;
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
}

.vypis-vse-plovouci{
  clear: both;
  }

/* CSS Document */

