html, body {
    background: #272727;
    font-family: Verdana, Tahoma, Sans, 'DejaVu Sans', sans-serif;
    font-size: 15px;
    line-height: 25px;
    padding: 20px 0 0 0;
    }
a {
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
ul {
    list-style-type: none;
}
a:hover {
    color: #fff}
@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('League_Gothic-webfont.eot');
    src: url('League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
    url('League_Gothic-webfont.woff') format('woff'),
    url('League_Gothic-webfont.ttf') format('truetype'),
    url('League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    }
#content {
    margin: 0 auto;
    width: 814px;
    }

#logo a {
    display: block;
    width: 108px;
    height: 538px;
    background: url('klausa.png') no-repeat;
    float: left;
    overflow: hidden;
    }

#menu {
    width: 684px;
    height: 37px;
    background: #506c7f;
    padding: 7px 30px 0;
    margin-left: 130px;
    }

#menu ul {
    display: block;
    list-style: none;
    margin-top: 3px;
    padding: 0;
}

#menu li a{
    float: left;
    font-family:  'LeagueGothicRegular';
    text-transform: uppercase;
    /*letter-spacing: 1px;*/
    color: #ADBAC3;
    text-decoration: none;
    font-size: 28px;
    margin-right: 30px;
    }
#menu li a:hover {
    color: #fff;
}

a.o_mnie {
    display: block;
    width: 95px;
    height: 27px;
    text-indent: -66666px;
    background: url('o_mnie.png') no-repeat;
    }

a.o_mnie:hover {
    background: url('o_mnie_hover.png') no-repeat;
    }

a.projekty {
    display: block;
    width: 123px;
    height: 27px;
    text-indent: -66666px;
    background: url('projekty.png') no-repeat;
    }

a.projekty:hover {
    background: url('projekty_hover.png') no-repeat;
    }

a.kontakt {
    display: block;
    width: 86px;
    height: 27px;
    text-indent: -666666px;
    background: url('kontakt.png') no-repeat;
    }

a.kontakt:hover {
    background: url('kontakt_hover.png') no-repeat;
    }

#tresc {
    background: #fff;
    padding: 10px 30px 25px 30px;
    margin-left: 130px;
    width: 684px;
    color: #333224;
    text-align: justify;
    }
#tresc a{
    color: #2f5f7f;
    font-weight: bold;
    }
#tresc a:hover {
    color: #888;
}
#tresc a:visited {
    color: #7f2f2f;
    }
h1 {
    line-height: 50px;
    font-family: Arial, Helvetica, 'Nimbus Sans L', FreeSans, sans-serif;
    font-size: 36px;
    color: #181711;
    text-shadow: 0 0 3px #746f52;
    margin: 20px 0 15px 0;
    }
h2 {
    text-align: left;
}
h2 a{
    text-decoration: none;
}
#footer {
    width: 684px;
    height: 24px;
    background: #506c7f;
    padding: 3px 30px 4px 30px;
    margin-left: 130px;
    font-size: 15px;
    font-family: Arial, Helvetica, 'Nimbus Sans L', FreeSans, sans-serif;
    color: #adbac3;
    font-weight: bold;
}

