html, body {
margin: 0;
padding: 0;
background: #FFFFFF;
}

.kontener {
margin: 0 auto;
width: 980px;
}

.top {
width: 980px;
height: 138px;
background: #FFFFFF;
position: relative;
}

.logo {
position: absolute;
background: #FFFFFF url('img/logo.png') no-repeat;
width: 181px;
height: 123px;
left: 0;
top: 7px;
}

.linia {
position: absolute;
background: #351F12;
width: 745px;
height: 2px;
left: 235px;
top: 70px;
}

.flagi {
position: absolute;
width: 105px;
height: 28px;
left: 885px;
top: 10px;
}

.pl {
display: inline-block;
background: #FFFFFF url('img/pl.png') no-repeat;
width: 49px;
height: 28px;
}

.pl:hover {
background: #FFFFFF url('img/pl_h.png') no-repeat;
}

.en {
display: inline-block;
background: #FFFFFF url('img/en.png') no-repeat;
width: 49px;
height: 28px;
}

.en:hover {
background: #FFFFFF url('img/en_h.png') no-repeat;
}

.menu {
position: absolute;
text-align: right;
width: 400px;
height: 55px;
top: 90px;
left: 580px;
}

a.link_menu {
font-family: 'Dosis', sans-serif;
font-weight: 500;
font-size: 20px;
color: #351F12;
text-decoration: none;
}

a.link_menu:hover {
font-weight: bold;
}

ul.poziom, ul li.poziom {
list-style: none;
margin: 0;
padding: 0;
}

ul li.poziom {
float: left;
display: block;
}

.srodek {
width: 980px;
height: 447px;
background: url('img/car.jpg') no-repeat;
}

.srodek_p {
width: 740px;
background: #EBEBEB url('img/car_alpha.jpg') no-repeat;
padding: 20px 0px 20px 235px;
font-family: 'Lucida Sans Unicode','Lucida Grande','Lucida Sans',Lucida,sans-serif;
font-size: 14px;
line-height: 140%;
font-weight: normal;
color: #351F12;
text-align: justify;
}

.link {
font-family: 'Lucida Sans Unicode','Lucida Grande','Lucida Sans',Lucida,sans-serif;
font-size: 14px;
line-height: 140%;
font-weight: normal;
color: #FF4F00;
text-decoration: none;
}

.link:hover {
color: #351F12;
}

.stopka {
width: 980px;
height: 30px;
background: #FFFFFF;
position: relative;
}

.linia2 {
position: absolute;
background: #351F12;
width: 850px;
height: 2px;
margin-top: 10px;
left: 0px;
top: 0px;
}

.copy {
position: absolute;
text-align: right;
width: 130px;
height: 30px;
left: 850px;
top: 0px;
font-family: 'Dosis', sans-serif;
font-weight: 500;
font-size: 14px;
color: #351F12;
}