/* *
 *
 * BeefSan - style.css
 * Author: Agencja WMC
 *
 */
/** {
    margin: 0px;
    padding: 0px;
}*/

body {
    padding: 0px;
    margin: 0px;
    background: #ffffff;
}



/* clearfix */

.clearfix:after {
        content: ".";
        display: block;
        height: 0px;
        clear: both;
        visibility: hidden;
}

/*.clearfix {display: inline-block;}*/

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {display: block;}

.clearFix {
    clear: both;
}

body, html, input, textarea, select, p {
    font-size: 11px;
    font-family: Tahoma;
    color: #647074;
}

h1, h2, h3, h4, h5, h6 {
    color: #255ab3;
    font-weight: bold;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

a {
    text-decoration: none;
    color: #ff0312;
}

a img {
    border: none;
}

a {
    text-decoration: none;
    color: #ff0312;
}

a:hover {
    text-decoration: underline;
    color: #ff0312;
}

a.grey {
    color: #76787a;
}

a.grey:hover {
    text-decoration: underline;
    color: #ff0312;
}

a.arrow {
    text-decoration: underline;
    color: #ff0312;
    background-image: url(/static/images/arrow.gif);
    background-position: 0px 5px;
    background-repeat: no-repeat;
    margin-left: -10px;
    padding-left: 10px;
}

a.more {
    text-decoration: underline;
    color: #ff0312;
    background-image: url(/static/images/arrow.gif);
    background-position: 0px 5px;
    background-repeat: no-repeat;
    margin-left: -10px;
    padding-left: 10px;
}

a.newslink {
    position: absolute;
    right: 0px;
    bottom: -2px;
    display: block;
    text-decoration: underline;
    color: #ff0312;
    background-image: url(/static/images/arrow.gif);
    background-position: 10px 5px;
    background-repeat: no-repeat;
    background-color: #fff;
    margin-left: 3px;
    margin-right: 0px;
    padding-left: 20px;
    padding-bottom: 1px;
}

.doc {
    text-decoration: none;
    color: #76787a;
    background-image: url(/static/images/icon.doc.gif);
    background-position: 0px 3px;
    background-repeat: no-repeat;
    padding-left: 15px;
}

.red {
    color: #ff0312;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

hr {
    background-color: #e4dfd8;
    border: 0;
    height: 1px;
}


div#flashBaner {
    height: 227px;
    width: 1000px;
    margin: 0px auto;
    margin-top: 10px;
}

div#pageZone {
    width: 985px;
    padding: 0px;
    margin: 0px auto;
    margin-top: 5px;
}

div#pageContainer {
    padding: 0px;
    margin-right: 7px;
}

div#pageMenu {
    height: 31px;
    background-image: url(/static/images/menu.center.jpg);
    background-repeat: repeat-x;
    position: relative;
    margin-bottom: 10px;
}

div#pageMenu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div#pageMenu ul li {
    float: left;
    margin-right: 2px;
}

div#pageMenu #menuRightBg {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 12px;
    height: 31px;
    background-image: url(/static/images/menu.right.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div#pageLeftContainer {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 221px;
    margin-left: 10px;
    display: inline;
}

div#pageRightContainer {
    margin: 0px;
    padding: 0px;
    padding-left: 13px;
    float: left;
    width: 734px;
    display: inline;
    background-image: url(/static/images/bg.rightPanel.gif);
    background-repeat: repeat-y;
}

/** prawy div zawartosci dla szablonu podstrony **/
div#pageSubContainer {
    margin: 0px;
    padding: 0px;
    padding-left: 28px;
    float: left;
    width: 719px;
    display: inline;
    background-image: url(/static/images/bg.rightPanel.gif);
    background-repeat: repeat-y;
}

div#pageContent {
    text-align: justify;
    margin-right: 20px;
    min-height: 400px;
}

div#pageContent a {
    text-decoration: underline;
}

