body 
{      
    background-color: #d4f2e6;
    font-size: 14px;
    text-align: left;
    font-family: Tahoma;
    color: #323232;
    margin: 0 auto; 
}

a
{
    color: #323232;
}

a:hover
{
    color: black;
}

#top
{
    width: 900px;
    height: 216px;
    background: url(./img/top.png) no-repeat left;
    margin: 0 auto;
}

#content
{
    margin: 0 auto;
    width: 862px;
    border: solid 1px #8fd4ee;
    background: white url(./img/gradient.png) repeat-x;
    padding: 22px;
    margin-bottom: 25px;
}

h1 
{
    font-family: tahoma;
    font-size: 22px;
    color: #005b81;
    margin-bottom: 15px;
    font-weight: normal;
}

ul 
{
    list-style-image: url('img/marker.png');
    padding-left: 20px;
}

li
{
    margin-bottom: 6px;
}

#left
{
    width: 610px;
    margin-right: 22px;
    float: left;
    line-height: 22px;
    text-align: justify;
}

#right
{
    float: left;
    width: 220px;
}

#foot
{
    clear: both;
    border: 1px #74c3d7 solid;
    width: 99%;
    background-color: #d4ebf2;
    margin: 0 auto;
}

#fleft
{
    padding: 10px;
    float: left;
}

#fright
{   
    border-left: 1px solid #74c3d7;

    float: left;
    padding: 10px;
}

#clear
{
    clear: both;
}

.opinie
{
    float: left;
    margin-right: 10px;
}
.oplyw {float:left; padding-right: 10px;}
