/* CSS Document */

/*body struktura*/

body.index{background-color: rgb(255,176,0); font-family: Times New Roman; font-size: 12pt;} /*barva pozadi + zakladni font*/
body{background-color: white; font-family: Times New Roman; font-size: 12pt;} /*barva pozadi + zakladni font*/
.frame{width: 100%;} /*ohraniceni celeho dokumentu*/


/*obecne deklarace*/

h1{text-align: center; color: rgb(160,0,64); text-decoration: underline; text-indent: 0px;} /*style h1*/
h1.spec_black_back{color: cyan;} /*specialne pro cerne pozadi*/
h2{text-align: center; color: rgb(160,0,64); font-style: italic; text-indent: 0px;} /*style h2*/
h3{color: rgb(160,0,64);text-decoration: underline;} /*style h3*/
.noindent{text-indent: 0px;} /*aby odstavec nemel indent*/
.center{text-align: center; text-indent: 0px;} /*zarovnani na stred*/
.bold{font-weight: bold;} /*tucne zvyrazneni*/
a.a_in_text{color: blue; text-decoration: underline;} /*style klasickeho odkazu v textu*/
  a:hover.a_in_text{color: white; text-decoration: none; background-color: black;} /*hover klasickeho odkazu v textu*/
.seznam{list-style-type: none; margin-left: 10px;} /*seznam odkazu - vnitrni kotvy*/
  a.aseznam{text-decoration: underline; font-style: italic; color: blue; font-size: 14pt;} /*odkaz seznamu*/
    a:hover.aseznam{text-decoration: underline; font-style: normal; color: white; background-color: black;} /*hover odkaz seznamu*/
.hidden{visibility: hidden;} /*hidden*/


/*hlavicka*/

.tj_logo{width: 7.5%; height: 14%; position: fixed; top: 3.5%; left: 3%; z-index: 5;} /*style loga TJ MG Cheb*/
.head{background-color: white; height: 20.9%; width: 100%; position: fixed; top: 0%; left: 0%; z-index: 3;} /*celej blok hlavicky*/
.topfoto{height: 18%; width: 75%; position: fixed; left: 12%; top: 1%; border: 2px black solid} /*style toho fota arealu v hlavicce*/
.flagtop{height: 5%; width: 6.5%; position: fixed; left: 89.5%; top: 3%; border: 2px black solid; z-index: 5;} /*style leve vlajky na 
    jinojazycnou verzi*/
  img:hover.flagtop{border-color: white; border-width: 3px; border-style: inset;} /*hover*/
.flagbottom{height: 5%; width: 6.5%; position: fixed; left: 89.5%; top: 12%; border: 2px black solid; z-index: 5;} /*style prave vlajky na 
    jinojazycnou verzi*/
  img:hover.flagbottom{border: 3px white inset} /*hover*/


/*telo*/

.telo{background-color: white; width: 97.6%; position: absolute; top: 25%; left: 1%; border-left: 3px rgb(255,192,32) solid;
  border-right: 3px rgb(255,192,32) solid;} /*vlastnosti hlavni konstrukce (=zastresujici div) + podklad dole pod obema sloupci*/
  

/*menu*/

.menu{width: 97.9%; position: fixed; top: 20.9%; left: 1%; height: 5.5%; background-color: rgb(255,192,32); border: 1px black solid; z-index: 4;} /*velikost a pozice 
  left menu*/


/*rozbalovaci menu*/ 

/*sipky*/

.sipka1a{position: fixed; top: 24%; left: 41.7%; display: block;} /*umisteni sipek CZ*/
.sipka1b{position: fixed; top: 24%; left: 41.7%; display: none;}
.sipka2a{position: fixed; top: 24%; left: 54.5%; display: block;}
.sipka2b{position: fixed; top: 24%; left: 54.5%; display: none;}
.sipka3a{position: fixed; top: 24%; left: 67.7%; display: block;}
.sipka3b{position: fixed; top: 24%; left: 67.7%; display: none;}

/*sipky - English*/

