
  body { margin-top: 0px;
    background-repeat: repeat-x;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-position: center top;
    background-image: url(image/tlo.png);
    }

  #logo { display: block;
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 0px;
    
    min-height: 200px;
    background-image: url(image/logo.png);
    }

  a.home { display: block;
    float: left;
    background-repeat: no-repeat;
    width: 160px;
    height: 148px;
    margin-top: 43px;
    margin-left: 97px;
    -ms-transition: all 0.2s ease-in-out;
 -moz-transition: all 0.2s ease-in-out;
 -webkit-transition: all 0.2s ease-in-out;
 -o-transition: all 0.2s ease-in-out;

    
    }

  a.home:hover { background-image: url(image/home.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: scale(1.03); 
    -ms-transform:  scale(1.05); transform: scale(1.03);
    -moz-transform:  scale(1.03); 
    -o-transform:  scale(1.03); 
    }

  #menu { margin-left: auto;
    margin-right: auto;
    width: 890px;
    background-image: url(image/menu.png);
    background-repeat: no-repeat;
    display: block;
    height: 50px;
    background-position: left top;
    background-color: transparent;
    margin-top: -25px;
    }

  #menu ul { display: block;
    min-width: 400px;
    float: right;
    min-height: 30px;
    margin-top: 13px;
    margin-right: 30px;
    }

  #menu li { display: block;
    float: left;
    padding-left: 15px;
    }

  #menu li a { border-style: none;
    float: left;
    display: block;
    text-decoration: none ! important;
    text-align: center;
    font-size: 13px;
    height: 20px;
    background-image: url(image/ahover.png);
    background-repeat: no-repeat;
    color: rgb(255, 255, 255);
    padding-top: 9px;
    font-family: Calibri Light;
    width: 100px;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    }

  #menu li a:hover { background-image: url(image/ahover.png);
    background-repeat: no-repeat;
    margin-top: -10px;
    height: 30px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    }

  #cialo { display: block;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    }

  #kontener { display: block;
    width: 801px;
    margin-left: 132px;
    float: left;
    margin-top: 10px;
    min-height: 400px;
    }

  #bok { display: block;
    float: left;
    width: 200px;
    min-height: 200px;
    }

  #bok1 { display: block;
    float: left;
    width: 199px;
    font-family: Mangal;
    font-weight: bold;
    text-align: center;
    height: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    background-image: url(image/bok1.png);
    background-position: center;
    background-repeat: no-repeat;
    color: rgb(255, 255, 255);
    }

  #bok2 { font-family: Euphemia;
    font-size: 13px;
    color: rgb(102, 102, 102);
    }

  #tekst { border-left: 1px solid rgb(233, 233, 233);
    display: block;
    float: right;
    min-height: 200px;
    padding-left: 10px;
    width: 585px;
    font-size: 13px;
    font-family: Euphemia;
    color: rgb(102, 102, 102);
    }

  #belkadul { width: 100%;
    display: block;
    background-image: url(image/belka.png);
    background-repeat: repeat-x;
    float: left;
    min-width: 900px;
    position: relative;
    margin-bottom: 0px;
    margin-top: 10px;
    opacity: 1;
    background-position: center top;
    min-height: 200px;
    }

  #polebelka { display: block;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    margin-top: -9px;
    }

  #trescbelka { display: block;
    margin-left: 110px;
    width: 845px;
    min-height: 30px;
    font-family: Arial Black;
    font-size: x-small;
    opacity: 1;
    background-image: url(image/belka2.png);
    background-position: left top;
    margin-top: 9px;
    padding-top: 30px;
    background-repeat: no-repeat;
    color: rgb(255, 255, 255);
    }
  #trescbelka a {
    text-decoration: none; 
    color: rgb(255, 255, 255);
    }


  .formbutton { border: 1px solid rgb(197, 197, 197);
    padding: 3px 4px;
    display: block;
    cursor: pointer;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    color: rgb(102, 102, 102);
    font-weight: bold;
    }

