@charset "iso-8859-2";
/* CSS Document */

html,body{
    height:100%;
    margin:0;
    padding:0;
}

body{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#000000;
    margin:0px;
    background-color:#FBFBFB;
}

a{
    text-decoration:none;
    color:#000000;
}

a:hover{
    text-decoration:underline;
    color:#ff6600;
}

form {
    margin: 0px;
    padding: 0px;
}

input,textarea,select{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
}

.raty_naglowek{
    background:#ff6600;
    color:#FFFFFF;
    font-weight:bold;
    text-align:center;
    font-size:16px;
}
.raty_tresc{
    background:#CCCCCC;
    color:#000000;
    font-weight:bold;
    font-size:16px;
    text-align:left;
}

.raty_info{
    font-size:18px;
}

div#pasek_reklamowy{
    position: fixed;
    height: 30px;
    background: #000000;
    text-align: center;
    bottom: 0;
    width: 100%;

}
