@charset "utf-8";

#lewy {
    float:left;
    width: 580px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    padding: 0px;
    overflow:hidden;
}

#prawy {
    float: right;
    width: 400px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    overflow:hidden;
}

#select-kategoria{
    font-size: 12px;
    height: 21px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0px;
    border-color: #c9c9c9;
    border-style: solid;
    border-width: 1px;
}

.zdjecie-wiadomosc{
    margin: 20px;
    float: left;
}

.info{
    width: 250px;
    margin-top: 20px;
    margin-bottom: 10px;
    float: right;
    color: #797c80;
    font-size: 12px;
}

.tresc{
    clear: right;
    text-align: justify;
    margin-bottom: 10px;
    color: #041928;
    font-size: 12px;
}

.info a:link, .info a:visited{
    text-decoration: none;
    color: #999999;
}

.info a:hover{
    text-decoration: underline;
    color: #999999;
}

.kategoria{
    position: relative;
    top: -16px;
    font-size: 12px;
    font-weight: bold;
    float: right;
    color: #041928;
}
	
