
/* Schemat CSS by Actinet - elementy wykomentowane sa, pozycjami opcjonalnymi. Nieuzywane wykomentowac badz usunac. */

/* Grupa tla */
body {background-color: #e7e7e7;
    /*background: url('tlo.gif') left top no-repeat;
      background-repeat: repeat-x;
	  background-repeat: repeat-y;*/}
table, tr, td {border: none;
			 /*background: url('tlo.gif');
               background-repeat: repeat-x;
			   background-repeat: repeat-y;*/
}
.color1 {background: #333333;}
.color2 {background: #666666;}
.color3 {background: none;}


/* Grupa tekstu */
p {font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: normal;
   color: #012d4c;
   line-height: 15px;
   text-indent: 2em;
   padding-left: 25px;
   padding-right: 25px;}
   
.beztab {text-indent: 0;}
.pogrubienie {font-weight: bold;}

.form {font-family: Verdana, Arial, Helvetica, sans-serif;
   	   font-size: 11px;
	   color: #012d4c;}
div {padding-top: 0px; margin-top: 0px; padding-bottom: 0px; margin-bottom: 0px;}


/* Grupa naglowkow */
h1, h2, h3 {color: #012d4c;
			font-weight: normal}
h1 {font-size: 14px;}
h2,h3 {font-size: 13px;}
/* Styl służący do podmiany naglowkow np.h1 na obrazki!
#header {text-indent: -5000px;
		 background: url(Obrazki/index_07.jpg) no-repeat;
		 height: 32px;
		 padding: 0px;} */


/* Grupa linkow */
a, a:hover, a:visited {color: #012d4c;
					   font-weight: bold;}
a, a:visited {text-decoration: none;
			/*text-decoration: underline;*/}
a:hover {text-decoration: underline;
	   /*text-decoration: none;*/

	 
	   
/* Grupa grafiki */
img {border: none;
}


