/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {	
    border-spacing: 5mm;
}

root { 
    display: block;
}

body{
    margin: 0 auto;
    padding: 0;
    background-color:#D7D7D7;
}

#canvas {
    width: 100%;  
    background-color:#D7D7D7;
    background-image: url("../images/canvas.jpg");
    background-repeat: repeat-x;    
    margin: 0 auto;
}

#main {
    width: 950px;    
    /*background-image: url("../images/tlomain.gif");    */
    background-color:white;
    border: none;
    margin: 0 auto;
    margin-top: 0px;
}

#logo {
    width:950px;
    height: 210px;
    background-image: url("../images/logo.jpg");

}

#menu {
    width:950px;
    height: 40px;
    background-image: url("../images/tlo.jpg");
}

#menuL {
    width:143px;
   
    float: left;        
}


#witamy {
    width: 520px;
    height: 247px;
    border: none;
    margin: 0 auto;
}

#stopka {
    width:950px;
    height:18px;
    background-color: #8C0001;
    margin: 0 auto;
    font-size: 12px;
    text-align: right;
    font-weight: bold;
    clear: both;
}

#textL {
    width: 350px;
    margin-left: 25px;
    float: left;
    font-size: 14px;
    color: black;
    margin-top: 20px;
}

#textR {
    width: 400px;
    margin-left: 10px;
    margin-right: 20px;
    float: right;
    color: black;
    margin-top: 20px;
    font-size: 14px;
}

#textS {
    width: 785px;
    margin: 0 auto;
    margin-right: 20px;
    float:right;
    color: black;   
    font-size: 14px;
    clear: right;
}

#textS table {
    margin-right: 100px;
}
#cialo {
    width: 950px;
    margin: 0 auto;
}

ul, ul li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;

}

ul {
    float: right;
    background-color: #fff;
    padding: 1px 0 1px 1px;
    border: 1px solid #000;
}

ul li {
    float: right;
    width: 115px;
    border-spacing: 5mm;
}
ul li#pierwszy {
    width: 142px;
}
ul a:link, ul a:visited {
    text-decoration: none;
    display: block;
    font-weight: bold;
    background: #000 url("tlo.gif") repeat-x center;
    color: #fff;
    padding: 10px 20px;
    border-right: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    border-spacing: 5px;

}

ul a:hover {
    background-color: #800;
    background-image: url("tlo2.gif");
}


#tablica {
    width: 900px;
    margin: 0 auto;   
}

dt {
    float: right;
    background-color: #fff;
    padding: 1px 0 1px 1px;
    border: 1px solid #000;
    width: 143px;
    height: 35px;
    text-decoration: none;
    display: block;
    font-weight: bold;
    background: #000 url("tlo.gif") repeat-x center;
    color: #fff;
    padding: 10px 20px;
    border-right: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    border-spacing: 5px;
}
dt, dt dd {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
dt dd {


    border-spacing: 5mm;
}

dt:active {
    background-color: #800;
    background-image: url("tlo2.gif");
}

dd a:link, dd a:visited, dd a:active {
    text-decoration: none;
    display: block;
    font-weight: bold;  
    color: black;
    text-align: center;
   
    
    border-bottom-style: outset;
    border-bottom-width: 1px;
}

#menu0 {
    width:143px;
}