.sipka1aen{position: fixed; top: 24%; left: 43%; display: block;} /*umisteni sipek v EN verzi*/
.sipka1ben{position: fixed; top: 24%; left: 43%; display: none;}
.sipka2aen{position: fixed; top: 24%; left: 55.6%; display: block;}
.sipka2ben{position: fixed; top: 24%; left: 55.6%; display: none;}
.sipka3aen{position: fixed; top: 24%; left: 68.7%; display: block;}
.sipka3ben{position: fixed; top: 24%; left: 68.7%; display: none;}

/*sipky - Deutsch*/

.sipka1ade{position: fixed; top: 24%; left: 42.4%; display: block;} /*umisteni sipek v DE verzi*/
.sipka1bde{position: fixed; top: 24%; left: 42.4%; display: none;}
.sipka2ade{position: fixed; top: 24%; left: 55.1%; display: block;}
.sipka2bde{position: fixed; top: 24%; left: 55.1%; display: none;}
.sipka3ade{position: fixed; top: 24%; left: 68.2%; display: block;}
.sipka3bde{position: fixed; top: 24%; left: 68.2%; display: none;}

/*menu lista*/

div.mi1{display: block; width: 14.5%; position: fixed; top: 21%; left: 1.1%; text-align: center; height: 5.6%; cursor: pointer; border-right: 1px black solid;}
    /*style divu okolo 1. menu zalozky*/
  div:hover.mi1{background-color: rgb(255,216,32);} /*hover*/
a.menuitem1{font-size: 18pt; font-weight: bold; color: black; text-decoration: none; position: relative; top: 15%;} /*style pisma 1. menu zalozky*/
  a:hover.menuitem1{} /*hover - kdyby bylo treba*/
div.mi2{display: block; width: 15.5%; position: fixed; top: 21%; left: 15.7%; text-align: center; height: 5.6%; cursor: pointer; border-right: 1px black solid;}
    /*style divu okolo 2. menu zalozky*/
  div:hover.mi2{background-color: rgb(255,216,32);} /*hover*/
a.menuitem2{font-size: 18pt; font-weight: bold; color: black; text-decoration: none; position: relative; top: 15%;} /*style pisma 2. menu zalozky*/
  a:hover.menuitem2{} /*hover - kdyby bylo treba*/
div.mi3{display: block; width: 13.4%; position: fixed; top: 21%; left: 31.3%; text-align: center; height: 5.6%; cursor: pointer; border-right: 1px black solid;}
    /*style divu okolo 3. menu zalozky*/
  div:hover.mi3{background-color: rgb(255,216,32);} /*hover*/
a.menuitem3{font-size: 18pt; font-weight: bold; color: black; text-decoration: none; position: relative; top: 15%;} /*style pisma 3. menu zalozky*/
  a:hover.menuitem3{} /*hover - kdyby bylo treba*/
div.mi4{display: block; width: 13%; position: fixed; top: 21%; left: 44.75%; text-align: center; height: 5.6%; cursor: pointer; border-right: 1px black solid;}
    /*style divu okolo 4. menu zalozky*/
  div:hover.mi4{background-color: rgb(255,216,32);} /*hover*/
a.menuitem4{font-size: 18pt; font-weight: bold; color: black; text-decoration: none; position: relative; top: 15%;} /*style pisma 4. menu zalozky*/
  a:hover.menuitem4{} /*hover - kdyby bylo treba*/
div.mi5{display: block; width: 13%; position: fixed; top: 21%; left: 57.85%; text-align: center; height: 5.6%; cursor: pointer; border-right: 1px black solid;}
    /*style divu okolo 5. menu zalozky*/
  div:hover.mi5{background-color: rgb(255,216,32);} /*hover*/ 
a.menuitem5{font-size: 18pt; font-weight: bold; color: black; text-decoration: none; position: relative; top: 15%;} /*style pisma 5. menu zalozky*/
  a:hover.menuitem5{} /*hover - kdyby bylo treba*/
div.mi6{display: block; width: 15%; position: fixed; top: 21%; left: 70.95%; text-align: center; height: 5.6%; cursor: pointer; border-right: 1px black solid;}
    /*style divu okolo 6. menu zalozky*/
  div:hover.mi6{background-color: rgb(255,216,32);} /*hover*/
a.menuitem6{font-size: 18pt; font-weight: bold; color: black; text-decoration: none; position: relative; top: 15%;} /*style pisma 6. menu zalozky*/
  a:hover.menuitem6{} /*hover - kdyby bylo treba*/
