/*******************************************************************************ogólne*****/
body {
  background-color: #FFFFFF;
}
a:link, a:visited {
  text-decoration: none;
  color: #000;
  outline: none;
}
a:hover, a:active {
  color: #000;
  outline: none;
}
a img {
  border:none;
}
u {
  text-decoration: overline ;
}
p {
  cursor: default;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0px;
}

.wciecie {
  cursor: default;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
  text-indent: 20px;
}
/*******************************************************************************główna ramka*/
#glownaramka {
  border: 0px solid #000000;
  background-color: #FFFFFF;
  width: 1000px;
  height: auto;
  position: relative;
  top: -7px;
  margin-left: auto;
  margin-right: auto;
}
/*******************************************************************************baner*****/
#baner {                 
  border: 0px solid #000000;
  width: 1000px;

  top: 0px;
  left: 0px;
  font-size: 12px;
}
/*******************************************************************************menu*/
#menu {
  width: 1000px;
  height: 66px;
  top: 0px;
  left: 5px;
  margin-left: auto;
  margin-right: auto;
  border: 0px solid #000000;
  font-size: 12px;
  font-family: arial;
}
ul, ul li {
background: url("/obrazy/tloa.gif") repeat-x center;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul {
  float: left;
  width: 1000px;
  background-color: transparent;
  border: 0px solid #000;
}
ul li {
	float: left;
}
ul a:link, ul a:visited {
  text-decoration: none;
  display: block;
  font-weight: bold;
  background: url("/obrazy/tloa.gif") repeat-x center;
  color: #FEFEFE;
  padding: 8px 17px;
  border-right: 0px solid #000;
  outline: none;
}
ul a:hover {
  background-color: transparent;
  background-image: url("/obrazy/tlob.gif");
  outline: none;
}
.podswietloneli {
  background-image: url("/obrazy/tlob.gif");
}
#x {
 text-decoration: none;
}
/*******************************************************************************tekst*/
#tekst a:link, #tekst a:visited {
  text-decoration: underline;
  color: #F00;
  outline: none;
}
#tekst a:hover, #tekst a:active {
  text-decoration: underline;
  color: #3300FF;
  outline: none;
}
#tekst {
  font-family: arial;
  width: 1000px;
  height: auto;
  font-size: 14px;
  color: #000000;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  border: solid 0px red;
}
#tekst_ramka {
  border-bottom: 3px solid #DADADA;
}
/*******************************************************************************stopka*/
#stopka {                   
  width: 1000px;
  height: 20px;
  top: 4px;
  left: 0px;
  border: 0px solid #000000;
  font-size: 11px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  color: #000000;
}
#stopka a:link, #stopka a:visited {
  color: #000000;
  outline: none;
}
/*******************************************************************************autor*/
#autor {                  
  width: 150px;
  height: 20px;
  border: 0px solid #000000;
  font-size: 11px;
  margin-left: auto;
  margin-right: 10px;
  text-align: right;
  color: #000000;
}
#autor a:link, #autor a:visited {
  color: #FF0033;
  outline: none;
}
/*********************************************************** RMA ******************/

.lista_sprzet, .lista_zlecenia {
  font-size: 11px;
}

#naglowek_zlecenia {
        background: #FF0000 url(/ico/red.png);
}
.lista_zlecenia tr:hover {
        background: #FF0000 url(/ico/red.png);
}
/*----------------------------------------------------------------------------*/
#naglowek_sprzet {
        background: #3366FF url(/ico/blue.png);
}
.lista_sprzet tr:hover {
        background: #3366FF url(/ico/blue.png);
}
.zaznaczone {
        text-decoration: underline;
}

