/* CSS Document */
body {
    text-decoration: none;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    text-align:center;
    background: rgb(222,222,220);
      
}
h4 {
    font-size: 12px;

}
.skryto {
    display: block;
    font-size:1px;
    height:1px;
    visibility: hidden;
      
}
#center {             /*hlavní rámec - vycentrování a obrazovce*/
    display: block;
    position:relative;
    width: 984px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
     
#logo {
    display: block;
    width:984px;
    height: 270px;
    position: absolute;
    background: url("img/logo.jpg") no-repeat;
    float: left;
}
.flash {
    position: absolute;
    left:710px;
}
/*blok v obrázku v logu a všechno co obsahuje*/
#blokvlogu {
    position: absolute;
    top: 60px;
    left: 70px;
}

#registrace {
    position: absolute;
    font-family: Impact, sans-serif;
    color: white;
    font-variant: small-caps;
}
#reg1 {
    font-family: Verdana, sans-serif;
    color: black;
    font-weight: bold;
    font-variant: normal;
    position: absolute;
    top: 23px;
    left: 0px;

}
#reg2 {
    position: absolute;
    top: 45px;
    width: 200px;
    left: 0px;
}
.regodk {
    display: inline;
    color: white;
    text-decoration: none;
}
.regodk:hover {
    text-decoration: underline;
    color:rgb(220,220,224);
}
#hledej {
    font-family: "Verdana", "san-serif";
    font-weight: bold;
    width: 150px;
    padding: 2px;
    border: none;
    background:rgb(205,205,205);
    font-size: 12px;
    position: absolute; 
    top: 80px;
    left: 0px;
}
#najdi{
    font-family: Impact, sans-serif;
    color: white;
    font-variant: small-caps;
    border: none;
    padding: 0px;
    background: none;
    visibility: visible;
    position: absolute; 
    top: 100px;
    left: 0px;
}
#datum {
    margin-top: 10px;
    position: relative;
    font-weight: bold;
    position: absolute; 
    top: 130px;
    left: 0px;
    width: 200px;
}
/*pruh vpravo s menu a aktualitami*/
#vpravo {
    display: block;
    position: absolute;
    left: 740px; 
    top: 270px;
    width: 270px;
}
/*menu a vše co je v menu*/

#menu {
    background: url('img/menu.jpg') no-repeat;
    height: 340px;
    width: 220px;
    padding-top: 50px; padding-left: 15px; padding-bottom: 10px;
    overflow: hidden;
}
.text_v_menu {
    display: block;
    width: 200px;
    line-height: 1.8;  
    font-family: "Verdana", "Arial" , "san-serif";
    text-decoration: none;
    text-align:left;
    color: black;
    font-weight: bold;
    font-size:10px;
}
.text_v_menu:hover {
    font-family: "Verdana", "Helvetica CE", "Arial" , "san-serif";
    text-decoration: underline;
    color: rgb(219,65,57);
}
.text_v_menu_2 {
    display: block;
    width: 190px;
    position: relative;
    left: 10px;
    line-height: 1.8em; 
    font-family: "Verdana", "Helvetica CE", "Arial" , "san-serif";
    text-decoration: none;
    text-align:left;
    color: gray;
    font-weight: bold;
    font-size:10px;
}
.text_v_menu_2:hover {
    font-family: "Verdana", "Helvetica CE", "Arial" , "san-serif";
    text-decoration: underline;
    color: #131A73;
}
/*aktuality po straně a vše co v nich je*/
#aktuality {
    background: url('img/aktuality.jpg') no-repeat;
    height: 730px;
    width: 220px;
    position: relative;
    top: -72px;  
    padding-top: 60px; padding-left: 15px; 
    overflow: hidden;
}
#obsahaktuality {
    height: 600px;
    overflow: hidden;
}

