html {
  background: url("/img/html-background.jpg") top left repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}

h1 {
  display: none;
}

h2 {
  font-size: 36px;
  color: #8B2346;
  letter-spacing: -2px;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}

h3 {
  font-size: 20px;
  color: #8B2346;
  font-weight: normal;
  letter-spacing: -1px;
  padding: 0px;
  margin: 0px;
}

img {
  border: none;
}

/* Vstupni stranka */
#index #content {
  background: url("/img/index-background.jpg") top left no-repeat;
  height: 744px;
  width: 338px;
  margin: 0 auto;
}

/* Obsahova strana */
#main {
  width: 970px;
  margin: 0 auto;
  position: relative;
}

#main #content {
  float: left;
  position: relative;
  top: 151px;
  left: 338px;
  width: 542px;
  padding: 45px;
}

#main #content p {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
}

#main #content p a {
  color: #8b2346;
  text-decoration: underline;
}

#main #content p a:hover {
  text-decoration: none;
}

#main #content p.center {
  text-align: center;
}

#main #content ul {
  color: #666666;
  list-style-position: inside;
  list-style-type: square;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}

#main #content table.calendar {
  margin: 0 auto;
}

#main #content .calendar tr td {
  color: #999;
  text-align: center;
}

#main #content .calendar tr td.month {
  font-size: 24px;
	font-weight: bold;
	text-align: center;
	background-color: #999999;
	color: #000000;
	line-height: 50px;
}

#main #content .calendar tr td.month #left-grey {
  float: left;
}

#main #content .calendar tr td.month #right-grey {
  float: right;
}

#main #content .calendar tr td.month #left-arrow {
  float: left;
}

#main #content .calendar tr td.month #right-arrow {
  float: right;
}

#main #content .calendar tr.days {
  background-color: #cccccc;
	text-align: center;
	padding: 5px;
	color: #000;
}

#main #content .calendar tr.date td {
  border: 1px solid #eeeeee;
	height: 58px;
	line-height: 58px;
	font-size: 16px;
}

#main #content .calendar tr.date-en td {
  border: 1px solid #eeeeee;
	height: 58px;
	line-height: 58px;
	font-size: 16px;
}

#main #content .calendar tr.date a {
  text-decoration: none;
	font-size: 30px;
	color: #8b2346;
	display: block;
	background: url("/img/buy-icon-cz.jpg") no-repeat top center;
	height: 60px;
	width: 60px;
	line-height: 45px;
}

#main #content .calendar tr.date-en a {
  text-decoration: none;
	font-size: 30px;
	color: #8b2346;
	display: block;
	background: url("/img/buy-icon-en.jpg") no-repeat top center;
	height: 60px;
	width: 60px;
	line-height: 45px;
}

#main #content .calendar tr.date a:hover {
  background: url("/img/buy-icon-cz-hover.jpg") no-repeat top center;
	color: #666666;
}

#main #content .calendar tr.date-en a:hover {
  background: url("/img/buy-icon-en-hover.jpg") no-repeat top center;
	color: #666666;
}

#main #content table.content-table {
  color:#666666;
  text-align: left;
  font-size: 14px;
  padding: 10px 0px;
  margin: 0 auto;
}

#main #content table.content-table tr th {
  padding: 0px 0px 10px;
}

#main #content table.content-table .right {
  text-align: right;
}

#main #content table.content-table tr td span {
  font-size: 10px;
}

#main #header {
  position: absolute;
  top: 0px;
  left: 338px;
  width: 632px;
  height: 151px;
}

#main #header ul {
  float: left;
  width: 586px;
  list-style-type: none;
  list-style-position: outside;
  margin: 100px 0px 0px 0px;
  padding: 0px;
}

#main #header ul li {
  float: left;
  line-height: 38px;
  padding: 13px 10px 0px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  background: url("/img/menu-delimiter-background.gif") top left no-repeat;
}

#main #header ul li.first {
  background: url("/img/menu-delimiter-background.gif") top right no-repeat;
}

#main #header ul #special-button {
  width: 84px;
  height: 40px;
  line-height: 14px;
  text-align: center;
  padding: 11px 0px 11px;
  background: url("/img/special-button-background.jpg") top left no-repeat;
  text-transform: uppercase;
  display: block;
}

#main #header ul li a {
  color: #b5607d;
  text-decoration: none;
}

#main #header ul li a:hover {
  color: #ffffff;
}

#main #header #languages {
  float: left;
  width: 46px;
  height: 38px;
  display: block;
  margin-top: 113px;
}

#main #left-panel {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 338px;
  height: 744px;
}

#main #footer {
  clear: both;
  float: left;
  position: relative;
  left: 338px;
  width: 542px;
  padding: 0px 45px;
  color: #999999;
  font-size: 10px;
  margin-top: 151px;
  text-align: center;
}

