html {
    margin: 0;
    padding: 0;
    height: 100%;
} 

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    padding: 0;
    margin: auto;
    color: #322D2A;
    text-align: left;
    height: 100%;
}
h1 {
    font-size: 12pt;
    font-weight: bold;
    margin: 0px;
    padding:0px;
    display:inline;
    color: Black;
}
h2 {
    font-size: 10pt;
    font-weight: bold;
    margin: 0px;
    padding:0px;
    display: inline;
    color: Black;
}
h3 {
    font-size: 9pt;
    font-weight: bold;
    margin: 0px;
    padding:0px;
    display:inline;
    color: Black;
}
p {
    margin:0px;
}

div.hiddenState {
    visibility: hidden; display: none;
}

div.visiblePopup {
    position: absolute; width: 245px; background-color: white; color:black; border: 1px solid black; font-size: 9pt; padding:5px;
} 

a:link, a:visited  {
    color: #1A1912;
    background-color: transparent;
    text-decoration: underline;
}
a:active {
    color: #264981;
    background-color: transparent;
    text-decoration: underline;
}
a:hover {
    color: #605246;
    background-color: transparent;
    text-decoration: none;
}

.kolornaglowka {
    background-color: #2E5A9E;
    color: White;
    font-weight: bolder;
}
.kolorwiersza1 {
    background-color: #63B0FA;
    color: #332E28;
}
.kolorwiersza2 {
    background-color: #8DC5FA;
    color: #332E28;
}
.kolorwiersza3 {
    background-color: #B9DBFB;
    color: #332E28;
}
.kolorwiersza4 {
    background-color: #DBEAFA;
    color: #332E28;
}
.kolornaglowka a:visited, .kolornaglowka a:link {
    background-color: #2E5A9E;
    color: White;
    font-weight: bolder;
}


img {
    border: 0px;
    background-color: transparent;
}
img.top {
    vertical-align: top;
    background-color: inherit;
}
img.bottom {
    vertical-align: bottom;
    background-color: inherit;
}
img.middle {
    vertical-align: middle;
    background-color: inherit;
}
em, small, big {
    color: inherit;
    background-color: inherit;
}
sup {
    color: Black;
}
input, textarea, select  {
    background-color: White;
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
    border-left: 1px solid #765E4E;
    border-bottom: 1px solid #765E4E;
    border-right: 1px solid #765E4E;
    border-top: 1px solid #765E4E;
    color: inherit;
}

.kontakt {
    background-color: #D0ECCC;
    color: inherit;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 4px;
    margin-bottom: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    float: left;
    clear: none;
    display: inline;
    width: 216px;
    min-height: 110px;
    text-align: left;
    border-left: 1px solid #62BA53;
    border-right: 1px solid #62BA53;
    border-top: 1px solid #62BA53;
    border-bottom: 1px solid #62BA53;
    line-height: 150%;
}

.print {
    border-right: #fff 2px solid;
    border-top: 2px none;
    border-bottom: 2px none;
    border-left: #fff 2px solid;
    margin: 0px auto 30px;
    position: relative;
    text-align: left;
    overflow: hidden;
    color: inherit;
}
.container {
    border-right: 1px double #BCDCFA;
    border-bottom: 1px double #BCDCFA;
    border-top: 1px double #99C8EB;
    border-left: 1px double #BCDCFA;
    margin: 0px auto 0px;
    width: 1000px;
    position: relative;
    overflow: hidden;
    text-align: left;
    color: inherit;
    background-color: #FCF7E9;
}
.outside {
    margin: 0px auto 0px;
    width: 1000px;
    height: 12px;
    position: relative;
    overflow: hidden;
    text-align: left;
    color: inherit;
}
.underside {
    margin: 0px auto 0px;
    width: 1000px;
    height: 12px;
    position: relative;
    overflow: hidden;
    text-align: left;
    color: inherit;
}
.header {
    color: inherit;
    margin: 0px;
    display: block;
    clear: both;
    float: left;
    width: 1000px;
    height: 135px;
    background-image: url(images/tlo_header.jpg);
    background-repeat: repeat-x;
}
.header-left {
    float: left;
    clear: both;
    width: 417px;
    height: 135px;
    padding-left: 7px;
}
.header-subleft1 {
    float: left;
    clear: both;
    width: 417px;
    min-height: 5px;
}
.header-subleft2 {
    float: left;
    clear: both;
    width: 417px;
    min-height: 1px;
    font-size: 1px;
    padding-top: 5px;
    padding-bottom: 9px;
}
.header-right {
    float: right;
    clear: none;
    width: 566px;
    min-height: 128px;
    text-align: right;
    padding-top: 7px;
    padding-right: 7px;
}
.header-subright1 {
    float: left;
    clear: both;
    width: 566px;
    height: 17px;
}
.header-line {
    color: inherit;
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 0px;
    margin-bottom: 4px;
    display: block;
    clear: both;
    float: left;
    width: 986px;
    height: 2px;
    font-size:2px;
    background-color: #323023;
}
.baner {
    color: inherit;
    margin: 0px;
    display: block;
    clear: both;
    float: left;
    width: 1000px;
    min-height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    background-color: transparent;
}


