body {
  background: rgb(2,72,10);
}

#bannery {
    margin-left: 10px;
    margin-top: 50px;

}

#pozadi {
  position: absolute;
  left: 50%;
  margin-left: -400px;
  background: rgb(2,72,10);
  width: 800px;
  height: 100%;

}

#menu {
   margin-left: 0px;
   margin-top: 60px;
   width: 170px;
   background: rgb(2,72,10);
   padding: 0px 0px 0px 0px;
}

#menu ul {
  padding: 0px 0px 0px 0px;
  list-style-type: none;
}


#menu ul li {
  border: 2px solid black;
  height: 30px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  padding-top: 5px;
  text-align: center;
  background: white;
}

#menu ul li a {
  border: none;
  font-family: "Times new roman";
  font-weight: bold;
  text-decoration: none;
  width: 170px;
  text-align: center;
  background: white;
  color: black;
}

#logo {
  background: rgb(2,72,10) url("logo.jpg") no-repeat;
  margin-top: 35px;
  margin-left: 17px;
  width: 780px;
  height: 50px;
}

#pracovni {
  background: white;
  border: 2px solid black;
  color: black;
  font-weight: normal;
  font-size: 14pt;
  width: 535px;
  height: 650px;
  position: relative;
  margin-left: 200px;
  top: -677px;
  overflow: auto;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 1em;
  padding-bottom: 0em;
}

#pracovni td A {
  font-weight: bold;
  text-decoration: underline;
  color: black;
}

#panel {
  border-bottom: 1px solid black;
  background: white;
  color: black;
  font-weight: bold;
  font-size: 10pt;
  padding-bottom: 5px;
  width: 525px;
}

#panel table td{
    border: none;
}

#pracovni INPUT {
  background: green;
  color: white;
}

#pracovni SELECT {
  background: green;
  color: white;
}

#pracovni table td {
  text-align: center;
}

#vyrobky {
  border: none;
  font-size: 12pt;
  width: 517px;
}

#vyrobky table td {
   border: 1px solid black;
}

#vyrobky table .m_vyska {
  width: 175px;
  height: 100px;
  padding-left: 33px;
  padding-right: 33px;
  padding-top: 10px;
}

#vyrobky table .m_sirka {
  width: 175px;
  height: 100px;
  padding-left: 33px;
  padding-right: 33px;
  padding-top: 10px;
}

#detail table td {
   border: none;
}

#detail {
   font-size: 12pt;
   font-weight: bold;
}

#ome {
   font-family: "Times new roman";
   font-size: 13pt;
   font-weight: bold;     
}

#uvod {
   font-family: "Times new roman";
   font-size: 13pt;
   font-weight: bold;
}

#podminky {
   font-family: "Times new roman";
   font-size: 13pt;
   font-weight: bold;
}

#hobby {
  font-family: "Times new roman";
  font-size: 12pt;
  font-weight: normal;

  border: none;
  font-size: 12pt;
  width: 517px;
 }

#hobby table {
  padding-top: 20px;
}

#hobby table td {
    border: none;
}

#hobby table .m_vyska {
  width: 175px;
  height: 100px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 10px;
}

#hobby table .m_sirka {
  width: 175px;
  height: 100px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 10px;
 }

#obrazky table .m_vyska {
  width: 260px;
  height: 150px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 10px;
}

#obrazky table .m_sirka {
  width: 260px;
  height: 150px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 10px;
 }
 



