
/* czcionka tytulu */
.tytul {
        font-size: 110%;
        font-weight: bold;
        letter-spacing: 1px;
        font-family: arial, sans-serif;
        color: #1387B1;

}






/* okno statystyk */

div#statystyki {
		width: 260px;
		float: left;
		margin-left: 20px;
		height: 160px;
		}
		


/* koniec okna statystyki */


/* okno top users */
div#topusers {
  		width: 300px;
		float: left;
		margin-left: 20px;
			height: 160px;
		}




/* koniec top users */


/* okno top users */
div#online {
  		width: 100%;
		margin-bottom: 10px;
		margin-top: 20px;
		}
div#online p   {
		padding: 4px;
		text-align: left;
		}


/* koniec top users */


/* okno odliczanie */
div#odliczanie {
  		width: 300px;
		float: left;
			height: 160px;
		}












.leftBox {
	width: 205px;
    background: url('logowanie_tlo.jpg') repeat-y;
	margin-bottom: 10px;
	margin-top: 10px;
	height: 250px;
	float: left;
	position: relative;
}








/* okno glowne */
div#content_dol
	{
	width: 100%;
	height: 6px;
	background: url('content_dol.jpg') no-repeat;
	
	}
	
#tresc { width: 750px; float: left; margin-left: 12px; margin-top: 10px; text-align: center;}
div#typer_content {
	float: right;
	position: relative;
        width: 780px;
       	background: url('content_srodek.jpg') repeat-y;


        margin-top: 10px;


        text-align: center;



        }
        
div#content_nag {
	background: url('glowna_naglowek.jpg') no-repeat;
	width: 100%;
	position: relative;
	height: 41px;
	left: 0px;
	top: 0px;
	}
        


        
div#typer_content table{
        text-align:center;
        margin: auto;

        border-collapse: collapse;
        margin-top: 10px;
        margin-bottom: 10px;

}

div#typer_content table.bez_nag{
        text-align:center;
        margin: auto;
        border-left: 1px solid #B2AB9F;
        border-top: 1px solid #B2AB9F;
        margin-top: 10px;
        margin-bottom: 10px;

}



div#typer_content th{
        text-align:center;
        border: 1px solid #B2AB9F;
        padding: 2px 10px 2px 10px;
        background:#DFDCD7;
        letter-spacing: 2px;
        font-weight: normal;
        font-size: 110%;

}



div#typer_content td{
       text-align: center;
       padding: 2px 10px 2px 10px;
       border: 1px solid #B2AB9F;



}

div#typer_content td.nag{

       text-align:center;
        border: 1px solid #B2AB9F;
        padding: 2px 10px 2px 10px;
        background:#DFDCD7;




}



div#typer_content td a{
        padding: 2px 10px 2px 10px;
        color: black;
        text-decoration: none;
        display: block;
}

div#typer_content td a.zwykly{
        padding: 0px;
        margin: 0px 2px 0px 2px;
        color: black;
        text-decoration: none;
        display: inline;
}

div#typer_content .zwykly:hover
{

        background: none;
        color:#125087;

}

div#typer_content .tdlink
{
      padding: 0;

}

div#typer_content .tdbbb
{
      border-bottom: none;

}


div#typer_content .tdlewa
{
      text-align: left;

}

 .linkcenter
{
      text-align: center;

}

div#typer_content .td_prawa_border
{
      border-right: none;
      border-right: 1px dotted #5C4500;

}



div#typer_content td a:hover{

        background: white;
}

/* koniec deklaracji okna glownego*/


        


/*menu */
div#typer_menu {
	width: 205px;
        background: url('logowanie_tlo.jpg') repeat-y;
	margin-bottom: 10px;

	float: left;
	position: relative;



}

div#typer_menu h1 {
        	background: url('menu.jpg') no-repeat;
		height: 41px;
		width: 205%;
  		text-indent:-9000px;
        
}

div#typer_menu h2 {
        font-size: 100%;
        width: 203px;
        padding: 1px;

        text-align: center;
        letter-spacing: 1px;
        color: #DD3431;


}



div#typer_menu a {
        text-decoration: none;
        display: block;
        color: #474747;
        padding: 2px 2px 2px 15px;

        font-size: 110%;
        width: 168px;

}
div#typer_menu a:hover {
        font-weight: bold;



}

/* koniec stylow dla menu */






        
/* linki do dzialow w komentarzach */

#koment_dzialy
        {
        width: 560px;
        margin: auto;
        padding: 0;
        
        }
        
#koment_dzialy ul
        {
        margin: auto;
        }
        

#koment_dzialy li
        {
        float: left;
        text-align: center;
        list-style: none;
        width: 137px;
        margin: 1px;
        }
        
#koment_dzialy a
        {
        display: block;
        text-align: center;
        border: 1px solid #19a9de;
        padding: 2px 0px 2px 0px;
        color: #291F00;
        
        }
        
#koment_dzialy a.aktualny
        {
        color:red;

        }
        
#koment_dzialy a:hover
        {
         background: #BCDDE8;

        }
        

