/* Hlavni prvky stranky */
body
{
  color: #5D5D5D;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  background: #FFFFFF;
}

.wrapper
{
  width: 814px;
  margin: 20px auto 0 auto;
}

.document
{
  width: 814px;
  position: relative;
  text-align: left;
}

.header
{
  width: 814px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
}

.header img.logo
{
  float: left;
  width: 137px;
  height: 44px;
  margin: 1px 0 0 5px;
  border: none;
}

.header img.phrase
{
  float: right;
  width: 164px;
  height: 22px;
  margin: 22px 0 0 0;
}


.back_main
{
  width: 814px;
  position: absolute;
  left: 0;
  top: 40px;
  background: #E6E7D8 url('../image/zkouska_back.jpg') left top repeat-y;
}

.main
{
  background: url('../image/background_main_top.jpg') left top no-repeat;
}

.left_column
{
  float: left;
  width: 213px;
  min-height: 400px;
  margin: 40px 0 0 0;
  background-color: #E6E7D8;
}

.left_column img.title
{
  width: 122px;
  height: 21px;
  margin: 14px 0 0 10px;
}

.left_column ul
{
  margin: 6px 0 0 0;
  padding: 0 0 0 18px;
}

.left_column ul li
{
  list-style-type: none;
}

.left_column ul li a, .left_column ul li a:link, .left_column ul li a:visited
{
  color: #808080;
  font: bold 11px sans-serif;
  text-decoration: none;
}

.left_column ul li a:hover
{
  color: #000000;
}

.left_column .advantage
{
  width: 188px;
  margin: 20px 0 15px 14px;
  padding-bottom: 10px;
  background: #5D5D5D url('../image/background_advantage.jpg') left top no-repeat;
}

.left_column .advantage .title
{
  color: #FFFFFF;
  margin: 0;
  padding: 40px 0 10px 70px;
  font: bold 12px sans-serif;
  text-transform: uppercase;
}

.left_column .advantage .perex
{
  color: #FFFFFF;
  margin: 0;
  padding: 0 0 0 70px;
  font: bold 10px sans-serif;
}

.left_column .advantage .link
{
  margin: 5px 20px 0 auto;
  text-align: right;
}

.left_column .advantage .link a, .left_column .advantage .link a:link, .left_column .advantage .link a:visited
{
  color: #FFFFFF;
  padding-left: 5px;
  font: bold 10px sans-serif;
  text-decoration: none;
  border-left: 12px solid #F9A13A;
}

.left_column .advantage .link a:hover
{
  text-decoration: underline;
}

.left_column h3
{
  padding: 5px 0 0 18px;
  font: bold 14px verdana;
}

.content_intro
{
  float: right;
  width: 498px;
  min-height: 705px;
  margin: 22px 0 0 0;
  padding: 0 101px 0 2px;
  background: transparent url('../image/background_content_intro.gif') left top repeat-y;
}

.content
{
  float: left;
  width: 579px;
  min-height: 865px;
  margin: 22px 0 0 0px;
  padding: 0;
}

.contentIn {
	padding: 225px 6px 0px 15px;
}
.footer
{
  width: 814px;
  height: 40px;
  padding-bottom: 30px;
  background: #FFFFFF url('../image/background_footer.jpg') left top no-repeat;
}

.cleaner
{
  clear: both;
}

/* Obecne prky stranky */
a, a:link, a:visited
{
  color: #5D5D5D;
  font-weight: bold;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

img
{
  border: none;
}

/* Ostatni prvky stranky */
.content_intro .intro
{
  width: 497px;
  height: 135px;
  border-bottom: 2px solid #FFFFFF;
}

.content_intro .introIn
{
float: left;
padding: 20px;
}

.content_intro .introIn h1
{
  float: left;
  width: 170px;
  padding: 0;
  font: bold 18px verdana;
}

.content_intro .introIn p
{
  float: right;
  width: 270px;
  padding: 0;
  font-weight: bold;
}

.content_intro .intro p.link
{
  margin: 5px 20px 0 0;
  text-align: right;
}

.content_intro .intro p.link a
{
  padding-left: 5px;
  border-left: 15px solid #5D5D5D;
}

.content_intro .map
{
  float: left;
  width: 497px;
}

.content_intro .map img
{
  float: left;
  width: 196px;
  height: 121px;
  margin: 10px 20px 0px 40px;
}

.content_intro .empty
{
  padding: 40px;
}
.content_intro .map h3
{
  float: right;
  width: 210px;
  margin: 30px 10px 0 0;
  font: bold 14px verdana;
}

.content_intro .map p
{
  margin: 10px 0 0 10px;
}

.content_intro .map h1
{
  margin: 20px 0 0 20px;
  padding: 0;
  font: bold 18px verdana;
}


.content h1
{
  color: #0F68B1;
  margin: 0px 0 10px 0px;
  font: bold 16px verdana;
}

.content p
{
  margin: 0px 20px 5px 0px;
}

.content .Otazky
{
  font: bold 12px verdana;
  background: url('../image/question.gif') left 20% no-repeat;
  padding-left: 10px;
}

.content h3
{
  margin: 0px auto 5px 0px;
}

.content .pages
{
  margin-top: 10px;
  text-align: center;
}

.content .date
{
  color: #808080;
  padding: 0 5px 0 0px;
  font-weight: bold;
  font-size: 12px;
}

.content .Registrace input, select, textarea
{
background: #BBB;
border-left: 1px solid #a0a0a0;
border-top: 1px solid #a0a0a0;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

.content .Registrace .Noback
{
background: #E6E7D8;
border-left: 1px solid #E6E7D8;
border-top: 1px solid #E6E7D8;
border-right: 1px solid #E6E7D8;
border-bottom: 1px solid #E6E7D8;
}

.content .Registrace option
{
background: #BBB;
}

.content .Registrace select
{
background: #BBB;
}

.content .Registrace .Tlacitko
{
padding: 10px;
}

.content .Registrace .Kod
{
padding: 0px 0 0 0;
margin: 0px;
line-height: 10px;
}

.content .Report
{
padding: 0px;
font-weight: bold;
}

.Kraj1, .Kraj2, .Kraj3, .Kraj4, .Kraj5, .Kraj6, .Kraj7, .Kraj8, .Kraj9, .Kraj10, .Kraj11, .Kraj12, .Kraj13, .Kraj14 
{
adisplay: none;
float: right;
width: 200px;
}


.content .Partneri .Partner
{
padding-left: 30px;
padding-top: 20px;
}

.content .Partneri h1
{
padding-top: 6px;
}

.content .Partneri img
{
float: left;
margin-right: 15px;
}

.content .Partneri table th
{
vertical-align: top;
text-align: right;
width: 110px;
}

.content .Partneri table table th
{
vertical-align: top;
text-align: left;
width: 70px;
}

.left_content
{
float: left;
width: 170px;
font-weight: bold;
text-align: right;
font-size: 14px;
margin-right: 18px;
}

.left_content img
{
width: 165px;
}

.left_content p
{
padding: 10px 0px 10px 0;
line-height: 20px;
margin: 0px;
}

.right_content
{
float: left;
width: 360px;
font-size: 11px;
}

.right_content table
{
font-size: 11px;
}

.img_header{
position: absolute;
left: 215px;
width: 561px;
height: 250px;
}

.small_map
{
padding: 0 0 0 0;
text-align: center;
width: 200px;
}
.small_map img
{
width: 140px;
}

.Certifikat
{
margin: 20px 0 0 0;
width: 300px;
float: right;
}
.Certifikat img
{
position: relative;
top: 10px;
left: 100px;
}