.trak_tlo {
	flex: 1 1 100%;
	max-width: 1232px;
	margin: 0px auto;
	padding: 0px 0px 16px 16px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 300;
	display: flex;
}
.trak_tlo span {
	color: #073659;
	padding: 0px 4px 0px 0px;
}
.trak {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #073659;
	text-align: left;
	text-decoration: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.trak:last-child{
	font-weight: 900;
	color:#231303 !important;
}

.trak:after{
	content: "";
	width: 13px;
	height: 13px;
	padding: 0px 0px 0px 0px;
	margin: 0px 8px;
  background: url(../grafika/trak_after.png) center center no-repeat;
}

.trak:last-child:after{
	content: none;
}

.trak:link 	 {color: #073659; text-decoration: none;}
.trak:visited  {color: #073659; text-decoration: none;}
.trak:hover 	 {color: #231303; text-decoration: underline;}
.trak:active 	 {color: #073659; text-decoration: none;}
