body {
	font-family: 'RockwellStdRegular';
	background: url(../images/page_bg.png) repeat;
}

@font-face {
	font-family: 'RockwellStdRegular';
	src: url('fonts/rockwellstd-webfont.eot');
	src: local('‚ò∫'), url('fonts/rockwellstd-webfont.woff') format('woff'), url('fonts/rockwellstd-webfont.ttf') format('truetype'), url('fonts/rockwellstd-webfont.svg#webfontayQeJLxU') format('svg');
	font-weight: normal;
	font-style: normal;
}

.no-margin{
	margin: 0 !important;
}

.back_link{
	display: block;
	position: absolute;
	top: 0px;
	left: 30px;
	color: white;
	text-decoration: none;
}

.back_link:hover{
	text-decoration: underline;
}

#calc_wrap{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -361px;
	margin-top: -331px;
	width: 722px;
	min-height: 662px;
}

#calculator {
	width: 722px;
	height: 439px;
	background: url(../images/calc_bg.png) no-repeat;
}

#calc_top{
	background: url(../images/calc_top.png) no-repeat top;
	width: 722px;
	height: 106px;	
}

#calc_bottom {
	width: 722px;
	height: 47px;
	background: url(../images/calc_bottom.png) no-repeat bottom;
}

#screen-wrap {
	width: 631px;
	height: auto;
	margin: 0 0 25px 42px;
}

#screen-top {
	width: 631px;
	height: 20px;
	background: url(../images/screen_top.png) no-repeat;
}

#screen {
/*	position: absolute;
	top: 112px;
	left: 55px;
*/	width: 591px;
	min-height: 69px;
	color: #4a5265;
	font-size: 14px;
	background: url(../images/screen_bg.png) repeat-y;
	padding: 0 20px;
	border: 0;
	line-height: 20px;
	overflow: hidden;
	outline: none;
}

#broj {
	font-size: 25px;
	font-family: 'RockwellStdRegular';
	color: #4a5265;
	border: 0;
	background: none;
	display: block;
	float: left;
}

ul.reciklaza li {
	list-style: square;
	margin: 0 0 0 25px;
}

a#clearlink {
	cursor: pointer;
	color: #4a5265;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	float: right;
	margin: 25px 12px 0 0;
}

#screen-bottom {
	width: 631px;
	height: 20px;
	background: url(../images/screen_bottom.png) no-repeat;
}

#footer{
	font-family: Arial;
	color: #9e9e9e;
	font-size: 12px;
	margin: 5px auto;
	text-shadow: #0e0e0f 0px 1px 0px;
	width: 500px;
	padding: 0 35px;
	text-align: center;
}

#footer a{
	font-family: Arial;
	color: #666;
	font-size: 12px;
	margin: 0px 1px;
	text-decoration: none;
	text-shadow: #0e0e0f 0px 1px 0px;
}

#footer p {
	line-height: 17px;
	padding: 0 0 30px 0;
}



#footer a:hover{
	text-decoration: underline;
}
#keyswrap{
/*	position: absolute;
	bottom: 10px;
*/	height: 340px;
	width:674px;
	padding-top: 45px;
	position: relative;
}

#message{
	font-size: 12px;
	font-family: Arial;
	width:655px;
	margin: 10px auto 0 auto;
	padding: 5px 0 10px 0;
	text-shadow: #0e0e0f 0px 1px 0px;
	color: #4d5158;
	line-height: 16px;
}

#message a {
	float: left;
	opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
}

#message a:hover { 
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}

#message strong{
	font-weight: bold;
	font-size: 14px;
}
/* Navigacija */

#keynav{
	float: left;
	margin-left: 45px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	width: 370px;
}

strong {
	display: block;
}

#keynav div.select {
	float: left;
	width: 160px;
	margin-top: 30px;
}

hr.sep {
	float: left;
	width: 95%;
	height: 1px;
	background: #383838;
	box-shadow: 0 1px 0 #555555;
	display: block;
	border: 0;
}

#kolicina {
	clear: both;
	border: 1px solid #575757;
	background: #3c3c3c;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.75);
	width: 145px;
	height: 30px;
	display: block;
	padding: 5px 5px 5px 10px;
	margin: 5px 0 10px 0;
	float: left;
	color: #a2a2a2;
	position: relative;
}

a.del {
	display: none;
	width: 18px;
	height: 18px;
	background: url(../images/x.png) no-repeat;
	position: absolute; 
	top: 234px;
	left: 180px;
}

