body {
  background-color: #fff;
  font-family: "Trebuchet MS", Tahoma;
  font-size: 12px;
  margin-top: 15px;
  padding-bottom: 15px;
  padding: 0;
}

p, form {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

a, a:link, a:visited {
  text-decoration: none;
  color: blue;
}

a:hover {
  text-decoration: underline;
}

h2 {
  margin-top: 0;
}

label {
  float: left;
  width: 100px;
}

fieldset {
  border: 1px solid grey;
}

input, textarea {
  margin-bottom: 3px;
}

.main {
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #4c81b7;
  border-right: 1px solid #4c81b7;
  width: 800px;
}

.top {
  background-image:url('images/sanirane_01.jpg');
  width: 800px;
  height: 90px;
}

.nav {
  width: 254px;
  height: 200px;
  float: left;
}

.header {
  background-image:url('images/sanirane_03.jpg');
  width: 546px;
  height: 200px;
  float: left;
}

.content {
  background-image:url('images/sanirane_07.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  padding-top:30px;
  padding-left:17px;
  padding-right:17px;
  width: 766px;
  min-height: 400px;
}

.footer {
  background-image:url('images/sanirane_09.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  padding-top:12px;
  text-align: center;
  color: #3f74aa;
  width: 800px;
  height: 29px;
}

.cont {
  font-size: 17px;
  border-left: 4px solid #58b8ff;
  margin-top: 0;
  padding-left: 4px;
  margin-bottom: 25px;
  color: #808080;
}

.cont:hover {
  border-color: #029da7;
}

.company {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  color: #58b8ff;
  float: left;
  height: 30px;
  width: 300px;
  margin-left:65px;
  margin-top:30px;
} 

.menu {
  float: right;
  height: 30px;
  margin-right:15px;
  margin-top:30px;
  width:65px;
  text-align: center;
}

.menu a, .menu a:link, .menu a:visited {
  color: #58b8ff;
}

.menu a:hover {
  text-decoration: underline;
}

.ceni {
  border-collapse: collapse;
  width: 766px; 
  padding: 0;
  margin: 0;
}

.ceni td {
  border: 1px solid #c0c0c0;
  text-align: center;
  padding: 3px;
  margin: 0;
}

.ceni td.zaglavie {
  background-color: #F5F5F5;
  font-weight: bold;
  text-decoration: underline;
}

.ceni td.zaglavie a, .ceni td.zaglavie a:link, .ceni td.zaglavie a:visited {
  color: #000;
}

.error {
  background: #ff3535;
  border: 2px solid #ffbfbf;
  color: #FFFFFF;
  padding: 2px;
  text-align:center;
}

.done {
  background:#33CC33;
  border:2px solid #99FF99;
  color:#FFFFFF;
  padding:2px;
  text-align:center;
}