div.mi7{display: block; width: 12.8%; position: fixed; top: 21%; left: 86.05%; text-align: center; height: 5.6%; cursor: pointer;}
    /*style divu okolo 7. menu zalozky*/
  div:hover.mi7{background-color: rgb(255,216,32);} /*hover*/
a.menuitem7{font-size: 18pt; font-weight: bold; color: black; text-decoration: none; position: relative; top: 15%;} /*style pisma 7. menu zalozky*/
  a:hover.menuitem7{} /*hover - kdyby bylo treba*/

/*menu lista - English*/

div.mi1en{display: block; width: 14%; position: fixed; top: 21%; left: 1.1%; text-align: center; height: 5.6%; cursor: pointer; border-right: 1px black solid; z-index: 0;}
    /*style divu okolo 1. menu zalozky - English*/
  div:hover.mi1en{background-color: rgb(255,216,32);} /*hover*/
div.mi2en{display: block; width: 17%; position: fixed; top: 21%; left: 15.2%; text-align: center; height: 5.6%; cursor: pointer; border-right: 1px black solid;}
    /*style divu okolo 2. menu zalozky - English*/
  div:hover.mi2en{background-color: rgb(255,216,32);} /*hover*/
div.mi3en{display: block; width: 13.4%; position: fixed; top: 21%; left: 32.3%; text-align: center; height: 5.6%; cursor: pointer; border-right: 1px black solid;}
    /*style divu okolo 3. menu zalozky - English*/
  div:hover.mi3en{background-color: rgb(255,216,32);} /*hover*/
div.mi4en{display: block; width: 13%; position: fixed; top: 21%; left: 45.8%; text-align: center; height: 5.6%; cursor: pointer; border-right: 1px black solid;}
    /*style divu okolo 4. menu zalozky - English*/
  div:hover.mi4en{background-color: rgb(255,216,32);} /*hover*/
div.mi5en{display: block; width: 13%; position: fixed; top: 21%; left: 58.9%; text-align: center; height: 5.6%; cursor: pointer; border-right: 1px black solid;}
  /*style divu okolo 5. menu zalozky - English*/
  div:hover.mi5en{background-color: rgb(255,216,32);} /*hover*/
div.mi6en{display: block; width: 14%; position: fixed; top: 21%; left: 71.95%; text-align: center; height: 5.6%; cursor: pointer; border-right: 1px black solid;}
    /*style divu okolo 6. menu zalozky - English*/
  div:hover.mi6en{background-color: rgb(255,216,32);} /*hover*/
div.mi7en{display: block; width: 12.8%; position: fixed; top: 21%; left: 86.05%; text-align: center; height: 5.6%; cursor: pointer;}
    /*style divu okolo 7. menu zalozky - English*/
  div:hover.mi7en{background-color: rgb(255,216,32);} /*hover*/

/*menu lista - German*/

div.mi1de{display: block; width: 14.5%; position: fixed; top: 21%; left: 1.1%; text-align: center; height: 5.6%; cursor: pointer; border-right: 1px black solid;}
    /*style divu okolo 1. menu zalozky - Deutsch*/
  div:hover.mi1de{background-color: rgb(255,216,32);} /*hover*/
div.mi2de{display: block; width: 16%; position: fixed; top: 21%; left: 15.7%; text-align: center; height: 5.6%; cursor: pointer; border-right: 1px black solid;}
    /*style divu okolo 2. menu zalozky - Deutsch*/
  div:hover.mi2de{background-color: rgb(255,216,32);} /*hover*/
div.mi3de{display: block; width: 13.45%; position: fixed; top: 21%; left: 31.75%; text-align: center; height: 5.6%; cursor: pointer; border-right: 1px black solid;}
    /*style divu okolo 3. menu zalozky - Deutsch*/
  div:hover.mi3de{background-color: rgb(255,216,32);} /*hover*/
div.mi4de{display: block; width: 13%; position: fixed; top: 21%; left: 45.3%; text-align: center; height: 5.6%; cursor: pointer; border-right: 1px black solid;}
    /*style divu okolo 4. menu zalozky - Deutsch*/
  div:hover.mi4de{background-color: rgb(255,216,32);} /*hover*/
