/*
#ced3d7 szary
#fe0000 czerwony
#05173d granatowy
#ffffff bialy
*/
body {
  background-color: #000000;
  background-image: url(graph/tlo.jpg);
  background-position: top;
  background-repeat: repeat-x;
  font-family: Arial, Tahoma, Verdana;
}

table.main {
  height: 100%;
  width: 800px;
  background-color: #ffffff;
}

td.logo {
  height: 90px;
  width: 800px;
  background-color: #ced3d7;
  vertical-align: middle;
  text-align: center;
}

td.menu {
  height: 30px;
  width: 800px;
  background-image: url(graph/marg-menu.jpg);
  background-repeat: repeat-y;
  vertical-align: middle;
  text-align: center;
}

td.center {
  width: 800px;
  background-image: url(graph/marg.jpg);
  background-repeat: repeat-y;
  vertical-align: top;  
}

td.foot {
  height: 50px;
  background-image: url(graph/marg-down.jpg);
  vertical-align: middle;
  text-align: center;
  margin-bottom: 9px;
}

div.menu {
  font-size: 11px;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
  color: #fe0000;
  font-family: /*Verdana, Arial,*/ Tahoma;
}

a.menu {
  color: #ffffff;
}

a:hover.menu {
  color:#fe0000;
}

a {
  text-decoration: none;
  color: #fe0000;
}


div.ogl-gl-nagl {
  font-family: Verdana, Arial, Tahoma;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  margin-top: 1px;
  margin-bottom: 2px;
}

td.ogl-gl-opis {
  vertical-align: top;
  background-color: #ced3d7;
}

div.ogl-gl-opis {
  font-family: Verdana ,Arial, Tahoma;
  font-size: 8pt;
  text-align: justify;
  margin-right: 8px;
  margin-left: 8px;
  margin-top: 6px;
  margin-bottom: 6px;
}


h1 {
  font-size: 20pt;
  text-align: center;
  color: #fe0000;
  margin-top: 10px;  
}

h2 {
  font-size: 11pt;
  text-align: justify;
  color: #fe0000;
  margin-right: 30px;
  margin-left: 30px;
}

div.content {
  font-size: 10pt;
  text-align: justify;
  margin-right: 30px;
  margin-left: 30px;
}

div.important {
  font-size: 10pt;
  text-align: justify;
  font-weight: bold;
  margin-right: 30px;
  margin-left: 30px;
}

div.foot {
  font-size: 8pt;
  margin-right: 20px;
  margin-left: 20px;  
}
