/*stylopis pro fsam web*/
/*zakladni rozvrzeni stranky*/
.hlavicka {position: absolute; height:250px; left:5px; right: 5px; top: 0px}
.menu {position: absolute; width:180px;left: 0; top: 260px}
.telo {position: absolute; width:670px;left: 190px; top: 260px}
.prave_menu {position: absolute; left: 870px; top: 260px}


/*tlacitka v menu*/
a.tlacitko{border-bottom : 2px solid black;
           border-top : 2px solid #bbbbbb;
           border-left : 2px solid #bbbbbb;
           border-right : 2px solid black;
           font-weight : bolder;
           padding : 1px 5px 1px 10px;
           background-color : #669900;
           color : #eeeeee;
           text-decoration : none;
           margin : 1px 0px 0px 10px;
           display : block;}
a.tlacitko:hover{border-bottom : 2px solid #AAAAAA;
                 border-top : 2px solid Black;
                 border-left : 2px solid Black;
                 border-right : 2px solid #AAAAAA; background-color: #006600}  
a.otevreny {background-color:#006600/*barva pozadi pro prave otevreny odkaz/stranku*/}

a.tlacitko_area{border-bottom : 2px solid black;
           border-top : 2px solid #bbbbbb;
           border-left : 2px solid #bbbbbb;
           border-right : 2px solid black;
           font-weight : bolder;
           padding : 3px 10px 3px 10px;
           background-color : #7EA67B;
           color : #eeeeee;
           text-decoration : none;
           margin : 0px 0px 0px 0px;
          }
a.tlacitko_area:hover{border-bottom : 2px solid #AAAAAA;
                 border-top : 2px solid Black;
                 border-left : 2px solid Black;
                 border-right : 2px solid #AAAAAA; background-color: #006600} 


/*vedlejsi menu v textu*/
a.tlacitko_text{font-size:18px; 
                font-weight : bolder;
                padding : 2px 45px 1px 45px;
                color : black;
                text-decoration : none;
                line-height: 22px;}
a.tlacitko_text:hover{background-color: #006600;
                      text-decoration:none;
                      color: #eeeeee}  

/*odkaz v textu*/
a.odkaz_text {text-decoration:none; 
              font-weight:bold;
              color: #006600 } 
a.odkaz_text:hover {text-decoration:none;
              font-weight:bold;
              color:#eeeeee;
              background-color:#006600}                                   

.text {/*zakladni text a pozadi do tagu body*/
       color: black;
       font-family:Trebuchet MS;
       font-weight: normal;
       font-size: 14px;
       font-style: normal;
       font-variant: normal;
       text-decoration: none;
       text-align: justify;
       background-color:#D1E6CA}

.text_menu {/*text v menu*/
    font-family: Arial;
    font-weight: bold;
    font-size: 15px; 
    font-style: normal;
    font-variant: small-caps;
    text-decoration: none;
    text-align: left;
    color: black;
    line-height : 26px }
.dinfish {/*text pro odkaz na fsam*/
       text-align:center;    
       font-weight : bolder;
       padding : 1px 5px 1px 10px;
       background-color : #95D9B0;         
       text-decoration : none;
       margin : 1px 0px 0px 10px;
       display : block;}        

.text_up {/*formatovani pro up odkaz */
           font-family: Times New Roman;
           font-weight: bold;
           font-size: 18px; 
           font-style: oblique;
           font-variant: normal;
           text-decoration: none;
           text-align: right;
           color: #56870B}
/*nadpisy a text v hlavicce*/
h1 {/*hlavni nadpis*/
    font-family: Arial;
    font-weight: bolder;
    font-size: 62px;
    font-style: normal;
    font-variant: small-caps;
    text-decoration: none;
    line-height: 56px;
    text-align: left;
    padding-top:5px;
    padding-left: 250px;
    color: #eeeeee;} 
h2 {/*vedlejsi nadpis v hlavicce*/
    font-family: Arial;
    font-weight: bold;
    font-size: 40px;
    font-style: normal;
    font-variant: small-caps;
    text-decoration: none;
    text-align: left;
    line-height: 8px;     
    padding-left: 250px;
    color: #eeeeee;}
ul.odrazka_hlavicka {/*odrazka pro text v hlacicce*/
    font-family: Times New Roman;
    font-size: 28px;
    font-style: italic;
    text-align: left;
    padding-left: 350px;
    list-style-type: disc;
    list-style-position:outside;
    color: #eeeeee;}

    
/*zbytek textu*/        
h3 {/*nadpis v textu*/
    font-family: Times New Roman;
    font-weight: bold;
    font-size: 29px; 
    font-style: normal;
    font-variant: small-caps;
    text-decoration: underline;
    text-align: left;
    color: #56870B}

ul {/*odrazky plna tecka*/
     list-style-type: disc;
     list-style-position: outside}
ul.verze2 {list-style-type: circle;
     list-style-position: outside}
ul.verze3 {list-style-type:lower-alpha;
           list-style-position: outside}           
    
.bold {/*tluste zvyrayneni*/ font-weight: bold} 
.italic {/*kurziva*/ font-style: italic}
.v {/*o neco vetsi pismo nez je ve zbytku textu*/
    font-size:20px}
  
.u {text-decoration: underline} 
.red {color: red}
.blue {color: blue}  

/*nadpis v tabulce jizdniho radu*/
.tt1 {text-align: left;
      font-weight: bold;
      padding : 1px 7px 1px 7px;
      color: #eeeeee;
      background-color: #777777} 

/*zarovnani ve sloupci "time"*/
.tt2 {text-align: center;}
.tt3 {width: 63px}
.tt4 {padding : 1px 4px 1px 7px;}      
.tt5 {background-color:#eeeeee; font-size:13px}
.tt6 {color: #eeeeee} 
.tt7 {width: 150px}             
