﻿html{
    overflow: auto; /* ie bug */
    height: 100%;
    background: #FFFFFF;
    
}
body{
    margin: 0;
    height: 100%;
}
/* MENU */
#menu{
    height: 77px;
    padding-top: 23px;
}
#menuLeft{
    width: 210px;
    float: left;
    padding-left: 2px;
}
#menuLeft img{
    width: 104px;
    height: 48px;
}
#menuRight{
    width: 788px;
    float: left;
    padding-top: 17px;
    text-align: right;
}
ul.menu{
    padding: 0 0 0 100px;
    margin: 0;
    list-style-type: none;
}
ul.menu li{
    display: block;
    float: right;
    text-align: center;
    padding: 0 12px 0 13px;
}
#mK{
    padding-right: 0 !important;
}
.menu a, .jezyki{
    color: #969696;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    display: block;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
}
.jezyki{
    display: inline;
    font-weight: bold !important;
}
.menu a:hover, .menu a.active, .menu a.act{
   color: #FF4C28;
   border-bottom: 1px solid #FF4C28;
   font-weight: bold !important;
}
ul.submenu{
    display: none;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background-image: url('./img/titleBg.png');
}
ul.submenu li{
    float: left;
    clear: both;
    padding: 2px 10px;
    text-align: left !important;
}

/* obrazek główny */
#img{
    height: 250px;
}

/* główna warstwa*/
#mainDiv{
    margin-top: 16px;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

/* stopka */
#footer{
    height: 40px;
    margin-top: 5px;
    background: url('./img/titleBg.png');
}
ul.footer{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
ul.footer li{
    width: 199px;
    text-align: center;
    display: block;
    float: left;
    height: 24px;
    padding-top: 16px;
}
ul.footer li, ul.footer li a{
    color: #BCBCBC;
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    text-decoration: none;
    display: block;
}



/* lewa belka - inny arkusz */
#left{
    width: 300px;
    float: left;
}
.title{
    height: 20px;
    padding: 30px 0 0 6px;
    color: #FF6244;
    background: url('./img/titleBg.png');
}
h1{
    font-size: 11px;   /* używane w mainDiv */
    padding: 6px 0 0 6px;
    color: #FF6244;
    background: url('./img/titleBg.png');
}
h1.title{
    height: 20px;
    padding: 30px 0 0 6px;
}
.orange{
    color: #FF6244 !important;
    text-decoration: none;
}
.content{
    height: 274px;
    padding: 23px 12px;
    margin-top: 12px;
    background-color: #fff;
//    color: #C5C5C5;
    color: #7f7f7f;
    line-height: 1.5em;
}
.contentSmall{
    height: 174px !important;
}
.content a{
    color: #FF6244 !important;
}
.content .scroll-pane{
    height: 274px;
    padding-right: 3px;
    overflow: auto;
}

/* prawa belka */
#right{
    width: 650px;
    margin-left: 50px;
    float: left;
    font-weight: normal !important;
}
#right .title{
    text-align: right;
    padding-right: 24px;
    font-weight: bold !important;
}
.title .pages{
    padding-left: 10px;
    font-size: 12px;
}
.title .pages a{
    font-weight: normal;
    text-decoration: none;
    color: #B2B2B2;
    display: block;
    float: left;
    padding: 0 1px;
}
.pages a:hover, .pages a.active,  .pages a.act{
    font-weight: bold !important;
    color: #FF4C28;
}

/* strona z projektami */
#projLeft{
    width: 233px;
    float: left;
}
#projLeft a.t{
    display: block;
    width: 230px;
    height: 20px;
    background-color: #fff;
    float: left;
    font-family: verdana, arial, sans-serif;
#    color: #CECECF;
    color: #7f7f7f;
    font-weight: normal;
    text-decoration: none;
    margin-bottom: 16px;
    padding: 60px 0 0 3px;
}
#projLeft.small a.t{
    height: 27px;
    padding-top: 16px;
    margin-bottom: 11px;
}
#projLeft a.t:hover, #projLeft a.active{
    color: #FF5938;
}
#projRight{
    width: 766px;
    margin-left: 1px;
    float: left;
}
#projRight img, #reklama img{
    width: 235px;
    height: 80px;
    display: block;
    float: left;
    border: 0;
}
#projRight a.img, #reklama a.img{
    display: block;
    float: left;
    margin: 0 0 16px 20px;
    text-decoration: none;
}


table{
    display: table;
    border-collapse: collapse;
    width: 1000px;
    height: 100%;
    margin: 0 auto;
}
td{ vertical-align: top; padding: 0; }
.foot{ height: 45px !important; }

.clear{ clear: both; }
.topMargin{ margin-top: 40px; }
.txt{ font-weight: normal !important; }
.highLine{ line-height: 1.7em; }
.hidden{ display: none; }
.hid{ opacity: .0;  filter: alpha(opacity=1); }
a.noborder img{ border: 0; }
a.noborder{ text-decoration: none; }
a.nomargin{ margin-left: 0 !important; }
.projImg{
    width: 1000px;
    height: 350px;
    cursor: pointer;
}
.projMaska{
	display: block;
    width: 225px;
    height: 40px;
    position: absolute;
/*    background: url('./img/titleBg.png');  */
    background: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);

    color: #686868;
    padding: 40px 0 0 10px;
    text-decoration: none !important;
    cursor: pointer;
}
.projMaska2{
	display: block;
    width: 235px;
    height: 80px;
    position: absolute;
    cursor: pointer;
}
.nazwa{
    font-size: 12px;
    font-family: arial, verdana, sans-serif;
    cursor: pointer;
}
.miejscowosc{
    font-family: arial, verdana, sans-serif;
    font-weight: normal;
    cursor: pointer;
}
div.newsTitle{
    width: 500px;
    float: left;
    font-weight: bold;
    font-family: arial;
    color: #FF6244 !important;
}
div.newsDate{
    float: right;
    font-weight: bold;
    font-family: arial;
    color: #FF6244 !important;
}
div.newsSpacer{
    clear: both;
    height: 20px;
}
div.newsZajawka{
    clear: both;
    text-align: justify;
}
div.newsTresc{
    display: none;
    text-align: justify;
}
.normalFont{ font-weight: normal !important; }
