body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	background: #C8C8C8 url(../gfx/bg.png) top center repeat-y;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

a {
  text-decoration: none;
  color: #D42601;
}

a:hover {
	text-decoration: underline;
}

h1 {
  color: #D42601;
	margin: 10px 0px;
	font-size: 150%;
}

h2 {
  color: #D42601;
	margin: 5px 0px;
	font-size: 130%;
}

h3 {
  color: #D42601;
	margin: 5px 0px;
	font-size: 100%;
}

p {
	margin: 0px;
	padding-bottom: 10px;
}

div.clearpix {
	clear: both;
}

div.rap {
	width: 780px;
	margin: 0px auto;
	border-top: 10px solid #C8C8C8;
}

div.header {
	height: 104px;
	background: url(../gfx/header-bg.png) no-repeat;
	text-align: left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

div.title {
	font-size: 28px;
  color: #D42601;
  padding-left: 310px;
  padding-top: 20px;
}

div.mesto {
	font-size: 20px;
  color: #666666;
  padding-left: 460px;
}

ul.lng {
	margin: 0px;
	padding: 11px 20px 0px 0px;
}

ul.lng li {
	display: inline;
	padding: 0px 5px;
}

div.menu {
	background: #D42601;
	height: 198px;
}

div.menu ul {
	height: 191px;
	width: 198px;
	overflow: hidden;
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-transform: uppercase;
}

div.menu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 38px;
	line-height: 38px;
	border-bottom: 1px solid #CCCCCC;
}

div.menu li a {
	display: block;
	line-height: 38px;
	height: 38px;
	text-align: right;
	padding-right: 27px;
	background: url(../gfx/plus.png) 180px center no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

div.menu li a.current {

}

div.menu li a:hover {
  background-color: #F25353;
	text-decoration: none;
}

div.slideshow {
	width: 530px;
	height: 192px;
	float: left;
	border-left: 4px solid #FFFFFF;
	border-right: 4px solid #FFFFFF;
	background: url(../gfx/header-img-1.jpg) no-repeat;
}

div.clearmenu {
	clear: both;
	height: 6px;
	font-size: 1px;
	background: url(../gfx/menu-bottom.png);
	margin-top: -1px;	
}

div.content {
	margin: 0px;
	padding: 0px;
	border: none;
}

div.content-right {
	background: url(../gfx/content-bg.png) top no-repeat;
	width: 578px;	
	float: right;
}

div.content-left {
	width: 202px;	
	float: left;
}

div.content-text {
	margin: 20px;
}

div#images {
	text-align: center;
}

div#images a img {
	border: 1px solid #D42601;
}

div.news {
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 2px solid #FFFFFF;
}

span.news_title {
  color: #D42601;
	font-size: 120%;
	font-weight: bold;
}

span.news_date {
	display: block;
	text-align: right;
	color: #666666;
	font-weight: bold;
}

div#calendar {
	margin: 20px 10px;
	text-align: center;
}

input, select {
	border: 1px solid black;
}

input.rezervace, select.rezervace {
	width: 80%;
}

input.save {
	background: #FFFFFF;
	border: 2px solid #D42601;
	font-weight: bold;
}

.error {
	color: red;
	font-weight: bold;
}

div.datum {
	font-weight: bold;
	font-size: 130%;
	text-align: right;
}