.baner {
margin-bottom: 15px;
/*
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
*/
}


.baner-tekst {
color: #FFF;
background: #7A65A6;
/*
-moz-border-radius: 15px 15px 0 0;
-webkit-border-radius: 15px 15px 0 0;
border-radius: 15px 15px 0 0;
background: url("obrazki/pom.png") repeat-x transparent;
*/
padding: 8px 8px 8px 10px;
font-weight: bold;
}

a.baner:hover div.baner div.baner-tekst {
color: #333;
}

/*--------- 959-700 */
@media all and (min-width:700px) and (max-width:959px) {

.jedna_trzecia .baner {
width: 310px;
}

} /*--- 959-700 */


/*--------- ponizej 700*/
@media all and (max-width:699px) {

a.baner div.baner {
width: 100%;
max-width: 310px;
}	

}/*-700 */



/*--------- ponizej 550 */
@media all and (max-width:550px) {
	
	

} /* ---- -550 */


/* ----------- ponizej 350 */
@media all and (max-width:350px) {

.jedna_trzecia a.baner {
width: 97%;
}

} /* ---- -350 */