div.mi5de{display: block; width: 13%; position: fixed; top: 21%; left: 58.35%; text-align: center; height: 5.6%; cursor: pointer; border-right: 1px black solid;}
    /*style divu okolo 5. menu zalozky - Deutsch*/
  div:hover.mi5de{background-color: rgb(255,216,32);} /*hover*/
div.mi6de{display: block; width: 14.5%; position: fixed; top: 21%; left: 71.45%; text-align: center; height: 5.6%; cursor: pointer; border-right: 1px black solid;}
    /*style divu okolo 6. menu zalozky - Deutsch*/
  div:hover.mi6de{background-color: rgb(255,216,32);} /*hover*/
div.mi7de{display: block; width: 12.8%; position: fixed; top: 21%; left: 86.05%; text-align: center; height: 5.6%; cursor: pointer;}
    /*style divu okolo 7. menu zalozky - Deutsch*/
  div:hover.mi7de{background-color: rgb(255,216,32);} /*hover*/


/*podmenu*/

.vysouvaci1{border: 2px black solid; z-index: 3; position: fixed; top: 26.6%; left: 32.3%; width: 11%;} /*style rozbalovaciho menu_1*/
.vysouvaci1en{border: 2px black solid; z-index: 3; position: fixed; top: 26.6%; left: 33.8%; width: 10%;} /*style rozbalovaciho menu_1 - English*/
.vysouvaci1de{border: 2px black solid; z-index: 3; position: fixed; top: 26.6%; left: 31.35%; width: 14%;} /*style rozbalovaciho menu_1 - Deutsch*/
.vysouvaci2{border: 2px black solid; z-index: 3; position: fixed; top: 26.6%; left: 43.2%; width: 16%;} /*style rozbalovaciho menu_2*/
.vysouvaci2en{border: 2px black solid; z-index: 3; position: fixed; top: 26.6%; left: 44.3%; width: 16%;} /*style rozbalovaciho menu_2 - English*/
.vysouvaci2de{border: 2px black solid; z-index: 3; position: fixed; top: 26.6%; left: 43.7%; width: 16%;} /*style rozbalovaciho menu_2 - Deutsch*/
.vysouvaci3{border: 2px black solid; z-index: 3; position: fixed; top: 26.6%; left: 56.25%; width: 16%;} /*style rozbalovaciho menu_3*/
.vysouvaci3en{border: 2px black solid; z-index: 3; position: fixed; top: 26.6%; left: 57.25%; width: 16%;} /*style rozbalovaciho menu_3 - English*/
.vysouvaci3de{border: 2px black solid; z-index: 3; position: fixed; top: 26.6%; left: 56.75%; width: 16%;} /*style rozbalovaciho menu_3 - Deutsch*/
div.dline{display: block; background-color: rgb(255,192,32); border-bottom: 1px black solid; text-align: center; cursor: hand;}
    /*vlastnosti jedne radky v rozbalovacim menu*/
  div:hover.dline{background-color: rgb(255,216,32);} /*hover*/
div.dlinelast{display: block; background-color: rgb(255,192,32); text-align: center; cursor: hand;} /*vlastnosti posledni radky v rozbalovacim menu*/
  div:hover.dlinelast{ background-color: rgb(255,216,32);} /*hover*/
a.aline{color: black; text-decoration: none; margin: 1px 2px 1px 2px; font-size: 14pt;} /*vlastnosti vzhledu odkazu v rozbalovacim menu*/
  a:hover.aline{} /*hover - kdyby bylo treba*/


/*levy sloupec*/

.leftcolumn{width: 14%; height: 64.3%; position: fixed; top: 26.7%; left: 1.2%;} /*velikost, umisteni leveho sloupce*/
img.svgolf-banner{height: 6.4%; width: 96.5%; border: 1px white solid; margin-bottom: 0%; margin-top: 2%; margin-left: 1%;} /*style banneru SV Golf*/
  img:hover.svgolf-banner{border-color: black; border-width: 1px;} /*hover*/
img.threedminigolf-banner{height: 12%; width: 60%; border: 1px white solid; margin-bottom: -2%; margin-left: 19%;} /*style banneru 3D minigolf*/
  img:hover.threedminigolf-banner{border-color: black; border-width: 1px;} /*hover*/
