/* Reconstructed generic stylesheet for the Nová Hřebenovka information system.
   Original /styl.css was not preserved in the archive; this is a clean minimal
   rebuild keyed to the class vocabulary still present in the pages. */

body {
	margin: 0;
	color: #00002f;
	background-color: #ffffff;
	font-family: "Book Antiqua", Georgia, "Times New Roman", serif;
	font-size: 13px;
	line-height: 1.5;
}

a { color: #00002f; text-decoration: none; }
a:hover { color: #00008f; text-decoration: underline; }

img { border: 0; max-width: 100%; height: auto; }

/* --- Left navigation menu --- */
.menu {
	width: 159px;
	background-color: #dfedff;
	padding: 4px 0;
}
.menuitem {
	display: block;
	font-family: Garamond, Georgia, serif;
	font-weight: bold;
	font-size: 13px;
	color: #00002f;
	padding: 4px 6px;
}
a.menuitem:hover { color: #00008f; text-decoration: none; }
.submenuitem {
	display: block;
	font-size: 12px;
	color: #1a1a4f;
	padding: 2px 6px 2px 4px;
}
a.submenuitem:hover { color: #00008f; text-decoration: underline; }
.menuitem_sel, a.menuitem_sel { color: #00008f; font-weight: bold; }
.unactiveMenu { color: #888; }

/* --- Content area --- */
.iscontent {
	padding: 10px 16px;
	vertical-align: top;
}
.white, .headline_white { color: #ffffff; }
.headline {
	font-family: Garamond, Georgia, serif;
	font-size: 20px;
	color: #002f6c;
	margin: 6px 0 10px;
	font-weight: bold;
}
.headline_blue { color: #002f6c; font-weight: bold; font-size: 16px; }

/* --- Listing tables (accommodation / attractions) --- */
.typelist, .photo_info_table { width: 100%; border-collapse: collapse; }
.is_typelist_header {
	background-color: #ced2d9;
	color: #00002f;
	font-weight: bold;
	padding: 5px 8px;
	text-align: left;
}
.is_typelist_oddrow { background-color: #ffffff; }
.is_typelist_evenrow { background-color: #f2f6fc; }
.is_typelist_oddrow td, .is_typelist_evenrow td, .is_typelist_header td { padding: 5px 8px; }

/* --- News blocks --- */
.news { margin: 8px 0 14px; }
.news_date { color: #777; font-size: 11px; }
.news_caption { font-weight: bold; color: #002f6c; }
.news_text { color: #00002f; }

/* --- Misc content helpers --- */
.label { font-weight: bold; color: #002f6c; }
.description { color: #333; }
.address, .address_city { color: #00002f; }
.title_acco_around { font-weight: bold; color: #002f6c; font-size: 15px; }
.map_around { margin: 8px 0; }
.margin10px { margin: 10px; }
.margin8px { margin: 8px; }
.img_between_para { display: block; margin: 10px 0; }
.questionary_answer { color: #333; padding-left: 12px; }

.fotoBoxItem {
	display: inline-block;
	vertical-align: top;
	margin: 4px;
	padding: 3px;
	border: 1px solid #ccd6e4;
	background: #fff;
}

/* --- Footer disclaimers --- */
.copyright { font-size: 11px; color: #777; padding: 8px 0; }
.nisa_disclaimer, .eu_disclaimer { font-size: 11px; color: #555; padding: 4px 0; }
