/*
** mini CMS - RSS
*/ 

/*
 Marginesy:
 
 margin: gorny prawy dolny lewy;
*/


/* menu top */
#top ul                                  { margin: 16px 0 0 30px; }
 #top ul li a                            { margin: 1px 0 1px 0; padding: 8px 10px 9px 10px; font: bold 13px Tahoma, "Arial Narrow"; color: white; text-decoration: none; }
 #top ul li a:hover, #top ul li.active a { color: #FFA10F; text-decoration: none; } /* styl linku */
/* /menu top */


/* menu lewa */
#menu ul                                 { font-family: Tahoma, "Arial Narrow", Arial; }
 #menu ul li a                           { color: #525353; text-decoration: none; font-weight: bold; border-bottom: 1px solid #dddddd; }      /* styl linku */
 #menu ul li a:hover,#menu ul li.active a{ color: #525353; text-decoration: underline; border-bottom: 1px solid #dddddd; } /* styl linku */
/* /menu lewa */


/* tresc - naglowek glowny */
#text .content h1                        { color: #fc4116; font-size: 20px; font-weight: normal; border-bottom: 1px solid #e8e5e5; }
/* /tresc - naglowek glowny */


/* tresc */
	/* naglowek */
#text .content .news div                 { border-bottom: 1px solid #e8e5e5; }
 #text .content .news div h2             { font-size: 16px; font-family: Tahoma, "Arial Narrow", Arial; }
  #text .content .news div h2 a          { color: #12697f; text-decoration: none; } /* styl linku */
  #text .content .news div h2 a:hover    { color: #53b3d2; text-decoration: none; }   /* styl linku */
	/* data */
#text .content .news div span            { color: #fc4116; font-weight: bold; }
	/* tekst */
#text .content p                         { color: #878787; }
	/* link "wiecej */
#text .content em a                      { color: #fca116; font-weight: bold; text-decoration: none; } /* styl linku */
#text .content em a:hover                { color: black; text-decoration: none; }                      /* styl linku */
	/* lista nowosci pod pelnym artykulem */
#list li a                               { font: bold 14px Tahoma, "Arial Narrow", Arial; color: #7a7878; text-decoration: none; } /* styl linku */
#list li a:hover                         { color: #7a7878; text-decoration: underline; }   /* styl linku */
	/* pager */
#text .pager li a                        { color: #224080; text-decoration: none; font-weight: bold; font-size: 11px; } /* styl linku */
#text .pager li a:hover                  { color: black; }	/* styl linku */
/* /tresc */


/* stopka */
#footer                                  { text-align: center; color: #8c7e7e; }
/* /stopka */

/* tla */
#main                                    { background-color: white; }
#top                                     { background-color: white; }
#menu                                    { background-color: #eceaec; }
#menu div                                { background: #eceaec; }
#text                                    { background-color: #eceaec; }
#text .top                               { background-color: white; }
#text .pager li.active                   { background: #CCC7C3; } /* tlo linku pagera */
#top ul li a:hover, #top ul li.active a  { background: #eceaec; }