html {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Helvetica", sans-serif;
    font-size: 14pt;
    text-align: justify;
    margin: 0px;
    padding: 0px;
    color: #000000;
    background-image: url(../grafika/kafelek.png); 
}

img {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

div {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 0px;
    border-bottom: 0px;
}

#prodekor {
    width : 0px; 
    height : 155px;
    margin-top: 0px; 
    margin-left: 0px;  
    position: absolute; 
    left: 0px; 
    top: 155px;
}

#lingal {
    text-decoration: none;
    color: #d40000; 
}

a:link { 
    text-decoration: underline;
    color: #291d72;
} 

/* unvisited links */
a:visited { 
    text-decoration: underline;
    color: #291d72;
}

/* visited links   */
a:hover { 
    text-decoration: underline;
    color: #FFFFFF;
}

/* user hovers     */
a:active  { 
    text-decoration: underline;
    color: #FFFFFF;
}

/* active links    */
p {
    margin-left: 2em;
    margin-right: 2em;
    text-indent: 3em;
    font-size: 14pt;
}

p:first-letter { 
    font-weight: bold; 
}

dt:first-letter { 
    font-weight: bold; 
}

dt {
    font-weight: bold;
}

#margines {
    margin-left: 3em;
    margin-top: 2em;
    width: 650px;
    position: absolute;
    left: 0px;
    top: 225px;
}

#pro {
    color: #013397;
    font-weight: bold;
    font-size: 25pt;
}

#pro1 {
    color: #013397;
    font-weight: bold;
}

#dekor{
    color: #980101;
    font-weight: bold;
    font-size: 25pt;
}

#dekor1{
    color: #980101;
    font-weight: bold;
}

#sep1 {	
    color: #d40000;
} /* czerwony */

#sep2 {	
    color: #0169c9;
} /* niebieski */

#sep3 {
    color: #015a01;
} /* zielony */

#tab{
    border-collapse: collapse;
    border: 0pt;
}

table {
    width: 100%;
}

td {
    text-align: left;
    font-size: 14pt;
}

th {
    font-size: 14pt;
    font-weight: bold;
    text-align: left;
    border-bottom: 2pt solid #339900;
}

ul.gallery {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul.gallery li {
    padding: 0;
    margin: 0;
    display: inline;
}

ul.gallery li a img {
    margin: 15px;
    border: 10px solid white;
}

ul.minlist {
    margin: 0 0 1em 0;
    padding: 0;
    border-bottom: 1px solid #015a01;
}

ul.minilist li {
    margin: 0;
    padding: 0;
    display: inline-block;
}


