/* CSS Document */
html, body{
  text-align:center;
  background-color:white;
  font-family:Arial CE, Arial, sans-serif;
  font-size:14px;
}

    #page{
      margin:auto;
      width:944px;
      color:white;
      text-align:left;
      background:url('./backgrounds/pozadi.png') 75% 220px no-repeat;
      position:relative;
    }
    
        #hlavicka{
          width:100%;
          height:150px;
          float:left;
          background:url('./backgrounds/pozadihlavicka.png') no-repeat;
        }
        
            #logo{
              float:left;
              margin-left:30px;
              _margin-left:15px;
              margin-top:25px;
            }
            
            #jazyky{
              width:77px;
              margin-left:860px;
              margin-top:6px;
            } 
            
            #odhlaseni{
              margin-left:40px;
              margin-top:90px;
            }
              
              #odhlaseni a{color:#474747;}
              #odhlaseni a:hover{color:#FEBA1D;}
        
        #main{
          width:944px;
          margin-top:10px;
          margin-bottom:10px;
          float:left;
          background:url('./backgrounds/back.png') repeat-y;
        }
        
            #listamenu{
              width:174px;
              height:650px;
              float:left;
            }
                
                #zasouvatko{
                  display:none;
                }
                
                #prihlaseni{
                  width:174px;
                  display:none;
                }
                  #prihlaseni form{
                    margin:0;
                  }
                
                  #prihlaseni table{
                    width:174px;
                    color:#474747;
                    border-collapse:separate;
                    text-align:center;
                  }
                  
                  #prihlaseni td{
                    border:0px none transparent;
                    width:50%;
                  }
                              
                #logomenu{
                  width:174px;
                  height:40px;
                  margin-top:0px;
                  float:left;
                }
                
                  #logomenu h1{
                    margin-top:10px;
                  }
                
                #pridani{
                  margin-top:20px;
                  margin-left:30px;
                  float:left;
                }
                
                  #pridani a{color:#474747;}
                  #pridani a:hover{color:#FEAB1D;}
            
            #listatext{
              width:590px;
              margin-left:3px;
              margin-right:3px;
              float:left;
            }
                
                #novinky{
                  border-bottom:2px solid #6E6E6E;
                  width:590px;
                  display:none;
                }
                  
                    #listanovinky{
                      width:590px;
                      height:32px;
                    }
                      
                      #krizek{
                        left:747px; 
                        top: 165px; 
                        position:absolute;
                      }
                    
                    #upraveninovinek{
                      top:165px;
                      left:350px;
                      position:absolute;
                    }
                      
                      #upraveninovinek a{color:#474747;}
                      #upraveninovinek a:hover{color:#FEBA1D;}
                    
                    #textnovinky{
                      width:590px;
                      padding-bottom:10px;
                      text-align:center;
                    }
                      
                      #textnovinky span{
                        color:white;
                      }
                    
                #otevreninovinek{
                  float:left;
                  display:none;
                  position:relative; /*tady bez toho zase nefunguje animace*/
                  display:none;
                }
            
                #text{
                  text-align:justify;
                  margin:20px; 
                }
                  
                  #upraveni a{color:#474747;}
                  #upraveni a:hover{color:#FEBA1D;}
                  
                #text p{text-indent:30px;}
            
            #listapartneri{
              width:174px;
              float:left;
            }
            
                #logopartneri{
                  width:174px;
                  height:40px;
                  margin-top:20px;
                }
                
                #loga{
                  width:134px;
                  margin-top:15px;
                  _margin-top:0px;
                  margin-left:20px;
                  position:relative; /*kvuli iepdgfix.htc, bez toho to z nejakeho duvodu nefunguje*/
                }
                
                    #loga img{margin-bottom:10px;}
          
        #paticka{
          width:100%;
          height:40px;
          clear:both;
          color:white;
          text-align:center;
          background:url('./backgrounds/pozadipaticka.png') repeat-y;
        }
          
          #paticka span{
            color:white;
          }


img{border:0px;}
a{color:white; text-decoration:none;}
a:hover{color:#FEBA1D;}
.iepngfix, div#text img{behavior:url('./resources/scripts/iepngfix.htc');}
.klikaci{cursor:hand; cursor:pointer;}
.neklikaci{cursor:default;}
.datum{font-size:1.25em; color:#FEBA1D;}
.prvni:first-letter{color:#FEBA1D; font-size:150%;}
.nadpisnew{color:#FEBA1D; margin:2px 0px 2px 40px; _margin-left:20px; float:left;}
.nadpisy{color:#FEBA1D; text-align:center;}