body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  line-height: 1em;
  background-image: url('../images/top.gif');
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #fff;
}

#topBanner {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -500px;
  width: 1000px;
  height: 139px;
  z-index: 1;
  clear: both;
}

#topBanner h1 {
  float: left;
  margin: 85px 0px 0px 110px;
}

#topBanner h1 a {
  display: block;
  width: 182px;
  height: 54px;
  background-image: url('../images/logo.gif');
  background-repeat: no-repeat;
  background-position: top left;
}

#topBanner h1 a span {
  display: none;
}

#content {
  position: absolute;
  top: 139px;
  left: 50%;
  margin-left: -500px;
  width: 1000px;
  height: auto;
  z-index: 3;
  clear: both;
  font-size: 0.75em;
}

#half1Page {
  width: 97px;
  height: auto;
  padding: 49px 0px 0px 0px;
  margin: 0;
  float: left;
  font-weight: bold;
}

#half1Page a {
  color: #969696;
  text-decoration: none;
}

#half2Page {
  width: 408px;
  height: auto;
  padding: 34px 0px 0px 0px;
  margin: 0;
  font-size: 0.95em;
  float: left;
}

#half2PageMenu {
  width: 368px;
  height: 110px;
  padding: 15px 20px 15px 20px;
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  clear: both;
  background-image: url('../images/menu_blue_bg.gif');
  background-repeat: no-repeat;
  background-position: top left;
}

#half2PageMenu a {
  text-decoration: none;
}

#half2PageNadpis {
  width: 408px;
  height: auto;
  padding: 0;
  margin: 0;
  clear: both;
}

#half2PageText {
  width: 368px;
  height: auto;
  padding: 15px 20px 15px 20px;
  margin: 0;
  color: #969696;
  clear: both;
}

#half2PageText a {
  color: #969696;
}

#half2PageText ul {
  margin: 0px 0px 0px 10px;
  padding: 0;
  list-style-type: square;
}

#half2Page h2 {
  color: #fff;
  font-size: 1.3em;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}

#half3Page {
  width: 196px;
  height: auto;
  padding: 34px 0px 0px 0px;
  margin: 0;
  font-size: 0.95em;
  float: left;
}

#half3PageText {
  width: 166px;
  height: auto;
  padding: 15px;
  margin: 0;
  color: #969696;
  clear: both;
  background-image: url('../images/menu_middle_bg.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #1A1A1A;
}

#half3PageText img {
  border: 0;
  margin: 0;
  padding: 0;
  float: right;
}

#half4Page {
  width: 196px;
  height: auto;
  padding: 0;
  margin: 0;
  float: left;
}

#half4Page ul {
  width: 196px;
  height: auto;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  float: left;
}

#half4Page ul li {
  width: 181px;
  height: 23px;
  border-bottom: 2px solid #000;
  padding: 9px 0px 0px 15px;
  margin: 0;
  clear: both;
  background-image: url('../images/menu_right_bg.jpg');
  background-repeat: repeat-y;
  background-position: 0px 0px;
  font-size: 0.95em;
}

#half4Page ul li a {
  display: block;
  color: #969696;
  text-decoration: none;
}

#half4Page ul li:hover {
  background-image: url('../images/menu_right_hover_bg.jpg');
  background-repeat: repeat-y;
  background-position: 0px 0px;
}

#half4Page ul li.selected {
  background-image: url('../images/menu_right_selected_bg.jpg');
  background-repeat: repeat-y;
  background-position: 0px 0px;
}

#half4Page ul li.selected a {
  color: #fff;
}

#half5Page {
  width: 103px;
  height: auto;
  padding: 34px 0px 0px 0px;
  margin: 0;
  float: left;
}

#galerie_panel {
  border-top: 10px solid #000;
  padding: 0;
  width: 1000px;
  height: 390px;
		overflow:hidden;
  clear: both;
  text-align: center;
}

#galerie_panel img {
  margin: 0px 5px 0px 5px;
}

#bottomBanner {
  padding: 0px 0px 0px 620px;
  border-top: 10px solid #000;
  width: 380px;
  height: 224px;
  background-image: url('../images/bottom.gif');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  clear: both;
  color: #A8A8A8;
  font-size: 0.95em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#bottomBanner a {
  color: #A8A8A8;
  text-decoration: none;
}

p {
  margin: 0px;
  padding: 0px 0px 15px 0px;
  text-align: left;
}

a {
  color: #fff;
  text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ol {
	margin: 0px;
	padding: 0px 0px 0px 25px;
  clear: both;
}
	
.prazdny {
  width: 100%;
  height: 20px;
  clear: both;
}

.prazdny2 {
  width: 100%;
  height: 1px;
  clear: both;
}

.obrazek {
  border: #aaa 3px double;
  padding: 0px;
  margin: 3px;
}

form {
  margin: 0;
  padding: 0;
}

img {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

#menu {
  position: absolute;
  width: 1000px;
  height: 25px;
  top: 115px;
  left: 50%;
  margin-left: -500px;
  padding: 0px;
  border: 0px;
  z-index: 3;
  float: left;
  font-size: 0.75em;
  line-height: 1.9em;
  border-bottom: 5px solid #E50005;
}

#menu table {
  padding: 0px;
  margin: 0px;
}

#menu table td {
  text-align: center;
  margin: 0px;
  padding: 0px;
  height: 24px;
  border: 1px solid #fff;
  background-image: url('../images/menu_nevybrane.jpg');
  background-repeat: repeat-x;
  background-position: 0px 0px;
}

#menu table td a {
  width: 100%;
  color: #fff;
  display: block;
  text-decoration: none;
}

#menu table td a:hover {
  background-image: url('../images/menu_vybrane.jpg');
  background-repeat: repeat-x;
  background-position: 0px 0px;
  color: #fff;
}

#menu table td a.selected {
  background-image: url('../images/menu_vybrane.jpg');
  background-repeat: repeat-x;
  background-position: 0px 0px;
  color: #fff;
}

#box {
  width: 430px;
  height: 167px;
  background-color: #7FD09C;
  color: #000;
  padding: 10px;
  font-size: 1.2em;
}

#box img {
  float: right;
  margin-left: 10px;
}

.vyrazny {
  color: #00A13A;
  font-weight: bold;
  text-align: center;
}

#novinky_bottom {
  text-align: right;
  width: 184px;
  padding: 10px 5px 5px 5px;
  clear: both;
  background-image: url('../images/novinky_bottom.gif');
  background-repeat: no-repeat;
  background-position: bottom left;
}

.textbox {
  width: 250px;
}

