/* Plik style.css dla CzestMan */
body { 
margin: 0;
padding:0;
font-size: 100%;
background: #FAFAFA url(images/menu.gif) repeat-y;

}

/* ################ Lewa kolumna stony  ################ */
div#sidebar { /* element okresla wlasciwosci lewej kolumny */

		width: 250px;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
		font: normal 0.7em Verdana, Tahoma, Arial, sans-serif;
		
		
}



#logo { /* element pozycjonuje logo w sidebar */
background: #FAFAFA url(images/lewa_gora.jpg) no-repeat;
position:relative;
top:0;
left:0;
width:100%;
height:180px;
}

/* ################ MENU ################ */
#menu { /*  pozycjonuje kolejne elementy menu, okresla wielkosc menu*/
margin: 2px 0 0 21px;
width:180px;
}

.linki { /*klasa formatuje kolejne elementy menu*/
padding-bottom: 3px;
margin: 0 0 0 10px;
border-bottom: 1px #000000 solid;
font: normal 1.2em verdana, arial, sans-serif;
}

.linki:hover { /* uzyskanie podswietlenia calego bloku z elementem menu*/
background-color: #FFFFFF;
display:block;
}

.linki a { /*definiuje hiperlacze*/
text-decoration:none;
color: #000000;
display:block;
}

.current { /* klasa wykorzystywana w uzyskaniu efektu aktywnego linku*/
text-decoration:none;
color: #D10C16;
}

.menuodstep { /* odstep elementu (tekstu) od krawedzi w menu */
margin: 0 0 0 5px;
}

.bannery { /* zasobnik na buttony pod menu*/
margin: 0 20px 0 0;
}



/* ################ Prawa kolumna stony  ################ */

div#content { /* element pozycujacy prawa kolumne strony */
margin: 0 0 0 250px;
font: normal 0.8em  Verdana, Arial, sans-serif;
color: #000000;
}


#header { /* element okresla naglowek strony znajdujacy sie w prawej kolumnie */
background: url(images/przedl_gora.gif) repeat-x;
}

div#zawartosc { /*zasobnik na tresc strony */
width:630px;
}

a.linkidrzewo { /* klasa okresla liste w podmenu */
color: #000000;
font: normal 1em verdana, arial, sans-serif;
text-decoration: underline;
}

a.linkidrzewo:hover { /* klasa okresla liste w podmenu */
text-decoration:none;
color: #D10C16;
}

ul li {list-style-type:square; padding-bottom: 7px;} /* okrelsa elementy listy*/

.tekst { /* klasa do umieszczania tresci na stronie*/
text-align: justify;
margin: 0 10px 0 0;
}

.tekstwciety {
margin: 0 0 0 30px;
}

h2 {
font: bold 1.1em verdana, arial, sans-serif;
color: #000000;
}

/* style dla regulaminu */

ol {list-style: decimal;}
ol ol {list-style: none;} 
ol ol ol {list-style: lower-alpha;}
ol.reg {list-style: decimal;}
.paragraf {
text-align:center;
font-weight: bold;
}
/* END style dla regulaminu END */



/* Style dla linki.php */
.linkitxt {
color: #000;
}

/* END Style dla linki.php END */





/* Style pomocnicze */
img {border:0;}  /* zapobiega pojawieniu sie ramki przy jakimkolwiek elemencie img */

.lewyfloat { /* teskt plynie w lewo*/
float: left;
}

.prawyfloat { /* teskt plynie w  prawo*/
float: right;
}

.srodek { /* klasa wysierodkuje element */
text-align: center;
}

.lewo { /* klasa przesunie element w lewo */
text-align: left;
}

.prawo { /* klasa przesunie element w prawo */
text-align: right;
}

.justuj { /*klasa justuje tekst*/
text-align: justify;
}

.pogrubiona {
font-weight: bold;
}
/* END Style pomocnicze END */	