#keynav .select label, label {
	color: #a1a1a1;
	float: left;
}

#keynav .select select {
	clear: left;
	float: left;
	width: 160px;
}

#keynav .info {
	width: 190px;
	float: right;
	margin-left: 10px;
	font-size: 13px;
	margin-top: 46px;
}

span.unit {
	float: left;
	color: #fff;
	display: block;
	padding-top: 16px;
	padding-left: 10px;
}

#keynav li{
	margin-bottom: 17px;	
}

#pet_boce{
	display:block;
	background: url(../images/pet_boce.png) 0 0 no-repeat;
	width:254px;
	height:73px;
	text-indent: -9999px;	
}

#pet_boce:hover{
	background: url(../images/pet_boce.png) 0 -73px no-repeat;
}

#pet_boce:active{
	background: url(../images/pet_boce.png) 0 -146px no-repeat;	
}

#pet_boce.selected {
	background: url(../images/pet_boce.png) 0 -146px no-repeat;	
}

#staklene_boce{
	display:block;
	background: url(../images/staklene_boce.png) 0 0 no-repeat;
	width:254px;
	height:73px;
	text-indent: -9999px;	
}

#staklene_boce:hover{
	background: url(../images/staklene_boce.png) 0 -73px no-repeat;
}

#staklene_boce:active{
	background: url(../images/staklene_boce.png) 0 -146px no-repeat;
}

#staklene_boce.selected {
	background: url(../images/staklene_boce.png) 0 -146px no-repeat;
}

#alu_limenke{
	display:block;
	background: url(../images/alu_limenke.png) 0 0 no-repeat;
	width:254px;
	height:73px;
	text-indent: -9999px;	
}

#alu_limenke:hover{
	background: url(../images/alu_limenke.png) 0 -73px no-repeat;	
}

#alu_limenke:active{
	background: url(../images/alu_limenke.png) 0 -146px no-repeat
}

#alu_limenke.selected {
	background: url(../images/alu_limenke.png) 0 -146px no-repeat
}

#papir{
	display:block;
	background: url(../images/papir.png) 0 0 no-repeat;
	width:254px;
	height:73px;
	text-indent: -9999px;	
}

#papir:hover{
	background: url(../images/papir.png) 0 -73px no-repeat;
}

#papir:active{
	background: url(../images/papir.png) 0 -146px no-repeat;	
}

#papir.selected {
	background: url(../images/papir.png) 0 -146px no-repeat;	
}


/* Keys */


#keys{
	width: 253px;
	height: 347px;
	left:426px;
	float: right;
	
}

#keys li{
	
	float: left;
	margin-bottom:17px;	
}

#btn_1{
	width: 73px;
	height:73px;
	display: block;
	background:url(../images/btn_1.png) 0 0 no-repeat;
	text-indent: -9999px;
	margin-right:17px;
}

#btn_1:hover{
	background:url(../images/btn_1.png) 0 -73px no-repeat;
}

#btn_1:active{
	background:url(../images/btn_1.png) 0 -146px no-repeat;
}

#btn_2{
	width: 73px;
	height:73px;
	display: block;
	background:url(../images/btn_2.png) 0 0 no-repeat;
	text-indent: -9999px;
	margin-right:17px;
}

#btn_2:hover{
	background:url(../images/btn_2.png) 0 -73px no-repeat;	
}

#btn_2:active{
	background:url(../images/btn_2.png) 0 -146px no-repeat;	
}

#btn_3{
	width: 73px;
	height:73px;
	display: block;
	background:url(../images/btn_3.png) 0 0 no-repeat;
	text-indent: -9999px;
}

#btn_3:hover{
	background:url(../images/btn_3.png) 0 -73px no-repeat;	
}

#btn_3:active{
	background:url(../images/btn_3.png) 0 -146px no-repeat;	
}

#btn_4{
	width: 73px;
	height:73px;
	display: block;
	background:url(../images/btn_4.png) 0 0 no-repeat;
	text-indent: -9999px;
	margin-right:17px;
}

#btn_4:hover{
	background:url(../images/btn_4.png) 0 -73px no-repeat;	
}

#btn_4:active{
	background:url(../images/btn_4.png) 0 -146px no-repeat;	
}

#btn_5{
	width: 73px;
	height:73px;
	display: block;
	background:url(../images/btn_5.png) 0 0 no-repeat;
	text-indent: -9999px;
	margin-right:17px;
}

