@charset "windows-1250";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(ozadje.gif);
	background-repeat: repeat-x;
	background-position:top;
	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 */
	font-size:12px;
	color: #000000;
}
.oneColFixCtr #container {
	width: 760px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header_l {
	float:left;
	margin-left:-15px;
	margin-top:30px;
	width: 183px;
}
#header_r {
	float:right;
	margin-top:40px;
	color:#FFF;
	width: 520px;
	position:relative;
}
.otroci {
	position:absolute;
	top:130px;
	left:255px;
}



#mainContent {
	clear:both;
	padding-top:30px;
	position:static;
}

#slike_uvod {
	width:760px;
	height:220px;
}

.slika1 {
	float:left;
	width:240px;
	margin-right:14px;
	height:200px;
	border: solid 2px #CCC;
}
.slika2 {
	float:left;
	width:240px;
	margin-right:14px;
	height:200px;
	border: solid 2px #CCC;
}
.slika3 {
	float:left;
	width:240px;
	height:200px;
	border: solid 2px #CCC;
}

.crta {
	clear:both;
	height:0;
	border:0;
	border-top:2px solid #CCC;
	margin-bottom:25px;
	margin-top:25px;
	position:relative;
}
.ikona {
	position:absolute;
	top:-30px;
	left:50px;
	width:50px;
}

#zemljevid {
	float:left;
	width:440px;
	height:250px;
	border: solid 2px #CCC;
}
#kontakt {
	float:left;
	margin-left:12px;
	width:280px;
	height:230px;
	border: solid 2px #CCC;
	padding-top:20px;
	padding-left:20px;

}

#noga {
	clear:both;
	height: 100px;
}

.mail {
	text-decoration:none;
	color:#000;
}
.mail:hover  {
	text-decoration:underline;
}


#apartmaji {
	width:760px;
}

.apart1 {
	float:left;
	width:180px;
	margin-bottom:25px;
	font-weight:bold;
}

.apart2 {
	float:left;
	width:580px;
	margin-bottom:25px;
}

ul {
	padding-left:25px;
}
li {
	padding-left: 5px; 
	padding-top: 2px;
}

.cenik {
	padding-left: 5px; 
	padding-top: 8px;
}