body,html {
   font-size:10pt;
   margin:0;
   font-family:Arial,sans-serif;
   color:#000;
   background: url(../images/tlo.gif) repeat-x top;
}

img,div { behavior: url("../scripts/iepngfix.htc"); }

*:focus {
    outline: none;
}

h1 {
   font-size:1,3em;
   border-bottom:1px solid #999;
   padding:.2em 0;
   margin:.7em 0 0 0;
   color:#000;
}

h2 {
   font-size:140%;
   margin:0;
}

h3 { font-size:110%; }
h4 { font-size:100%; }
h5 { font-size:83%; }

a:link {
    color:#555;
    text-decoration:none;
}
a:visited {
    color:#555;
    text-decoration:none;
}
a:hover {
    color:#555;
    text-decoration:underline;
}


input[type="submit"], input[type="button"]{
    height:22px;
    border:1px solid #bbbbbb;
    background:#f9f9f9 url(../images/panel/tlo_button.gif) repeat-x bottom left;
    font-size:8pt;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    cursor:pointer;
    margin:2px 2px 2px 0;
    z-index:10000;
}

input[type="submit"]:hover, input[type="button"]:hover{
    border:1px solid #939393;
    background: #fff;
}

input[type="submit"]:active, input[type="button"]:active{
    background: #f9f9f9 ;
}

.status {
    color:#fff;
    background: #f39400 url(../images/tlo-kontener.gif) repeat-x bottom left;
    font-weight:bold;
    margin:0 0 10px 0;
    padding:10px;
    font-size:11pt;
    clear:left;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.loader {
    margin: 10px auto;
    background: #027dd2;
    text-align: center;
    font-size: 13pt;
    font-weight: bold;
    padding: 6px 5px 3px 10px;
    background: #fb7600;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /* background: url(../images/lightbox/lightbox-ico-loading.gif); */
}

/**
 * GLOWNE CZESCI STRONY
 */

#tresc {
    width: 960px;
    margin: 0 auto;
}

#subMenu {
    width: 290px;
    float: right;
}

#data {
    font-size: 13pt;
}