@charset "UTF-8";
a:link {
    /* kolor linku */
    color: blue;
}

a:visited {
    /* kolor odwiedzonego linku*/
    color: blue;
}

a:hover {
    /* wygląd po naprowadzeniu myszy na link*/
    color: blue;
    background-color: yellow;
}

   body {
    font-family: "Times New Roman", serif;
    font-weight: normal;
    font-style: normal;
    font-size: medium;
    color: #000000;
/*     background-attachment: fixed; */
    /*    background-image: url('./tlo.jpg'); */
    background-color: #e4e4e4;
    background-image: repeating-linear-gradient(-45deg, white 0%, gainsboro 10%, white 20%);
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 80%;
    width: 100%;
}

div {
    padding: 0;
    margin: 0;
    vertical-align: top;
}

/*
#hp {
    /* herb polski
    float: left;
    height: 200px;
    margin-top: 50px;
}

#bi {
    /* biały kolor flagi
    background: #FFF;
    height: 30px;
    margin-left: 30%;
    text-align: center;
    width: 50%;
}

#cz {
    /* czerwony kolor flagi
    background: #F00;
    height: 30px;
    margin-left: 30%;
    text-align: center;
    width: 50%;
}

#pasekgorny {
    width: 100%;
    height: 185px;
}

#fotografia {
    float: left;
    width: 120px;
    position: absolute;
    top: 2px;
    left: 2px;
    text-align: center;
    height: 185px;
}
#stronaprawa {
float:left;
}
#stronaprawa:after {
  content:'';
  display:block;
  clear:both;
}
*/
#tytul {
    text-align: center;
    float: none;
    height: 30px;
    margin-top: 20px;
    top: 10px;
}

/*
#podtytul {
    height: 25px;
    text-align: center;
    margin-top: 10px;
    font-variant: small-caps;
    text-transform: capitalize;
    text-align: center;
}

#humor {
    /*    width: 100%;
    height: 75px;
    left: 0px;
    float: left;
    text-indent: 150px;
    margin-left: 80px;
}

/*
#szerek {
    /*treść strony na szerokości 900px na środku
    margin: 0pt auto;
    text-align: center;
    width: 900px;
}

#pusty {
    height: 2px;
    width: 100%;
    background-color: #336600;
    margin-top: 20px;
}

#obszarpodstawowy {
    height: auto;
    width: 100%;
}

#lewy {
    width: 120px;
    float: left;
    margin-left: 0px;
}

#prawy {
    margin-left: 150px;
    float: none;
}

.rys {
    text-align: center;
}

#centrum {
    text-align: center;
}
*/
hr {
    background-position: center;
    width: 10%;
    visibility: visible;
    vertical-align: baseline;
    height: 4px;
    background-color: #336600;
}

h1 {
    color: #336633;
    text-align: center;
}

h2 {
    text-align: center;
}
/*

li {
    margin-top: 0cm;
    margin-right: 1cm;
    margin-bottom: 10.0pt;
    margin-left: 1cm;
    text-align: justify;
    line-height: 115%;
    font-size: 11.0pt;
    font-family: verdana,sans-serif;
    text-indent: 0pt;
}

li.menu {
    margin-top: 0cm;
    margin-right: 0cm;
    margin-bottom: 10.0pt;
    margin-left: 0cm;
    text-align: center;
    line-height: 115%;
    font-size: 11.0pt;
    font-family: verdana,sans-serif;
    text-indent: 0pt;
}

li.problem {
    /* format listy tematów w problemach
    text-align: center;
    text-indent: 0pt;
    list-style-type: none;
    font-family: sans-serif;
    margin-right: 0;
    margin-left: -30pt;
    font-size: small;
    line-height: normal;
    margin-bottom: 3px;
}
*/
p {
    margin-top: 0cm;
    margin-right: 1cm;
    margin-bottom: 10.0pt;
    margin-left: 1cm;
    text-align: justify;
    line-height: 115%;
    font-size: 11.0pt;
    font-family: verdana,sans-serif;
    text-indent: 20pt;
}
/*

p.tytuly {
    font-size: x-large;
    padding: 2px 20px 2px 0;
    font-weight: normal;
    text-align: center;
    font-family: "Times New Roman", "Book Antiqua", serif;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    padding: 2px;
    line-height: 20px;
    color: #336633;
}

p.stopka {
    font-size: x-small;
    text-align: right;
}

p.podpis {
    font-size: small;
    text-align: center;
    font-family: serif;
    text-indent: 0px;
}

.rozdzial {
    font-size: medium;
    padding: 2px 20px 2px 0;
    font-weight: 600;
    text-align: left;
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
    clear: both;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    padding: 2px;
    line-height: 20px;
    color: #336633;
}

.ekran {
    font-weight: bold;
    font-style: italic;
}

.wybor li {
    display: block;
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
    width: 120px;
    text-align: center;
    background: #E6E7E8;
    color: #656E75;
    padding: 3px 2px 3px 2px;
    text-decoration: none;
    background-image: url('obrazki/pebble-light.jpg');
    border: thick groove #F5F5DC;
    margin-bottom: 5px;
    font-weight: bolder;
    margin-left: -30px;
}

.wybor li:hover {
    /* zmiana obrazka tła przy najechaniu myszką*/
/*}    background-image: url('obrazki/pebble-light-2.jpg');


.wybor li>a {
    display: block;
    text-decoration: none;
}

.wybor li>a:hover {
    background-color: transparent;
    color: green;
   /*  padding: 5px 3px 1px 3px; */
/*}

.wyliczanka li {
    /* klasa przeznaczona dla wyliczeń numerycznych <ol> i punktowych <ul>
    margin-top: 0cm;
    margin-right: 1cm;
    margin-bottom: 10.0pt;
    margin-left: 1cm;
    text-align: justify;
    line-height: 115%;
    font-size: 11.0pt;
    font-family: "verdana","sans-serif";
}

.emblemat {
    margin-top: 3px;
    text-align: center;
    text-indent: 0px;
    margin-left: 30px;
    margin-right: 0;
    width: 90px;
}
*/
table {
    margin: auto;
    border: thin #008000;
}

td {
    border: thin solid #008000;
    border-spacing: 10px;
    text-align: center;
    font-family: sans-serif;
    vertical-align: middle;
}
/*

code {
    font-size: large;
    text-align: left;
}

p.ccode {
    text-align: left;
    text-indent: 0px;
    font-family: Courier;
    font-size: large;
}
*/