html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
body{
    font-family:  Verdana, sans-serif;
    font-size: 14px;
    color: #000;
    background-image: url('../images/absurdidad.png');
    background-repeat: repeat;
}
a{
    color: #000;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
p{
    line-height: 26px;
}
.accessibility{
    display: none;
}
header{

}
header div{
    width: 1027px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: #fff;
    padding: 20px 32px 20px 32px;
}
header img{
    margin-top: 10px;
}
header ul{
    float: right;
    list-style: none;
}
header ul li{
    float: left;
    margin-left: 25px;
}
header ul li a{
    font-size: 11px;
}
header p{
    background-image: url('../images/tel.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 45px;
    height: 32px;
    font-size: 34px;
    position: absolute;
    top: 65px;
    right: 32px;
    color: #ffba00;
}
nav{
    background-image: url('../images/menu.png');
    background-repeat: repeat-x;
    height: 58px;
    overflow: hidden;
    width: 1027px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 32px;
    padding-right: 32px;
}
nav ul{
    width: 1027px;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
    margin-top: 15px;
}
nav ul li{
    float: left;
    margin-right: 50px;
}
nav ul li a{
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
}
nav ul li span{
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}
#banner{
    width: 1027px;
    height: 675px;
    background-image: url('../images/banner.jpg');
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 25px 40px 25px 25px;
    margin-top: -2px;
}
#banner div{
    background-color: rgba(255,255,255,0.7);
    width: 350px;
    padding: 30px 35px 30px 35px;
    position: absolute;
    top: 75px;
    right: 25px;
}
#banner div h1{
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 25px;
}
#banner div h1 span{
    display: block;
    margin-top: 10px;
    color: #ffba00;
}
#banner ul{
    list-style: none;
    position: absolute;
    bottom: 50px;
}
#banner ul li{
    background-color: rgba(255,255,255,1);
    float: left;
    padding: 25px;
    margin-left: 32px;
    width: 250px;
}
#banner ul li a{
    display: block;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 38px;
    border-left: 10px #ffba00 solid;
    padding-left: 20px;
}
#biuro{
    background-image: url('../images/boks1.png');
    background-position: right top;
    background-repeat: no-repeat;
}
#doradztwo{
    background-image: url('../images/boks2.png');
    background-position: right top;
    background-repeat: no-repeat;
}
#kontakt{
    background-image: url('../images/boks3.png');
    background-position: right top;
    background-repeat: no-repeat;
}
#content{
    width: 1027px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: #fff;
    padding: 25px 40px 25px 25px;
    overflow: hidden;
}
h3{
    color: #004bb0;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 15px;
}
#left{
    width: 600px;
    float: left;
}
#right{
    width: 330px;
    float: right;
}
#left h3:last-child{
    margin-top: 50px;
}
#right img{
    margin-top: 25px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
footer{
    font-size: 12px;
    width: 1100px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
}
footer p{
    padding: 5px;
}
footer span{
    float: right;
}
#left ul{
    list-style-position: inside;
    margin-top: 25px;
    overflow: hidden;
}
#left ul li{
    margin-bottom: 25px;
    font-size: 16px;
    width: 250px;
    overflow: hidden;
    
}
#left ul li:nth-child(2n+1){
    float: left;
    margin-right: 35px;
}
#left p{
    margin-bottom: 50px !important;
}
h2{
    color: #004bb0;
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 15px;
}
#f1, #f2{
    width: 600px;
    float: left;
    margin-left: 20px;
    background-color: #f2f2f2;
    padding: 20px;
}
#f2{
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.invisible{
    display: none;
}
#f1 label, #f2 label{
    font-size: 16px;
    font-weight: 400;
    display: block;
    width: 180px;
    margin-right: 25px;
    float: left;
    clear: left;
    margin-bottom: 10px;
    color: #000;
}
#f1 input, #f1 textarea, #f1 select, #f2 input, #f2 textarea, #f2 select{
    padding: 5px;
    font-size: 16px;
    line-height: 22px;
    border: 1px #ddd solid;
    margin-bottom: 25px;
    font-family: inherit;
}
#f1 input, #f2 input{
    width: 580px;
}
#f1 textarea, #f2 textarea{
    width: 580px;
    height: 250px;
}
#f1 input[type='submit'], #f2 input[type='submit']{
  background-color: #004bb0;
  float: right;
  border: none;
  color: #FFFFFF !important;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: auto;
  margin-top: auto;
  padding: 10px 25px 10px 25px;
  text-align: center;
  width: 100px;
  text-transform: uppercase;
}
#content p{
    margin-bottom: 10px;
}
#content ul, #content ol{
    list-style-position: inside;
    margin-left: 35px;
}
#content ul li, #content ol li{
    line-height: 26px;
    margin-bottom: 15px;
}
.lewastrona{
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
    display: block;
}