/* CSS Document */
body {
  font-family: verdana, sans-serif;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  color: #583C20;
  background-color: #FFFFFF;
}
h1 {
  font-size: 17px;
  font-weight: bold;
  margin-top: 0px;
  color: #583C20;
  text-indent: 1px;
  background-color: #FFFFFF;
  text-transform: lowercase;
}
hr {
  border-top: 1px solid #B2B2B2;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
}
input {
  width: 200px;
}
textarea {
  width: 200px;
  height: 150px;
}
a:link {
  color: #46A9FF;
  text-decoration: none;
  background-color: #FFFFFF;
}
a:visited {
  color: #46A9FF;
	text-decoration: none;
  background-color: #FFFFFF;
}
a:active {
  color: #46A9FF;
	text-decoration: none;
  background-color: #FFFFFF;
}
a:hover {
  color: #46A9FF;
	text-decoration: underline;
  background-color: #FFFFFF;
}
#body {
  position: relative;
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  color: #583C20;
  background: #FFFFFF;
  background: url(../images/pozadi.png) 1500px 0px;
}
#body1 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  background: url(../images/pozadi1.png) repeat-x;
}
#body2 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  background: url(../images/pozadi.gif);
}
#center {
  position: relative;
  width: 700px;
  color: #583C20;
  background: #FFFFFF;
  padding: 0px 10px;
  margin: 0px auto;
}
#horni_logo {
  position: relative;
  width: 700px;
  height: 123px;
  clear: both;
  float: none;
}
#dolni_logo {
  position: relative;
  width: 700px;
  height: 70px;
  clear: both;
  float: none;
  background: url(../images/dolni_logo.png);
  color: #FFFFFF;
}
#novinky {
  position: relative;
  width: 700px;
  height: 55px;
  clear: both;
  float: none;
  text-align: center;
  top: 5px;
  text-transform: lowercase;
}
#menu {
  position: relative;
  width: 145px;
  float: left;
  min-height: 478px;
  _height: 478px;
}
#main {
  position: relative;
  width: 553px;
  float: right;
  min-height: 478px;
  _height: 478px;
  top: 0px;
  left: 8px;
}
#paticka {
  position: relative;
  width: 700px;
  height: 40px;
  clear: both;
  float: none;
  background-color: #FFFFFF;
  color: #583C20;
}

