/* Start of CMSMS style sheet 'css_main' */
* {
  margin: 0;
  border: 0;
  font-family: Verdana, sans-serif, Helvetica;
  font-size: 13px;
  line-height: 1.7;
}

page {
  color: black;
  background-color: white;
}

a {
  color: black;
  text-decoration: none;
  border-bottom: 1px dashed black;
  font-family: Verdana,Arial;
  font-size: small;
}
a:hover {
  text-decoration: none;
  border-bottom: 1px solid black;
}

/* End of 'css_main' */

/* Start of CMSMS style sheet 'css_tables' */
table#t01 {
  border: 0px solid red;
  width: 895px;
}
table#tmenu {
  border: 0px solid green;
  width: 180px;
}

td{
  vertical-align: top;
}

td#td_header {
  width: 100%;
  height: 140px;
  background-image: url(images/header.gif);
  background-repeat: no-repeat;
  background-position: top left;
  border-right: 1px solid #EEE;
}

td#td_menu {
  border-bottom: 1px solid #EEE;
  background-image: url(images/mnu_bgnd.gif);
  background-repeat: repeat-y;
  background-position: top left;
}

td#td_content {
  width: 715px;
  border-right: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  padding: 10px 25px 33px 20px;
  text-align: justify;
}

td#td_footer {
  height: 50px;
  text-align: center;
  color: gray;
  font-size: x-small;
  font-family: Verdana, Arial;
}
td#td_footer a{
  font-size: x-small;
  color: gray;
  text-decoration: none;
  border-bottom: 0px;
}
td#td_footer a:hover{
  text-decoration: underline;
  border-bottom: 0px;
}


table#tmenu td{
  border: 0;
  margin: 0;
  padding: 0;
}

/* End of 'css_tables' */

/* Start of CMSMS style sheet 'css_components' */
div#div_footer {
  font-size: x-small;
  color: silver;
}
div#div_footer a {
  font-size: x-small;
  color: silver;
}


div.mnu_item{
  background-repeat: no-repeat;
  background-position: top left;
  cursor: hand;
}
div#mnu_uvod{
  height: 30px;
  background-image: url(images/mnu_uvod.gif);
}
div#mnu_onas{
  height: 34px;
  background-image: url(images/mnu_onas.gif);
}
div#mnu_kontakt{
  height: 34px;
  background-image: url(images/mnu_kontakt.gif);
}
div#mnu_produkty{
  height: 35px;
  background-image: url(images/mnu_produkty.gif);
}
div#mnu_cenniky{
  height: 33px;
  background-image: url(images/mnu_cenniky.gif);
}
div#mnu_splatkovy{
  height: 35px;
  background-image: url(images/mnu_splatkovy.gif);
}
div#mnu_x{
  background-image: url(images/mnu_x.gif);
  height: 200px;
}



/* End of 'css_components' */

/* Start of CMSMS style sheet 'css_obsah_webu' */
/**************************/
/* TEXT A ROZNE PRVKY V NOM */
/**************************/
p {
  font-family: Verdana, sans-serif, Helvetica;
  margin-bottom: 10px;
  line-height: 1.7;
}

img {
  border: 5px solid white;
}

ul {
  padding-left: 30px;
}

/**************************/
/* NADPIS c.1 */
/**************************/
h1 {
  font-family: Trebuchet MS, Verdana, sans-serif;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 15px;
  margin-bottom: 15px;
}

/**************************/
/* NADPIS c.2 */
/**************************/
h2 {
  font-family: Trebuchet MS, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 13px;
}

/**************************/
/* NADPIS c.3 */
/**************************/
h3 {
  font-family: Trebuchet MS, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #003399;
  border-bottom: 1px solid #003399;
  margin-top: 25px;
  margin-bottom: 12px;
}

/**************************/
/* NADPIS c.4 */
/**************************/
h4 {
  font-family: Trebuchet MS, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: gray;
  margin-top: 3px;
  margin-bottom: 7px;
}

/**************************/
/* NADPIS c.5 */
/**************************/
h5 {
  font-family: Verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 5px;
}

/**************************/
/* NADPIS c.6 */
/**************************/
h6 {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #003399;
  margin-top: 3px;
  margin-bottom: 5px;
}

/**************************************/
/* UPUTAVACIE POLICKO V HORNEJ CASTI WEBU */
/**************************************/
input#inp_header {
  border: 1px inset silver;
  position: absolute;
  top: 40px;
  left: 350px;
  height: 18px;
  width: 450px;
  text-align: center;
  padding-top: 3px;
  font-weight: bolder;
}
/* End of 'css_obsah_webu' */

