/* CSS Document */

.txt {
	font-size: 11pt;
	font-family: Tahoma;
	text-decoration: none;
	color: #666666;
}
.txt a {
	font-size: 11pt;
	font-family: Tahoma;
	text-decoration: none;
	color: #666666;
}
.txt a:hover {
	font-size: 11pt;
	font-family: Tahoma;
	text-decoration: underline;
	color: #666666;
}
.naslov {
	font-size: 20pt;
	font-family: Tahoma;
	color: #990000;
	font-weight: bold;
}
.pravice {
	font-size: 10pt;
	font-family: Tahoma;
	color: #666666;
	text-decoration: none;
}
.pravice a {
	font-size: 10pt;
	color: #666666;
	font-family: Tahoma;
	text-decoration: none;
}
.pravice a:hover {
	font-size: 10pt;
	font-family: Tahoma;
	color: #666666;
	text-decoration: underline;
}
.okvir {
	border-top: 2px solid #9AA467;
	border-bottom: 2px solid #9AA467;
	border-left: 2px solid #9AA467;
	border-right: 2px solid #9AA467;
}
.rob_levo {
	border-left: 2px solid #969696;
}
.rob_desno {
	border-right: 2px solid #969696;
}
.rob_dol {
	border-bottom: 2px solid #969696;
	border-left: 2px solid #969696;
	border-right: 2px solid #969696;	
}
.rob_gor {
	border-top: 2px solid #969696;
	border-left: 2px solid #969696;
	border-right: 2px solid #969696;	
}
