<!--

BODY
{
    font-family: tahoma, Helvetica, sans-serif;
    font-size: 12px;
    background-color:#fff;
}

.top
{
   width:800px;
   height:120px;
   background-color:#eee;
   position:relative;
}


.main
{
   font-size:12px;
   height:100%;
   color:rgb(0,0,0);
   text-align:center;
   text-decoration: none;
   font-family:tahoma;
}

.menu
{
   font-size:12px;
   color:rgb(0,0,0);
   text-align:center;
   text-decoration: none;
   font-family:tahoma;
   padding:5px;
}

.menu_pozycja
{
   padding:3px;
   font-size:12px;
   color:rgb(0,0,0);
   cursor:pointer;
   text-decoration: none;
}

.menu_pozycja:hover
{
   color:rgb(50,50,50);
   font-weight:bold;
}

.news
{
  font-size:11px;
  color:rgb(0,0,0);
  text-align:left;
  text-decoration: none;
  font-family:tahoma;
  width:100%;
  border:1px solid rgb(202,223,255);
}
.news_title
{
  width:100%;
  font-weight:bold;
  background-color:rgb(222,233,255);
  border-bottom:1px solid rgb(202,223,255);
}
.news_contents
{
  width:100%;
  font-size:11px;
}


.stopka
{
   width:800px;
   height:40px;
   background-color:#777;
   position:relative;
}

.stopka_text
{
   font-size:11px;
   padding-right:80px;
   padding-top:7px;
   color:#777;
   text-align:right;
   text-decoration: none;
   font-family:tahoma;
}

.stopka_link
{
   color:#777;
   text-decoration: none;
}


-->
