/*
Nefrol08
minor.screen.css - media: screen, projection
Martin Hozík - martin.hozik@vlado.cz
Graphic studio VLADO - www.vlado.cz
Thu, 8 November 2007 00:38:36 GMT
UTF-8
*/


* {
	margin: 0;
	padding: 0;
}
body, table, input, textarea, select {
	font-family: Arial, helvetica, sans-serif;
	font-size: 13px;
	color: #4F3426;
}
a {
	color: #86142B;
}
a:hover {
	color: red;
}
p {
	margin: 15px 0 5px 0;
}
h2 {
	color: #86142B;
	font-weight: bold;
	font-size: 20px;
	margin: 25px 0 10px 0;
}

h3 {
	color: #A4253D;
	font-weight: bold;
	font-size: 16px;
	margin: 25px 0 7px 0;
}

table.grid {
	width: 100%;
	margin: 30px 0 60px 0;
}
table.grid th, table.grid td {
	padding: 5px;
	vertical-align: top;
	text-align: left;	
}

table.grid td {
	background-color: #E5D9CB;
}
table.grid th {
	background-color: #835A44;
	color: #EFE6DB ;
}
table.grid thead th {
	background-color: transparent;
	color: #4F3426;
	border-bottom: #835A44 2px solid
}

td.currency {
	text-align: right !important;
	padding-right: 5px;
}


img {
	margin: 0 5px 5px 0 ;
	padding: 1px ;
	border: 1px solid #4E3226;
}
ul {
	padding-left: 30px;
	margin: 15px 0 20px 0;
}
p.center {
	text-align: center;
}
img.logo {
	border: none;
	margin: 8px;
}
a.download {
	display: block;
	padding: 5px 0 5px 45px;
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none !important;
}
a.download span{
	color: gray;
	display: block;
}
a.download:hover {
	text-decoration: underline !important;
}
a.download.doc {
	background-image: url(../layout/doc.icon.gif);
}
a.download.pdf {
	background-image: url(../layout/pdf.icon.gif);
}


div.hotel {
	padding: 10px 0 30px 0;
}
div.hotel table img {
	border: none;
	margin: 0;	
}
div.hotel table th {
	text-align: left;
	width: 130px;	
	vertical-align: top;
}
div.hotel table td, div.hotel table th {
	padding: 4px 3px 4px 0;
}
div.hotel h3 span.num {
	border: 1px solid #93715D;
	background-color: #E5D9CB;
	color:#93715D;
	padding: 1px 4px 1px 4px;
}
.note {
	display: block;
	padding: 5px 5px 5px 30px !important;
	background-position: 7px 7px;
	background-repeat: no-repeat;
	border: 1px solid #7D553C; 
	margin: 20px 0 10px 0 !important;
	position: relative;
}
.note.information {
	background-image: url(../img/info.gif);
}
.note.current {
	border-color: #6D9EDA;
	background-color: #B3CCEC;
}
.note.current h4 {
	color: #265B9D;
	margin: 0;
	text-align: center;
	font-size: 16px;
}
.note.current p {
	margin: 6px 0 0 0;
	text-align: center;
}
.note.privacypolicy {
	background-image: url(../img/lock.gif);
	background-color: #D5C1AA;
	font-size: 11px;
	margin-bottom: 0;
	text-align: justify;
}
#infoDiv {
	position: absolute;
	background-color: white;
	width: 500px;
	border: 1px solid silver;
	top:0;
	left:0;	
	padding: 10px;
}
#infoDiv h3 {
	margin: 0 !important;
	padding: 0 !important;
		
}
#infoDiv .hotel {
	border:none !important;	
}





