
.facebook {
  text-align: center;
  display: block;
}

#main a{
    text-decoration: none;
    font-family: Verdena;
    font-size: 12pt;
    color: black;
}
#main a:hover{
    text-decoration: none;
    font-family: Verdena;
    font-size: 12pt;
    color: rgb(204,255,204);
}
#visibleM {
    padding-right: 5px;
    float: left;
}

#sub1 , #sub2 , #sub3 , #sub4 , #sub5 {
    position: absolute;
}

#sub1 a, #sub2 a, #sub3 a, #sub4 a, #sub5 a{
    display: block;
    width: 120px;
    text-decoration: none;
    font-family: Verdena;
    font-size: 12pt;
    color: black;
    background-color: rgb(201,1,162);
    padding: 5px 5px 5px 5px;
}

#sub1 a:hover, #sub2 a:hover, #sub3 a:hover, #sub4 a:hover, #sub5 a:hover{
    display: block;
    width: 120px;
    text-decoration: none;
    font-family: Verdena;
    font-size: 12pt;
    color: white;
}


#menuHolder {
    text-align: left;
}

#menu {

}

#tlacitka {  
    width: 100%;
    text-indent: 14px;
}

#obsah {
    background-repeat: no-repeat;
    text-align:left;
    width: 555px;
}

#rozvrhTable {
    width: 500px;
    border: none;
}

.gal_album {
    display: inline-block;
    width: 170px;
    height: 100px;
    border: 2px solid rgb(201,1,162);
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
    padding-top: 40px;
    background-color: rgb(177,235,249);
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;   
}

.treninky {
    background-color: rgb(177,235,249);
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.treninkytr {
    background-color: white;
}

.treninkytd {
  border: 1px solid white;
  padding: 2px 2px 2px 4px;
  font-family: century gothic;
  font-size: x-small;
}

a.album {    
    color: #666;
}

a.album:hover {   
    color: black;
    text-shadow: 1px 1px 1px blue;
}


.gal_album p{
    width: 170px;
    text-align: center;
}

.zvyrazneni {
    text-align: center;
    border: 2px solid rgb(201,1,162);
    padding: 15px 0px 15px 0px;
    font-size: small;
    font-weight: bold;
    background-color: #B4CC80;
}

.red {
  color: #FF0000;
}

.black {
  color: #000000;
}

.blue {
  color: #00B699;
}


.gb_udaje {
    font-size: small;
    width: 500px;
    border-bottom: #B4CC80 solid;
    border-width: 1px;

}

.gb_par {
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    border-color: #00B699;
    padding: 0em 1em 3em 1em;
    
}

.gb_prispevek {
  font-size: small;
}

.gb_lista {
    display: block;
    width: 500px;
}

.gb_dat {
    color: rgb(68,68,68);
    font-style: italic; 
}

.akce {
    color: #00B699;
    text-align: center;
    font-size: medium;
}

.italic {
    font-style: italic;
    color: #333;
}

.table_clenove {
  border: 0;
  padding-top: 40px;
}

.table_style {
  font-family: century gothic;
  font-size: small;
  margin: auto;
}

.table_style td {
  width: 100px;
}

.member_image {
  margin-bottom: 20px;
  border: 1px solid #000;
}

p {
  text-align: justify;
  font-family: century gothic;
  font-size: small;
}

h1 {
  text-align: center;
  font-family: century gothic;
  font-size: small;
  padding-top: 10px;
  letter-spacing: 2pt;
}

h2 {
  color: #00B699;
  text-align: left;
  font-family: century gothic;
  
}

h3,h4,h5,h6 {
   font-family: century gothic;
}

input {
  border-color: #00B699;
  border-style: solid solid solid solid;
}

textarea {
  border-color: #00B699;
  border-style: solid solid solid solid;
}

button {
  border-color: #00B699;
  border-style: solid solid solid solid;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #00B699;
}

hr {
  color: #B4CC80;
}

img.border {
   border: 1px solid #000;
}

tr.head {
  font-family: century gothic;
  background-color: #B4CC80;
}

tr.head td{
  padding: 3px 5px 3px 5px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
}

td.title {
  font-family: century gothic;
  font-weight: bold;
  font-size: x-small;
  width: 120px;
}

td.date {
  width: 120px;
  color: #666;
  font-style: italic;
  font-family: century gothic;
  font-size: x-small;
}

td.description {
  font-family: century gothic;
  font-size: x-small;
  width: 200px;
}

a.download {
  background-color: #00B699;
  padding: 5px 10px 5px 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomright: 20px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 20px;
}

a.download:hover {
  background-color: #000;
}

td.download {
  font-family: century gothic;
  font-weight: bold;
  padding: 5px 10px 5px 10px;

}

ul {
  text-align: justify;
  font-family: century gothic;
  font-size: small;
}



