body {
     background-color: #ecf1f5;
     background-image: url("./obrazky/back.png");
     background-repeat: repeat-x;
     font-family: Verdana;
     overflow: auto;
     text-align: center;
     color: black;
     margin: 0px;
     }

div.bodystyl {
             background-color: white;
             width: 980px;
             position: relative;
             text-align: left;
             margin: auto;
             }

div.head {
         overflow: hidden;
         width: 980px;
         height: 345px;
         margin: auto;
         margin-bottom: 0px;
         font-size: 1.1em;
         }

div.box-obal {
             float: left;
             }
             
div.box {
        float: left;
        font-family:  Verdana;
        font-size: 0.8em;
        font-weight: bold;
        text-align: left;
        color: white;
        background-image: url("./obrazky/stavby-back-center.png");
        background-repeat: repeat-x;
        height: 187px;
        padding: 8px;
        padding-top: 10px;
        padding-right: 3px;
        }

h2.articlehead {
               font-weight: bold;
               text-align: left;
               font-family: Verdana;
               font-size: 2em;
               color: #025c00;
               margin-top: 10px;
               padding-left: 20px;
               }

h3 {
   font-family: Verdana;
   padding-left: 20px;
   color: #0e4d79;
   margin-top: 0px;
   margin-bottom: 5px;
   }

h4 {
   font-family: Verdana;
   margin-top: 0px;
   margin-bottom: 10px;
   }

p.article {
          font-family:  Verdana;
          font-size: 0.9em;
          color: black;
          padding: 10px;
          padding-bottom: 5px;
          padding-top: 10px;
          padding-left: 20px;
          text-align: left;
          margin-bottom: 10px;
          margin-top: 5px;
          line-height: 1.6;
          }

div.uprostred {
              font-family: Verdana;
              font-size: 1.1em;
              float: left;
              padding: 15px;
              padding-top: 0px;
              overflow: auto;
              }

div.end {
        font-size: 0.8em;
        font-family:  Verdana;
        font-weight: normal;
        color: black;
        text-align: right;
        padding: 15px;
        background-image: url("./obrazky/paticka.png");
        background-repeat: no-repeat;
        margin: auto;
        }

a.copy {
       color: black;
       font-weight: normal;
       text-decoration: none;
       }

a.copy:hover {
             color: black;
             }

a.odkaz {
        color: #000000;
        text-decoration: none;
        }

a.odkaz:hover {
              color: #fc5110;
              }

a.odkaz2 {
         font-size: 0.8em;
         color: red;
         text-decoration: none;
         }

div.menu {
         background-image: url("./obrazky/menu.png");
         background-repeat: repeat-x;
         width: 980px;
         height: 50px;
         }

a.menu {
       display: block;
       float: left;
       height: 30px;
       border-right: 1px solid #9d9d9d;
       text-decoration: none;
       font-family: Verdana;
       font-weight: bold;
       color: #424347;
       padding: 19px;
       padding-top: 8px;
       padding-bottom: 0px;
       margin-top: 2px;
       }

a.menu:hover {
             color: #fc5110;
             }

input {
      border-width: 1px;
      margin-left: 22px;
      width: 320px;
      background-color: #e1e1e1;
      }

textarea {
         background-color: #e1e1e1;
         width: 550px;
         border-width: 1px;
         margin-left: 22px;
         }

img {
    border-width: 0px;
    }

textarea {
         border-width: 1px;
         }

li {
   margin-bottom: 15px;
   }