img.cost-banner{height: 8.8%; width: 68%; border: 1px white solid; margin-left: 15%;} /*style banneru Cost of Wisconsin*/
  img:hover.cost-banner{border-color: black; border-width: 1px;} /*hover*/
img.funsports-banner{height: 8%; width: 80%; border: 1px white solid; margin-bottom: -1%; margin-left: 9%;} /*style banneru Fun-Sports*/
  img:hover.funsports-banner{border-color: black; border-width: 1px;} /*hover*/
img.gamenfun-banner{height: 11.2%; width: 60%; border: 1px white solid; margin-bottom: -1%; margin-left: 19%;} /*style banneru Game&fun*/
  img:hover.gamenfun-banner{border-color: black; border-width: 1px;} /*hover*/
img.geundmi-banner{height: 8.8%; width: 68%; border: 1px white solid; margin-bottom: -2%; margin-left: 15%;} /*style banneru M&G*/
  img:hover.geundmi-banner{border-color: black; border-width: 1px;} /*hover*/
img.olympiysky-banner{height: 10.4%; width: 70%; border: 1px white solid; margin-bottom: -1%; margin-left: 14%;} /*style banneru Olympiysky club*/
  img:hover.olympiysky-banner{border-color: black; border-width: 1px;} /*hover*/
img.nifo-banner{height: 4.8%; width: 95.5%; border: 1px white solid; margin-bottom: -1%; padding: 1px 1px 1px 1px; margin-left: 1%;} /*style banneru Nifo*/
  img:hover.nifo-banner{border-color: black; border-width: 1px;} /*hover*/
img.reisinger-banner{height: 10%; width: 65%; border: 1px white solid; margin-left: 16.4%; margin-bottom: -1%;} /*style banneru Reisinger*/
  img:hover.reisinger-banner{border-color: black; border-width: 1px;} /*hover*/
img.wgw-banner{height: 8%; width: 68%; border: 1px white solid; margin-left: 15%;} /*style banneru WGW*/
  img:hover.wgw-banner{border-color: black; border-width: 1px;} /*hover*/


/*obsah*/

img.podklad{width: 69%; height: 64.2%; position: fixed; top: 26.8%; left: 15.5%; z-index: 1;}

.obsah{width: 70.6%; position: relative; left: 14.3%; top: 0%; border-left: 5px rgb(144,0,0) groove; border-right: 5px rgb(144,0,0) groove; z-index: 2;}
    /*vlastnosti obsahu*/
  .obsahin{margin: 0px 10px 0px 10px; text-indent: 20px; text-align: justify;} /*margins - stred*/

   
/*pravy sloupec*/

.rightcolumn{width: 14%; height: 64.3%; position: fixed; top: 26.7%; left: 84.8%;} /*velikost, umisteni praveho sloupce*/
img.cheb-banner{height: 15%; width: 95.2%; border: 3px white solid; margin-bottom: 0%; margin-top: 3%; margin-left: 1%;} /*style banneru Chebu*/
  img:hover.cheb-banner{border: 3px black solid;;} /*hover*/
img.kk-banner{height: 15%; width: 93.2%; border: 3px white solid; margin-bottom: 0%; padding: 2px 2px 2px 2px; margin-left: 1%;} /*style banneru KK*/
  img:hover.kk-banner{border: 3px black solid;} /*hover*/
img.emf-logo{height: 15%; width: 95.2%; border: 3px white solid; margin-bottom: 0%; margin-left: 1%;} /*style loga EMF*/
  img:hover.emf-logo{border: 3px black solid;} /*hover*/
img.wmf-logo{height: 25%; width: 70%; border: 3px white solid; margin-bottom: 0%; margin-left: 13%;} /*style loga WMF*/
  img:hover.wmf-logo{border: 3px black solid;} /*hover*/
img.cmgs-logo{height: 15%; width: 95.2%; border: 3px white solid; margin-left: 1%;} /*style loga CMGS*/
  img:hover.cmgs-logo{border: 3px black solid;} /*hover*/


/*paticka*/

