@charset "utf-8";
body  {
	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: #000000;
	background-image: url(../images/bg-gregovic-apartments.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;	
}
.twoColFixLtHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFF;
	text-align: left;
	background-color: #978C76;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	margin: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #DDDDDD;
	background-image: url(../images/header-bg.png);
	height: 135px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 110px;
} 
#lang {
	height: auto;
	width: auto;
	position: absolute;
	left: 815px;
	top: 109px;
	    } 
	
#lang a:link {
	color: #333;
}

#addthis{
	position: absolute;
	left: 815px;
	top: 74px;
}	

/* NAVIGACIJA */
#nav {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #444;
	background-color: #382E36;
	background-image: url(../images/nav-bg.png);
	font-size: 14px;
	padding-left: 20px;
	
} 
#nav ul {
	
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	
}
#nav ul li {
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
#nav ul li a {
	font-weight: bold;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-decoration: none;
	
}

#nav ul li a:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
	background-color: #CCC;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-decoration: none;
}
#nav ul li a:active {
	
	font-weight: bold;
	color: #666;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-decoration: none;	
	
	
}
/* Kraj navigacije */


.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	margin-left: 30px;
	display: inline;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #FFF;
	color: #333;
	background-position: 300px 300px;
	background-image: url(../images/sidebar-bg.jpg);
}

/* PRICELIST */
.twoColFixLtHdr #pricelist-text {
	width: 600px;
	padding: 20px;
	border: 1px solid #FFF;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	margin-bottom:15px;
	color: #333;
	background-image: url(../images/sidebar-bg.jpg);
}
.twoColFixLtHdr #pricelist-div {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: auto;
	color: #FFF;
	margin-bottom: 10px;
	text-align: center;
	}
	.twoColFixLtHdr #pricelist-div h5 {
	margin-top: auto;
	margin-bottom:auto;
	padding: 0px;
	font-size: 12px;
	}
/* END */

.twoColFixLtHdr #sidebar1 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #900;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
.twoColFixLtHdr #sidebar1 li {
	list-style-image: url(../images/list-icons.png);
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

.twoColFixLtHdr #mainContent {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 350px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 

.twoColFixLtHdr #footer {
	font-size: 12px;
	background-color: #D8CCA2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	background-image: url(../images/sidebar-bg.jpg);
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
} 
#photo1 {
	border:thin solid #555;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-color: #FFF;
	width: 452px;
	}
#links {
	height: auto;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	}
#emailforma {
	border:1px solid #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CC9;
	width: 330px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	font-weight: normal;
	color: #000;
	}
#emailforma h3 {
	color: #900;
	text-decoration: none;
	}
/* GOOGLE MAP */
.twoColFixLtHdr #googlemap1{
	margin-top: 10px;
	margin-right:auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 

#googlemap2 {
	border:thin solid #555;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-color: #FFF;
	width: auto;
	}
/* END */
#apartments {
	margin-top: 10px;
	margin-right:auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: auto;
	width: 550px;
} 
#app-div{
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: auto;
	text-align: center;
	overflow: auto;
	color: #FFF;
	}
#app-left{
	float: left;	
	}

#app-right{
	float: right;
	
	}


#apartmentbar1{
	color: #333;
	width: 500px; 
	padding: 15px 10px 15px 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #FFF;
	background-image: url(../images/sidebar-bg.jpg);
}
#apartmentbar1 li{
list-style-image: url(../images/list-icons.png);
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
/* APARTMANI */
.twoColFixLtHdr #apartments-text {
	width: 600px;
	padding: 20px;
	border: 1px solid #FFF;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	margin-bottom:15px;
	color: #333;
	background-image: url(../images/sidebar-bg.jpg);
}
#dates{
	background-image: url(../images/menu-dates-bg.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	height: 66px;
	width: 281px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	
	}
#dates a {
	color: #FFF;
	text-decoration: none;
	position: relative;
	top: 22px;
	left: 40px;
	font-size: 18px;
	font-weight: bold;
	}
#dates a:link  {
	color: #FFF;
	text-decoration: none;
	position: relative;
	top: 22px;
	left: 40px;
	font-size: 18px;
	font-weight: bold;	
	}
