
div.ramka1 {
background: #B8A9D9;
/*
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
*/
box-shadow: 0px 0px 5px #888888;
margin: 0 0 15px 0;

background: -moz-linear-gradient(top,  rgba(184,169,217,1) 0%, rgba(184,169,217,0.31) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184,169,217,1)), color-stop(100%,rgba(184,169,217,0.31))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(184,169,217,1) 0%,rgba(184,169,217,0.31) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(184,169,217,1) 0%,rgba(184,169,217,0.31) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(184,169,217,1) 0%,rgba(184,169,217,0.31) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(184,169,217,1) 0%,rgba(184,169,217,0.31) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8a9d9', endColorstr='#4fb8a9d9',GradientType=0 ); /* IE6-9 */

}

.ramka1 .padding {
padding: 15px 20px;
}

p.tytul_ramka1 {
font-size: 100%;
color: #EEEEEE;
line-height: 120%;
margin: 0;
font-weight: bold;
}

.ramka1 p {
margin: 5px;
margin-bottom: 10px;
}


/*------- 959-700 */
@media all and (min-width:700px) and (max-width:959px) {

.jedna_trzecia div.ramka1 {
    width: 100%;
}

} /*959-700 */


/*--------- ponizej 700 
@media all and (max-width:699px) {

.jedna_trzecia div.ramka1 {
float: left;
width: 48%;
margin-right: 2%;
}

}-700 */



/*--------- ponizej 550 */
@media all and (max-width:550px) {
	
.jedna_trzecia div.ramka1 {
float: none;
width: 100%;
margin-right: 0;
}		

} /*-550 */


/* --------- ponizej 350 */
@media all and (max-width:350px) {

.jedna_trzecia div.ramka1 {
float: none;
width: 100%;
}

} /*-350 */