#btn_5:hover{
	background:url(../images/btn_5.png) 0 -73px no-repeat;	
}

#btn_5:active{
	background:url(../images/btn_5.png) 0 -146px no-repeat;	
}

#btn_6{
	width: 73px;
	height:73px;
	display: block;
	background:url(../images/btn_6.png) 0 0 no-repeat;
	text-indent: -9999px;
}

#btn_6:hover{
	background:url(../images/btn_6.png) 0 -73px no-repeat;	
}

#btn_6:active{
	background:url(../images/btn_6.png) 0 -146px no-repeat;	
}

#btn_7{
	width: 73px;
	height:73px;
	display: block;
	background:url(../images/btn_7.png) 0 0 no-repeat;
	text-indent: -9999px;
	margin-right:17px;
}

#btn_7:hover{
	background:url(../images/btn_7.png) 0 -73px no-repeat;	
}

#btn_7:active{
	background:url(../images/btn_7.png) 0 -146px no-repeat;	
}

#btn_8{
	width: 73px;
	height:73px;
	display: block;
	background:url(../images/btn_8.png) 0 0 no-repeat;
	text-indent: -9999px;
	margin-right:17px;
}

#btn_8:hover{
	background:url(../images/btn_8.png) 0 -73px no-repeat;	
}

#btn_8:active{
	background:url(../images/btn_8.png) 0 -146px no-repeat;	
}

#btn_9{
	width: 73px;
	height:73px;
	display: block;
	background:url(../images/btn_9.png) 0 0 no-repeat;
	text-indent: -9999px;
}

#btn_9:hover{
	background:url(../images/btn_9.png) 0 -73px no-repeat;	
}

#btn_9:active{
	background:url(../images/btn_9.png) 0 -146px no-repeat;	
}

#btn_0{
	width: 73px;
	height:73px;
	display: block;
	background:url(../images/btn_0.png) 0 0 no-repeat;
	text-indent: -9999px;
	margin-right:11px;
}

#btn_0:hover{
	background:url(../images/btn_0.png) 0 -73px no-repeat;	
}

#btn_0:active{
	background:url(../images/btn_0.png) 0 -146px no-repeat;	
}

.btn_izracunaj{
	display: block;
	border: 0;
	width: 163px;
	height: 73px;
	display: block;
	cursor: pointer;
	background:url(../images/btn_enter.png) 0 0 no-repeat;
	text-indent: -9999px;
	float: right;
}

.btn_izracunaj:hover{
	background:url(../images/btn_enter.png) 0 -73px no-repeat;	
}

.btn_izracunaj:active{
	background:url(../images/btn_enter.png) 0 -146px no-repeat;	
}

span.waste-type {
	display: block;
	float: left;
	margin-right: 10px;
	font-size: 25px;
	line-height: 28px;
}

#arrow {
	width: 81px;
	height: 163px;
	background: url(../images/arrow.png) no-repeat;
	position: absolute;
	top: 115px;
	left: 320px;
	display: none;
}

.zeleno2{
	color: #2f332e;
	font-weight: bold;
}

.braon{
	font-weight: bold;
	color: #2f332e;
	font-size: 16px;
}

#first, #second, #third, #fourth, #fifth, #sixth, #seventh {
	display: none;
}

#data {
	width: 590px;
	text-align: center;
	color: #fff;
	margin-left: 65px;
	position: relative;
}

#data h1 {
	width: 100%;
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #474747;
	box-shadow: 0 1px 0 #666;
	font-size: 32px;
}

#data p {
	padding: 20px 0;
	font-size: 22px;
	line-height: 30px;
	font-family: Helvetica, Arial;
}

#data span {
	display: block;
	margin-top: 100px;
	padding: 0 70px;
	line-height: 20px;
}

a.back {
	display: block;
	width: 83px;
	height: 33px;
	background: url(../images/back.png) no-repeat 0 0;
	position: absolute;
	top: 10px;
	left: 0;
}

a.back:active, a.info_btn:active {
	background-position: 0 -33px;
}

a.info_btn {
	display: block;
	width: 36px;
	height: 33px;
	background: url(../images/info.png) no-repeat 0 0;
	position: absolute;
	top: 10px;
	right: 0;
}

span.alert { font-size: 10px; position: absolute; top: 0; left: 0; display: block; width: 350px; }






