.paticka{height: 10%; width: 100%; background-color: white; z-index: 5; position: fixed; top: 91%; left: 0%;} /*style paticky - prekryti zbytku textu*/
.patickain{height: 8.5%; width: 98%; background-color: rgb(255,192,32); z-index: 6; position: fixed; top: 91%; left: 1%;} /*style paticky - podbarveni pod emaily a bannery*/

img.bau-banner{height: 90%; width: 5%; border: 1px rgb(255,192,32) solid;  float: left; margin-top: 1px; margin-left: 10px;} /*style banneru 4bau*/
  img:hover.bau-banner{border: 1px black solid;} /*hover*/
img.altman-banner{height: 80%; width: 8%; border: 1px rgb(255,192,32) solid; float: left; margin-top: 4px; margin-left: 3px;} /*style banneru 4bau*/
  img:hover.altman-banner{border: 1px black solid;} /*hover*/
img.colormax-banner{height: 80%; width: 8%; border: 1px rgb(255,192,32) solid; float: left; margin-top: 4px; margin-left: 3px;} /*style banneru 4bau*/
  img:hover.colormax-banner{border: 1px black solid;} /*hover*/
img.egrensis-banner{height: 80%; width: 7%; border: 1px rgb(255,192,32) solid; float: left; margin-top: 4px; margin-left: 3px;} /*style banneru 4bau*/
  img:hover.egrensis-banner{border: 1px black solid;} /*hover*/
img.go-banner{height: 80%; width: 8%; border: 1px rgb(255,192,32) solid; float: left; margin-top: 4px; margin-left: 3px;} /*style banneru 4bau*/
  img:hover.go-banner{border: 1px black solid;} /*hover*/
img.chetes-banner{height: 80%; width: 7%; border: 1px rgb(255,192,32) solid; float: left; margin-top: 4px; margin-left: 3px;} /*style banneru 4bau*/
  img:hover.chetes-banner{border: 1px black solid;} /*hover*/
img.orthos-banner{height: 90%; width: 6%; border: 1px rgb(255,192,32) solid; float: left; margin-top: 1px; margin-left: 3px;} /*style banneru 4bau*/
  img:hover.orthos-banner{border: 1px black solid;} /*hover*/
img.prefa-banner{height: 80%; width: 8%; border: 1px rgb(255,192,32) solid; float: left; margin-top: 4px; margin-left: 3px;} /*style banneru 4bau*/
  img:hover.prefa-banner{border: 1px black solid;} /*hover*/
img.sauron-banner{height: 80%; width: 7%; border: 1px rgb(255,192,32) solid; float: left; margin-top: 4px; margin-left: 3px;} /*style banneru 4bau*/
  img:hover.sauron-banner{border: 1px black solid;} /*hover*/
img.tekaz-banner{height: 80%; width: 8%; border: 1px rgb(255,192,32) solid; float: left; margin-top: 4px; margin-left: 3px;} /*style banneru 4bau*/
  img:hover.tekaz-banner{border: 1px black solid;} /*hover*/
img.terea-banner{height: 90%; width: 6%; border: 1px rgb(255,192,32) solid; float: left; margin-top: 1px; margin-left: 3px;} /*style banneru 4bau*/
  img:hover.terea-banner{border: 1px black solid;} /*hover*/
img.tritia-banner{height: 80%; width: 7%; border: 1px rgb(255,192,32) solid; float: left; margin-top: 4px; margin-left: 3px;} /*style banneru 4bau*/
  img:hover.tritia-banner{border: 1px black solid;} /*hover*/
img.welstam-banner{height: 80%; width: 8%; border: 1px rgb(255,192,32) solid; float: left; margin-top: 2px; margin-left: 3px;} /*style banneru 4bau*/
  img:hover.welstam-banner{border: 1px black solid;} /*hover*/

.copyright{font-size: 5pt; position: fixed; left: 90%; top: 98.7%;} /*velikost copyright poznamky*/


/*index*/

div.indexlogodiv{text-align: center;} /*zarovnani loga na stred*/
img.indexlogoSNC{width: 40%; height: 60%; position: absolute; top: 8%; left: 6.5%; border: 3px white solid;} /*velikost a pozice loga MES*/
  :hover.indexlogoSNC{border: 3px black solid;} /*hover*/