#dates a:hover {
	color: #FFF;
	position: relative;
	top: 22px;
	left: 40px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;	
	}
	
/* GALERIJA ABOUT PETROVAC */

#photo_strip {width:525px; margin:0 auto 20px auto;}
#container1 {margin:0; padding:0; height:430px; overflow:auto; color:#222; background:#fff;}
#container1 ul {margin:0; padding:0; list-style:none; white-space:nowrap; display:table-row;}
#container1 ul li {display:table-cell; padding:0 15px; background:#fff; border-bottom:1px solid #888; vertical-align:top;}
#container1 ul li img {border:1px solid #520; margin: 30px 0 10px 0;}
#photo_strip h1 {
	text-align:center;
	padding:0;
	margin:0;
	width:520px;
	height:38px;
	line-height:35px;
	color:#FFF;
	font-weight:normal;
	font-size:25px;
	border-bottom:1px solid #888;
}
#container1 p {margin:0; padding:5px 0; font-size:11px;}
/* GALERIJA APARTMANI */

#photo_strip2 {width:630px; margin:0 auto 20px auto;}
#container2 {margin:0; padding:0; height:530px; overflow:auto; color:#222; background:#fff;}
#container2 ul {margin:0; padding:0; list-style:none; white-space:nowrap; display:table-row;}
#container2 ul li {display:table-cell; padding:0 15px; background:#fff; border-bottom:1px solid #888; vertical-align:top;}
#container2 ul li img {border:1px solid #520; margin: 30px 0 10px 0;}
#photo_strip2 h1 {
	text-align:center;
	padding:0;
	margin:0;
	width:520px;
	height:38px;
	line-height:35px;
	color:#FFF;
	font-weight:normal;
	font-size:25px;
	border-bottom:1px solid #888;
}
#container2 p {margin:0; padding:5px 0; font-size:11px;}
/* CLASSES */
.app-right{
	float: right;
	
	}
.app-right1{
	background-image: url(../images/app-bg.png);
	height: 50px;
	width: 250px;
	margin-bottom: 15px;
	border: 1px solid #FFF;
	}
.app-right1 a{
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 15px;
	padding-top: 13px;
	position: relative;
	top: 15px;	
	}
.app-right1 a:link{
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 15px;
	padding-top: 13px;
	position: relative;
	top: 15px;	
	}
.app-right1 a:hover{
	text-decoration: underline;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 13px;
	position: relative;
	top: 15px;
	
	}
.app-left1 a{
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 15px;
	padding-top: 13px;
	position: relative;
	top: 15px;	
	}
.app-left1 a:link{
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 15px;
	padding-top: 13px;
	position: relative;
	top: 15px;
	}
.app-left1 a:hover{
	text-decoration: underline;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 13px;
	position: relative;
	top: 15px;
	
	}
.app-left1{
	background-image: url(../images/app-bg.png);
	height: 50px;
	width: 250px;
	margin-bottom: 15px;
	border: 1px solid #FFF;
	}
#sitemap{
	
	color: #FFF;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#sitemap a{
	text-decoration: none;
	color: #FFF;
	padding-bottom: 12px;
	padding-top: 13px;
	top: 15px;	
	}
#sitemap	a:hover{
	text-decoration: underline;
	
	padding-bottom: 15px;
	padding-top: 13px;
	
	top: 15px;
	
	}
#apDiv1{
	background-image: url(../images/app-bg.png);
	border: 1px solid #FFF;
	}
.app-right2{
	background-image: url(../images/app-bg.png);
	height: 50px;
	width: 250px;
	margin-bottom: 15px;
	border: 1px solid #FFF;
	text-align: center;
	}
.app-right2 a{
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 15px;
	padding-top: 13px;
	position: relative;
	top: 15px;	
	}
.app-right2 a:link{
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 15px;
	padding-top: 13px;
	position: relative;
	top: 15px;	
	}
.app-right2 a:hover{
	text-decoration: underline;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 13px;
	position: relative;
	top: 15px;
	
	}