/* CSS Document @ mant.pl */

@import "screen2.css";

* {
          margin: 0;
          padding: 0;
          }

body {
          background: #fff;
          font-family: Trebuchet MS, Tahoma;
          }

.clear {
          clear: both;
          line-height: 0;
          width: 100%;
          }

          
          /* container */
          #container {
                    width: 975px;
                    margin: auto;
                    }
                    
                    /* top */
                    #top {
                              background: #fff;
                              width: 975px;
                              height: 100px;
                              float: left;
                              float: left;
                              padding: 0;
                              border-bottom: 3px solid #176095;
                              }
                              #top h1 {
                                        float: left;
                                        margin: 26px 0 0 0;
                                        display: inline;
                                        }
                                        #top h1 img {
                                                  float: left;
                                                  border: 0;
                                                  }
                              #top ul {
                                        float: right;
                                        padding: 10px 10px 0 0;
                                        }
                                        #top ul li {
                                                  background: #fff;
                                                  float: left;
                                                  display: inline;
                                                  height: 67px;
                                                  padding: 0px;
                                                  text-align: center;
                                                  font-weight: bold;
                                                  margin: 13px 0 0 20px;
                                                  }
                                                  #top ul li a {
                                                            padding: 0;
                                                            width: 51px;
                                                            height: 67px;
                                                            text-decoration: none;
                                                            float: left;
                                                            overflow:hidden;
                                                            text-indent:-9999px;
                                                            }
                                                  #top ul li a.reklama {
                                                            background: url(../img/ico/ico1.gif) no-repeat top center;

                                                            }
                                                  #top ul li a.forum {
                                                            background: url(../img/ico/ico2.gif) no-repeat top center;
                                                            }
                                                  #top ul li a.drukarnia {
                                                            background: url(../img/ico/ico3.gif) no-repeat top center;
                                                            }
                                                  #top ul li a.tv {
                                                            background: url(../img/ico/ico4.gif) no-repeat top center;
                                                            }
                                                  #top ul li a.bibliografia {
                                                            background: url(../img/ico/ico5.gif) no-repeat top center;
                                                            }
                                                  #top ul li a.archiwum {
                                                            background: url(../img/ico/ico6.gif) no-repeat top center;
                                                            }
                                                  #top ul li a.interwencje {
                                                            background: url(../img/ico/ico7.gif) no-repeat top center;
                                                            }
                                                  #top ul li a.redakcja {
                                                            background: url(../img/ico/ico8.gif) no-repeat top center;
                                                            }
                                                  #top ul li a.blogi {
                                                            background: url(../img/ico/ico9.gif) no-repeat top center;
                                                            }
                                                  #top ul li a.konkursy {
                                                            background: url(../img/ico/ico10.gif) no-repeat top center;
                                                            }
                                                            #top ul li a:hover {
                                                                      text-decoration: underline;
                                                                      }
                                                  .bottom-top {
                                                            background: url(../img/bottom-top.gif) 0 0 no-repeat;
                                                            width: 975px;
                                                            height: 10px;
                                                            float: left;
                                                            }
                              #ad {
                                        width: 975px;
                                        margin: 15px 0 0 0;
                                        float: left;
                                        text-align: center;
                                        }
                                        #ad img {
                                                  border: 0;
                                                  }
                                                  
