/* Standardowe Stringi */

div.Informacja2
{
    margin: 0px auto;
    border: 1px solid #CDD79E;
    background-color: #EBF2CB;
    width: 300px;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    font-family: times;
    color: #626133;
    margin-top: 15px;
    margin-bottom: 15px;
}

div.Informacja3
{
    margin: 0px auto;
    border: 1px solid #CDD79E;
    background-color: #EBF2CB;
    width: 300px;
    padding: 10px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

    div.Informacja3 div.naglowek
    {
	font-family: times;
	font-weight: bold;
	font-size: 14px;
	color: #03445E;
    }

    div.Informacja3 div.tresc
    {
	padding-top: 5px;
	font-size: 14px;
	font-family: times;
	color: #626133;    
    }
