/* szkielet */
#przestrzen
{
  position: relative;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding: 0px;
  width: 990px;
  background-color: #FFFACD;
  border-style: solid;
  border-width: 1px;
  border-color: #FF9600;
}

#gora
{
  width: 990px;
  height: 150px;
  background-image: url('../img/gora.jpg');
}

#divgora
{
  position: absolute;
  width: 785px;
  height: 25px;
  left: 200px;
  top:119px;
  background-image: url('../img/tlomenu.jpg');
  background-color: #FF0;
}

#lewo
{
  float: left;
  width: 200px;
  background-color: #FF9600;
}

#roboczy
{
   margin-left: 200px;
   padding: 5px;
   background-color: #FFFACD;
}

#stopka
{
  width: 990px;
  clear: both;
  border-top-style: double;
  border-top-width: 3px;
  border-top-color: #FF9600;
  font-family: sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
}

/* gorne menu */
#menug
{
  margin: 0px;
  padding: 0px;
}

#menug li
{
  width: 100px;
  float: left;
  list-style: none;
  font-family: sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
}

#menug li a:link, #menug li a:visited
{
  margin-top: -20px;
  margin-left: 15px;
  padding: 0px;
  display: block;
  width: 85px;
  text-decoration: none;
  color: #000;
}

#menug li a:hover
{
  color: #F00;
}

/* ELEMENTY STRONY */
.tekst
{
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  padding: 0px;
  text-indent: 15px;
  text-align: justify;
  font-family: sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}