img.indexlogoSEC{width: 40%; height: 60%; position: absolute; top: 8%; left: 52.5%; border: 3px white solid;} /*velikost a pozice loga MES*/
  :hover.indexlogoSEC{border: 3px black solid;} /*hover*/
img.wmf_goldsponsors_index{height: 15%; width: 60%; position: absolute; top: 73%; left: 19.3%; border: 2px black solid}
  /*style velkyho obrazku Gold sponzoru na indexu*/
.copyrightindex{font-size: 12pt; position: absolute; top: 92%; left: 41.8%;} /*velikost copyright poznamky*/


/*index - vnitrni*/

.date{text-indent: 0px; font-style: italic; font-weight: bold; font-size: 13pt;} /*style datumu ve vnitrnich indexech*/
.news{text-indent: 0px; margin-left: 20px;}


/*Accomodation - Pension Hannibal*/

img.hannibal{width: 50%;} /*style hlavniho fota Hannibala*/
img.hann-room1{width: 30%; float: right; margin-left: 1%; margin-right: 10%; margin-top: -50px;} /*style 1. fotky pokoje Hannibala*/
img.hann-room2{width: 20%; float: right; margin-left: 1%; margin-right: 10%;} /*style 2. fotky pokoje Hannibala*/


/*Photos*/

img.image_left{cursor: pointer; border: 3px black solid; width: 32%; margin-top: 5px; margin-left: 5px;} /*style levyho fotky*/
  img:hover.image_left{border: 3px white solid;} /*hover*/
img.image_middle{cursor: pointer; border: 3px black solid; width: 32%; margin-top: 5px;} /*style levyho fotky*/
  img:hover.image_middle{border: 3px white solid;} /*hover*/
img.image_right{cursor: pointer; border: 3px black solid; width: 32%; margin-top: 5px;} /*style levyho fotky*/
  img:hover.image_right{border: 3px white solid;}/*hover*/
img.image_last{cursor: pointer; border: 3px black solid; width: 32%; margin-top: 5px; margin-left: 6px;} /*style levyho fotky*/
  img:hover.image_last{border: 3px white solid;}/*hover*/
img.image_high{cursor: pointer; border: 3px black solid; width: 20%; margin-top: 5px; margin-left: 6.3%; margin-right: 6.3%;} /*style levyho fotky*/
  img:hover.image_high{border: 3px white solid;}/*hover*/
  
/*Photos - smaller*/

img.image_left_1{cursor: pointer; border: 3px black solid; width: 15.6%; margin-top: 5px; margin-left: 10px;} /*style 1. fotky zleva*/
  img:hover.image_left_1{border: 3px white solid;} /*hover*/
img.image_left_2{cursor: pointer; border: 3px black solid; width: 15.6%; margin-top: 5px;} /*style 2. fotky zleva*/
  img:hover.image_left_2{border: 3px white solid;} /*hover*/
img.image_left_3{cursor: pointer; border: 3px black solid; width: 15.6%; margin-top: 5px;} /*style 3. fotky zleva*/
  img:hover.image_left_3{border: 3px white solid;} /*hover*/
img.image_left_4{cursor: pointer; border: 3px black solid; width: 15.6%; margin-top: 5px;} /*style 4. fotky zleva*/
  img:hover.image_left_4{border: 3px white solid;} /*hover*/
img.image_left_5{cursor: pointer; border: 3px black solid; width: 15.6%; margin-top: 5px;} /*style 5. fotky zleva*/
  img:hover.image_left_5{border: 3px white solid;} /*hover*/
img.image_left_6{cursor: pointer; border: 3px black solid; width: 15.6%; margin-top: 5px;} /*style 6. fotky zleva*/
  img:hover.image_left_6{border: 3px white solid;} /*hover*/

/*Photos - jednotlivy*/
.background-photos{background-color: black;} /*black color pod fotkama*/
.photo-individual{width: 90%; height: 95%; position: absolute; left: 5%; top: 2%;} /*style samostatné fotky*/
.photo-individual-spec{width: 90%; height: 65%; position: absolute; left: 5%; top: 2%;} /*style samostatné fotky*/
.photo-individual2{height: 90%; position: absolute; left: 5%; top: 5%;} /*style samostatné fotky 2*/
.arrow-previous{width: 3%; position: absolute; left: 1%; top: 8%; border-style: none;} /*style sipky vlevo*/
  img:hover.arrow-previous{width: 3.4%; position : absolute; left: 0.8%; top: 7.6%} /*hover sipky vlevo*/
