/************************************************** PISMO A VELIKOST */

body, input, select, textarea, th, td {
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif; /* Trebuchet MS (sofistikovanější bezpatkové písmo) */
}

input, select, textarea {
  font-size: 100%;
}

body, th, td {
  font-size: 85%; /* th, td only for IE < 6 */
  line-height: 1.4;
}

th, td {
  padding: 0 1em;
  font-\size: 100%;
}




/************************************************** ZÁKLADY */

/* zarovnani textu */
p { margin: 0.8em 0; padding: 0; }
.right { text-align: right !important; }
.left { text-align: left !important; }
.center { text-align: center !important; }
p.noindent { text-indent: 0 !important; }


/* titulky */
h1, h2, h3 {
  text-indent: 0px;
  margin: 0.8em 0;
  color: #1F6CAC;
}
h1 { font-size: 150%;  }
h2 { font-size: 122%; }
h3 { font-size: 110%;  }




/* kotvy */
a {
  cursor: pointer;
  _cursor: hand;
}
a:visited {  }
a:hover {  }


/* další */

hr {
  color: #3B7CD0;
  background-color: #3B7CD0;
  border: 0;
  height: 1px;
}

.nocss { display: none; }


/************************************************** SEZNAMY */


dd { }
dt { font-weight: bold; }

ul { margin: 0 0 20px 20px; padding: 0; }
ul li { margin-left: 20px; margin-bottom: 8px; }
ul.nodots { list-style: none; }



/************************************************** FORMULÁŘE */


input.text {
  width: 60%;
}

input.default { font-weight:bold; }


input.text, select, textarea {
  border: 1px solid gray;
  padding: 3px;
}

input.text:focus, select:focus, textarea:focus {
  border: 1px solid black;
}



/************************************************** TABULKY */


table { }





/************************************************** OBRÁZKY */

img { border: none; }


a.fotoopen {
  behavior: url("_foto.htc");
  -moz-binding: url("moz-behaviors.xml#_foto.htc");
}




img.left, img.right {
  float: left;
  margin: 5px 10px 5px 0;
  padding: 0;
  text-align: center;
  font-size: 84%;
}

img.right {
  float: right;
  margin: 5px 0 5px 10px;
}




/************************************************** LAYOUT */


body {
  background: url("../images/bg.gif") #3A688F;
  margin: 0; padding: 0;
  color: #111111;
  text-align: center;
}

.page {
  background: url("../images/page_bg.gif") #FCF2D3 repeat-y;
  position: relative;
  margin: 0 auto;
  padding: 0 17px 0 16px;
  width: 694px;
  widt\h: 661px;
  text-align: left;
}


    #header {
      background: url("../images/header_bg.jpg") no-repeat;
      position: relative;
      height: 219px;
      margin-bottom: 20px;
    }



    #main {
      width: 100%;
    }


        #content {
          float: right;
          margin-right: 40px;
          width: 350px;
          display: inline; /* kvuli chybe zdvojeni okraju v IE 5-6 */
        }


        #menu {
          width: 220px;
          widt\h: 160px;
          background: url("../images/menu_bg.gif") right top no-repeat;
          padding: 30px;
        }




    #footer {
      clear: both;
      background: url("../images/footer_bg.gif") left bottom no-repeat;
      margin-top: 70px;
      padding: 5px 20px 10px;
      font-size: 84%;
      color: gray;
      text-align: center;
    }







/************************************************** HLAVICKA */


#logo {
   position: absolute;
   left: 364px; top: 15px;
}

#headimage {
 position: absolute;
 left:70px; top:40px;
 width:220px; height:170px;
}

/************************************************** OBSAH */


#main { width: 100%; }  /* IE natahne výšku */
#main:after {           /* Mozilla natahne výšku */
 content: ".";
 display: block;
 line-height: 1px;
 visibility: hidden;
 clear: both;
}


#content p {
  text-indent: 1em;
}

/************************************************** PATICKA */


#footer img {
  position: absolute;
  left: 70px;  bottom: 30px;
}


/************************************************** MENU */

#menu ul {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}


#menu li {
  margin: 0; padding: 5px 0;
  text-align: right;
}


#menu a {
  text-decoration: none;
  color: #006DC8;
  font-weight: bold;
  border: 1px solid #FCF2D3;
  padding: 5px;
}

#menu a:hover, #menu a:active {
  color: black;
  background: url("../images/menu_hover_bg.gif") repeat-x;
  border-left-color: #D6C8A2;
  border-top-color: #D6C8A2;
}






/************************************************** DEFINICE PRO RUZNE STRANKY */


#page-index  {  }


.rozpis {
  width: 80%;
}

.datum {
  font-size: 80%;
  font-weight: bold;
}
