/* Layout Stylesheet */ 
h4{
	COLOR: gray; TEXT-DECORATION: none; border: 0pt; font-size: 14pt;
}
h3{
	COLOR: #c9c9c9; TEXT-DECORATION: none; border: 0pt; font-size: 12pt;}

A:active {
	COLOR: red; TEXT-DECORATION: underline; border: 0pt;
font-family: Helvetica, sans-serif; font-size: 9pt; font-style: normal; font-weight: normal
}
A:visited {
	COLOR: white; TEXT-DECORATION: none;
font-family: Helvetica, sans-serif; font-size: 9pt; font-style: normal; font-weight: normal
}

A:link {
TEXT-DECORATION: none; color: white; border: 0pt;
  font-size: 9pt; font-style: normal; font-weight: normal
}


A:hover {
}
.tekst{
COLOR: white; TEXT-DECORATION: none; border: 0pt; font-family: Helvetica, sans-serif; font-size: 11pt; font-style: italic; font-weight: bold;
Text-align: center;  background-color:black;  border:1pt; border-color:white;
}
.td{
font-size: 8pt;
}
.img{
border-color: white; 
border-width:1px; 
border-style: solid;
}

body {
 margin:0px;
 background:black;
 color: #333333;
 text-align:center;
 padding:0;

 }

#outer {
 text-align:left;
 border:0px solid #000000;
 width:820px;
 margin:auto;

border-color: white; 
border-width: 0px; 
border-style: solid;
 }

#hdr {
 height:00px;
 background:black;
 color: #333333;
 }
#bar {
 height:40px;
 background:black;
 color: gray;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
 position:relative;
 background: black;
 color: #333333;
 width:750px;
 padding:0;
 }

#l-col {
 float:left;
 background:black;
 color: #333333;
 width:0px;
 }

#cont {
 width:730px;
 background:black;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:left;
 }

#cont2 {
 width:800px;
 background:black;
 color: #333333;
 border:solid white;	
 border-width:1px 1px 1px 1px;
 text-align:left;
 }

#ftr {
 height:20px;
 background:black;
 color: #C9C9C9;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }


#menuPoziome {
    margin        : 0px;
    border        : none;
    border-bottom : solid 1px black;
    padding       : 0px;
    width         : 750px;

    /****ZMIANY: czcionka****/
    font-family  : verdana, helvetica, sans-serif;
    font-size    : 10pt;
    font-weight  : bold;
    text-align   : left;

    background    : rgb(0,0,0);
}

/*************** MENU POZIOME ***************/

#menuPoziome ul {
    margin          : 1px;
    padding         : 1px;
    list-style-type : none;
}

#menuPoziome li {
    margin      : 0px;
    border      : none;
    border-left : 1px solid black;
    padding     : 0px;
    width       : 200px;
    display     : inline;
}

#menuPoziome ul li * {
    /****ZMIANY: odstępy wszystkich elementów****/
    padding-left  : 6px;
    padding-right : 6px;
    width : 200px;
}

#menuPoziome span {
    color : rgb(180,180,180);
}

#menuPoziome a {
    text-decoration : none;
}

#menuPoziome a:link {
    background :  transparent;
    color      :  rgb(249,249,249);
}

#menuPoziome a:visited {
    background :  transparent;

    color      :  rgb(249,249,249);
}

#menuPoziome a:hover {
    background :  rgb(0,0,0);
    color      :  red;
}

#menuPoziome a:active {
    background :  transparent;
    color      :  rgb(255,0,0);
}

#menuPoziome ul li#first {
    border : none;
}

#menuPoziome ul li#first * {
    /****ZMIANY: indywidualnie odstęp pierwszego elementu****/
    padding-left  : 8px;
}



