body {
        position: relative;
        margin:0px;
        padding:0px;
        background-color: #21648F;
        font-family: "Trebuchet Ms";
        font-size: 11px;
        color: #606060;
}
a 	{
		outline: none;
}
div, span{
        -moz-box-sizing: border-box;
        position: relative;
        margin: 0;
        padding: 0;
}
img{
        border: 0;
}
#main{
        left: 0;
        /*margin: auto;*/
        margin: 0;
        padding: 0;
        height: auto;
        z-index: 0;
        text-align: center;
        background-color: #ffffff;
        background-image: url(../../skins/img/cbgm.jpg);
        background-repeat: repeat-y;
        background-position: center top;
        z-index: 1;
        min-width: 776px;
        /*width: 781px; dla IE*/
        width: 100%
        /*border: 1px #00ff00 solid;*/
}
#bgt1{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 434px;
        background-image: url(../../skins/img/bgt1.jpg);
        background-repeat: repeat-x;
        background-position: left top;
        z-index: 1;
}
#bgt2{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 434px;
        background-image: url(../../skins/img/bgt2.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        z-index: 2;
}
#bgb2{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 203px;
        background-image: url(../../skins/img/bgb2.jpg);
        background-repeat: no-repeat;
        background-position: center bottom;
        z-index: 2;
}

#center, #foot{
        width: 776px;
        /*padding-left: 1px;*//*ie fix*/
        margin: auto;
        z-index: 3;
}
#foot{
        height:46px;
        /*padding: 0 8px 10px 8px; wyłączyć bo w IE wychodzi poza MAIN*/
        /*background-image: url(../../skins/img/bgbfbits.jpg);
        background-repeat: no-repeat;
        background-position: center top;*/
        line-height: 15px;
}
#center{
        background-image: none !important;
        background-image: url(../../skins/img/bgt2.jpg);/*ie fix*/
        background-repeat: no-repeat;
        background-position: center top;
}

#chdr{
        height: 92px;
}
#cont{
        text-align: left;
        width: 100%;
        padding: 1px !important;
        /*padding: 0;*/
        margin: 0;
        z-index: 2;
}

#cmid{
        margin: 0 13px 30px 13px !important;
        margin: 0 15px 30px 15px;
/*background-color: #ffffff;*/
        border: 1px #fff solid !important;
        border: none;
}

#vega{
        position: absolute;
        width: 154px;
        height: 58px;
        left:18px !important;
        left:20px;
        top:32px;
}

#center #cbottom{
        /*width: 100%;*/
        height: 8px;
}
/*ie*/
#center #cbgb2{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 203px;
        padding-left: 3px;
        background: none !important;
        background: url(../../skins/img/bgb2.jpg) no-repeat center bottom;/*ie fix*/
        z-index: 2;
}

#footcont{
        background-image: url(../../skins/img/bgbf.jpg);
        background-position: left 32px;
        background-repeat: repeat-x;
        height: 56px;
        color: #ffffff;
        min-width: 776px;
}
#footcont #footpad{
        height: 32px;
        background-color: #ffffff;
}

#foot #copy, #foot #footmenu{
        position: absolute;
        font-family: Arial;
        font-size: 10px;
        top: 8px;
}

#foot #copy {
        left: 10px;
        width: auto;
        text-align: left;
}

#foot #footmenu {
        right: 14px;
        width: 500px;
        text-align: right;
}
#foot a{
        color: #fff;
        text-decoration: none;
}
#foot a:hover{
        text-decoration: underline;
}

#main div.slide{
        border:1px #f0f0f0 solid;
        background-color:#fafafa;
        margin: 4px;
        padding: 3px;
        text-align: center;
        min-width: 128px;
        width:128px;
        min-height:120px;
        height:auto !important;
        height:120px;
}
#main div.slide a{
        margin: 0;
        padding: 0;
}
#main div.slide div.desc{
        padding: 0;
        margin: 0 4px 0 4px;
        font-size: 80%;
        color: #606060;
        line-height: 120%;
        text-align: center;
}
#main div.slide img{
        margin:8px;
}

#main div.slide div.thumb{
        margin: 0px;
}
#main div.clr{
        font-size: 1px;
        clear: both;
        margin: 0;
        padding: 0;
}