.contents_3, .contents_2 {
    color: inherit;
    margin: 0px;
    display: block;
    clear: none;
    float: left;
    width: 986px;
    min-height: 500px;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-left: 7px;
    padding-right: 7px;
    background-color: transparent;
    background-repeat: repeat-y;
}
.contents_3 {
    background-image: url(images/tlo_contents_3.gif);
}
.contents_2 {
    background-image: url(images/tlo_contents_2.gif);
}


.left {
    background-color: transparent; 
    color: inherit;
    width: 180px;
    min-height: 300px;
    display: block;
    float: left;
    clear: none;
    vertical-align: top;
}
.integrated {
    background-color: transparent;
    width: 805px;
    min-height: 100px;
    display: block;
    float: left;
    clear: none;
    vertical-align: top;
}
.center {
    background-color: transparent; 
    color: inherit;
    width: 320px;
    min-height: 300px;
    display: block;
    float: left;
    clear: none;
    vertical-align: top;
}
.right {
    background-color: transparent; 
    color: inherit;
    border-right: #fff 0px none;
    border-top: #fff 0px none;
    border-bottom: #fff 0px none;
    border-left: #fff 0px none;
    width: 486px;
    min-height: 300px;
    clear: none;
    display: inline;
    float: left;
}
.footer-line {
    color: inherit;
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 2px;
    margin-bottom: 2px;
    display: block;
    clear: both;
    float: left;
    width: 986px;
    height: 7px;
    font-size:2px;
    background-image: url(images/linia2.gif);
    background-repeat: repeat-x;
}
.footer {
    color: inherit;
    background-color: inherit; 
    margin: 0px;
    width: 1000px;
    height: 30px;
    padding-top: 5px;
    text-align: center;
    display: block;
    float: left;
    clear: none;
}
.footer2 {
    color: inherit;
    background-color: inherit; 
    width: 1000px;
    height: 30px;
    text-align: right;
    display: block;
    float: left;
    clear: none;
}
.footer2 a:visited, .footer2 a:link {
    color: #505050;
}


.menu {
    text-decoration: none;
    margin: 0px;
    display: inline;
    float: left;
    width: 180px;
    min-height: 20px;
}
div .menu1 a:link, .menu1 a:visited {
    padding-left: 26px;
    padding-top: 2px;
    padding-right: 0px;
    background: url(images/menu_tlo1.gif) repeat left;
    display: block;
    width: 154px;
    height: 16px;
    text-align: left;
    font-weight: bolder;
    text-decoration: none;
}
div .menu1 a:hover {
    padding-left: 26px;
    padding-top: 2px;
    padding-right: 0px;
    background: url(images/menu_tlo2.gif) repeat left;
    font-weight: bolder;
    text-decoration: underline;
    display: block;
    width: 154px;
    height: 16px;
    text-align: left;
}

div .menu2 a:link, .menu2 a:visited {
    padding-left: 26px;
    padding-top: 2px;
    background: url(images/menu_tlo1.gif) repeat left;
    text-decoration: none;
    display: block;
    width: 154px;
    height: 16px;
    font-weight: bolder;
    text-align: left;
}
div .menu2 a:hover {
    padding-left: 26px;
    padding-top: 2px;
    background: url(images/menu_tlo2.gif) repeat center;
    text-decoration: underline;
    display: block;
    width: 154px;
    height: 16px;
    font-weight: bolder;
    text-align: left;
}
.menu3{
    background-color: #306A9C;
    color: #F8F1D1;
}


