/* *
 *
 * Rolmex - rolmex.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: #475362;
}

h1 {
    color: #475362;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}

h2 {
    font-size: 13px;
    color: #475362;
    margin: 0px;
    padding: 0px;
    margin-bottom: 15px;
    text-decoration: none;
    font-weight: bold;
}

h3 {
    font-size: 12px;
    color: #475362;
    margin: 0px;
    padding: 0px;
    margin-bottom: 5px;
    text-decoration: none;
    font-weight: bold;
}

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

a img {
    border: none;
}

a.green {
    color: #c6bf00;
}

a.white {
    color: #ffffff;
}

a.grey {
    color: #c4c4c4;
}

.moreGreen {
    background-image: url(/static/images/arrow.green.gif);
    background-position: right 3px;
    background-repeat: no-repeat;
    padding-right: 5px;
    color: #c6bf00;
}

a.moreWhite {
    background-image: url(/static/images/arrow.green.gif);
    background-position: right 4px;
    background-repeat: no-repeat;
    padding-right: 5px;
    color: #c6bf00;
}

.leftGreen {
    background-image: url(/static/images/arrow.green.gif);
    background-position: left 3px;
    background-repeat: no-repeat;
    padding-left: 10px;
    color: #c6bf00;
}

.backGreen {
    background-image: url(/static/images/arrow.green.back.gif);
    background-position: left 3px;
    background-repeat: no-repeat;
    padding-left: 8px;
    color: #c6bf00;
}

a.leftWhite {
    background-image: url(/static/images/arrow.white.gif);
    background-position: left 4px;
    background-repeat: no-repeat;
    padding-left: 10px;
    color: #ffffff;
}

a.topWhite {
    background-image: url(/static/images/arrow.white.top.gif);
    background-position: left 6px;
    background-repeat: no-repeat;
    padding-left: 12px;
    color: #ffffff;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}



div#pageContainer {
    width: 951px;
    padding: 0px;
    margin: 0px auto;
    background-image: url(/static/images/bg1.jpg);
}

/** header strony **/

div#header {
    position: relative;
    height: 112px;
}

img.logo {
    margin-top: 20px;
    margin-left: 40px;
}

div#headerToolbar {
    position: absolute;
    right: 0px;
    bottom: 30px;
    height: 26px;
    padding: 0px;
    margin: 0px;
}

div#headerToolbar ul {
    list-style-type: none;
}

div#headerToolbar ul li {
    list-style-type: none;
    list-style-position: outside;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #efefef;
    height: 25px;
}

div#headerToolbar ul li.last {
    list-style-type: none;
    list-style-position: outside;
    float: left;
    padding-left: 15px;
    padding-right: 0px;
    border-right: none;
    height: 25px;
}



/** podział na trzy bloki (strona głowna) **/

div#bodyLeftZone {
    float: left;
    width: 317px;
    padding-right: 0px;
    margin-right: 0px;
}

div#bodyMainZone {
    float: left;
    width: 634px;
}

div#bodyBanerPL {
    width: 884px;
    height: 230px;
    background-image: url(/static/images/pl/baner.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    margin-left: 69px;
    position: relative;
}

div#bodyBanerEN {
    width: 884px;
    height: 230px;
    background-image: url(/static/images/en/baner.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    margin-left: 69px;
    position: relative;
}

div.link1 {
    position: absolute;
    bottom: 82px;
    left: 600px;
    padding: 1px;
    padding-left: 10px;
    padding-bottom: 2px;
    background-color: #dcd86f;
    width: 150px;
}

div.link1 a {
    background-image: url(/static/images/arrow.white.gif);
    background-position: right 3px;
    background-repeat: no-repeat;
    padding-right: 10px;
    color: #ffffff;
    display: block;
    width: 130px;
}

div.link1:hover {
    background-color: #e1dc88;;
}

div.link2 {
    position: absolute;
    bottom: 65px;
    left: 600px;
    padding: 1px;
    padding-left: 10px;
    padding-bottom: 2px;
    background-color: #dcd86f;
    width: 150px;
}

