/* default style */
body {
	margin: 0px auto;
	padding: 0px;

	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 10pt;

	background-color: #ffffff;
	color: #000000;

	text-align: center;
}

p, div, h1, h2, h3, h4, td, a {
	font-family: Arial, Verdana, Tahoma, sans-serif;
}

p {
	margin: 0px;
	margin-bottom: 10px;
	
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
	font-size: 10pt;
}

table, tr, td {
	padding: 0px;
	margin: 0px;
	
	border-color: #000000;
	border-style: solid;
	border-width: 0px;

	border-collapse: collapse;
	
	font-size: 10pt;
}

table {
	margin-bottom: 10px;
	margin-left: 10px;
}

img {
	margin: 0px;
	padding: 0px;
	
	border-width: 0px;
	border-color: #000000;
	border-style: solid;
}

img.inTextLeft {
	margin: 0px;
	padding: 0px;
	
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	
	float: left;
	
	vertical-align: top;
	
	text-align: left;
}

img.inTextRight {
	margin: 0px;
	padding: 0px;
	
	margin-top: 3px;
	margin-left: 5px;
	margin-bottom: 5px;
		
	float: right;
	
	vertical-align: top;
	
	text-align: left;
}

#bodyDetailDiv p, #bodyDetailDiv div {
	font-size: 8pt;
}

#bodyDetailDiv p {
	padding-left: 6px;
	padding-right: 6px;
}

h1 {
	margin: 0px;
	padding: 0px;

	margin-bottom: 10px;
	
	font-size: 28.5pt;
	color: #000000;
	
	position: absolute;
	
	top: 55px;
	left: 40px;

	text-align: left;
}

h2 {
	margin: 0px;
	margin-bottom: 5px;
	
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
	margin-bottom: 5px;
	
	font-size: 11pt;
	color: #ff0000;
}

#bodyDetailDiv h2 {
	font-size: 10pt;
}

h3 {
	margin: 0px;
	margin-bottom: 5px;
	
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
	font-size: 10pt;
	color: #ff0000;
}

h3.date {
	font-style: italic;
}

h4 {
	margin: 0px;
	margin-bottom: 5px;
	
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	
	font-size: 10pt;
	color: #000000;
}

#bodyDetailDiv h3 {
	font-size: 8pt;
}

#mainDiv {
	margin: 0px auto;
	padding: 0px;

	position: relative;
		
	border-width: 0px;
	border-color: #000000;
	border-style: solid;

	background-color: #ffffff;
	color: #000000;
	
	width: 800px;

	text-align: justify;
}

#headerDiv {
	margin: 0px auto;
	padding: 0px;

	margin-top: 10px;
	margin-bottom: 10px;
	
	position: relative;
		
	border-width: 0px;
	border-color: #000000;
	border-style: solid;

	background-color: #ffffff;
	background-image: url("../images/header.png");
	background-repeat: no-repeat;
	background-position: center top;
	color: #000000;
	
	width: 800px;
	height: 175px;

	text-align: center;
	
	float: left;
}

#menuDiv {
	font-size: 11pt;
	font-weight: bold;
	
	position: absolute;
	
	width: 720px;
	
	left: 40px;
	top: 140px;
	
	text-align: left;
	
	z-index: 10;
}

#bodyDiv {
	margin: 0px auto;
	padding: 0px;
	
	background-color: #ffffff;
	background-image: url("../images/bodyBg.png");
	background-repeat: repeat-y;
	background-position: center top;

	position: relative;

	width: 800px;
	
	float: left;

	text-align: justify;
}

#bodyMainDiv {
	margin: 0px auto;
	padding: 0px;
	
	width: 550px;
	
	position: relative;
	left: 45px;
	float: left;
}

#bodyDetailDiv {
	margin: 0px auto;
	padding: 0px;

	width: 155px;

	position: relative;
	right: 45px;
	float: right;
}

#footerDiv {
	margin: 0px auto;
	padding: 0px;

	margin-top: 10px;
	margin-bottom: 10px;
	
	position: relative;
		
	border-width: 0px;
	border-color: #000000;
	border-style: solid;

	background-color: #ffffff;
	background-image: url("../images/footer.png");
	background-repeat: repeat-y;
	background-position: center top;
	color: #000000;

	width: 800px;
	height: 80px;
	
	text-align: center;
	
	float: left;
}

#footerCopyrightDiv {
	font-size: 8pt;
	
	top: 35px;
	left: 40px;
	
	float: left;
	
	position:  relative;
}

#footerValidDiv {
	font-size: 8pt;
	
	top: 35px;
	right: 40px;
	
	float: right;
	
	position:  relative;
}

