body{
   margin: 0;
   padding: 0;
   background-color: #eedabf;
   background-image: url('img/mainbg2mini.jpg');
   background-repeat: no-repeat;
   background-position: 50% 0;
   text-align: center;
   font-family: Calibri, Verdana;
   color: white;
   font-size: 14px;
}

#kontaktform{
  width: 960px;
  margin-top: 35px;
  margin-bottom: 20px;
}
#kontaktform h3{
  color: #B86E15;
  margin-bottom: 10px;
}
#kontaktform table{
  margin-left: 25px;
  color: #3B3C3E;
}
#kontaktform td{
  vertical-align: top;
}
.tdnadpis{
  width: 40px;
  padding-right: 4px;
  text-align: right;
}
.kontaktinput{
  width: 127px;
  height: 20px;
  background-color: #EFCDA7;
  border: 1px #CB985F solid;
  margin-right: 18px;
}
.kontakttext{
  width: 95%;
  height: 78px;
  background-color: #EFCDA7;
  border: 1px #CB985F solid;
  margin-right: 18px;
}
.kontaktsubmit{
  width: 85px;
  height: 26px;
  border: 1px #C08B47 solid;
  background-image: url("img/tlacitko.jpg");
  color: #ffffff;
  font-size: 11px;
  margin-right: 18px;
}

