/* -= Ciało =- */


/* główny div */

div#news
{
        margin-top:10px;
        margin-left:10px;
        margin-right:10px;
}

div.center
{
	text-align: center;
}



/* -= newsy =- */

/* obszar newsa */
div.news_topten
{
        background:#f6f6f6 url(../news/topten_tlo.gif) bottom right no-repeat;
	border-top: #888888 solid 1px;
	border-left: #888888 solid 1px;
	border-right: #888888 solid 2px;
	border-bottom: #888888 solid 2px;
	padding: 0px;
	margin-top: 7px;
	text-align: left;
}

div.news_najczytane
{
        background:#f6f6f6 url(../news/najczytane_tlo.gif) bottom right no-repeat;
	border-top: #888888 solid 1px;
	border-left: #888888 solid 1px;
	border-right: #888888 solid 2px;
	border-bottom: #888888 solid 2px;
	padding: 0px;
	margin-top: 7px;
	text-align: left;
}

div.news_ogloszenia
{
        background:#f6f6f6 url(../news/ogloszenia_tlo.gif) bottom right no-repeat;
	border-top: #888888 solid 1px;
	border-left: #888888 solid 1px;
	border-right: #888888 solid 2px;
	border-bottom: #888888 solid 2px;
	padding: 0px;
	margin-top: 7px;
	text-align: left;
}

div.news
{
        background:#f6f6f6 url(../img/fire.gif) bottom right no-repeat;
/*    background-image: url(../img/tlo.gif);
      background-repeat: repeat-x;
      background-position: center top; */
	border-top: #888888 solid 1px;
	border-left: #888888 solid 1px;
	border-right: #888888 solid 2px;
	border-bottom: #888888 solid 2px;
	padding: 0px;
	margin-top: 7px;
	text-align: left;
}

div.tytul
{
	background: #dfdfdf;
        background-image: url(../img/grad.gif);
        background-repeat: repeat-x;
        background-position: center top;
	border-bottom: #666666 solid 1px;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	vertical-align: middle;
	padding: 1px;
	color: #333333;
}

div.nbody
{
	padding: 2px 3px 2px;
}

div.gbody
{
	padding: 10px 5px 10px 5px;
}

div.text
{
	text-align: justify;
	margin-bottom: 10px;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color: #222222;
}

div.info
{
	margin-top: 6px;
	font-size: 11px;
	text-align: right;
}

.licznik{
         color: #2244aa;
}

.autor{
         color: #2244aa;
}

.arrows{
         color: red;
	 font-weight: bold;
}

.img_news { border: 1px solid #000000;
            margin: 5px;
            float:left;
}

div.komentarz
{
        background:#eeedea;
	border: #888888 dashed 1px;
	padding: 0px;
	margin-top: 7px;
	text-align: left;
}

div.ksiega
{
        background:#f0f0f0 ;
	border-top: #888888 solid 1px;
	border-left: #888888 solid 1px;
	border-right: #888888 solid 2px;
	border-bottom: #888888 solid 2px;
	padding: 0px;
	margin-top: 7px;
	text-align: left;
	width: 95%;
        margin-left: auto;
        margin-right: auto;
}

div.text_ksiega
{
	text-align: justify;
	margin-bottom: 10px;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color: #222222;
}
div.text_ksiega:first-letter{
	font-weight: bold;
}

div.tytul_ogloszenie
{
	background: #d4d0c8;
	border-bottom: #666666 solid 1px;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	vertical-align: middle;
	padding: 1px;
	color: #222222;
}

div.ogloszenie
{
      background:#f6f5f3;
	border: #888888 solid 1px;
	padding: 0px;
	margin-top: 7px;
	text-align: left;
}

div.info_ogloszenie
{
	margin-top: 7px;
	font-size: 12px;
	text-align: right;
}

div.kontakt
{
      background:#fef5d2;
	border: #888888 dashed 1px;
	padding: 10px;
	margin-top: 7px;
	margin-left: 7px;
	text-align: left;
	width:250px;
}


/* -= formularze =- */
input {
         border: 1px solid #bcbabb;
         background-color: #f6f6f6;
         margin-bottom: 5px;
         font-family: Tahoma, serif;
         font-weight: normal;
}

select {
         border: 1px solid #bcbabb;
         background-color: #f6f6f6;
         margin-bottom: 5px;
         font-family: Tahoma, serif;
         font-weight: bold;
}

textarea {
         border: 1px solid #bcbabb;
         background-color: #f6f6f6;
         margin-bottom: 5px;
         font-family: Tahoma, serif;
         font-weight: normal;
}


  /* koniec */