.arrow-next{width: 3%; position: absolute; left: 96%; top: 8%; border-style: none;} /*style sipky vpravo*/
  img:hover.arrow-next{width: 3.4%; position: absolute; left: 95.8%; top: 7.6%} /*hover sipky vpravo*/


/*Buffet*/
a.buffet-download{color: black; text-decoration: underline; font-size: 18pt; font-weight: bold; position: absolute; top: 23%; left: 10%; text-indent: 0px;
    padding-left: 5px; padding-right: 5px;} /*style odkazu na download betonu - CZ verze*/
  a:hover.buffet-download{color: white; text-decoration: none; background-color: black;} /*hover*/


/*Systems*/

a.concrete-download{color: black; text-decoration: underline; font-size: 22pt; font-weight: bold; position: absolute; top: 20%; left: 18%; text-indent: 0px;
    padding-left: 5px; padding-right: 5px;} /*style odkazu na download betonu - CZ verze*/
  a:hover.concrete-download{color: white; text-decoration: none; background-color: black;} /*hover*/
a.miniature-download{color: black; text-decoration: underline; font-size: 22pt; font-weight: bold; position: absolute; top: 20%; left: 71%; text-indent: 0px;
    padding-left: 5px; padding-right: 7px;} /*style odkazu na download miniaturu - CZ verze*/
  a:hover.miniature-download{color: white; text-decoration: none; background-color: black;} /*hover*/
a.en_concrete-download{color: black; text-decoration: underline; font-size: 22pt; font-weight: bold; position: absolute; top: 20%; left: 17%; text-indent: 0px;
    padding-left: 5px; padding-right: 5px;} /*style odkazu na download betonu - EN version*/
  a:hover.en_concrete-download{color: white; text-decoration: none; background-color: black;} /*hover*/
a.en_miniature-download{color: black; text-decoration: underline; font-size: 22pt; font-weight: bold; position: absolute; top: 20%; left: 69%; text-indent: 0px;
    padding-left: 5px; padding-right: 7px;} /*style odkazu na download miniaturu - EN version*/
  a:hover.en_miniature-download{color: white; text-decoration: none; background-color: black;} /*hover*/


/*Photo Gallery*/
a.a_photogallery{color: black; text-decoration: underline;} /*style odkazu ve Fotogalerii na fotky*/
  a:hover.a_photogallery{color: white; text-decoration: none; background-color: black;} /*hover*/


/*Results*/
a.results_a_1{color: black; text-decoration: underline; font-size: 22pt; font-weight: bold; position: absolute; top: 20%; left: 3%; text-indent: 0px;
    padding-left: 5px; padding-right: 5px;} /*style odkazu na download betonu - CZ verze*/
  a:hover.results_a_1{color: white; text-decoration: none; background-color: black;} /*hover*/
a.results_a_2{color: black; text-decoration: underline; font-size: 22pt; font-weight: bold; position: absolute; top: 20%; left: 60%; text-indent: 0px;
    padding-left: 5px; padding-right: 7px;} /*style odkazu na download miniaturu - CZ verze*/
  a:hover.results_a_2{color: white; text-decoration: none; background-color: black;} /*hover*/
a.en_results_a_1{color: black; text-decoration: underline; font-size: 20pt; font-weight: bold; position: absolute; top: 20%; left: 2%; text-indent: 0px;
    padding-left: 5px; padding-right: 5px;} /*style odkazu na download betonu - EN version*/
  a:hover.en_results_a_1{color: white; text-decoration: none; background-color: black;} /*hover*/
a.en_results_a_2{color: black; text-decoration: underline; font-size: 20pt; font-weight: bold; position: absolute; top: 20%; left: 54%; text-indent: 0px;
    padding-left: 5px; padding-right: 7px;} /*style odkazu na download miniaturu - EN version*/
  a:hover.en_results_a_2{color: white; text-decoration: none; background-color: black;} /*hover*/
