
table.Main
{
  width: 776px;
  background-color:inherit;
}

td.Main
{
  width: 776px;
  background-color:inherit;
}

td.LogoLeft
{
  width: 200px;
  text-align: center;
}

td.LogoRight
{
  width:576px;
  text-align: center;
}


table.Menu
{
  width: 200px;
  text-align: center;
}

td.Menu
{
  width: 200px;
  text-align: center;
  vertical-align: top;
  padding-top: 10;
}

td.Workbench
{
  padding: 5px;

  width: 576px;
  vertical-align: top;
}

div.Footer
{
  text-align: right;

  border-style: solid;
  border-width: 1px;
  border-color: white;

  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

div.Banner
{
  margin: 0;
  margin-top: 15;
  text-align: center;
}

div.RSS
{
  text-align: right;
}

p.Subscription
{
  font-size: 12px;
  text-align: center;
}

p.Header
{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

table.EditForm
{
  text-align: left;
  border-spacing: 3px;
}

td.EditLink
{
  text-align: right;
}

/* link trybu edycji */

a.EditMode:link
{
  color: olivedrab;
  background-color:inherit;
  font-size:12px;
  text-decoration: none;
}

a.EditMode:active
{
  color: olivedrab;
  background-color:inherit;
  font-size:12px;
  text-decoration: none;
}

a.EditMode:visited
{
  color: olivedrab;
  background-color:inherit;
  font-size:12px;
  text-decoration: none;
}
a.EditMode:hover
{
  color: orange;
  background-color:inherit;
  font-size:12px;
  text-decoration: none;
}




