﻿.trak_tlo {
	max-width: 1232px;
	padding: 0px 0px 16px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	display: flex;
	margin: 0px auto;
	/*align-items: center;*/
	padding-left: 23px;
}
.trak_tlo span {
	padding: 0px 8px 0px 0px;
}
.trak {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000;
	text-align: left;
	text-decoration-color: transparent;
	display: flex;
	/*align-items: center;*/
}
.trak:last-child{
	color:#43330f;
	font-weight: 700;
}

.trak:after{
	content: "/";
	width: 4px;
	height: 16px;
	padding: 0px 0px 0px 0px;
	margin: 0px 6px;
	/*background: url(../grafika/trak_s.png) center center no-repeat;*/
}

.trak:last-child:after{
	content: none;
}

.trak :link 	 {color: #000; text-decoration-color: transparent;}
.trak :visited  {color: #000; text-decoration-color: transparent;}
.trak :hover 	 {color: #6b6b6b; text-decoration: underline;}
.trak :active 	 {color: #000; text-decoration-color: transparent;}