.hidden {
    color: #858585;
}
#komunikat{
    background-color: #ffe680;
    color: black;
}
#closewindow {
    color: red;
    width: 320px;
    min-height: 11px;
    font-size: 10pt;
    text-align: right;
    float: left;
    clear: both;
    display: inline;
}
.alert {
    color: red;
    font-weight: bold;
    font-size: 10pt; 
}
.obrazek {
    border-left: 1px double #9a9a9a;
    border-bottom: 1px double #9a9a9a;
    border-right: 1px double #9a9a9a;
    border-top: 1px double #9a9a9a;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    color: inherit;
    background-color: #FFFBEC;
    text-align: left;
    float:left;
}
.obrazek2 {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: left;
    float:left;
}
.obrazek3 {
    border-left: 1px double #9a9a9a;
    border-bottom: 1px double #9a9a9a;
    border-right: 1px double #9a9a9a;
    border-top: 1px double #9a9a9a;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    color: inherit;
    background-color: #FFFBEC;
}

.portalprog {
    background-color: transparent; 
    float: left;
    display: inline;
    clear: both;
    width: 486px;
    min-height: 100px;
}
.portaltable {
    background-color: transparent; 
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    float: left;
    display: block;
    clear: both;
    width: 478px;
    min-height: 50px;
}
.portalrow {
    background-color: transparent; 
    float: left;
    display: inline;
    clear: both;
    text-align: center;
}
.portalleft {
    background-color: transparent; 
    display: inline;
    clear: none;
    float: left;
    text-align: right;
    vertical-align: middle;
}
.portalright {
    background-color: transparent; 
    display: block;
    clear: none;
    float: right;
    text-align: left;
    vertical-align: middle;
}
.portalleft2 {
    background-color: transparent; 
    display: block;
    clear: none;
    float: left;
    text-align: left;
}
.portalright2 {
    background-color: transparent; 
    display: block;
    clear: none;
    float: right;
    text-align: right;
}
.portalcell{
    background-color: inherit;
    margin-right: 1px;
    margin-top: 1px;
    float: left;
    display: block;
    clear: none;
    text-align: center;
    vertical-align: top;
}
.portalline {
    height: 1px;
    font-size: 1px;
    float: left;
    background-color: #2E5A9E;
}
.portalfoto {
    border-left: 1px solid #51400C;
    border-bottom: 1px solid #51400C;
    border-right: 1px solid #51400C;
    border-top: 1px solid #51400C;
}
.portalfoto1 {
    border-left: 1px solid #51400C;
    border-bottom: 1px solid #51400C;
    border-right: 1px solid #51400C;
    border-top: 1px solid #51400C;
    float: left;
    clear: both;
    display: inline;
}
.portalfoto2 {
    background-color: transparent;
    color: #000;
    width: 80px;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
    clear: both;
    display: inline;
    white-space: inherit;
}
.portalramka {
    border-left: 1px double #9a9a9a;
    border-bottom: 1px double #9a9a9a;
    border-right: 1px double #9a9a9a;
    border-top: 1px double #9a9a9a;
    margin-right:4px;
    margin-top: 4px; 
    color: inherit;
    background-color: #FFFBEC;
    text-align: left;
    float:left;
}
.portalfont1 {
    color: gray;
    font-size: 10pt;
    font-style: italic;
}
.portal_kropki {
    border-bottom: 1px dotted #505050;
    font-weight: bold;
}

#przyciskemail {
    background-image: url(images/submit_email.gif);
    width: 96px;
    height: 21px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top:0px;
    display: inline;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*rozkład jazdy PKS ze strony www.autobusowyrozkladjazdy.pl */
#dhtmltooltip {
        font-family: Verdana, Tahoma, Arial, sans-serif;
        font-size: 8pt;
        line-height: 150%;
        position: absolute;
        width: 250px;
        border: 1px solid black;
        padding: 2px;
        background-color: lightyellow;
        visibility: hidden;
        z-index: 100;
        filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
