

BODY
{
font-family: Verdana, Tahoma, Arial, Helvetica; 
font-size: 8pt;
background-color:#7B2A2A;
background-image: url(pix/podstrony/tlo_kontrol.gif);
background-repeat: repeat-x;
}

TD {font-family: Verdana, Tahoma, Arial; font-size: 8pt; color: white}

A        {
        font-family: Verdana, Tahoma, Arial, Helvetica; 
        font-size: 8pt;
        font-weight: bold;
	color: #FFC0CB;
        text-decoration: none;
        }
A:hover        {
        text-decoration: none;
		border-bottom: 1px dotted;
        color: white;
        }

A.menu        {
        font-family: Arial, Tahoma, Arial, Helvetica; 
        font-size: 8pt;
        font-weight: bold;
        color: yellow;
        text-decoration: none;
        }
A:hover.menu        {
        text-decoration: none;
        color: red;
        }

A.pliki        {
        font-family: Verdana, Tahoma, Arial, Helvetica; 
        font-size: 8pt;
        font-weight: bold;
        color: yellow;
        text-decoration: none;
        }
A:hover.pliki        {
        text-decoration: none;
        color: red;
        }


.tyt
{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFC0CB;
}



.tyt_big{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 20px;
	font-weight: bold;
	color: #FFC0CB;
	text-align: center;
}
	
.sel {
	background-color: #FFF0F5;
	height: 20px;
	border-style: groove;
	font-family:Verdana, Arial, Tahoma;
	font-size: 11px;
	color:#5A0000;
}	

.subm {
	background-image: url(pix/podstrony/butt_tlo.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform: uppercase;
	color:#5A0000;
	font-weight: bold;
	border: 1px double #FFFFFF;
	height:20px;
}
/* tablele z listami */
TABLE.list {
	width: 100%;
	padding: 0 5 0 5;
	border: 0 0 0 0;
}



TABLE.list TR.odd{ /*przyciski*/
	padding: 0 5 0 5;
	background-color: #7B2A2A;
}

TABLE.list TR.nag{ /*nagłowek*/
	padding: 0 5 0 5;
	background-color: #A43939;
}
#naglowek{	padding: 0 5 0 10;
	font-family:"trebuchet ms";
	font-size:14px;
	font-weight:bold;
	text-align:left;}

TABLE.list TR.onmouse{
	cursor: hand;
	background-color: #9C5D5D; /*kolor po najechaniu myszą*/
	color: white;
}



TABLE.list TD {
	padding: 2 8 2 8;
	border-top: 1px solid #B96767; /*górna krawędź*/
	border-left: 1px solid #B96767;
	border-bottom: 1px solid #5A0000; /*odstęp*/
	border-right: 1px solid #5A0000;
	color: white; /*color czcionki*/
}


