html, body, a, h1, h2, h3, h4, h5, h6, span, p, img, ol, dl, dt, dd, li, strong, label{ 
margin:0; 
padding:0;
border: 0;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
line-height:16px;
font-size:12px;
}
html, body{
/*background-color: #cccc99;*/
background:url(../grafika/bground11.gif) repeat-x;
}
hr{
height: 1px;
border: 0;
color: #333;
background-color: #333; 
}

A:link, A:visited, A:active {
	COLOR: red;
	TEXT-DECORATION: none;
	font-weight: none;
}

A:hover {
	COLOR: maroon;  
	TEXT-DECORATION: none
}


#strona{
position: relative;
margin:0 auto; 
width:980px;
height:auto; !important;
height:100%;
min-height: 100%;
}

#naglowek{
margin:0;
padding: 0;
width:980px;
height:170px;
min-height:170px;
}


#pasek{
width:980px;
height:5px;
padding:0 0 0 0;
background: url(../grafika/pasek1.gif);
}

#pasek_1{
padding: 0 0 0 0;
width:980px;
height:5px;
text-indent:210px;
background: url(../grafika/pasek2.gif);
}

#pasek_1 a img{
color:#FFCC00;
text-decoration: none;
margin-bottom: -5px;
}

#srodek{
width:980px;
min-height: 400px;
background: url(../grafika/srodek.gif) repeat-y;
}

#srodek_lewy{
float:left;
width:200px;
padding-top: 10px;
background: url(../grafika/srodek_lewy_tlo.gif) repeat-y;
}

#srodek_prawy{
float:right;
width:780px;
/*background: url(../grafika/srodek_prawy.gif) repeat-y;*/
background: #FFDFFF;
}

.glowny_blok_tresci{
padding: 10px 10px 10px 10px;
text-align: justify;
/*background: url(../grafika/srodek_prawy_gbt.gif) repeat-y;*/
}
a.linkk, a.linkk a:link {
	color: blue;
	text-decoration: underline;
	font-size: 8pt;
	font-style: normal;
}

.lin, .lin a:link, .lin a:hover {color: #000000; text-decoration: none; font-size: 12px;	font-style: normal;}
.lista_srodek{
	list-style-type: square;
	text-align: justify;
	padding: 10px 0 10px 20px;
}


#stopka{
width:976px;
height:36px;
padding: 4px 4px 0 0;
text-align: right;
background: url(../grafika/stopka.gif);
}

/* Menu NOWE */
.bar-menu {
    width: 200px;
}
.bar-menu .box1 {
    background-color: #d7d353;
    color: black;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 0px;
    border-color: #448882;
    border-style: none;
    cursor: default;
    position: relative;
}
.bar-menu .box1 .box1.a, .box1.a:link, .box1.a:visited, .box1.a:hover, .box1.a:active {
color: black;
}
.bar-menu .box1 a {
color: #000000;
}


.bar-menu .box1-hover {
    background-color: #ffa;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 0px;
    border-color: #000000;
    border-style: none;
    cursor: default;
    position: relative;
}
.bar-menu .box1-open {
    background-color: #d7d353;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 0px;
    border-color: #448882;
    border-style: none;
    cursor: default;
    position: relative;
}
.bar-menu .box1-open-hover {
    background-color: #d7d353;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 0px;
    border-color: #d7d353;
    border-style: none;
    cursor: default;
    position: relative;
}
.bar-menu .box1 img, .bar-menu .box1-hover img, .bar-menu .box1-open img, .bar-menu .box1-open-hover img {
    position: absolute;
    top: 6px;
    right: 6px;
}
.bar-menu .section {
    background-color: #d7d353;
    font-family: arial;
    font-size: 12px;
    line-height: 12px;
    padding: 0px 0px 0px 20px;
    border-width: 0px;
    border-color: #000000;
    border-style: none;
    display: none;
}
.bar-menu .section a {
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
}
.bar-menu .section a:hover {
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
}
.bar-menu .box2 {
}
.bar-menu .box2-hover {
    background: #ffa;
}
.bar-menu .section .active,
.bar-menu .section .active:hover {
    color: yellow;
}
.box1 div:link{
	color: black;
}
#bar-menu2 a:hover{
	color: black;
}
a.pi {
	color:black;
	
}

/* Koniec Menu NOWE */

/*      Menu   STARE

ul.Menu, ul.Menu ul, { margin: 0px; padding: 0px; }

ul.Menu, ul.Menu ul 
{ width: 200px; border: none; 
background: url(../grafika/srodek_lewy_tlo.gif) repeat-y; 
padding-left: 0px; cursor: default; margin-left: 0px; 
}
ul.Menu li { list-style-type: none; 
margin: 5px; position: relative; 
color: #000;  text-indent: 10px;  
font-weight: bold; padding: 1px;
height: 15px;
vertical-align: middle;

}

ul.Menu li > ul { display: none; position: absolute; top: 5px; left: 80px; }
ul.Menu li:hover, ul.Menu li.CSStoHighlight { background-color: #ffa; color: #000; }
ul.Menu ul.CSStoShow { display: block; }
ul.Menu li:hover > ul { display: block; }
ul.Menu li a { color: #000; display: block; width: 100%; text-decoration: none; }
ul.Menu li a:hover { color: gray; }
ul.Menu li:hover > a { color: #000; }

ul.Menu * { line-height: normal !important; } /* overriding my normal stylesheet 

koniec meni */

.tab_part{
width: 99%;
border: 1px solid gray;
border-collapse: collapse;
text-align: left;
background: #FAFAFA;
}

.tab_part td{
border: 1px solid gray;
padding: 5px 3px 5px 5px;
}

.tab_part tr{
border: 0px solid gray;
}
.center{
	text-align: center;
}
.centerb{
	text-align: center;
	font-weight: bold;
	background: gray;
}



