/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {

}
.tabberlive {
 margin-top:1em;

}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: normal 12px Tahoma;

}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}
/* zakładka nieaktywna*/
.tabberlive#tab1 ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE url(obrazki/zakladka.gif);
 text-decoration: none;
 font-variant: small-caps;
}
.tabberlive#tab2 ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE url(obrazki/tab3.gif);
 text-decoration: none;
 font-variant: small-caps;
}

.tabberlive#tab3 ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE url(obrazki/tab3.gif);
 text-decoration: none;
 font-variant: small-caps;
}


/* linki w zakladkich (gora) */
ul.tabbernav li a:link { color: #FFFFFF; }
.tabberlive#tab1 ul.tabbernav li a:link{ color: #FFFFFF; }
.tabberlive#tab2 ul.tabbernav li a:link{	color: black; }
.tabberlive#tab3 ul.tabbernav li a:link{	color: black; }


/* aktywne linki w zakladkach (gora) */
.tabberlive#tab1 ul.tabbernav li a:hover
{
 color: #FFFFFF;
 background: #DDE url(obrazki/zakladka.gif);
 border-color: #014F7C;
 text-decoration: underline;
}
.tabberlive#tab2 ul.tabbernav li a:hover
{
 color: #000;
 background: #DDE url(obrazki/tab3.gif);
 border-color: #729B30;
 text-decoration: underline;
}
.tabberlive#tab3 ul.tabbernav li a:hover
{
 color: #000;
 background: #DDE url(obrazki/tab3.gif);
 border-color: #729B30;
 text-decoration: underline;
}
/* linki w aktywnych zakladkach (gora) */
.tabberlive#tab1 ul.tabbernav li.tabberactive a
{
 background: white  url(obrazki/zakladkaactive.gif);
 border-bottom: 1px solid #CFE8F6;
 color: #17567A;
}
 .tabberlive#tab2 ul.tabbernav li.tabberactive a
{
 background: white  url(obrazki/tab3active.gif);
 border-bottom: 1px solid #CFE8F6;
 color: #506D22;
}
 .tabberlive#tab3 ul.tabbernav li.tabberactive a
{
 background: white  url(obrazki/tab3active.gif);
 border-bottom: 1px solid #CFE8F6;
 color: #506D22;
}

/* aktywne linki w nieaktywnych zakladkach (gora) */
.tabberlive#tab1 ul.tabbernav li.tabberactive a:hover
{
 color: #000;
background: white  url(obrazki/zakladkaactive.gif);
 border-bottom: 1px solid #CFE8F6;
}
.tabberlive#tab2 ul.tabbernav li.tabberactive a:hover
{
 color: #000;
background: white  url(obrazki/tab3active.gif);
 border-bottom: 1px solid #CFE8F6;
}
.tabberlive#tab3 ul.tabbernav li.tabberactive a:hover
{
 color: #000;
background: white  url(obrazki/tab3active.gif);
 border-bottom: 1px solid #CFE8F6;
}
/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive#tab1 .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;
  background-color: #CFE8F6;
 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}
.tabberlive#tab2 .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;
  background-color: #E2EFCB;
 }
.tabberlive#tab3 .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;
  background-color: #E2EFCB;
 }
/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h5 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
	 	width: 450px;
	float: left;
}

.tabberlive#tab2 {
 	width: 100%;
}

.tabberlive#tab3{
	float: right;
	width: 400px;
}
/*linki */
.tabberlive a{
	text-decoration: none;
}
.tabberlive a:hover{
	text-decoration: underline;
}
.tabberlive#tab1 a{
	color: #19506F;
}
.tabberlive#tab2 a{
	color: #516B22;
}
.tabberlive#tab3 a{
	color: #516B22;
}
