* {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    background-color: #ffffff;
    color: #222222;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 980px;
}

#logo {
    height: 222px;
    width: 980px;
    background-image: url(images/logo.jpg);
    overflow: hidden;
}

#tekst {
    width: 660px;
    text-align: left;
    float: left;
    overflow: hidden;
}

#prawa {
    width: 160px;
    background-image: url(images/menu_p.jpg);
    height: 300px;
    float: left;
    overflow: hidden;
    text-align: center;
}

#lewa {
    width: 160px;
    background-image: url(images/menu_l.jpg);
    height: 300px;
    float: left;
    overflow: hidden;
    text-align: center;
}

#stopka {
    width: 980px;
    height: 65px;
    border-top-color: #36F;
    border-top-style: solid;
    border-top-width: 1px;
    clear: both;
}

ul {
    margin-left: 20px;
    color: #03F;
}

li {
    margin-left: 40px;
    color: #333333;
}

h1 {
    color: #01448a;
    font-family: verdana;
    font-size: 14px;
    font-weight: bolder;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 10px;
}

.style1 {
    font-size: 12px;
    font-family: Verdana;
    color: #333333;
    margin-left: 20px;
    margin-right: 20px;
    text-indent: 20px;
}

.style2 {
    font-size: 12px;
    font-family: Verdana;
    color: #333333;
    margin-right: 20px;
    margin-left: 20px;
}

.style3 {
    color: #ccddf1;
    font-family: 'Arial';
    font-size: 16px;
    text-align: center;
}

.style4 {
    font-size: 12px;
    font-family: Arial;
    color: #ccddf1;
}

.style5 {
    font-size: 12px;
    font-family: Verdana;
    text-align: left;
}

.style6 {
    font-size: 10px;
    font-family: Arial;
    margin-top: 3px;
    color: #00008B;
}

#logo a:visited {
    text-decoration: none;
    color: #ccddf1;
}

#logo a:hover {
    text-decoration: none;
    color: #FFF;
}

#logo a:active {
    text-decoration: none;
    color: #ccddf1;
}

#logo a:link {
    color: #ccddf1;
    text-decoration: none;
}

a:link {
    color: #00008B;
    text-decoration: none;
    font-family: Verdana;
}

a:visited {
    text-decoration: none;
    color: #00008B;
    font-family: Verdana;
}

a:hover {
    text-decoration: none;
    color: #30F;
    font-family: Verdana;
}

a:active {
    text-decoration: none;
    color: #00008B;
    font-family: Verdana;
}

