/*---------------------------------------------------------------------------*/

A:link, A:visited {

         color: #FFFFFF;
         text-decoration: underline;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 11px;
}

A:hover {
         color: #CCCCCC;
         text-decoration: none;
         font-family: Arial, Helvetica, sans-serif;
         font-size: 11px;
}

body {
			background: #1F1B12;
}

.center {
        text-align: center;
}

/*informacje o głównym szkielecie strony WWW*/
.calosc {
			width: 100%;
			padding: 0px;
}

.glowna {
         width: 770px;
         text-align: center;        
         margin-left: auto;
         margin-right: auto;
		 background: url(./images/tlo.jpg);
		 background-position: top;
         background-repeat: no-repeat;
}

.naglowek {
         width: 770px;
         height: 167px;
         text-align: center;
		 vertical-align: bottom;
         border-style: none;
         background : url(./images/nalgowek.jpg);
}

.naglowek_p {
         background : url(./images/nalgowek_p.jpg);
		 background-repeat: no-repeat;
		 
}
.naglowek_l {
         background : url(./images/nalgowek_l.jpg);
		 background-repeat: no-repeat;
		 background-position: right; 
}

.menu {
		 width: 223px;
         text-align: center;          
		 background: url(./images/menu.jpg);
		 background-position: left;
         background-repeat: repeat-y;
}
.menu_stopka {
		 width: 223px;
		 height: 40px;     
		 background: url(./images/menu_stopka.jpg);
		 background-position: left;
		 background-repeat: no-repeat;
}

.menu_subskrypcja {
		 width: 223px;
		 height: 65px;     
		 background: url(./images/menu_subskrypcja.jpg);
		 background-position: left;
		 background-repeat: no-repeat;
}

.okno {
		 width: 547px;
         text-align: center;        
         margin-left: auto;
         margin-right: auto;
		 background: url(./images/okno.jpg);
		 background-position: left;
         background-repeat: repeat-y;
}

.okno_stopka {
		 width: 547px;   
		 height: 33px;  
		 background: url(./images/okno_stopka.jpg);
		 background-position: left;
         background-repeat: no-repeat;
}

.stopka {
         width: 770px;
         height: 288px;
         text-align: center;
		 vertical-align: bottom;
         border-style: none;
         background: url(./images/stopka.jpg);
		 background-repeat: no-repeat;
}

.stopka_tlo {
		 background: url(./images/stopka_tlo.jpg);
		 
}

.margines_stopka {
		color: #FFFFFF;
		text-align: center;
		margin-bottom: 38px;		
}

/*----------czecionki--------------*/
H1 {
         color: #670001;
         text-decoration: none;
         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-weight: 900;
         font-size: 16px;   
		 text-align: left;
		 
         margin-bottom: 20px;
		 margin-left: 20px;
}

H2 {
		 color: #550000;
         text-decoration: none;
         font-family: Arial, Helvetica, sans-serif; 
         font-size: 12px;
		 text-align: left;
		 margin-left: 20px;
		 margin-top: 30px;
}

P {
		 color: #000000;
         text-decoration: none;
         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 11px;
		 text-align: justify;
		 
		 margin-left: 30px;
		 margin-right: 30px;
}

.tekst {
		 color: #000000;
         text-decoration: none;
         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 11px;
}

img {
		border-style: solid;
		border-width: 1px;
		border-color: #FFFFFF;
}		

.i_tekst {
		 color: #000000;
         text-decoration: none;
         font-family: Verdana, Arial, Helvetica, sans-serif;
         font-size: 12px;

		 background-color: #F8F8F8;
		 border-style: solid;
		 border-width: 1px;
		 border-color: #670001;
}

.przycisk {
		 color: #000000;
         text-decoration: none;
         font-family: Arial, Helvetica, sans-serif;
         font-weight: 900;
         font-size: 11px;
		 width: 105px;
		 height: 25px; 
		 
		 background-image: url(./images/przycisk.jpg);
		 border-style: none;
}

/*----------------------------------*/
.zdjecie {
		 //border-color: #D2D3D5;
		 border-color: #000000;
		 border-style: solid;
		 border-width: 1px;
		 float: left;
		 margin-right: 10px;
}

/*grafika dla wyliczenia*/
UL {
            list-style-image: url(./images/strzalka.jpg);
		 color: #2D3647;
         text-decoration: none;
         font-family: Arial, Helvetica, sans-serif; 
         font-size: 11px;
		 text-align: left;
			
}