@charset "utf-8";

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	text-align:center; /* horizontal centering for IE Win quirks */
	background-image: url(../slike/ozadje_geodetske_meritve.jpg);
	background-repeat: repeat-x;
	background-position: 0px center;
	font-family: "Century Gothic", Arial;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
#distance {
	width:1px;
	height:50%;
	margin-bottom:-360px; /* half of container's height */
	float:left;
}

#container {
	/*	background-image: url(../slike/ozadje_geodetske_meritve.jpg);
	background-repeat: repeat-x;
	background-position: 880px;
*/	position:relative; /* puts container in front of distance */
	text-align:left;
	height:720px;
	width:995px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: left;
	background-image: url(../slike/ozadje_geodetske_storitve.jpg);
}


.okrogline {
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	box-shadow:2px 2px 3px #D6D6D6;
	-webkit-box-shadow:2px 2px 3px #D6D6D6;
/*	-moz-box-shadow:2px 2px 3px #D6D6D6;*/
}


#noga {
	clear: left;
	float: left;
	height: 20px;
	margin-top: 20px;
	text-align: center;
	color: #666666;
	width: 990px;
}
#noga p {
	font-size: 9px;
}

#noga a {
	color: #666666;
	text-decoration: none;
}
#noga a:hover {
	color: #000000;
	text-decoration: underline;
}



.mar_bot_0 {
	margin-bottom: 0px !important;
}
.mar_top_0 {
	margin-top: 0px !important;
}
#IEopozorilo {
	width: 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-left: 400px;
	margin-top: 130px;
}
#crta {
	background-color: #E64610;
	height: 1px;
	width: 425px;
	margin-left: 10px;
	margin-top: 80px;
	margin-bottom: 10px;
}

