/*
 * w tekscie uzywam okreslenia ramki majac na mysli komorki  tabelki oczywiscie
 * strona jest podzielona na czesci
 * style okreslane sa przez identyfikatory lub przez kontekst
**/

/* definicje ogolne styli */
body
{ 
    font-family: "Trebuchet MS", "Tahoma", "Verdana", serif;
    color: black;
    margin: 0px;
    padding: 0px;
    border-collapse: separate;
    text-align: center;
    text-decoration: none;
    background: white;
    text-indent:0;

}
p
{
    text-indent:0;
}
img
{
    border:0px;
}
hr
{
    width:50%;
    text-align:center;
}
input, textarea
{
}
/* style pojedynczych elementow */
#pagecenter
{
    width:100%;
    text-align:center;
		
}
#lewe
{
    background:url('img/tlo_stronki.gif') repeat;
   /*background:black;*/
    width:auto;
}
#prawe
{
	/*background:black;*/
    background:url('img/tlo_stronki.gif') repeat;
    width:auto;
}
#mlewe
{
    background:url('img/tlo_stronki.gif') repeat;
   /*background:black;*/
    width:auto;
}
#mprawe
{
	/*background:black;*/
    background:url('img/tlo_stronki.gif') repeat;
    width:auto;
}
#slewe
{
	/*background:black;*/
    background:url('img/tlo_stronki.gif') repeat;
    width:auto;
}
#sprawe
{
	/*background:black;*/
    background:url('img/tlo_stronki.gif') repeat;
    width:auto;
}
#cialo
{
    width:100%;
    padding:0px;
    margin:0px;
    background-color: transparent;
}
#naglowek
{

    margin: 0px;
    padding:0px;
    height :230px;
    width:900px;
    background: white;
}
#mainbody
{
    width:900px;
    height:858px;
    
}
/* linki */
a:link, a:visited
{
    text-decoration:none;
    color: black;
    font-size:10px;
}
a:hover
{
    text-decoration:none;
    color: gray;
    font-size:10px;
}
/* koniec linki */

/* stopka */
#stopka
{
    text-align:center;
    width: 900px;
    height: 141px;
    background: url('img/monter.gif') no-repeat;
    vertical-align:bottom;
		padding-bottom:10px;
    font-size:10px;
		color:white;
}

#stopka a:link, #stopka a:visited
{
    color: white;
    text-decoration:none;
    font-size:10px;
}
#stopka a:hover
{
    color:  rgb(187,191,197);
    text-decoration:none;
    font-size:10px;
}
/* koniec stopka */


/* ----------------- Srodek strony glownej ----------------------*/
#mainleft 
{
    width: 257px;
    min-height: 858px;
		text-align:justify;
		font-size:11px;
		vertical-align:top;
}
#maincenter 
{
		text-align:justify;
		font-size:11px;
    width: 393px;
    min-height: 858px;
		vertical-align:top;
}
#mainright
{
    width: 250px;
    min-height: 858px;
		text-align:justify;
		font-size:11px;
		vertical-align:top;
}

a.pobi
{
	display:block;
	width:100%;
}
a.pobi:hover
{
	color:white;
}

