@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#003399;
}
.twoColFixLtHdr #container {
	width: 752px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 7px solid #FFCC00;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-top:15px;
	padding-bottom:10px;
} 
.twoColFixLtHdr #header {
	background: #ffffff;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	margin-top: 5px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px;
	background-color: #FFFFFF;
	border-right-color: #0000FF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 0px;
	background-image: url(slike/skinuto%20s%20weba/menuDesnoBg.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #mainContent {
	margin-left: 200px;
	margin-top:auto;
	margin-right:auto;
	margin-bottom:auto;
	padding-top: inherit;
	padding-right: 10px;
	padding-bottom: inherit;
	padding-left: 10px;
} 
.twoColFixLtHdr #footer {
	background:#ffffff;
	margin-top: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-bottom: 10px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	border:#FF9900 solid medium;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-top:8px;
	border:#FF9900 solid medium;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#mainmenu {
padding-top:20px;
padding-bottom:100px;
}

#mainmenu ul {
	list-style-type: none;
	font-weight: 700;
	color: #000066;
	font-size: large;
	width:100%;
	padding:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
}
#mainmenu a{color: #000066; text-decoration:none;}
#mainmenu a:visited{ text-decoration:none; color: #000066;}
#mainmenu li{padding-left:15px;}
#mainmenu li:hover{
background-color:#76A9FE;
color:#FFffff;}
#mainmenu img {margin:0px; padding:0px;}

#submenu{
padding-top:0px;
padding-bottom:0px;}
#submenu ul li {
font-size:small;
font-weight:bold;
padding-left:25px;
}
/*H-ovi ***************************/
H1, H2 {color:#FF9900;}


/************************************************************************************************************/
/*           APARTMANI _ STRANICE SMJEŠTAJA                       */
table.cjenik {
	border-width: 2px;
	border-spacing: 0px;
	border-style: solid;
	border-color:#FF9900;
	border-collapse: separate;
	background-color: rgb(255, 255, 240);
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003366;
	text-align:center;
}
table.cjenik thead{ font-weight:bold;}
table.cjenik th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color:#FF9933;
	background-color:#FFFFCC;
}
table.cjenik td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color:#FF9933;
	background-color:#FFFFCC;
}
.cjenik div
{margin-top:10px; padding-bottom:10px;}

.slike{ 
	margin-left:50px;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:5px;
}
.slike img
{
	margin-left: 8px;
	border:#FF9900 solid medium;
}
.tlocrt, .rezervirajlnk
{
	float: right;
	margin-left: 0px;
	margin-right: 10px;
    border: none;
}
.lirazmak { margin-top:10px;}
.okvirSlike{ /* this class can be used to float an element left in your page */
	
	margin-left: 5px;
	margin-top:5px;
	border:#FF9900 solid medium;
}
/*************************************************************************************************/
/******************************   R E Z E R V A C I J E   ****************************************/
fieldset {padding: 10px; margin:10px;}
#imeTxt, #prezimeTxt, #mailTxt{margin: 2px;}
#imeTxt { margin-left: 35px;}
#mailTxt{ margin-left: 21px;}