@charset "UTF-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
a {
	color: #791b3c;	
}
a:hover {
	color: #333;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px
}
img {
	 border: 0px solid white;
}
#top {
	width: 960px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #791b3c;
	color: #791b3c;
}
#top_first_row {
	height: 130px;
	width: 100%;
	background-color: #FEF9AE;
}
#top_first_row_left {
	float: left;
	width: 320px;
	height: 130px;
	background-image:url(/images/hotel_jelovica.jpg);
}
#top_first_row_right {
	float: right;
	width: 640px;
	height: 130px;
}
#top_first_row_top_text {
	float: left;
	width: 360px;
	padding-top: 16px;
}
#top_first_row_top_text p {
	text-align: center;
}
#top_first_row_top_logo {
	float: right;
	width: 280px;
	text-align: center;
	padding-top: 14px;
}
#top_first_row_top_logo img {
	margin-right: 30px;
}
#top_menu {
	padding-top: 6px;
	height: 29px;
	width: 100%;
	background: #791b3c;
}
#top_submenu {
	padding-top: 5px;
	background-image: url(/images/submenubg.gif);
	background-repeat: repeat-x;
	height: 29px;
	width: 100%;
}
#content {
	width: 960px;
}
#page_title, h1 {
	font-size: 17px;
	color: #791b3c;
	height: 32px;
	padding-top: 6px;
	padding-left: 20px;
}
h2 {
	font-size: 14px;
	color: #791b3c;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
#page {
	height: 100%;
	padding: 8px;
}
#footer {
	width: 960px;
	height: 32px;
	background-color: #791b3c;
	color: #FFF;
	font-size: 13px;
	padding-top: 2px;
}
#footer p {
	margin-left: 10px;
	margin-right: 10px;
}
#tabela {
	border: 1px solid #DFDCB5;
	border-left:none;
	border-bottom:none;
	margin: 0px;
	padding: 0px;
}
#tabela th {
	border-left: 1px solid #DFDCB5;
	background: #FEF9AE;
	color: #791B3C;
	font-size:12px;
	padding: 6px;
	margin: 0px;
}
#tabela td {
	border-bottom: 1px solid #DFDCB5;
	border-left: 1px solid #DFDCB5;
	padding: 4px;
	margin: 0px;
}
.red {
    color: #FF0000;
    font-size:14px;
    font-weight:bold;
}
.menu_a {
	color: #FFF;
	font-size:15px;
	margin: 8px;
	text-decoration: none;
}
.menu_a:hover {
	color: #D2A929;;
}
.submenu {
	display: block;
}
.submenu_hidden {
	display: none;
}
.submenu_a {
	color: #791b3c;
	font-size:15px;
	margin: 8px;
	text-decoration: none;
}
.submenu_a:hover {
	color: #333;
}
.flag {
	margin-top: 6px;
}

/* Lightbox */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(/images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
	}


