body {
    margin: 0px;
    padding: 0px;
    background: url(images/bg.jpg) #fff top center no-repeat;
}
#frame {
    width: 990px;
    position: relative;
    padding-bottom: 150px;
    background: url(images/stopka.png) no-repeat center bottom;
}
#inside {
    padding-top: 250px;
    background: url(images/menu.png) no-repeat;
}
#logo {
    width: 200px;
    height: 50px;
    display: block;
    cursor: pointer;
    background-image: url(images/logo.png);
    position: absolute;
    top: 60px;
    left: 60px;
}
#menu .item {
    display: block;
    position: absolute;
    top: 168px;
    height: 16px;
    cursor: pointer;
}
#menu .item img {
    position: absolute;
    left: 0px;
    top: 0px;
    border: none;
}
#menu .home {
    width: 41px;
    left: 60px;
}
#menu .news {
    width: 35px;
    left: 175px;
}
#menu .about {
    width: 56px;
    left: 282px;
}
#menu .offert {
    width: 42px;
    left: 410px;
}
#menu .references {
    width: 70px;
    left: 522px;
}
#menu .contactForm {
    width: 108px;
    left: 668px;
}
#menu .contact {
    width: 53px;
    left: 850px;
}
#content {
    text-align: justify;
    width: 990px;
    font-family: Verdana;
    font-size: 11px;
}

.blockLeft {
    float: left;
    width: 280px;
    margin-right: 10px;
}

.block {
    width: 300px;
    border: 1px solid #000;
    float: left;
}

.headerRed {
    color: #a91e23;
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    padding-top: 14px;
    background: url(images/strzalka-duza-czarna.png) top left no-repeat;
    margin-left: 60px;
    margin-bottom: 20px;
}
.withMenu {
    margin-bottom: 10px;
}
.headerBlackLink {
    color: #181818;
    font-size: 13px;
    font-weight: bold;
    margin-left: 60px;
    padding-left: 16px;
    background: url(images/strzalka-mala-bok_03.png) center left no-repeat;
    margin-bottom: 5px;
}
.headerBlackLink a {
    color: #181818;
    text-decoration: none;
}
.headerNormalLink {
    margin-left: 76px;
    margin-bottom: 5px;
}
.headerNormalLink a {
    color: #a91e23;
    text-decoration: none;
    font-size: 13px;
}
.headerNormalLink a.current {
    color: #181818;
}
.headerBlack {
    color: #181818;
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    padding-top: 14px;
    background: url(images/strzalka-duza-czerwona.png) top left no-repeat;
    margin-bottom: 10px;
}

.bold {
    font-weight: bold;
}
.red {
    color: #a91e23
}
table {
    font-family: Verdana;
    font-size: 11px;
}
table.waluty {
    width: 186px;
}
table.notowania {
    width: 226px;
}
tr.top td {
    padding-bottom: 10px;
}
tr td {
    padding-bottom: 3px;
}
td div.arrow {
    background-repeat: no-repeat;
    background-position: center right;
}
td div.arrowup {
    background-image: url(images/up.png);
}
td div.arrowdown {
    background-image: url(images/down.png);
}

ul {
    margin: 0px;
    padding-left: 20px;
    color: red;
}
ul li {
    color: #000;
}
a {
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
    color: #000;
}
a:hover {
    text-decoration: underline;
}

#topLinks {
    position: absolute;
    right: 80px;
    top: 90px;
    width: 243px;
    height: 37px;
    background-image: url(images/ikony.png);
    text-align: left;
}
#topLinks a {
    cursor: pointer;
    display: block;
    height: 37px;
    float: left;
}
#topLinks a.fav {
    width: 100px;
}
#topLinks a.start {
    width: 90px;
    margin-left: 35px;
}

form input, form select, form textarea {
    border: 1px solid #000;
    background: #e9e9e9;
    font-family: Verdana;
    font-size: 11px;
    width: 280px;
}
#btn {
    margin-top: 10px;
}
#btn input {
    width: 80px;
}
label {
    line-height: 28px;
}