#panel {
          
          background: #fff;
          width: 975px;
          height: 64px;
          float: left;
          margin: 10px 0 0 0;
          }

                    #panel ul li {
                              display: inline;
                              font-size: 12px;
                              float: left;
                              font-weight: bold;
                              }
                              #panel ul li a.first {
                                        margin: 0 0 0 1px;
                                        display: inline;
                                        }
                                        #panel ul li a.first:hover {
                                                  border-left: 1px solid #ccc;
                                                  margin: 0;
                                                  }
                              #panel ul li a.last {
                                        border-right: 0;
                                        }
                                        #panel ul li a.last:hover {
                                                  border-right: 1px solid #ccc;
                                                  }
                              #panel ul li a {
                                        color: #333;
                                        text-decoration: none;
                                        border-right: 1px solid #ccc;
                                        padding: 6px 8px 0 9px;
                                        height: 22px;
                                        float: left;
                                        }
                                        #panel ul li a:hover {
                                                  color: #156193;
                                                  background: url(../img/panel_a_hover.jpg) repeat-x top;
                                                  }
                                                  
                                                  
                                                  
                                                  
                                                  
                                                  
          #panel #search-login-config {
                    width: 975px;
                    }
                    #panel #search-login-config #search-login {
                              width: 659px;
                              height: 48px;
                              float: right;
                              }
                              #panel #search-login-config #search-login div.search {
                                        width: 306px;
                                        float: left;
                                        margin: 5px 0 0 0;
                                        display: inline;
                                        }
                                        #panel #search-login-config #search-login div.search input {
                                                  background: url(../img/bg_input.gif) repeat-x top #fff;
                                                  height: 18px;
                                                  float: left;
                                                  border: 1px solid #999;
                                                  font-size: 11px;
                                                  color: #666;
                                                  padding: 1px 3px 0 3px;
                                                  letter-spacing: 1px;
                                                  margin: 1px 0 0 0;
                                                  }
                                                  #panel #search-login-config #search-login div.search input.inp_search {
                                                            width: 220px;
                                                  }
                                                  #panel #search-login-config #search-login div.search input:focus {
                                                            border: 1px solid #666;
                                                            }
                                                  #panel #search-login-config #search-login div.search input.submit {
                                                            background: #1a7bbb url(../img/submitbg.gif) repeat-x;
                                                            color: #fff;
                                                            height: 20px;
                                                            float: left;
                                                            border: 0;
                                                            margin: 1px 0 0 5px;
                                                            padding: 0 10px 2px;
                                                            display: inline;
                                                            }
                                                  #panel #search-login-config #search-login .search label {
                                                            font-size: 12px;
                                                            width: 306px;
                                                            color: #666;
                                                            float: left;
                                                            margin: 0 0 3px 0;
                                                            display: block;
                                                            }
                                                  #panel #search-login-config #search-login .login label {
                                                            font-size: 12px;
                                                            width: 328px;
                                                            color: #666;
                                                            float: left;
                                                            margin: 0 0 3px 5px;
                                                            display: block;
                                                            }
                                                            #panel #search-login-config #search-login .login label a {
                                                                      color: #156193;
                                                                      text-decoration: underline;
                                                                      font-weight: bold;
                                                                      }
                                                                      #panel #search-login-config #search-login .login label a:hover {
                                                                                color: #156193;
                                                                                text-decoration: none;
                                                                                }
                              #panel #search-login-config #search-login div.login {
                                        width: 328px;
                                        float: right;
                                        margin: 5px 0 0 25px;
                                        display: inline;
                                        }
                                        #panel #search-login-config #search-login div.login input {
                                                  background: url(../img/bg_input.gif) repeat-x top #fff;
                                                  height: 18px;
                                                  float: left;
                                                  border: 1px solid #999;
                                                  font-size: 11px;
                                                  color: #666;
                                                  padding: 1px 3px 0 3px;
                                                  letter-spacing: 1px;
                                                  margin: 1px 0 0 5px;
                                                  display: inline;
                                                  }
                                                  #panel #search-login-config #search-login div.login input.login_username {
                                                            width: 100px;
                                                  }
                                                  #panel #search-login-config #search-login div.login input.login_pass {
                                                            width: 100px;
                                                  }
                                                  #panel #search-login-config #search-login div.login input.focus {
                                                            border: 1px solid #666;
                                                            }
                                                  #panel #search-login-config #search-login div.login input.submit {
                                                            background: #1a7bbb url(../img/submitbg.gif) repeat-x;
                                                            color: #fff;
                                                            height: 20px;
                                                            float: left;
                                                            border: 0;
                                                            margin: 1px 0 0 5px;
                                                            padding: 0 10px 2px;
                                                            display: inline;
                                                            }
                                                  #panel #search-login-config #search-login div.login input.redirect {
                                                            background: none;
                                                            height: 0px;
                                                            width: 0px;
                                                            border: 0;
                                                            margin: 0;
                                                            display: inline;
                                                            }
                                                            
                    #panel #search-login-config #adapt {
                              width: 291px;
                              float: left;
                              color: #666;
                              margin: 15px 0 0 0;
                              }
                              #panel #search-login-config #adapt p.info {
                                        font-size: 12px;
                                        color: #666;
                                        float: left;
                                        margin: 0;
                                        display: inline;
                                        }
                              #panel #search-login-config #adapt p.change {
                                        float: right;
                                        margin: 2px 10px 0 0;
                                        display: inline;
                                        font-weight: bold;
                                        }
                                        #panel #search-login-config #adapt p.change a.normal {
                                                  font-size: 12px;
                                                  color: #666;
                                                  text-decoration: none;
                                                  }
                                                  #panel #search-login-config #adapt p.change a.normal:hover {
                                                            color: #666;
                                                            }
                                        #panel #search-login-config #adapt p.change a.big {
                                                  font-size: 16px;
                                                  color: #666;
                                                  text-decoration: none;
                                                  }
                                                  #panel #search-login-config #adapt p.change a.big:hover {
                                                            color: #666;
                                                            }
                                                  
          /* content */
          #content {
                    width: 975px;
                    float: left;
                    margin: 10px 0 0 0;
                    }
                    
                    #content #navigation {
                              background: url(../img/navigation.gif) repeat-x bottom;
                              width: 969px;
                              float: left;
                              border: 1px solid #eee;
                              margin: 0 0 10px 0;
                              padding: 3px;
                              }
                              #content #navigation p {
                                        float: left;
                                        font-size: 12px;
                                        font-weight: bold;
                                        color: #333;
                                        padding: 0 0 0 5px;
                                        }
                              #content #navigation ul {
                                        float: left;
                                        margin: 0 0 0 5px;
                                        display: inline;
                                        }
                                        #content #navigation ul li {
                                                  float: left;
                                                  display: inline;
                                                  font-size: 12px;
                                                  margin: 0 0 0 5px;
                                                  color: #666;
                                                  }
                                                  #content #navigation ul li a {
                                                            float: left;
                                                            color: #333;
                                                            }
                                                            #content #navigation ul li a:hover {
                                                                      text-decoration: none;
                                                                      }
                                                  #content #navigation ul li span {
                                                            float: left;
                                                            margin: 0 0 0 5px;
                                                            display: inline;
                                                            }
                    
                    #content #menu {
                              width: 130px;
                              float: left;
                              }
                              #content #menu ul {
                                        float: left;
                                        width: 123px;
                                        border-left: 1px solid #ededed;
                                        border-right: 1px solid #ccc;
                                        border-bottom: 1px solid #ccc;
                                        }
                                        #content #menu ul li {
                                                  width: 123px;
                                                  float: left;
                                                  list-style-type: none;
                                                  font-size: 12px;
                                                  font-weight: bold; 
                                                  cursor: pointer;
                                                  border-top: 1px solid #ededed;
                                                  color: #000;
                                                  } 
                                                  #content #menu ul span {
                                                            float: left;
                                                            margin: 0;
                                                            padding: 0;
                                                            width: 113px;
                                                            }
                                                  #content #menu ul a {
                                                            background: url(../img/menu.gif) #fff repeat-x bottom;
                                                            color: #475057;
                                                            font-size: 12px;
                                                            padding: 6px 5px 6px 7px;
                                                            clear: both;
                                                            width: 111px;
                                                            float: left;
                                                            text-decoration: none;  
                                                            font-weight: bold;  
                                                            margin: 0;                                                       
                                                            }
                                                            #content #menu ul a:hover {
                                                                      text-decoration: none;
                                                                      color: #156193;
                                                                      background: #fff;
                                                                      }
                                        #content #menu p {
                                                  width: 130px;
                                                  float: left;
                                                  margin: 10px 0 0 0;
                                                  font-size: 12px;
                                                  color: #333;
                                                  }
                                                  #content #menu p img {
                                                            border: 0;
                                                            float: left;
                                                            }
                                                            #content #menu p strong {
                                                                      font-weight: bold;
                                                                      float: left;
                                                                      font-size: 16px;
                                                                      margin: 20px 0 0 5px;
                                                                      display: inline;
                                                                      }
                                        #content #menu .rss{
                                                  float: left;
                                                  background: url(../img/rss2.gif) no-repeat left;
                                                  margin: 10px auto 0;
                                                  font-size: 14px;
                                                  color: #D17434;
                                                  width: 107px;
                                                  height: 54px;
                                                  text-decoration: none;
                                                  font-weight: bold;
                                                  overflow:hidden;
                                                  text-indent:-9999px;
                                                  }
                    #content #text {
                              width: 580px;
                              float: left;
                              }
                    #content #text_gallery {
                              width: 845px;
                              float: left;
                              }
                              /* url(../img/bg_top-news.jpg) repeat-x top  */
                              #content #text #top-news {
                                        width: 558px;
                                        float: left;
                                        /* background: url(../img/topgnews.gif) repeat-x top #FFF; */
                                        background: #F7F7F7;
                                        padding: 10px;
                                        border: 1px solid #D5D5D5;
                                        margin: 0 0 10px 7px;
                                        display: inline;
                                        }
                                        #content #text #top-news h2 {
                                                  font-size: 32px;
                                                  float: left;
                                                  width: 550px;
                                                  font-weight: bold;
                                                  color: #156193;
                                                  padding: 0;
                                                  }
                                                  #content #text #top-news h2 a {
                                                            color: #156193;
                                                            }
                                                            #content #text #top-news h2 a:hover {
                                                                      color: #333;
                                                                      }
                                        #content #text #top-news p.add {
                                                  width: auto;
                                                  float: left;
                                                  color: #999;
                                                  font-size: 10px;
                                                  }
                                        #content #text #top-news p.txt {
                                                  width: 558px;
                                                  color: #333;
                                                  float: left;
                                                  font-size: 14px;
                                                  margin: 10px 0 0 0;
                                                  text-align: left;
                                                  }
                                                  #content #text #top-news p.txt img {
                                                            float: left;
                                                            padding: 2px;
                                                            background: #fff;
                                                            border: 1px solid #999;
                                                            margin: 0 10px 0 0;
                                                            }
                                                  #content #text #top-news p.txt a {
                                                            color: #666;
                                                            }
                                                            #content #text #top-news p.txt a:hover {
                                                                      text-decoration: none;
                                                                      color: #333;
                                                                      }
                                        #content #text .info {
                                                  width: 558px;
                                                  float: left;
                                                  margin: 10px 0 0 0;
                                                  }
                                                  #content #texts .info strong {
                                                            color: #666;
                                                            font-weight: normal;
                                                            }
                                                  #content #text .info a.comment {
                                                            background: url(../img/comment.jpg) left top no-repeat;
                                                            float: left;
                                                            font-size: 11px;
                                                            color: #999;
                                                            text-decoration: none;
                                                            padding: 0 0 0 20px;
                                                            }
                                                            #content #text .info a.comment:hover {
                                                                      color: #666;
                                                                      }
                                                  #content #text .info p.read {
                                                            width: auto;
                                                            font-size: 11px;
                                                            float: left;
                                                            color: #999;
                                                            margin: 0 0 0 20px;
                                                            display: inline;
                                                            }
                                                  #content #text .info a.more {
                                                            background: url(../img/bg_more.gif) no-repeat left center;
                                                            padding: 0 0 0 10px;
                                                            float: right;
                                                            margin: 0 10px 0 0;
                                                            display: inline;
                                                            color: #156193;
                                                            font-size: 12px;
                                                            }
                                                  #content #text .info a.more2 {
                                                            background: url(../img/bg_more.gif) no-repeat left center;
                                                            padding: 0 0 0 10px;
                                                            float: right;
                                                            margin: 0 10px 0 0;
                                                            display: inline;
                                                            color: #156193;
                                                            font-size: 13px;
                                                            }
                                                            #content .info a.more:hover {
                                                                      text-decoration: none;
                                                                      }
                                                                      
                              #content .weather-more {
                                        width: 975px;
                                        float: left;
                                        text-align: center;
                                        padding: 10px 0 10px 0;
                                        }
                                        #content .weather-more iframe {
                                                  margin: 20px 0 0 0;
                                                  bordeR: 1px solid #999;
                                                  padding: 5px;
                                                  }
                                        #content .weather-more div {
                                                  border-bottom: 1px solid #ccc;
                                                  float: left;
                                                  width: 965px;
                                                  padding: 0 0 2px 0;
                                                  }
                                        #content .weather-more h2 {
                                                  font-size: 20px;
                                                  float: left;
                                                  padding: 0 0 0 10px;
                                                  color: #156193;
                                                  text-align: left;
                                                  }
                                                  #content .weather-more a {
                                                            font-size: 12px;
                                                            color: #333;
                                                            float: right;
                                                            margin: 8px 10px 0 20px;
                                                            display: inline;
                                                            text-decoration: none;
                                                            }
                                                            #content .weather-more a:hover {
                                                                      color: #000;
                                                                      }
                              
                              /* news */                                        
                              #content #news {
                                        width: 578px;
                                        float: left;
                                        border: 1px solid #E4E4E4;
                                        background: #fff;
                                        margin: 0 0 0 7px;
                                        display: inline;
                                        }
                                        #content #news p.add {
                                                  width: auto;
                                                  float: left;
                                                  color: #999;
                                                  font-size: 10px;
                                                  }
                                        #content #news #news-text {
                                                  background: url(../img/news-text.gif) repeat-x top;
                                                  width: 558px;
                                                  float: left;
                                                  border-bottom: 1px dotted #E4E4E4;
                                                  padding: 10px;
                                                  }
                                        #content #text #news-text h2 {
                                                  font-size: 20px;
                                                  float: left;
                                                  width: 540px;
                                                  font-weight: bold;
                                                  color: #156193;
                                                  padding: 0;
                                                  }
                                                  #content #text #news-text h2 a {
                                                            color: #156193;
                                                            }
                                                            #content #text #news-text h2 a:hover {
                                                                      color: #333;
                                                                      }
                                        #content #text #news-text p.txt {
                                                  width: 558px;
                                                  float: left;
                                                  font-size: 12px;
                                                  color: #333;
                                                  margin: 10px 0 0 0;
                                                  text-align: left;
                                                  }
                                                  #content #text #news-text p.txt img {
                                                            float: left;
                                                            padding: 2px;
                                                            background: #fff;
                                                            border: 1px solid #999;
                                                            margin: 0 10px 0 0;
                                                            }
                                                  #content #text #news-text p.txt a {
                                                            color: #666;
                                                            }
                                                            #content #text #top-news p.txt a:hover {
                                                                      text-decoration: none;
                                                                      color: #333;
                                                                      }
                                                                      
                                        #content #news .news-more {
                                                  width: 548px;
                                                  float: left;
                                                  padding: 10px;
                                                  }
                                        #content #text .news-more h2 {
                                                  font-size: 20px;
                                                  float: left;
                                                  width: 545px;
                                                  font-weight: bold;
                                                  color: #156193;
                                                  padding: 0 0 2px 0;
                                                  margin: 0;
                                                  }
                                                  #content #text .news-more h2 a {
                                                            color: #156193;
                                                            text-decoration: none;
                                                            }
                                                            #content #text .news-more h2 a:hover {
                                                                      color: #333;
                                                                      text-decoration: underline;
                                                                      }
                                        #content #text .news-more .conttxt {
                                                  width: 558px;
                                                  float: left;
                                                  margin: 5px 0 0 0;
                                                  }
                                        #content #text .news-more .txt {
                                                  color: #000;
                                                  margin: 5px 0 0 0;
                                                  padding: 0 0 10px 0;
                                                  text-align: left;
                                                  position: relative;
                                                  float: left;
                                                  }
                                        #content #text .news-more .font-normal {
                                                  font-size: 13px;
                                                  }
                                        #content #text .news-more .font-big {
                                                  font-size: 15px;
                                                  }
                                        #content #text .news-more .txt p {
                                                  color: #000;
                                                  margin: 5px 0 0 0;
                                                  padding: 0 0 10px 0;
                                                  }
                                                  #content #text .news-more .img-news {
                                                            float: left;
                                                            padding: 2px;
                                                            background: #fff;
                                                            border: 1px solid #999;
                                                            margin: 5px 10px 0 0;
                                                            }
                                                  #content #text .news-more .txt p a {
                                                            color: #666;
                                                            }
                                                  #content #text .news-more .tools {
                                                            float: right;
                                                            }
                                                  #content #text .news-more p.print-send {
                                                            float: left;
                                                            }
                                                            #content #text .news-more p.print-send img {
                                                                      border: 0;
                                                                      float: left;
                                                                      margin: 2px 10px 0 0;
                                                                      display: inline;
                                                                      padding: 0;
                                                                      }
                                                  #content #text .news-more p.size {
                                                            float: left;
                                                            }
                                                            #content #text .news-more p.size a {
                                                                      text-decoration: none;
                                                                      font-weight: bold;
                                                                      color: #000;
                                                                      }
                                                                      #content #text .news-more p.size a:hover {
                                                                                text-decoration: underline;
                                                                                }
                                                            #content #text .news-more p.size a.normal {
                                                                      font-size: 12px;
                                                                      }
                                                            #content #text .news-more p.size a.big {
                                                                      font-size: 16px;
                                                                      }
                                                  
                                         #pager {
                                                  width: 556px;
                                                  float: left;
                                                  padding: 3px 0 5px 0;
                                                  text-align: center;
                                                  }
                                                  #pager a {
                                                            font-size: 12px;
                                                            text-decoration: none;
                                                            color: #156193;
                                                            padding: 1px 2px 1px 2px;
                                                            border: 1px solid #eee;
                                                            }
                                                            #content #news #pager a:hover {
                                                                      color: #fff;
                                                                      background: #156193;
                                                                      }
                                         #pager2 {
                                                  width: 550px;
                                                  float: left;
                                                  padding: 3px 0 5px 0;
                                                  text-align: center;
                                                  }
                                                  #pager2 a {
                                                            font-size: 12px;
                                                            text-decoration: none;
                                                            color: #156193;
                                                            padding: 1px 2px 1px 2px;
                                                            border: 1px solid #eee;
                                                            margin: 0 2px 0 2px;
                                                            display: inline;
                                                            }
                                                            #pager2 a:hover {
                                                                      color: #fff;
                                                                      background: #156193;
                                                                      }
                                                                      
                              #content #news .send-friend {
                                        width: 310px;
                                        float: left;
                                        margin: 10px 0 0 0;
                                        }
                                        #content #news .send-friend label {
                                                  width: 300px;
                                                  float: left;
                                                  font-size: 12px;
                                                  height: 17px;
                                                  color: #666;
                                                  }
                                        #content #news .send-friend input.art_link {
                                                  width: 300px;
                                                  float: left;
                                                  height: 17px;
                                                  color: #333;
                                                  border: 1px solid #999;
                                                  font-size: 12px;
                                                  background: #eee;
                                                  }
                              #content #news .addto {
                                        width: auto;
                                        float: right;
                                        margin: 0;
                                        display: inline;
                                        }
                                        #content #news .addto img {
                                                  border: 0;
                                                  float: left;
                                                  margin: 0px 0 0 0;
                                                  }
                                                                      
                              /* comments */                                        
                              #content .comments {
                                        width: 578px;
                                        float: left;
                                        border-left: 1px solid #E4E4E4;
                                        border-right: 1px solid #E4E4E4;
                                        border-bottom: 1px solid #E4E4E4;
                                        border-top: 2px solid #156193;
                                        background: #fff;
                                        margin: 0 0 10px 7px;
                                        padding: 0 0 20px 0;
                                        display: inline;
                                        }
                                        #content .comments .header {
                                                  width: 568px;
                                                  float: left;
                                                  padding: 3px 5px 3px 5px;
                                                  border-bottom: 1px solid #E4E4E4;
                                                  }
                                                  #content .comments .header h5 {
                                                            font-size: 12px;
                                                            color: #333;
                                                            float: left;
                                                            }
                                                            #content .comments .header h5 span {
                                                                      font-weight: normal;
                                                                      color: #666;
                                                                      }
                                                  #content .comments .header a {
                                                            float: right;
                                                            font-size: 12px;
                                                            text-decoration: none;
                                                            color: #156193;
                                                            font-weight: bold;
                                                            cursor: pointer;
                                                            }
                                                            #content .comments .header a:hover {
                                                                      text-decoration: underline;
                                                                      }
                                                  #content .comments .comment {
                                                            background: url(../img/comment.jpg) 0 3px no-repeat;
                                                            width: 548px;
                                                            float: left;
                                                            margin: 5px 0 0 5px;
                                                            padding: 0 0 0 20px;
                                                            display: inline;
                                                            }
                                                            #content .comments .comment p.skr {
                                                                      float: left;
                                                                      font-size: 11px;
                                                                      color: #333;
                                                                      }
                                                                      #content .comments .comment p.skr a {
                                                                                color: #156193;
                                                                                text-decoration: none;
                                                                                font-weight: bold;
                                                                                }
                                                                                #content .comments .comment p.skr a:hover {
                                                                                          text-decoration: underline;
                                                                                          }
                                                                      #content .comments .comment p.report {
                                                                                color: #666;
                                                                                font-size: 10px;
                                                                                float: left;
                                                                                }
                                                                      #content .comments .comment p.report a {
                                                                                color: #666;
                                                                                float: left;
                                                                                text-decoration: none;
                                                                                font-weight: bold;
                                                                                }
                                                                                #content .comments .comment p.report a:hover {
                                                                                          text-decoration: underline;
                                                                                          }
                                                            #content .comments .comment p.date {
                                                                      width: 300px;
                                                                      text-align: right;
                                                                      float: right;
                                                                      font-size: 11px;
                                                                      color: #999;
                                                                      }
                                                  #content .comments .contcomment {
                                                            float: left;
                                                            margin: 10px 0 0 20px;
                                                            display: inline;
                                                            }
                                                  #content .comments .addcomment {
                                                            float: left;
                                                            width: 518px;
                                                            border: 1px solid #E4E4E4;
                                                            display: none;
                                                            padding: 0 10px 10px 10px;
                                                            }
                                                            #content .comments .addcomment label {
                                                                      width: 518px;
                                                                      float: left;
                                                                      font-size: 11px;
                                                                      color: #666;
                                                                      margin: 5px 0 0 0;
                                                                      }
                                                            #content .comments .addcomment textarea {
                                                                      background: url(../img/bg_input.gif) repeat-x top #fff;
                                                                      width: 508px;
                                                                      height: 80px;
                                                                      float: left;
                                                                      border: 1px solid #999;
                                                                      padding: 5px;
                                                                      font-size: 11px;
                                                                      color: #333;
                                                                      font-family: Trebuchet MS, Tahoma;
                                                                      }
                                                                      #content .comments .addcomment textarea:focus {
                                                                                border: 1px solid #666;
                                                                                }
                                                            #content .comments .addcomment input.txt {
                                                                      background: url(../img/bg_input.gif) repeat-x top #fff;
                                                                      width: 200px;
                                                                      height: 15px;
                                                                      float: left;
                                                                      border: 1px solid #999;
                                                                      padding: 1px 5px 0 5px;
                                                                      font-size: 11px;
                                                                      color: #333;
                                                                      font-family: Trebuchet MS, Tahoma;
                                                                      }
                                                                      #content .comments .addcomment input:focus {
                                                                                border: 1px solid #666;
                                                                                }
                                                            #content .comments .addcomment span {
                                                                      width: 508px;
                                                                      float: left;
                                                                      margin: 10px 0 0 0;
                                                                      }
                                                            #content .comments .addcomment input.submit {
                                                                      float: left;
                                                                      padding: 0 3px 0 3px;
                                                                      font-size: 11px;
                                                                      height: 22px;
                                                                      width: 110px;
                                                                      color: #333;
                                                                      font-family: Trebuchet MS, Tahoma;
                                                                      }
                                                            #content .comments .addcomment p {
                                                                      float: left;
                                                                      font-size: 11px;
                                                                      color: #999;
                                                                      margin: 5px 0 0 0;
                                                                      }
                                                                      #content .comments .addcomment p a {
                                                                                float: none;
                                                                                color: #156193;
                                                                                margin: 0;
                                                                                }
                                                                      #content .comments .addcomment a {
                                                                                float: left;
                                                                                font-size: 11px;
                                                                                color: #666;
                                                                                text-decoration: none;
                                                                                margin: 0 0 0 5px;
                                                                                display: inline;
                                                                                }
                                                                                #content .comments .addcomment a:hover {
                                                                                          color: #333;
                                                                                          }
          #banner_menu {
                    width: 130px;
                    float: left;
                    padding: 5px 0 0px 0;
                    }
                    #banner_menu img {
                              float: left;
                              border: 0;
                              }
          .baner_content_container {
                    float: left;
                    margin: 5px 0 0 0;
                    }
                    .baner_content_container h6 {
                              float: left;
                              font-size: 10px;
                              color: #666;
                              margin: 0;
                              padding: 0;
                              }
          #baner_content {
                    width: 545px;
                    float: left;
                    text-align: center;
                    padding: 5px 0 0 0;
                    margin: 0 0 5px 0;
                    border-top: 1px solid #ddd;
                    }
                    #baner_content img {
                              border: 0;
                              float: none;
                              }
                              
          .rek_gazeta {
                    width: 210px;
                    float: left;
                    margin: 10px 0 0 0;
                    }
                    .rek_gazeta img {
                              border: 0;
                              }
                              
          .podnewsami {
                    width: 585px;
                    float: left;
                    text-align: center;
                    padding: 5px 0 5px 4px;
                    }
                    .podnewsami img {
                              float: none;
                              border: 0;
                              }
          .nadnewsami {
                    width: 585px;
                    float: left;
                    text-align: center;
                    padding: 0px 0 5px 4px;
                    }
                    .nadnewsami img {
                              float: none;
                              border: 0;
                              }
                                         
          #adcontainer {
                    width: 975px;
                    float: left;
                    margin: 10px 0 0 0;
                    text-align: center;
                    }   
                    #adcontainer .adelement {
                              width: 180px;
                              padding: 0 7px 0 8px;
                              float: left;
                              }   
                              #adcontainer .adelement img {
                                        float: left;
                                        border: 0;
                                        }     
                                        #adcontainer .adelement flash {
                                                  float: left;
                                                  }                                      
                                                                      
