html {
  height: 100%;
/*  font-size: 62.5%*/
  margin: 0px;
  padding: 0px;
}

body {
  padding: 0px;
  margin: 0px;
  height: 100%;
  color: #fff;
  background:#A5D8FF url(../images/new/gradient.jpg) repeat-x;
  text-align: center;
  font: 0.8em Verdana, Arial, Helvetica, sans-serif;
}

#background {
  background-image: url(../images/new/background.jpg);
  background-repeat: no-repeat;
  padding: 0px;
  margin: 0px auto 0px;
  width: 1240px;
}

#wrapper {
    width: 919px;
    text-align: left;
    margin: 0px auto 0px;
    padding: 0px;
/*    border: 1px #bbb solid; */
}

#novinky {
  float: right;
  width: 250px;
}

#novinky .list {
  list-style-type: none;
  padding-left: 0px;
}

#novinky .list li {
  padding: 0px;
  margin: 0 0 7px 0;
  font-size: 10px;
}

#novinky .list li .datum {
  font-weight: bold;
}

.header {
  border: none;
  margin: 0px;
  padding: 0px;
}

.menu_item {
  border: none;
  padding: 0px;
  margin: 0px;
}

.document {
  background-image: url(../images/new/document.jpg);
  background-repeat: no-repeat;
  padding: 10px 20px 0px 20px;
  margin: 0px;
  height: 481px;
}



a:link, a:visited {
  color: #bbb;
  text-decoration: underline;
  font-weight: bolder;
}

a:hover {
  text-decoration: none;
}


input[type=text] {
  border: 1px #555 solid;
  margin-bottom: 2px;
}

input[type=submit] {
  border: 1px #555 solid;
  margin-bottom: 2px;
  background-color: #aaa;
}

textarea {
  border: 1px #555 solid;
  margin-bottom: 2px;
}

h1 {
  font-size: 18px;;
}

h2 {
  font-size: 15px;;
}

h3 {
  font-size: 12px;;
}

.footer_item {
  padding: 0px;
  margin: 0px 8px 0px 8px;
  float: left;
  font-size: 9px;
  list-style-type: none;
}

.footer_item a {
  color: #333;
  text-decoration: none;
}

.kinglet_contactlabel { width: 60px; text-align: right; float: left; margin-right: 6px; }
.kinglet_contactinput { width: 300px;  float: left;}
.kinglet_contactcertdesc { width: 300px; }


.kinglet_registrationproduct input[type=text],textarea,select{
  width: 180px;

}

.kinglet_registrationproduct label{
  float: left;
  text-align: right;
  width: 80px;
  padding-right: 20px;
}

/* nabidky */

.kinglet_offerlist {
  margin-left: 0px;
  padding: 0px;
}

.kinglet_offerlist li {
  list-style-type: none;
  padding-left: 10px;
  margin-bottom: 6px;
}

.kinglet_offerlist .description {
  font-size: 11px;
}









