/* Schemat CSS by Actinet - elementy wykomentowane sa, pozycjami opcjonalnymi. Nieuzywane wykomentowac badz usunac. */

/* Grupa tla */
body {background-color: #5a719a;
	  padding: 0px;
	  margin: 0px;
    /*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;
   text-align: left;
   font-weight: normal;
   color: #fff;
   line-height: 15px;
   padding-left: 40px;
   padding-right: 35px;}
   
   td.opisy {font-family: Verdana, Arial, Helvetica, sans-serif;
		     font-size: 11px;
		     text-align: center;
		     font-weight: normal;
		     color: #fff;
		     line-height: 15px;
			 border: 0px solid gray;
			 width: 130px;
   			}
	td.opisy2 {font-family: Verdana, Arial, Helvetica, sans-serif;
     			 font-size: 11px;
				 font-weight: normal;
				 color: #fff;
				 line-height: 15px
			  }
	
ol, ul {font-family: Verdana, Arial, Helvetica, sans-serif;
	   font-size: 11px;
	   font-weight: normal;
	   color: #fff;
	   line-height: 15px;
	   padding-right: 25px;}
   
.beztab {text-indent: 0;}
.pogrubienie {font-weight: bold;}

.form {font-family: Verdana, Arial, Helvetica, sans-serif;
   	   font-size: 11px;
	   color: #fff;}


/* Grupa naglowkow */
h1, h2, h3 {color: #fff;
			font-weight: normal}
h1 {font-size: 14px;}
h2,h3 {font-size: 13px;}


/* Grupa linkow */
a, a:hover, a:visited {color: #EFDDB7;
					   font-weight: normal;}
a, a:visited {text-decoration: none;
			/*text-decoration: underline;*/}
a:hover {text-decoration: underline;}
	   /*text-decoration: none;*/
.wiecej {padding: 2px;
		 background: #666666;
		 color: #ffffff;}
	 
	   
/* Grupa grafiki */
img {border: none;
}

#banner {
	float: none;
	width: 980px;
	height: 20px;
}
#banner ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: static;
	top: 10px;
}
#banner li {
	display: inherit;
	float: right;
	margin-right: 10px;
	padding-bottom: 0.5em; /* to display bottom border on links in IE */
	margin-top: 10px;
}

#sitetools li a {
	font-size: 1em;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 2em;
	padding: 5px;
	height: 1.5em;
	border: 1px solid #2C4065;
	font-weight: bold;
	background-color: #2E4369;
}
#sitetools li a:hover {
	color: #CCC;
	background-color: #5A719A;
	border-top-color: #2B3E63;
	border-right-color: #2B3E63;
	border-bottom-color: #2B3E63;
	border-left-color: #2B3E63;
}

