.ogloszenia_lista{
	width: 600px;
	color: #5D2600;
   padding: 10px 0 10px 0;
}
.ogloszenia_lista table tr{
	height: 30px;
}
/* styl ogloszenia */
.ogloszenie{
   padding: 10px 0 10px 0;
   background: #FFFEDE; 
   margin: 20px;
}
.ogloszenie a{
   text-decoration: underline;
}
.ogloszenie header{
   font:  24px/1.5em Arial, Helvetica, sans-serif;
   color: #5D2600;
   padding: 0 30px 0 30px ;
}
.ogloszenie em{
   font-size: 12px;
   font-style: italic;
   padding: 0 50px 0 50px ;
}
.ogloszenie section{
   font-size: 12px;
   padding: 0 30px 0 30px ;
   text-align: justify;
   border-top: dotted 1px;
}
.ogloszenie footer{
   padding: 0 30px 0 30px;
   font-size: 12px;
   text-align: right;
   color: #5D2600;
   font-style: italic;
   
} 
.ogloszenie section img{
   float: right;
   margin: 10px;
   border-radius: 10px;
   box-shadow:  0px 0px 20px 5px rgba(0, 0, 0, .2);
}
/* styl nr podstron ogloszen */
.podstrony{
   width: 100%;
}
.podstrony td{
   cursor: pointer;
   font-size: 10px;
   text-align: center;
}
.strona_aktywna{
   background-color: #5d2600;
   color: #f8d700;
   font-weight: bold;
}
.podstrony td:hover{
   background-color: #FFFF99;
}