@import url('_reset.css');

body {
    background: #f1f1ec;
}
a {
    color: #800000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}


/* s: SiteHeader */
#SiteHeader {
    margin: 0 auto;
    width: 872px;
    font-size: 0;
    line-height: 0;
}
/* e: SiteHeader */


/* s: SiteContent */
#SiteContent {
    margin: 0 auto;
    width: 872px;
}
/* e: SiteContent */


/* s: ColumnLeft */
#ColumnLeft {
    padding: 15px;
    width: 220px;
    float: left;
}
/* e: ColumnLeft */


/* s: ColumnMain */
#ColumnMain {
    width: 620px;
    float: right;
}
/* e: ColumnMain */


/* s: SiteFooter */
#SiteFooter {
    margin: 100px auto 0;
    padding: 15px 10px;
    width: 852px;
    background: url('../gfx/stopka_bg.gif') repeat-x scroll left top;
    font: 10px Verdana, Arial, sans-serif;
    position: relative;
}
/* e: SiteFooter */


/* s: FooterLogos */
#FooterLogos {
    position: absolute;
    top: -70px;
    right: 0;
    text-align: right;
}
/* e: FooterLogos */


/* s: FooterCopyrights */
#FooterCopyrights {
    float: left;
}
/* e: FooterCopyrights */


/* s: FooterAuthor */
#FooterAuthor {
    text-align: right;
    float: right;
}
/* e: FooterAuthor */


/* s: contHead */
#ColumnMain .contHead {
    margin: 5px 0 15px;
    text-align: center;
    font: bold 16px Verdana, Arial, sans-serif;
}
/* e: contHead */


/* s: contText */
#ColumnLeft .contText h3 {
    margin: 0 0 4px;
}
#ColumnLeft .contText h3 {
    height: 17px;
    padding: 6px 25px 6px 50px;
    background: url('../gfx/header-bg.gif') no-repeat scroll left top;
    text-align: right;
    font: bold 10px/15px Verdana, Arial, sans-serif;
    color: #626844;
}
#ColumnMain .contText {
    text-align: justify;
    font: 11px/15px Verdana, Arial, sans-serif;
}
/* e: contText */


/* s: contGallery */
#ColumnMain .contGallery {
    margin: 5px auto 15px;
    width: 490px;
}
#ColumnMain .contGallery li {
    margin: 0 5px 5px 0;
    float: left;
    clear: none;
}
#ColumnMain .contGallery h3 {
    display: none;
}
#ColumnMain .contGallery img {
    border: 1px solid #0A2E6E;
}
/* e: contGallery */


/* s: contNav */
#ColumnLeft .contNav ul {
    padding: 18px 3px;
    background: #e6e6d0;
    font: 10px/15px Verdana, Arial, sans-serif;
    color: #c00000;
}
#ColumnLeft .contNav ul > li {
    padding: 6px 6px 6px 20px;
    background: url('../gfx/arrow_nav.gif') no-repeat scroll 8px 12px;
}
#ColumnLeft .contNav ul > li.a {
    background-color: #f0f0e0;
}
#ColumnLeft .contNav ul > li a {
    color: #c00000;
}
#ColumnLeft .contNav ul ul {
    padding: 0;
    background: transparent;
    color: #888878;
}
#ColumnLeft .contNav ul ul > li {
    padding: 1px 0 2px 15px;
    background: url('../gfx/minus.gif') no-repeat scroll 0px 9px;
}
#ColumnLeft .contNav ul ul > li.a {
    background-color: transparent;
}
#ColumnLeft .contNav ul ul > li a {
    color: #888878;
}
#ColumnLeft .contNav ul ul > li a:hover {
    color: #000;
    text-decoration: none;
}
/* e: contNav */




