body {
        background-color: #c3c3c2;
        margin-top: 10px;
        margin-left: 10px;
}

div.logo {
        width: 370px;
        height: 100px;
        top: 5px;
        left: 50px;
        position: absolute;
}

a.menu_g1 {
        width: 100px;
        height: 20px;
        top: 120px;
        left: 260px;
        position: absolute;
}

a.menu_g2 {
        width: 100px;
        height: 20px;
        top: 120px;
        left: 365px;
        position: absolute;
}

a.menu_g3 {
        width: 195px;
        height: 20px;
        top: 120px;
        left: 462px;
        position: absolute;
}

a.menu_g4 {
        width: 190px;
        height: 20px;
        top: 120px;
        left: 612px;
        position: absolute;
}

a.menu_g5 {
        width: 135px;
        height: 20px;
        top: 120px;
        left: 762px;
        position: absolute;
}

a.menu_1 {
        width: 100px;
        height: 20px;
        left: 20px;
        top:220px;
        position: absolute;
        background: url('about_1.png') no-repeat fixed;
}

a.menu_2 {
        width: 210px;
        height: 20px;
        top: 250px;
        left: 20px;
        position: absolute;
}

a.menu_3 {
        width: 105px;
        height: 20px;
        top: 280px;
        left: 20px;
        position: absolute;
}

a.menu_4 {
        width: 150px;
        height: 20px;
        top: 310px;
        left: 20px;
        position: absolute;
}

a.menu_5 {
        width: 100px;
        height: 20px;
        top: 340px;
        left: 20px;
        position: absolute;
}

a.menu_6 {
        width: 100px;
        height: 20px;
        top: 370px;
        left: 20px;
        position: absolute;
}

a.menu_7 {
        width: 195px;
        height: 20px;
        top: 400px;
        left: 20px;
        position: absolute;
}

a.menu_8 {
        width: 190px;
        height: 20px;
        top: 430px;
        left: 20px;
        position: absolute;
}

a.menu_9 {
        width: 135px;
        height: 20px;
        top: 470px;
        left: 20px;
        position: absolute;
}

div.okno {
        width: 790px;
        height: 380px;
        background: white;
        border-width: 2px;
        border-style: solid;
        border-color: black;
        position: absolute;
        top: 120px;
        left: 190px;
        padding-top: 20px;
        padding-left: 50px;
}

div.haslo {
        position: absolute;
        top: 25px;
        right: 100px;
        color: #535353;
        font-family: Tahoma, Arial, Verdana, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
}

div.opis {
        position: absolute;
        bottom: 100px;
        left: 35px;
        color: #535353;
        font-family: Tahoma, Arial, Verdana, sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
}

div.kasztan {
        width: 470px;
        height: 313px;
        background: white;
        position: absolute;
        bottom: 5px;
        right: 5px;
}

div.copy {
        top: 525px;
        left: 830px;
        position: absolute;
        font-family: Tahoma, Arial, Verdana, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-color: black;
        font-size: 11px;
}

div.licznik {
        top: 520px;
        left: 190px;
        position: absolute;
}

p {
        color: #535353;
        font-family: Tahoma, Arial, Verdana, sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 11pt;
}

span.vip {
        color: #ae0000;
        font-family: Tahoma, Arial, Verdana, sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 11pt;
        text-transform: uppercase;
}

span.vipm {
        color: #ae0000;
        font-family: Tahoma, Arial, Verdana, sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 11pt;
        text-transform: lowercase;
}

span.vipb {
        color: #ae0000;
        font-family: Tahoma, Arial, Verdana, sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        text-transform: uppercase;
}

<!-- LINKI -->
a {
        text-decoration: none;
}

a:link {
        color: #ae0000;
        text-decoration: none;
}

a:visited {
        color: gray;
        text-decoration: none;
}

a:active {
        color: #ae0000;
        text-decoration: none;
}



