body
{
   background-color: #696969;
 /*background-image: url(tlo.png);*/
   text-align: center;
   font-family: Verdana;
}

a:link
{
   color: #ffffff;
   font-size: 12px;
   font-weight: bold;
   text-decoration: none;
}

a:visited
{
   color: #3b3b31;
   font-size: 12px;
   font-weight: bold;
   text-decoration: none;
}

a:hover
{
   color: #000000;
}

#strona
{
   margin: auto;
   width: 842px;
   position: relative;
   top: -6px;
}

#header
{
   text-align: center;
}

#menu
{
   padding-top: 4px;
   padding-right: 4px;
   padding-left: 4px;
   padding-bottom: 4px;
   float: left;
   width: 842px;
}

#tresc
{
   padding-top: 0px;
   padding-right: 8px;
   padding-left: 0px;
   padding-bottom: 0px;
   background-color: #2F7898;
   float: right;
   width: 842px;
   border: 1px solid white;
}

#footer
{
   font-size: 12px;
   text-align: center;
   color: #1e1e1c;
   width: 842px;
   clear: both;
   float: right;
}

@font-face
{
   font-family: "ComixHeavy Regular";
   src: url(ComixHeavy.eot); /* IE */
   src: local("ComixHeavy Regular"), url(ComixHeavy.ttf) format('truetype');
}

h1
{
   font-size: 32px;
   font-family: "ComixHeavy Regular";
}

h2
{
   font-size: 20px;
   text-transform: uppercase;
}

h4
{
   font-size: 13px;
   text-transform: uppercase;
}

p
{
   font-size: 13px;
   color: #000000;
}

ul
{
   font-size: 13px;
   color: #000000;
}

.code
{
   width: 100%;
   color: #000000;
   text-align: left;
   background: #ffffff;
   font-family: Courier New;
   padding-left: 10px;
   border-width: 1px;
   border-style: solid;
}

.news
{
   font-size: 13px;
   font-weight: bold;
   text-transform: uppercase;
}