* {margin: 0; padding: 0;}

body {
  font: 12px Verdana, Arial;
  background: url(../pics/bg.png) repeat-x top left;
}

a:link, a:active, a:visited {
  color: #009900;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

label {
  color: #000;
  font-weight: bold;
  display: block;
  margin-top: 5px;
  margin-bottom: 2px;
}

input[type="text"], input[type="submit"] {
  width: 200px;
  border: 1px solid #ccc;
}

img {
  border: 0;
}

legend {
  font-size: 11px;
  font-weight: bold;
}

textarea {
  width: 675px;
  height: 200px;
  border: 1px solid #ccc;
}

td, th {
   padding: 5px;
}

.required {
  color: red;
}

#wrapper {
  width: 750px;
  margin: 0 auto;
}

#top {
  position: relative;
  float: left;
  background: url(../pics/bg_top.png) no-repeat top center;
  left: -3px;
  width: 751px;
  height: 30px;
}

#logo {
  position: relative;
  float: left;
  background: url(../pics/bg_horizontal.png) repeat-y top center;
  width: 750px;
  height: 125px;
}

#logo img {
  position: relative;
  left: 15px;
}

#mainNav {
  position: absolute;
  bottom: 5px;
  left: 20px;
  width: 700px;
  height: 28px;
  z-index: 1;
}

#mainNav a:link, #mainNav a:visited {
  position: relative;
  float: left;
  clear: right;
  font-size: 12px;
  font-family: Tahoma;
  color: #fff;
  text-decoration: none;
  padding-left: 2px;
  padding-top: 6px;
  display: block;
  width: 121px;
  height: 28px;
  text-align: center;
  text-indent: -2px;
  background: url(../pics/button.png) no-repeat left top;
}

#mainNav a:hover {
  background: url(../pics/button_hover.png) no-repeat left top;
  text-decoration: underline;
}

#main {
  position: relative;
  float: left;
   width: 750px;
   background: url(../pics/bg_horizontal.png) repeat-y top center;
  color: #000;
}

#main p, #main h2 {
  padding: 5px 20px ;
}

#paticka {
  margin-top: 20px;
  font-size: 11px;
  width: 750px;
  text-align: center;
}

#footer {
  position: relative;
  background: url(../pics/bg_bottom.png) no-repeat top center;
  float: left;
  left: -1px;
  width: 750px;
  height: 26px;
}

