/* www.autoboxy-pujcovna.cz, CSS styly pro zobrazeni */

/* zakladni nastaveni */

body {
	background: #ffffff url(body.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #666666;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}

body.editor {
	font-size: 0.7em;
}

a img, a:link img {
	border: none;
}

p {
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

h1 {
	font-size: 1.2em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

h2 {
	font-size: 1.1em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

h3 {
	font-size: 1em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

h4 {
	font-size: 1em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

h5 {
	font-size: 1em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

h6 {
	font-size: 1em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

ol {
	padding-left: 2.3em;
}

ul {
	padding-left: 2.3em;
}

ul li {
	list-style-type: square;
}

sub {
	font-size: 85%;
}

sup {
	font-size: 85%;
}

a {
	color: #666666;
}

a:hover {
	color: #ff0000;
}

fieldset {
	border: 1px solid #cccccc;
	padding: 0.3em;
}

legend {
	border: 1px dotted #cccccc;
	padding: 0.3em;
}

input.text, input.captcha-number {
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #666666;
	background-color: #ffffff;
	border: 2px solid #c9cacc;
	padding-left: 2px;
	padding-right: 2px;
}

input.captcha-number {
	width: 86px;
	display: inline;
}

input.checkbox {
	width: 12px;
	height: 12px;
}

input.radio {
	width: 12px;
	height: 12px;
}

input.submit, input.reset, input.button {
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #666666;
	background: none;
	font-weight: bold;
	border: 2px solid #c9cacc;
	cursor: pointer;
	margin-top: 10px;
}

input.file {
	width: 200px;
	height: 21px;
}

input.image {
	padding: 0px;
	border: none;
}

textarea {
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #666666;
	background-color: #ffffff;
	border: 2px solid #c9cacc;
	padding-left: 2px;
	padding-right: 2px;
	overflow: auto;
}

select {
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #666666;
	background-color: #ffffff;
}

hr {
	color: #cccccc;
	height: 1px;
	border: none;
	background-color: #cccccc;
}

table {
	font-size: 1em;
}

table th, table td {
	padding-left: 5px;
	padding-right: 5px;
}

table.standard {
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
}

table.standard td {
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

table.standard th {
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

table.colored {
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
}

table.colored td {
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

table.colored th {
	background-color: #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

/* stranka */

div.homepage, div.page {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 0.7em;
}

/* vrstva pro tisk */

div.print-header {
	display: none;
}

/* presun na obsah */

div.shift-to-content {
	position: absolute;
	left: -10000px;
}

/* hlavicka */

div.header {
	background: #949599;
	height: 41px;
	padding-top: 14px;
}

/* logo */

div.logo {
	width: 129px;
	height: 27px;
	overflow: hidden;
}

div.logo p {
	width: 129px;
	height: 27px;
	overflow: hidden;
	position: relative;
}

div.logo span {
	width: 129px;
	height: 27px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	background: url(belmond.gif);
}

div.logo a span {
	cursor: pointer;
}

/* obsah */

div.content {

}

/* sloupce */

div.content div.left {
	width: 165px;
	float: left;
	overflow: hidden;
}

div.content div.center {
	width: 580px;
	float: left;
	position: relative;
	margin-top: -37px;
	overflow: hidden;
}

div.content div.right {
	width: 240px;
	float: right;
	overflow: hidden;
}

/* levy sloupec */

/* hlavni menu */

div.mainmenu h2 {
	position: absolute;
	left: -10000px;
}

div.mainmenu ul {
	margin: 0em;
	padding: 0em;
}

div.mainmenu li {
	list-style-type: none;
	list-style-image: none;
	border-bottom: 2px solid #df9798;
	padding: 8px 2px 8px 2px;
	font-weight: bold;
}

div.mainmenu li ul {
	margin-top: 2px;
}

div.mainmenu li ul li {
	border-bottom: none;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 0.9em;
}

div.mainmenu a {
	color: #c3161c;
	text-decoration: none;
}

div.mainmenu a:hover, div.mainmenu a.active {
	color: #666666;
	text-decoration: none;
}

/* stredni sloupec */

/* titulek */

div.title {
	width: 560px;
	height: 210px;
	overflow: hidden;
	margin-left: 22px;
	margin-bottom: 10px;
	position: relative;
}

div.title h2 {
	padding: 0px;
	width: 560px;
	height: 210px;
	overflow: hidden;
	position: relative;
}

div.title span {
	width: 560px;
	height: 210px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(pujcovna-stresnich-nosicu.gif);
}

div.title a {
	width: 560px;
	height: 210px;
	display: block;
}

div.page div.title span {
	cursor: pointer;
}

div.item {
	width: 100%;
	display: table;
}

p.additional {
	font-style: normal;
	font-weight: bold;
	margin-bottom: 15px;
	padding-top: 0em;
	padding-bottom: 0em;
}

p.additional ins {
	text-decoration: none;
}

p.additional a {
	text-decoration: none;
}

p.additional span {
	margin-left: 2px;
}

span.img-nest {
	overflow: hidden;
	float: left;
	margin-right: -3px;
}

span.img-nest img {
	margin-right: 14px;
	margin-bottom: 14px;
}

/* cesta */

div.path {
	margin-left: 26px;
}

div.path a {
	color: #666666;
}

div.path a:hover {
	color: #000000;
}

/* navigace na strane */

div.page-navigation {
	margin-top: 20px;
}

div.page-navigation a {
	color: #666666;
}

div.page-navigation a:hover {
	color: #000000;
}

div.page-navigation a.link-back , div.page-navigation a.link-print {
	border-right: 2px solid #c9cacc;
	padding-right: 6px;
	margin-right: 2px;
}

/* strankovani */

div.paging {
	width: 100%;
	display: table;
	clear: both;
}

div.paging ul {
	margin: 0em;
	padding: 0em;
}

div.paging li {
	list-style-type: none;
	list-style-image: none;
	font-weight: bold;
}

div.paging a {
	color: #666666;
}

div.paging a:hover {
	color: #000000;
}

div.paging.single-photo {
	background: #f1f1f3;
	/*border-bottom: 30px solid #ffffff;*/
}

div.paging.single-photo li.previous {
	float: left;
	width: 25%;
	line-height: 3em;
}

div.paging.single-photo li.back-to-gallery {
	width: 50%;
	float: left;
	text-align: center;
	line-height: 3em;
}

div.paging.single-photo li.next {
	width: 25%;
	float: right;
	text-align: right;
	line-height: 3em;
}

div.paging.single-photo li.previous a {
	margin-left: 25px;
	padding-left: 17px;
	display: block;
	text-decoration: none;
	background: url(previous.gif) no-repeat left center;
}

div.paging.single-photo li.back-to-gallery a {
	text-decoration: none;
}

div.paging.single-photo li.next a {
	margin-right: 20px;
	padding-right: 17px;
	display: block;
	text-decoration: none;
	background: url(next.gif) no-repeat right center;
}
div.pager {
	margin-top: 20px;
	margin-left: 20px;
}

div.pager a {
	color: #666666;
	border-right: 2px solid #c9cacc;
	padding-right: 4px;
	margin-right: 2px;
}

div.pager a:hover {
	color: #000000;
}

div.pager a.next, div.pager a.previous {
	border-right: none;
	padding-right: 0px;
	margin-right: 0px;
}

div.pager a.active {
	font-weight: bold;
}

/* text layer na hp */

div.page div.text {
	padding: 18px 20px 30px 25px;
}

div.homepage div.text {
	padding: 18px 20px 30px 25px;
	background: #f1f1f3;
}

div.homepage div.news, div.homepage div.articles {
	padding: 18px 20px 30px 25px;
}

/* formulare */

div.form label {
	width: 10em;
	float: left;
	font-weight: bold;
	padding-top: 4px;
}

img.captcha-image {
	border: 2px solid #c9cacc;
	display: block;
}

div.form input.submit {
	margin-left: 10em;
}

div.custom-form td.label {
	vertical-align: top;
	white-space: nowrap;
	padding-right: 20px;
}

div.custom-form td, div.custom-form th {
	padding: 0px;
}

/* fotogalerie */

p.img-nest {
	padding: 0em;
}

/*p.img-nest span.holder {
	width: 120px;
	height: 120px;
	overflow: hidden;
	display: table-cell;
  vertical-align: top;
	text-align: center;
}

div.photo p.img-nest span.holder {
	width: 580px;
	height: 580px;
}

* html p.img-nest span.edge {
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: top;
}

*+html p.img-nest span.edge {
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: top;
}

* html p.img-nest span.container {
    width: 100%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

*+html p.img-nest span.container {
    width: 100%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}*/

div.item.galleries {
	margin-bottom: 30px;
	background: #f1f1f3;
	margin-left: -25px;
	margin-right: -20px;
	width: 580px;
}

div.item.galleries div.left {
	float: left;
	width: 120px;
	overflow: hidden;
}

* html div.item.galleries div.left {
	width: 144px;
}

*+html div.item.galleries div.left {
	width: 144px;
}

div.item.galleries div.right {
	float: right;
	width: 400px;
	padding: 17px 20px 30px 25px;
}

* html div.item.galleries div.right {
	width: 376px;
}

*+html div.item.galleries div.right {
	width: 376px;
}

div.photogalleries p.img-nest, div.photo p.img-nest {
	text-align: center;
}

div.photogalleries p.img-nest {
	border-top: 4px solid #c3161c;
	width: 120px;
	height: 120px;
}

div.item.galleries p.img-nest {
	border-top: none;
}

div.photogalleries {
	margin-left: -25px;
}

* html div.photogalleries {
	left: -25px;
}

*+html div.photogalleries {
	left: -25px;
}

/* vypis fotogalerii */

div.item.gallery {
	float: left;
	width: 120px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	margin-right: 25px;
	position: relative;
}

div.item.gallery p.img-nest {
	width: 120px;
	height: 120px;
	overflow: hidden;
}

/* fotogalerie vypis */

div.photogallery-listing div.item {
	float: left;
	width: 120px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	position: relative;
}

/* fotogalerie detail */

div.photo {
	position: relative;
	width: 580px;
	margin-left: -25px;
	margin-right: -20px;
	background: #f1f1f3;
	text-align: left;
}

* html div.photo {
	left: -25px;
}

*+html div.photo {
	left: -25px;
}

div.photo h2 {
	padding-bottom: 20px;
}

div.photo p.img-nest {
	background: #f1f1f3;
	width: 580px;
	min-height: 580px;
}

* html div.photo p.img-nest {
	height: 580px;
}

div.photo div.container {
	margin-left: 15px;
	margin-right: 15px;
}

/* paticka */

div.footer {
	margin-top: 20px;
	border-top: 2px solid #c7c8ca;
	padding-top: 10px;
}

div.secondarymenu ul {
	margin: 0em;
	padding: 0em;
	clear: both;
}

div.secondarymenu, div.copyright {
	width: 100%;
	display: table;
}

div.secondarymenu li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	padding-right: 5px;
	margin-right: 5px;
}

div.secondarymenu a, div.copyright a, div.copyright p {
	color: #aeafb1;
}

div.secondarymenu a:hover, div.copyright a:hover {
	color: #000000;
}

/* pravy sloupec */

/* rozcestnik */

div.guidepost {
	margin-bottom: 15px;
	width: 100%;
	display: table;
}

div.guidepost h2 {
	position: absolute;
	left: -10000px;
}

div.guidepost ul {
	margin: 0em;
	padding: 0em;
}

div.guidepost li {
	list-style-type: none;
	list-style-image: none;
	position: relative;
	float: right;
	clear: both;
	text-align: right;
	margin-bottom: 5px;
	padding-right: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
}

div.guidepost li span.image {
	display: block;
	position: absolute;
	right: 24px;
	top: 8px;
}

div.guidepost a {
	display: block;
}

div.guidepost li.pujcovna-autoboxu, div.guidepost li.pujcovna-autoboxu a {
	width: 50px;
	height: 31px;
	overflow: hidden;
}

div.guidepost li.pujcovna-autoboxu span.image {
	width: 50px;
	height: 31px;
	background: url(pujcovna-autoboxu-ico.gif);
}

div.guidepost li.belmond, div.guidepost li.belmond a {
	width: 46px;
	height: 21px;
	overflow: hidden;
}

div.guidepost li.belmond span.image {
	width: 46px;
	height: 21px;
	background: url(belmond-ico.gif);
}

div.guidepost li.pujcovna-karavanu, div.guidepost li.pujcovna-karavanu a {
	width: 49px;
	height: 28px;
	overflow: hidden;
}

div.guidepost li.pujcovna-karavanu span.image {
	width: 49px;
	height: 28px;
	background: url(pujcovna-karavanu-ico.gif);
}

div.guidepost li.pujcovna-privesu, div.guidepost li.pujcovna-privesu a {
	width: 48px;
	height: 30px;
	overflow: hidden;
}

div.guidepost li.pujcovna-privesu span.image {
	width: 48px;
	height: 30px;
	background: url(pujcovna-privesu-ico.gif);
}

div.guidepost a span.image {
	cursor: pointer;
}

/* vyhledavani */

html div.searching form {
	margin: 0px;
	padding: 2px 12px 7px 12px;
}

div.searching input.text {
	width: 100px;
	margin-right: 5px;
}

div.searching input.submit {
	background: none;
	border: none;
}

/* box */

div.box div.container {
	background: #ffffff;
}

div.box h2 {
	margin-left: 12px;
}

/* kalendar */

div.calendar h2 {
	margin-left: 12px;
}

div.calendar table {
	width: 100%;
}

div.calendar td, div.calendar th {
	border-bottom: 2px solid #e7e7e9;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	font-weight: bold;
}

div.calendar th {
	border-top: 2px solid #e7e7e9;
}

div.calendar td.months {
	border: 2px solid #949599;
}

div.calendar td.today {
	background: #a30000;
}

div.calendar table a {
	color: #ffffff;
	text-decoration: none;
}

div.calendar table a:hover {
	color: #a30000;
	text-decoration: none;
}

div.current-date {
	color: #ffffff;
}

div.calendar select {
	font-weight: bold;
}

/* komentare */

p.header ins {
	text-decoration: none;
	border-right: 2px solid #c9cacc;
	padding-right: 4px;
	margin-right: 2px;
}

p.header span.name {
	font-weight: bold;
	border-right: 2px solid #c9cacc;
	padding-right: 4px;
	margin-right: 2px;
}

/* mapa stranek */

ul.sitemap {
	margin: 0em;
	padding: 0em;
}

ul.sitemap li {
	list-style-type: none;
	list-style-image: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

ul.sitemap a {
	padding-left: 5px;
	border-left: 2px solid #c9cacc;
}

/* obecny kontejner */

div.container {
	background: #949599;
	padding: 10px;
}

div.photo div.container {
	padding: 18px 20px 30px 25px;
	background: #f1f1f3;
}

/* spany s barvou */

span.edges {
	display: block;
}

span.color {
	display: block;
	overflow: hidden;
	float: left;
}

span.red {
	background: #c3161c;
}

span.orange {
	background: #ec5d31;
}

span.yellow {
	background: #f58020;
}

div.box span.edges, div.calendar span.edges, div.searching span.edges {
	width: 240px;
	height: 5px;
}

div.box span.red, div.calendar span.red, div.searching span.red {
	width: 108px;
	height: 5px;
	}

div.box span.orange, div.calendar span.orange, div.searching span.orange {
	width: 122px;
	height: 5px;
}

div.box span.yellow, div.calendar span.yellow, div.searching span.yellow {
	width: 10px;
	height: 5px;
}

div.guidepost span.edges {
	width: 10px;
	height: 4px;
	position: absolute;
	right: 0px;
	top: 0px;
}

div.guidepost span.color {
	width: 10px;
	height: 4px;
}

div.mainmenu span.edges, div.mainmenu span.red {
	width: 165px;
	height: 18px;
}

div.center span.edges {
	width: 198px;
	height: 18px;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 37px;
}

div.center span.orange {
	width: 165px;
	height: 18px;
}

div.center span.yellow {
	width: 33px;
	height: 18px;
}

div.item span.edges, div.photo span.edges, div.page-navigation span.edges {
	width: 580px;
	height: 5px;
}

div.item span.red, div.photo span.red, div.page-navigation span.red {
	width: 350px;
	height: 5px;
}

div.item span.orange, div.photo span.orange, div.page-navigation span.orange {
	width: 230px;
	height: 5px;
}

p.ok {
	color: green;
}

p.ko {
	color: red;
}

div.wrap {
	clear: both;
}
