*, html, body {
    margin: 0;
    padding: 0;
}

body {
    background: #247fbf url('images/bg.png') repeat-x top center;
    font-family: Tahoma;
    font-size: 13px;
    color: white;
    text-align: center;
}

h2 {
    margin: 5px;
    margin-left: 25px;
}

div.logo {
    width: 350px;
    float: left;
}

div.raz {
    float: left;
    margin-right: 20px;   
}

div.dwa {
    float: left;
    margin-right: 20px;    
}

div.info {
    border: 1px solid white;
    background-color: orange;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 20px;
    position: relative;
    top: -20px;
}

div.adresy {
    padding: 10px;
}

div.adresy b {
    color: #ffcc00;
    font-size: 110%;
}

div.content {
    margin-top: 10px;
    margin-left: 380px;
}

div.waluty {

}

ul {
    margin-left: 35px;
}

ul ul {
    margin-left: 50px;
}

div.header {
    height: 140px;
}

img {
    border: none;
}

div.images {
    float: left;
    width: 350px;
    border-right: 1px dotted white;
}

div.images img {
    margin-top: 40px;
    border: 3px solid white;
}

div.wrapper {
    margin: 0px auto;
    width: 770px;
    text-align: left;
}



div.bum {
    float: right;
}

h3 {
    font-size: 17px;
    margin-left: 10px;
    color: #ffcc00;
}

h4 {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

table {
    background-color: white;
    border-collapse: collapse;
    border: 1px solid #004271;
    width: 300px;
}

tr.odd {
background-color: #67acdc;
}

tr.even {
background-color: #0d74bd;
}

th {
    padding: 10px 15px;
    font-size: 120%;
}

td {
    font-size: 110%;
    padding: 5px 10px;
    border-collapse: collapse;
    border: 1px solid #004271;    
}