span.menuItem {
	margin: 0px;
	margin-right: 11px;
}

span.menuItemSelected {
	color: #ff0000;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #ff0000;

	text-decoration: underline;
}

a.menuItem {
	color: #000000;
	text-decoration: none;
}

a.menuItem:link {
	color: #000000;
}

a.menuItem:visited {
	color: #000000;
}

a.menuItem:hover {
	color: #ff0000;
	text-decoration: none;
}

a.zoom {
	color: #000000;
	text-decoration: none;
}

a.zoom:link {
	color: #000000;
}

a.zoom:visited {
	color: #000000;
}

a.zoom:hover {
	color: #ff0000;
	text-decoration: underline;
}

a.arrow {
	color: #000000;
	text-decoration: none;
}

a.arrow:link {
	color: #000000;
}

a.arrow:visited {
	color: #000000;
}

a.arrow:hover {
	color: #ff0000;
	text-decoration: underline;
}

#footerDiv a {
	color: #000000;
	text-decoration: none;
}

#footerDiv a:link {
	color: #000000;
}

#footerDiv a:visited {
	color: #000000;
}

#footerDiv a:hover {
	color: #000000;
	text-decoration: underline;
}

#witchDiv {
	margin: 0px;
	
	margin-top: -10px;
	
	padding: 0px;
	
	position: relative;
}

#weatherArabela {
	margin-bottom: 10px;
	
	float: left;
	
	width: 200px;
}

#blok-bbsluzba-a5pebk6ik8c0ncpubxjrkd9a76n0hh, #blok-bbsluzba-7sau735uav23t3jutr0vdnpefj9hmx {
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

#odkaz-bbsluzba-a5pebk6ik8c0ncpubxjrkd9a76n0hh, #odkaz-bbsluzba-7sau735uav23t3jutr0vdnpefj9hmx {
	margin: 0px;
	
	margin-left: 10px;
	margin-right: 10px;
	
	padding: 0px;
	
	text-align: center;
}

#weatherCR {
	margin-bottom: 10px;

	float: right;
	
	width: 320px;
}

table.phone {
	width: 210px;
}

td.operator {
	width: 100px;
}

table.map {
	width: 530px;
}

td.zoomMap {
	width: 100px;
}

td.centerMap {
	width: 330px;
	
	text-align: center;
}

table.priceTable {
	width: 530px;
}

table.priceTable tr {
	border-color: #ff0000;
	border-width: 1px;
	border-style: solid;
}

table.priceTable tr:hover {
	background-color: #ffeaea;
}

table.priceTable th, table.priceTable td {
	padding-left: 2px;
}

table.priceTable th {
	background-color: #ffeaea;
	
	text-align: left;
	vertical-align: top;
}

table.priceTable th.room {
	width: 190px;
}

table.priceTable th.beds {
	width: 50px;
}

table.priceTable th.price {
	width: 290px;
}

table.priceTable th.idt {
	width: 70px;
}

table.priceTable th.name {
	width: 150px;
}

table.priceTable th.date {
	width: 310px;
}

p.priceDescription {
	width: 530px;
}

table.roomTable {
	width: 530px;
}

table.roomTable th, table.roomTable td {
	text-align: left;
	vertical-align: top;
}

table.roomTable td.photo {
	width: 160px;
	padding-top: 3px;
}

table.roomTable td.description {
	width: 370px;
}

table.photoTable {
	width: 530px;
}

table.photoTable td.col1, table.photoTable td.col4 {
	width: 133px;
}

table.photoTable td.col2, table.photoTable td.col3 {
	width: 132px;
}

table.photoNavigator {
	width: 530px;
}

table.photoNavigator td.arrow {
	width: 100px;
}

table.photoNavigator td.name {
	width: 330px;
	text-align: center;
}

table.ruleTable {
	width: 530px;
}

table.ruleTable td {
	padding-bottom: 5px;
}

table.ruleTable td.number {
	width: 20px;
	vertical-align: top;
}

table.ruleTable td.rule {
	width: 515px;
	vertical-align: top;
}

#contactDivLeft {
	margin: 0px;
	padding: 0px;
	
	width: 230px;
	
	vertical-align: top;

	float: left;
}

#contactDivRight {
	margin: 0px;
	padding: 0px;
	
	width: 315px;
	
	vertical-align: top;

	float: right;
}

p.contactMap {
	padding-left: 0px;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

ul {
	margin-top: 0px;
}

p.advert {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-top: 5px;
}

img.advert {
	margin-top: 0px;
}

img.blackBorder {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

div.action {
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #ff0000;;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #ff0000;
	
	margin-bottom: 5px;
	padding-top: 5px;
}

.invisible {
	display: none;
}