.text_v_aktualitach {
    display: block;
    line-height: 1.8em; 
    font-family: "Verdana", "Helvetica CE", "Arial" , "san-serif";
    text-decoration: none;
    text-align: left;
    color: rgb(79,79,79);
    font-size: 10px;   
    width: 200px;
}
.text_v_aktualitach_2 {
    display:inline;
    font-size:85%;
  
    color: black;
   
}
.text_v_aktualitach:hover {
    font-family: "Verdana", "Helvetica CE", "Arial" , "san-serif";
    text-decoration: underline;
    color: rgb(219,65,57);
}
/*hlavní rám*/
#obsah {
  background: url('img/obsah.jpg') no-repeat;
  display: block;
  position: absolute;
  height: 1060px;
  width: 680px;
  top: 270px;
  font-family: "Verdana", "Helvetica CE", "Arial" , "san-serif";
  font-size: xx-small;
  line-height: 1.5em;
  text-align:justify;
  padding-left: 80px;   padding-top: 20px; 
}
#obsahobsahu {
  height: 970px;
  width: 660px;
  overflow-y: auto;
}

.odrazka {
    font-family: "Verdana", "Helvetica CE", "Arial" , "san-serif";
    font-weight: bold;
    font-size: 70%;
}
/*odkazy na více informací*/
.more {
    color: rgb(219,65,57);
    font-size: xx-small;
    text-align:right;
}
.more:hover {
    background: rgb(219,65,57);
    color: black;
}
.more_active {
    color: black;
    font-size: 9px;
    text-align:right;
}

.vypis{
    width: 620px;
    margin-bottom: 5px;
    line-height:1.7em;
    font-size: xx-small;

}
.vypis_aktualit{
    width: 620px;
    margin-bottom: 12px;
    font-size: xx-small;

}
.titul {
   background: url("img/pozadi.jpg") no-repeat;
   font-weight: bold;
   color: black;
}
.vyrazne {
  display: block;
  width: 500px;
  text-decoration: underline;
  font-size: 90%;
}
.nadpis {
  font-family: Verdana, sans-serif;
  background: url('img/odrazka.jpg') no-repeat bottom left;
  color: rgb(219,65,57);
  line-height: 30px;
  font-size: 12px;
  font-weight:bold;
}
.tabnadpis {
  font-family: Verdana, sans-serif;
  background: url('img/odrazka.jpg') no-repeat bottom left;
  font-weight:bold;
}
#zapati {
    display: block ;
    width: 964px; 
    position: absolute;
    left: 70px;
    top:1010px;
    font-size: xx-small;
}
.button {
    font-family: Verdana, sans-serif;
    background: url('img/button.jpg') no-repeat;
    border: none;
    font-size: 9px;
    font-weight: bold;
    width:82px;
    height:25px;

}
.alert {
    margin-top: 10px;
    font-size:11px;
    color: rgb(219,65,57);
    font-weight:  bold;
    font-variant: small-caps;
    background: url('img/alert.gif') no-repeat left bottom;
    height: 40px;
}
.ok {
    margin-top: 10px;
    font-size: 11px;
    color: black;
    font-weight:  bold;
    font-variant: small-caps;
    background: url('img/ok.gif') no-repeat left bottom;
    height: 40px;
}

.prispevky {
    display: block;
    font-size: 90%;
    color: black;
    font-weight: bold;
}

.fulltext {
    border-top: 1px black solid;
    border-bottom: 1px black solid;
    background: #C0C0FF;
}
#regvypis {
    position: relative; 
    top: -250px;
}

.mess {
     color: #bd3502;
     font-size: xx-small;
     font-weight: bold;

}
.ramecek {
      border: 1px solid rgb(213,213,213);
      text-align: center;
}
.tucne {
      font-weight: bold;
}
.line {
    display: block;
    height: 20px;
}
.downmore {
    color: rgb(219,65,57);
    font-size: 9px;
    text-align: right;
    vertical-align: middle;
}
.downmore:hover {
    background: rgb(219,65,57);
    color: black;
}
.down {
    vertical-align: middle;
}
