/*  styl  */
/* ogólne */	
Body, table 
{
	font-family:Verdana,Helvetica'sans-serif';
	font-size : 11px;
	background-color: #FFFFFF;
	
}

#witamy
{
position: absolute; top:40px; left:40px; width: 500px;height:220px;
color: #006296;

text-align: left;
font-size: 18px;
padding-left: 10px;
background-color: #F7F7F7;

}

input
{
   font-family:Verdana,Helvetica'sans-serif';
	background-color : #FFFFFF;
	font-size : 11px;
	vertical-align: middle;
	
}

h1, h2, h3, h4, h5
{
	text-align : center;
}


.tytul
{
	color : #C96400;
	background-color: #FFF2E5;
	
	font-weight : bolder;
	font-size: 14px;
	text-align : center;
	
		
}

.pod_tytul
{
	color : #C96400;
	font-weight : bolder;
	font-size: 11px;
	text-align : left;
}

.pod_tytul_1
{
	font-weight : bolder;
	font-size: 11px;
	text-align : left;
}


p.przypis
{
	font-size : xx-small;
	text-align : right;
}



.wciecie
{
	text-indent : 30pt;
	text-align : justify;
}


/* ****************** */

/*   tabelki  */
Table 
{
border : 0px;
border-style: none;

}

Th
{ 
background-color: #F4F4F4;

}

Td
{


}




Thead
{
background-color : #D9D9D9;
}

Tbody
{
background-color : #FFFFFF;
}

/* tabelka rozmieszczająca - niewidoczna inv=invisible*/
.inv
{
border: 0;
background-color : transparent;
text-align: left;
}

.ozn
{
	border: 0;
	background-color : #D3E8EF;
	text-align: left;
	
}



/* ****************** */


/* linie */

hr
{
	color : #777777;
}

hr.podzial
{
	color : whitesmoke;
	height : 10px;
	background-color: whitesmoke;

}

img
{ 
border: 0;
}

img.ramka
{ 
border: 1px solid #C9C9C9;
padding: 4px 4px 4px 4px;

}

.tytul_foty
{ 
font-weight: 700;
font-size: 11px;
text-align: center;

}

/* ****************** */



/* nawigacja */
a
{ 
color: #FF8000;
text-decoration: none;
}


a:visited
{
	color : #FFA347;
	
}

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

a.kotwica
{

	font-size : 10px;
}

a.back
{
	color : Blue;
	font-size : 10px;
	
}
/* ****************** */

/* ****** szczegolne ***** */


.found
{ 
background-color:#FF6600;
color: #FFFFFF;
font-weight: bold;
}


