/*
 * Image/J Plugins
 * Copyright (C) 2002-2011 Jarek Sacha
 * Author's email: jsacha at users dot sourceforge dot net
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * Latest release available at http://sourceforge.net/projects/ij-plugins/
 */

/*
#banner {
    height: 95px;
    background: none;
    font-size: xx-large;
    font-weight: bold;
    text-align: center;
    color: #000066;
}
*/
#banner {
    height: 79px;
    background: url(../images/banner-79.png);
}

#breadcrumbs {
    height: 13px;
    background-image: url(../images/breadcrumbs-2.png);
    padding: 5px 10px 14px 20px;
}

* html #breadcrumbs {
    padding-bottom: 0px;
}

#leftColumn {
    width: 130px;
    float: left;
    overflow: auto;
}

#bodyColumn {
    margin-right: 1.5em;
    margin-left: 160px;
}

#navcolumn h5 {
    color: #663333;
}

#navcolumn ul a {
    color: #996633;
}

#navcolumn ul a:hover {
    color: #da7c1f;
}

BODY {
    background: url(../graphics/paski.jpg);
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
}

A:LINK {
    color: #996633;
}

A:LINK:hover {
    color: #da7c1f;
}

A:VISITED {
    color: #663333;
}

A:VISITED:hover {
    color: #da7c1f;
}

H1, H2, H3, H4, H5, H6 {
    color: #000066;
}

ul.pilka {
    list-style-image: url(../graphics/niebieska_pilka.png);
    list-style-type: circle;
}

ul.none {
    list-style-image: none;
    list-style-type: square;
}