div#pageContent ul {
    list-style-image: url(/static/images/arrow.gif);
    list-style-position: outside;
}

/** notatnik **/
div#notepadBox {
    float: right;
}

div#notepadBox ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div#notepadBox ul li {
    list-style: none;
    float: left;
    margin-right: 10px;
    padding-left: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
}

div#notepadBox ul li.add {
   background-image: url(/static/images/btn.notepad.add.gif);
   background-repeat: no-repeat;
   background-position: 0px 0px;
}

div#notepadBox ul li.show {
   background-image: url(/static/images/btn.notepad.gif);
   background-repeat: no-repeat;
   background-position: 0px 0px;
}

div#notepadBox ul li.print {
  background-image: url(/static/images/btn.print.gif);
   background-repeat: no-repeat;
   background-position: 0px 0px;
}


/** Lewy panel na stronie głownej **/

div#searchBox {
    background-image: url(/static/images/bg.search.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 206px;
    height: 98px;
    margin-bottom: 12px;
    position: relative;
}

div#searchBox input#searchPhrase {
    position: absolute;
    top: 27px;
    left: 17px;
}

div#searchBox input.btn {
    position: absolute;
    bottom: 16px;
    right: 19px;
}

div#boxes{
    width: 204px;
    margin-bottom: 16px;
}

div#boxes ul#listbox {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div#boxes ul#listbox li.box {
    list-style: none;
    height: 43px;
    margin-bottom: 1px;
}

div#boxes ul.listboxitem {
    list-style: none;
    margin: 0px;
    padding: 5px 0px 15px 20px;
}

div#boxes ul.listboxitem li {
    margin: 0px;
    height: 15px;
    margin: 0px 0px 1px;
}

div#boxes div.standardStyles {
    line-height: 15px;
}

div.underbox {
    position: relative;
    top: -10px;
    padding-top: 10px;
    color: #fff;
}

div.underbox a {
    color: #fff;
}

div.boxgrey {
   background-color: #646e72;
   background-image: url(/static/images/bg.box.grey.gif);
    background-position: bottom;
    background-repeat: no-repeat;
}

div.boxblue {
    background-color: #0a5091;
    background-image: url(/static/images/bg.box.blue.gif);
    background-position: bottom;
    background-repeat: no-repeat;
}

div.boxred {
    background-color: #dd0f18;
    background-image: url(/static/images/bg.box.red.gif);
    background-position: bottom;
    background-repeat: no-repeat;
}

dov#boxes div.underbox ul li {
    height: 15px;
}

div#boxes div.hide {
    display: none;
}

div#boxes div.show {
    display: block;
}
/**end**/

/** Prawy panel na stronie głównej **/
img.subTitle {
    position: relative;
    left: 15px;
}

div#newsBox {
    float: left;
    width: 490px;
    padding-left: 10px;
    padding-top: 25px;
    background-image: url(/static/images/bg.news.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div#newsBox div.newsBoxDetails {
    margin-top: 15px;
    width: 475px;
    border-bottom: 1px solid #e5e7e7;
}

div#newsBox div.newsBoxPhoto {
    float: left;
    width: 125px;
    padding-top: 15px;
    vertical-align: middle;
}

div#newsBox div.newsBoxPhoto img{
    padding: 1px;
    border: 1px solid #dcdcdc;
}

div#newsBox div.newsBoxDescription {
    float: right;
    margin: 0px;
    margin-left: 10px;
    padding: 0px;
    padding-bottom: 18px;
    text-align: justify;
    position: relative;
}


div#newsBox div.newsBoxDescriptionWithPhoto {
    width: 335px;
}

div#groupBox {
    float: left;
    width: 227px;
    padding-top: 25px;
}

div#groupBoxDetails {
    margin-top: 10px;
    background-image: url(/static/images/bg.group.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    height: 296px;
    position: relative;
}

div#groupBoxDetails a#boxlink {
    position: absolute;
    bottom: 10px;
    right: 10px;
}



