/*
#b5b5b5 szary
#fe0000 czerwony
#05173d granatowy
#ffffff bialy
*/
body {
  background-color: #05173d;
  background-image: url(graph/back.jpg);
  background-position: top;
  background-repeat: repeat-x;
  font-family: Tahoma, Verdana, Arial;
}

table.main {
  height: 100%;
  width: 800px;
  background-color: #ffffff;
}

td.logo {
  height: 150px;
  width: 800px;
  background-color: #fe0000;
  vertical-align: middle;
  text-align: center;
}

td.left {
  width: 180px;
  background-image: url(graph/marg-left.jpg);
  background-position: left;
  background-repeat: repeat-y;
  vertical-align: top;
}

td.menu {
  width: 180px;
  background-color: #fe0000;
  background-image: url(graph/marg-menu.jpg);
}

td.lower {
  width: 180px;
  height: 100px;
  background-image: url(graph/menu-down.jpg);
}

td.center {
  width: 620px;
  background-image: url(graph/marg-right.jpg);
  background-position: right;
  background-repeat: repeat-y;
  vertical-align: top;  
}

td.leftdown {
  width: 180px;
  height: 70px;
  background-image: url(graph/marg-left.jpg);
  background-position: left;
  background-repeat: repeat-y;
  text-align: center;
}

td.foot {
  height: 50px;
  background-image: url(graph/marg-down.jpg);
  vertical-align: top;
  text-align: center;
  margin-bottom: 9px;
}

a {
  text-decoration: none;
  color: #fe0000;
}

div.menu {
  font-size: 12px;
  font-weight: bold;
  margin-left: 15px;
  line-height: 17px;
  color: #fe0000;
}

a.menu {
  color: #ffffff;
}

a:hover.menu {
  color:#fe0000;
}

div.links {
  font-size: 11px;
  font-weight: bold;
  margin-left: 15px;
  color: #ffffff;
  line-height: 15px;
}

a.links {
  color: #ffffff;
}
a:hover.links {
  color:#fe0000;
}

h1 {
  font-size: 18pt;
  font-style: italic;
  text-align: center;
  color: #fe0000;
  margin-top: 10px;
}

h2 {
  font-size: 10pt;
  text-align: justify;
  color: #fe0000;
  margin-right: 20px;
  margin-left: 20px;
}

div.content {
  font-size: 10pt;
  text-align: justify;
  margin-right: 20px;
  margin-left: 20px;
}

div.important {
  font-size: 10pt;
  text-align: justify;
  font-weight: bold;
  margin-right: 20px;
  margin-left: 20px;
}

div.foot {
  font-size: 8pt;
  margin-right: 20px;
  margin-left: 20px;  
}