div.link2 a {
    background-image: url(/static/images/arrow.white.gif);
    background-position: right 3px;
    background-repeat: no-repeat;
    padding-right: 10px;
    color: #ffffff;
    display: block;
    width: 130px;
}

div.link2:hover {
    background-color: #e1dc88;
}


div#underMenuZone {
    float: right;
    width: 223px;
    line-height: 15px;
    padding-right: 15px;
    color: #c4c4c4;          
}

div#underMenuZone img {
    margin-bottom: 20px;
}

div#bodyCenterZone {
    float: left;
    width: 247px;
    background-color: #e0e3e8;
    padding-top: 25px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 30px;
}

div#bodyRightZone {
    float: left;
    width: 317px;
}

div#darkBlueZone {
    background-color: #475362;
    color: #ffffff;
    width: 247px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 25px;
    padding-bottom: 40px;
}

div.whiteZone {
    text-align: center;
    padding-top: 10px;
}

/** skroty aktualnosci na stronie glownej **/
div.shortsNews {
    margin-top: 30px;
    margin-bottom: 25px;
    line-height: 15px;
}

div.shortsArchive a{
    font-weight: bold;
}

div.desc {
    margin-top: 27px;
    margin-bottom: 25px;
    line-height: 15px;
}

div#footer {
    margin-top: 20px;
    margin-left: 40px;
    padding-left: 30px;
}

div#footer ul {
    list-style: none;
}

div#footer ul li {
    list-style-type: none;
    float: left;
    height: 25px;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid  #efefef;
}

div#footer ul li.first {
    padding-left: 0px;
    border-left: none;
}

div#footer div.copyrights {
    float: left;
    color: #c4c4c4;
    margin-top: 5px;
    margin-bottom: 20px;
}

/** lokalizer **/
div#lokalizer {
    padding: 0px;
    margin: 0px;
    height: 37px;
}

div#lokalizer ul {
    list-style: none;
    list-style-position: outside;
    margin: 0px;
    margin-left: 25px;
    padding: 0px;
    padding-top: 13px;
}

div#lokalizer ul li {
    list-style-position: outside;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    background-image: url(/static/images/arrow.green.gif);
    background-repeat: no-repeat;
    background-position: right 3px;
}

div#lokalizer ul li.last {
    background-image: none;
}

div#lokalizer span.active_path {
    color: #475362;
    font-weight: bold;
}

/** formatowanie podstrony **/
div#contentContainer {
    overflow: hidden;
}

div#leftPanel {
    float: left;
    width: 317px;
    position: relative;
    top: 0px;
    min-height: 400px;
}

div#leftPanelMenu {
}


div#rightPanel {
    float: left;
    width: 634px;
}

#subpageBanerPL {
    height: 154px;
    background-image: url(/static/images/pl/subbaner.jpg);
    background-repeat: no-repeat;
    background-position: right 0px;
}

#subpageBanerEN {
    height: 154px;
    background-image: url(/static/images/en/subbaner.jpg);
    background-repeat: no-repeat;
    background-position: right 0px;
}

div#pageContent {
    float: left;
    width: 534px;
    background-color: #e2e6eb;
    padding-top: 25px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 30px;
    min-height: 400px;
}

div#pageContent a:hover {
    background-color: #ffffff;
    color: #c6bf00;
}

div#pageContent p{
    margin-bottom: 5px;
}

div#pageContent ul {
    list-style-type: none;
    list-style-position: outside;
    margin-left: 15px;
}

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

div#pageContent ol {
    list-style-position: outside;
    margin-left: 18px;
}

div#contactBox {
    position: relative;
}

div#contactBoxContent {
    position: absolute;
    top: -140px;
    left: 39px;
    width: 278px;
}

div#notepadBox {
    position: relative;
    float: right;
    padding: 0px;
    margin: 0px;
}

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

div#notepadBox ul li {
    list-style-type: none;
    float: left;
    height: 28px;
    padding-top: 10px;
    padding-left: 15px;
    background-color: #475362;
}

div#notepadBox ul li.last {
    padding-right: 15px;
}


