
#mstopka {
 font-size: 10px;
 font-family: Tahoma;
 text-align: center;
 margin: 0; 
}

#mstopka a:link,
#mstopka a:active,
#mstopka a:visited {
 color: #000000;
 text-decoration: none;
}

#mstopka a:hover {
 color: #000000;
 text-decoration: underline;
}

#mrss {
 margin: 10px auto 0 auto;
 width: 400px;
 text-align: right;
}

#mrss img {
 border: 0;
}

.czysc { 
  clear: both;
  margin: 0;
}

/* styl tytyłu np. 'Archiwum' */
.tytul { 
 font-family: Tahoma; 
 font-size: 13px;  
 color: #000000; 
 font-weight: bold;
}

/* styl małej czcionki np. dopisów w newsach */
.minitext {
 font-family: Tahoma; 
 font-size: 10px; 
 color: #000000;
}


/* styl newsów */


/* archiwum */
#archiwum {
 margin: auto;
 padding: 0;
 width: 370px;
 font-family: Tahoma;
 font-size: 11px;
}

#archiwum .pozycja {
 margin: auto;
 padding: 2px 0 2px 0;
 width: 370px;
 border-bottom: 1px solid #D0D0D0;
 height: 15px;
}

#archiwum .dodano {
 float: left;
 width: 90px;
 margin: 1px 0 0 2px;
 padding: 0;
 font-family: Tahoma, Verdana;
 font-size: 10px;
 color: #000000;
 font-weight: normal;
}

#archiwum .news {
 float: left;
 margin: 0 0 0 3px;
 padding: 0;
}

#archiwum .news a:link, 
#archiwum .news a:visited, 
#archiwum .news a:active,
#archiwum a:link, 
#archiwum a:visited, 
#archiwum a:active {
 color: #000000;
 text-decoration: none;
 border: 0;
}

#archiwum .news a:hover,
#archiwum a:hover {
 color: #B0B0B0;
 text-decoration: none;
 border: 0;
}


#komentarze {
 font-family: Tahoma;
 color: #000000;
 font-size: 11px;
}

/* styl tabelki komentarza */
#komentarze table.TabelkaKomentarz {
 background: #FFFFFF; 
 font-family: Tahoma; 
 font-size: 11px; 
 border: 1px solid #333333; 
 color: #000000;
 width: 370px;
 border-spacing: 0;
 border-collapse: collapse;
 margin: auto;
}

/* styl nagłówka tabelki komentarza, gdzie pojawia się autor, data dodania itp.*/
#komentarze td.naglowek_komentarza {
 background: #dcdcdc; 
 font-family: Tahoma; 
 font-size: 11px; 
 color: #000000;
}

/* styl tresci komentarza */
#komentarze td.tresc_komentarza {
 background: #FFFFFF; 
 font-family: Tahoma; 
 font-size: 11px; 
 color: #000000;
}

/* styl linków 'skomentuj' i 'komentarze' */
#komentarze a:link, #komentarze a:active, #komentarze a:visited {
 color: #666666; 
 font-variant: normal; 
 font-weight: bold;
 text-decoration: none;
} 

#komentarze a:hover {
 color: #666666; 
 font-variant: normal; 
 font-weight: bold;
 text-decoration: underline;
}

/* skomentuj */

body.skomentuj {
 background: #FFFFFF; 
 color: #000000;
 font-family: Tahoma; 
 font-size: 11px;
}

#skomentuj {
 margin: auto;
 padding: 0;
 width: 400px;
}

#skomentuj form {
 width: 400px;
 margin: auto;
}

#skomentuj form p {
 clear: left;
 margin: 0;
 padding: 5px 0 0 0;
}

#skomentuj input {
 background: #F0F0F0;
 padding: 2px;
 border: 1px solid #000000; 
 font-family: Tahoma;
 font-size: 11px;
}

#skomentuj textarea {
 background: #F0F0F0;
 font-family: Tahoma;
 font-size: 11px;
 padding: 2px;
 border: 1px solid #000000; 
 width: 300px;
 height: 160px;
}

#skomentuj form p label {
 float: left;
 width: 20%;
}

#skomentuj p.przycisk {
 text-align: center;
 padding: 10px 0 0 0;
}

#skomentuj p.przycisk input {
 background: #F0F0F0;
 font-size: 10px;
 font-weight: bold;
}

#skomentuj a:link, #skomentuj a:active, #skomentuj a:visited {
 text-decoration: none;
 border: 0px;
 color: #000000;
}

#skomentuj a:hover {
 text-decoration: none;
 border: 0px;
 color: #D0D0D0;
}

/* styl tytułu kategorii */
.tytulKategorii {
 font-family: Tahoma; 
 font-size: 13px; 
 color: #000000; 
 font-weight: bold;
}

/* styl przypisu pod obrazkiem przy newsach i Wiadomości Dnia */
.przypis {
 font-family: Tahoma; 
 font-size: 10px; 
 color: #666666;
}