/* CSS Document */
*
{
  padding: 0px;
  margin: 0px;
}

body
{
  background-color: #fff;
  text-align: center;
  font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

p
{
  margin-top: 10px;
}

/* PIE easyclearing */
.clearfix {height: 1%;}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-table;
}

.neviditelny
{
  display: none;
}

#stranka
{
  text-align: left;
  margin: 10px auto;
  width: 1024px;
  padding: 0px;
  background-image: url("../img/stin.png");
  background-position: left top;
  background-repeat: repeat-y;
}

#hlavicka
{
  background-image: url("../img/hlavicka.png");
  background-repeat: no-repeat;
  background-position: left top;
  height: 267px;
}

#citat
{
  position: relative;
  top: 150px;
  margin-left: 200px;
  color: #E77817;
  font-size: 150%;
}

#telo
{
  margin-top: 20px;
}

#telo a
{
  color: #000;
}

#menu
{
  background-color: #FFF;
  float: left;
  width: 160px;
  text-align: left;
  margin-left: 40px;
  display: inline;
}

#menu ul
{
  list-style-type: none;
}

#menu li
{
  padding: 2px;
  background-image: url("../img/cara_mala.png");
  background-position: left bottom;
  background-repeat: no-repeat;
}

#menu a
{
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 120%;
 /* text-transform: uppercase;*/
}

#menu a:hover
{
  color: #E77817;
}

#partneri
{
  float: right;
  width: 160px;
  margin-right: 40px;
  display: inline;
  text-align: center;
}

#partneri a
{
  display: block;
}

#partneri a img
{
  border: none;
  margin-bottom: 2px;
}

#obsah
{
  float: left;
  width: 600px;
  padding: 0px 10px;
  text-align: justify;
  /*padding-bottom: 130px;
  background-image: url("../img/czechtourism.png");
  background-position: center bottom;
  background-repeat: no-repeat;*/
}

#obsah h1
{
  font-size: 140%;
  letter-spacing: 0.04em;
  background-image: url("../img/cara.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 7px;
  margin-bottom: 20px;
}

#obsah h3
{
  margin-top: 15px;
  margin-bottom: 15px;
}

#obsah ul
{
  margin-left: 20px;
}

#paticka
{
  background-image: url("../img/paticka.png");
  background-position: left top;
  background-repeat: no-repeat;
  height: 94px;
}

#program td
{
  padding: 5px;
}

#kalendar a img
{
  border: none;
}

.tbl_vybor
{
  width: 500px;
  border: 3px double #E77817;
  border-collapse: collapse;
}

.tbl_vybor td
{
  border-bottom: 2px dashed #E77817;
  height: 130px;
  padding: 5px;
}

.w110
{
  width: 110px;
}

.mt40
{
  margin-top: 40px;
}

.tac
{
  text-align: center;
}

.fwb
{
  font-weight: bolder;
}