table
{
    background:         white; /* kolor obramowania tabeli */
    width:              100%;   /* szeroosc tabeli */
}


#srodekramka
{
    margin-left:        0px;
    margin-right:       0px;
}


#srodekzawartosc
{
    padding:            0px 0px;	/* przesuniecie od gory i od lewego boku */
    width:              auto;	/* szerokosc div */
}





#listaogloszen
{
    margin-bottom:      3px;
    margin-top:         3px;
}

#listaogloszen table
{
    font:               11px/15px
                        tahoma,
                        Verdana,
                        arial,
                        helvetica,
                        "Times New Roman",
                        sans-serif;
	color:				#000000;
                        
    
    border-spacing:     2px;	/* odstep miedzy wierszami i kolumnami */
}




#listaogloszen tbody tr
{
    text-align:        center;
    background:        #fbfbfb;
}

#listaogloszen tbody tr.ciemna
{
    background:        #f0f0f0;
}

#listaogloszen tbody tr.nad
{
    background:         /*#c6e997;*/#DFFF8C;
    color:              #111;
}


#listaogloszen td
{
     padding-top:       5px;	/* odleglosc tekstu od goty i dolu w kolumnie */
     padding-bottom:    5px;
	 padding-left:		5px;
	 padding-right:		5px;
}


#listaogloszen thead
{
     background:        #f7f7f7 url('../images/gora_tlo.gif') repeat-x top;
}

#listaogloszen th
{
     height:           30px;
}

#listaogloszen a.wiecej
{
    text-decoration: none; color: black;
}

#listaogloszen a.wiecej:hover
{
    color:              black;
	text-decoration: underline; color: black;	
}

#listaogloszen a.wiecej:visited:hover
{
    color:              black;
	
}
#listaogloszen a.wiecej:visited
{
    font-weight:        normal;
    color:              black;
}

div.nrstrony {
background:#E5E5E5 none repeat scroll 0;
text-align:        center;
width:auto;
margin-bottom:      5px;
margin-top:         5px;
margin-left:        3px;
margin-right:       3px;
padding-top:       2px;	/* odleglosc tekstu od goty i dolu w kolumnie */
padding-bottom:    2px;
}

div.nrstrony a{

text-decoration: none;
}

.dzis
{
    color:              green;
}

.wczoraj
{
    color:              black;
}


