body {  
  font-family: "Times New Roman", Arial, sans-serif;
  color: black;
  background: white;
  width: 100%;
  font-size: 100%;
  letter-spacing: 0.1pt;
  
  }

/* reset klas */

.decor-line {
  display: none;
  }

/* reset egemplarzy */

#background-strip, #logo, #left-content {
  display: none;
  }

/* przystosowanie do druku egzemplarzy */

#middle, #middle-top, #container, #right-content, #inner {
  background: white;
  width: 100%;
  margin: 0;
  padding: 0;
  } 

/* linki etc. */

.nodisplay {
  display: block;
  }

.noprint {  
  display: none;
  }

.srodek {
  text-align: center;
  }

a {
  color: black;
  }

h1 h2 h3 {
  font-family: "Times New Roman", Verdana, sans-serif;
  color: black;
  }

h1 h2 h3, a {
  text-decoration: none;
  }

strong {
  color: black;
  font-weight: bold;
  }

ul {
  list-style: disc;
  }

ul li {
  background: none;
  }

ol {
  list-style: none;
  color: black;
  }

ol li {
  list-style-type: decimal;
  color: black;
  }
  
.error {  
  text-align: center;
  width: 400px;
  height: 200px;
  border: 1px solid black;
  padding: 5em 0 0 0;
  background: white;
  margin: 2em auto;
  }

.ramka {
  float: none;
  
  border: none;
  margin: 0 0 1em 0;
  padding: 1em;
  
  }

