/* Created by Jan Horák 2009 */

html {
  width: 950px;
  height: 100%;
	min-height: 570px;
  margin: 0 auto;
  background: transparent url('img/prechod1.png') 100% 100% repeat-x;
}

head {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 950px;
  height: 120px;
	background: transparent url('img/prechod2.png') 0 0 repeat-x;
}

body {
  margin: 0;
	padding: 0;
	height: 100%;
	min-height: 570px;
	text-align: center;
	color: #000;
	font: 0.8em/1.4 arial, sans-serif;
	background: transparent url('img/leaves.png') 50% 100% no-repeat;
}

a {color: #906; outline: 0;}
a:hover {color: #000;}

h1 {
  z-index: 3;
  position: relative;
  display: block; 
  width: 905px;
  height: 120px;
  margin: 0;
	padding: 0 0 0 45px;
  background: transparent url('img/logo.png') 0 0 no-repeat;
  line-height: 120px; 
  font-size: 20px; 
}

h1 span {
  z-index: 2;
  display: block;
  position: absolute;
  top: 40px;
  left: 35px;
  width: 210px;
  height: 70px;
  cursor: pointer;
  background: transparent url('img/logo.png') -35px -40px no-repeat;
}

h2 {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 140%;
}

h3 {
  margin: 0;
  padding: 15px 0 0 0;
  font-size: 120%;
}

p {
  margin: 0;
  padding: 5px 0;
  text-align: justify;
}

p.green, p.red, p.cena {font-weight: bold; color: #690;}
p.green, p.red {padding: 15px 0 0 0; text-align: center;}
p.red {color: #f00;}
p.cena span {font-size: 130%;}


li, li+li+li+li+li {list-style-type: none; padding-bottom: 30px;}
li+li, li+li+li+li+li+li {padding: 0;}

ul {
  float: left;
  width: 251px;
  margin: 0;
  padding: 25px 15px 100px 0;
  _position: relative;            /* IE6 */
	_left: 15px;                    /* IE6 */
  text-align: right;
  font: 0.9em/2 verdana;
  font-weight: bold;
  background: transparent url('img/prechod3.png') 100% 100% no-repeat;
}

form {margin-top: 30px;}

form label {
	float: left;
	clear: both;
	width: 135px;
	text-align: right;
	padding: 2px 10px 0 0;
}

form span {
	display: block;
  clear: both;
	margin: 5px 0;
}

form span span {
  display: none;  
  padding: 0 0 0 5px;
  position: relative;
  top: 2px;
  vertical-align: top;
  font-weight: bold;
  color: #f00;
}

span input, textarea {width:150px; padding: 1px; border: 1px solid black;}
textarea {width: 300px;}
span input:hover, textarea:hover {border-color: #906;}
input.button {margin: 0 255px;}

#layout {
  width: 950px;
  border: 0px solid green;
  text-align: left;
  background: transparent url('img/cusp.png') 100% 100% no-repeat;
}

#content {
  float: right;
  width: 594px;
  _width: 623px;                  /* IE6 */
	min-height: 350px;
  padding: 25px 75px 15px 15px;
  _padding-right: 15px;           /* IE6 */
  _position: relative;            /* IE6 */
  _right: 60px;                   /* IE6 */ 
  background: transparent url('img/logo_reflex.png') 83px 0 no-repeat;
}

#end {
  clear: both;
  width: 875px;
  height: 50px;
  text-align: right;
  font-size: 85%;
  color: #333;
}

#showSlider {
  float: right;
	height: 180px;
	width: 180px;
	margin: 75px 0 0px 15px;
	border: 1px solid #000;
}

#showSlider img {
	height: 180px;
	width: 180px;
	outline: 0;
  border: 0; 	
}

#prev, #next {
	display: block;
	clear: both;
	float: right;
	width: 180px;
	height: 26px;
	position: relative;
	margin-left: 15px;
	outline: 0;
  cursor: pointer;
}

#prev {
	left: -0px;
	top: -245px;
	background: transparent url('img/arrow.png') 0 0px no-repeat;
}

#prev:hover {background: transparent url('img/arrow.png') 0 -52px no-repeat;}

#next {
  left: -0px;
  top: 11px;
  background: transparent url('img/arrow.png') 0 -26px no-repeat;
}

#next:hover {background: transparent url('img/arrow.png') 0 -78px no-repeat;}

#zoom {z-index: 10;}


