.mdtab{
	width:50px; 
	height:50px;
	padding:10px; 
	text-align:center; 
	text-decoration: none;
	position:fixed;
	bottom:50px;
	right:10px;
	display:none;
	background: url('../images/na_vrh1.png') no-repeat 0px 0px;
	/*
	position: absolute;
	bottom: 0;
	right: 0;
	margin:0 10px 120px 0;
	*/
}
.mdtab:hover{
	text-decoration:none;
	background: url('../images/na_vrh.png') no-repeat 0px 0px;
}



.md_nmd_naprej{
	padding: 7px 7px; /*7 14*/
	border: 1px solid #fff;
	background-color: #669933;
	color: #fff;
	text-shadow: 1px 1px 0 #54B0DC;
	text-decoration: none;
	border-radius: 5px;
	box-shadow: 1px 1px 2px 1px rgba(0,0,0,.3);
	width:130px;
	margin-left:2px;
	line-height:25px;
	cursor: hand;

	position:fixed;
	bottom:55px;
	right:90px;	
	z-index:5000;
	display:none;
	
	font-size:12px; /*brez*/
}

/*kontakt*/

.kontakt{
	width:50px; 
	height:50px;
	padding:0px; 
	text-align:center; 
	text-decoration: none;
	position:fixed;
	bottom:80px;
	right:0px;
	background: url('../images/kontakt.png') no-repeat 0px 0px;
}
