@charset "utf-8";
/* index */

#content {
	height: auto;
	width: 1250px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg_index.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	font-size: 18px;

}
#belka_top {
	height: 135px;
	width: 1300px;
	z-index: 1;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#belka_top_logo {
	float: left;
	height: 100px;
	width: 130px;
}
body,td,th {
	font-family: 'Quicksand', sans-serif;
}

#box_jezyk ul li {
	display: inline;
	list-style-type: none;
}
#box_jezyk ul li a {
	display: inline-block;
	position: relative;
	color: #FFFFFF;
	text-decoration: none;
	box-sizing: border-box;
	margin-right: 8px;
	margin-left: 8px;
	vertical-align: 105%;
}
#box_jezyk ul li a:hover {
	color: #BC9875;
}
#box_jezyk ul li a::after
{
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 3px;
	bottom: -6px;
	left: 0;
	transform-origin: center;
	transition: transform 0.15s ease-out;
	color: #BC9875;
	background-color: #BC9875;
}
#box_jezyk ul li a:hover::after
{
	transform: scaleX(1);
	transform-origin: center;
	color: #BC9875;
}
#index_haslo_srodek {
	height: 300px;
	width: 1200px;
	margin-top: 150px;
	margin-right: auto;
	margin-left: auto;
	text-shadow: 1px 1px #333;
	z-index: 1;
	text-align: right;
}
.duza_liczba {
	font-size: 3.5em;
}
