body {
  background-color: black;
  color: white;
  font-family: arial;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
img {
  border: 0; 
}
table {
  padding: 0;
  margin: 0;
}
hr {  
  border-top: 1px #333333 solid;
  border-bottom: 1px black solid;
  border-left: 1px black solid;
  border-right: 1px black solid;
  padding: 0;
  margin: 15px 0;
}
form, input {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.input_text {
  height: 28px;
  border: 1px #333333 solid;
  font-size: 21px;
}
.input_button {
  height: 30px;
  border: 0;
  background: url(../images/button.png) repeat-x center;
  color: #999999;
  padding: 0 10px;
}

h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  font-size: 14px;
  color: white;
  font-weight: bold;
}
#content1 h3 {
  color: white;
  font-size: 11px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

#content2 h1 {
  color: white;
  font-size: 16px;
  padding: 0;
  margin: 0;
  border-bottom: 1px #333333 dashed;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#page {
  position: relative;
	width: 776px;
  margin-left: -388px; 
	left: 50%;
  padding: 0;
}
#top {
  width: 776px;
  height: 90px;
  border-bottom: 1px #333333 solid; 
}
#top .logo {
  position: absolute;
  left: 0;
  top: 20px;
}
#top .hladaj {
  position: absolute;
  left: 500px;
  top: 30px;
  width: 276px;
  text-align: right;
}
#content1 {
  width: 225px;
  float: left;
  color: #999999;
  font-size: 11px;
  padding-bottom: 15px;
}
#content2 {
  float: right;
  padding: 15px 0 15px 15px;
}
#content2 .text {
  width: 535px;
  line-height: 150%;
}
#content2 .text img {
  border: 1px #333333 solid;
  padding: 3px;
  margin-left: 5px;
}

#content2 .text img.nob {
  padding: 0;
  margin: 0;
  border: 0; 
}

.akcia {
  height: 108px;
  _height: 118px;
  width: 520px;
  _width: 535px;
  background-image: url(../images/akcia.jpg);
  font-size: 18px;
  padding: 20px 10px;
  padding: 10px 0 0 15px;
  line-height: 150%;
}
.gal_bottom {
  padding-bottom: 10px;
  padding-right: 10px;
}

#menu ul {
  padding: 0; 
  margin: 0;
  list-style-type: none;
  padding-bottom: 15px;
}
#menu li {
  display: block;
  width: 225px;
  height: 30px;
  _height: 45px;
  background: #000000 url(../images/menu.png) no-repeat left top;
  padding-top: 15px;
}
#menu li a {
  font-size: 14px;
  color: white;
  font-weight: bold;
  text-decoration: none;
}

#foot {
  text-align: center;
  width: 776px;
  clear: both;
  border-top: 1px #333333 solid;   
  color: #333333;
  padding-top: 15px;
  padding-bottom: 15px;
}

#content1 h3 a {
  text-decoration: none;
}

#foot a {
  font-size: 10px;
  text-decoration: none;
  color: #333333;
}
a, .white {
  color: white;
}

a:hover {
  text-decoration: underline;
}
