@import url(typo.css);

  #site table { width: 100%;}
  img { border: none;}
  h1 img { display: none;}

  a,a:link,a:visited { text-decoration: none;}
  a:hover,a:active {}

  #site { height: 400px;}
  #adm_container #site { height: auto;}
  
    #container {}
      #top { height: 90px;}
      #menu { display: none; }

      #toolbar { display: none; }

      #middleimg { display: none;}

      #content { padding: 1em 1em 0 1em; clear:both; }
        #content .col { width: 32%; float: left; margin: 0 1em 1em 0;}
        #content .col.type2 { width: 65%;}
        #content .col.end { margin-right: 0; }
        
/*lists*/
        .col ul { padding:0; margin: 1em 0; list-style: disc; }
        .col ul li, .col ol li { margin: 0.1em 0 0.1em 3.5em; padding: 0.3em;}
        .col ol { padding: 0; margin: 1em 0; list-style: decimal;}
        
        .col ul.pushes { display: none;}
        
/*lists-searchresult*/

        ol.searchresult { }
          ol.searchresult li ul { margin: 0; list-style: none; }
          ol.searchresult li ul li { margin: 0; padding: 0 0 0.5em 0; font-style: italic; }

/*lists-end*/

        /* submenu */        
          dl.submenu { border-bottom: 1px dotted #ccc;}
            dl.submenu dt {border-top: 1px dotted #ccc;}
            dl.submenu dt a { font-weight: bold;}
            dl.submenu dd { border-top: 1px dotted #ccc; background: url(../img/icons/submenu_arrow.png) 0.5em center no-repeat; }
            dl.submenu a { display: block; padding: 0.2em; }
            dl.submenu dd a { width: auto; padding: 0.2em 0 0.2em 2em; color: #777;}
            dl.submenu dd a:hover { color: #555;}
        /* submenu - end */
        
        /* newsarchive */
        #content table.newsarchive { margin-top: -1em; border-collapse: collapse; }
        #content table.newsarchive tbody td { padding: 2px; vertical-align: top; text-align: right;}
        #content table.newsarchive tfoot td { padding: 4px 0; }
        #content table.newsarchive tbody a, 
        #content table.newsarchive tbody a:link, 
        #content table.newsarchive tbody a:visited { display: block; text-align: left;}
        
        #content ul.newsinfo {display:inline; width: 100%; list-style: none; }
        #content ul.newsinfo li { margin: 0 10px 0 0; }
        /* newsarchive end*/
        
        /* mailform */
        
        table.form { display: none;}
        
        /* mailform - end */

      #footer {clear:both; padding:0;}

        #footer .inner { width: auto; height: auto; }
          #footer .col { width: 30%; min-height: 103px; height: auto !important; height: 103px; float: left;}       
            #footer .col ul { margin:0; padding: 1em 0 0 8em; list-style:none; }
            #footer .col ul li { padding:0; margin:0;}
          #footer .col.end { padding-right: 0;}

      #bottom {clear: both; padding: 10px 0; text-align: right; line-height: normal;}
        #bottom span { float: left; text-align: left;}
        #bottom a,#bottom a:link { }

      #ctl00_cpLogin_ctl00_lbPrelogin { display: none;}