/** end **/


/** FOOTER **/
div#pageFooter {
    border-top: 2px solid #e1e1e1;
    background-color: #f2f2f2;
    height: 82px;
    margin-top: 35px;
    margin-left: 10px;
    margin-bottom: 10px;
    color: #76787a;
}

div#footerList {
    float: left;
    padding-top: 13px;
    padding-left: 5px;
}

div#footerList ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

div#footerList ul li{
    float: left;
    padding-left: 45px;
    padding-right: 40px;
    border-right: 1px solid #e8e8e8;
}

div#footerList ul li.second {
    padding-right: 65px;
}

div#footerList ul li.last {
    border: none;
    padding-left: 60px;
    padding-right: 5px;
}

div#newsletterBox {
    float: right;
    position: relative;
    top: -2px;
    right: 5px;
    background-image: url(/static/images/bg.newsletter.blank.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 210px;
    height: 82px;
}

input#newsletterField {
    position: relative;
    top: 6px;
    left: 19px;
    border: none;
    background-color: transparent;
    width: 110px;
    margin-right: 25px;
}

input.newsletterBtnCss {
    position: relative;
    top: 12px;
    margin-right: 1px;
}

div#afterFooter {
    margin-left: 10px;
    margin-bottom: 10px;
    padding-left: 12px;
    padding-right: 7px;
}

/** END FOOTER **/

/* lokalizer */

div#lokalizer {
    margin-right: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e7e7;
}

div#lokalizer ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

div#lokalizer ul li {
    float: left;
    margin-right: 10px;
    background-image: url(/static/images/bg.lokalizer.gif);
    background-position: right 4px;
    background-repeat: no-repeat;
    padding-right: 10px;
    color: #76787a;
}

div#lokalizer ul li.empty {
    background-image: none;
    padding-right: 0px;
}


/* inputy */
input.text, textarea.text {
    margin-bottom: 2px;
    margin-top: 2px;
    padding: 2px;
    border: 1px solid #cccccc;
}

input.text {
    border: 2px solid #475362;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    outline: 1px solid #d2d2d2;
    width: 168px;
    height: 13px;
    padding-left: 2px;
}

textarea.text {
    width: 400px;
    height: 140px;
}

/** boks dokumenty **/
div#docsBox {
    width: 204px;
    margin-top: 15px;
    margin-bottom: 10px;
}

div#docsBox div.docsTitleTop {
    background-image: url(/static/images/bg.submenu.grey.top.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 3px;
    width: 204px;
    font-size: 1pt;
}

div#docsBox div.docsTitleBottom {
    background-image: url(/static/images/bg.submenu.grey.bottom.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 3px;
    width: 204px;
    font-size: 1pt;
    margin-bottom: 2px;
}

div#docsBox a.docsTitleMiddle {
    background-image: url(/static/images/bg.submenu.grey.middle.gif);
    background-repeat: repeat-x;
    background-color: #657074;
    display: block;
    min-height: 13px;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #fff;
    font-weight: bold;
}

div#docsBox div.docsContentTop {
    background-image: url(/static/images/bg.submenu.level3.top.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 3px;
    width: 204px;
    font-size: 1pt;
}

div#docsBox div.docsContentBottom {
    background-image: url(/static/images/bg.submenu.level3.bottom.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    height: 3px;
    width: 204px;
    font-size: 1pt;
}

div#docsBox div.docsContentMiddle {
    background-color: #fff;
    border-left: 1px solid #d5d8da;
    border-right: 1px solid #d5d8da;
    display: block;
    padding-left: 20px;
    padding-right: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #647074;
}

/* wyswietlanie dokumentow z modulu */
.doc_title {
    padding-left: 59px;
    padding-top: 10px;
    position: relative;
}

.doc_file {
    padding-left: 59px;
}

.doc_date {
    position: absolute;
    left: 0px;

}