﻿.div_kontrast_tlo	{
	flex: 1 1;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.a_kontrast	{
	position: relative;
	flex: 0 1 123px;
	height: 18px;
	text-decoration: none !important;
	padding: 0px 0px;
	margin: 0px 16px 0px 16px;
	vertical-align: top;
	background: url(../grafika/kontrast_tlo.png) center center no-repeat;
}
.a_kontrast:before	{
	position: absolute;
	display: block;
	content: "";
	width: 1px;
	height: 10px;
	margin: 4px 0px 0px -16px;
   padding: 0px 0px 0px 0px;
	background: url(../grafika/wcag_br.png) center top no-repeat;
}
.a_kontrast:after	{
	position: absolute;
	display: block;
	content: "";
	width: 1px;
	height: 10px;
	right: -16px;
	margin: 4px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
	background: url(../grafika/wcag_br.png) center center no-repeat;
}
.a_czcionka	{
	position: relative;
	flex: 0 1 150px;
	height: 18px;
	text-decoration: none !important;
	padding: 0px;
	margin: 0px 16px 0px 16px;
	vertical-align: top;
	background: url(../grafika/czcionka_tlo.png) center center no-repeat;
}
.a_czcionka:after	{
	position: absolute;
	display: block;
	content: "";
	width: 1px;
	height: 10px;
	right: -16px;
	margin: 4px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
	background: url(../grafika/wcag_br.png) center center no-repeat;
}
.a_start:hover, .a_rss:hover, .a_mapa:hover, .a_zaloguj:hover, .a_kontrast:hover, .a_czcionka:hover	{
	opacity: 0.55;
}