body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link, a:active, a:visited {
  color: black; text-decoration: none; font-weight: bold;
}
a:hover{
  color: black; text-decoration: underline; font-weight: bold;
}
.klatka {
position: absolute;
}
.blok_opis{
  overflow: hidden;
  margin: 10px;
  /* background-color: grey; */
  width: 180px; height: 110px;
  color: #484848;
}
.blok_tytul{
  font-size: 14px; font-weight: bold; color: #ff5a00;
}
#tytul {
  font-size: 16px; font-weight: bold; color: #ff5a00; margin: 0px 0px 5px 20px;
}
#tresc {
  position: relative; margin: 0px 0px 15px 0px;
}
/***************************/
#banner {
  position: fixed;
  top: 80px;
  width: 100%;
  min-height: 100px;
  z-index: 1000;
}
#banner-box{
  position: relative;
  max-width: 640px;

  margin: auto;
  padding: 10px;
  box-sizing: border-box;
  background-color: white;
  z-index: 1000;
}
#closebanner{
  position: absolute;
  top: -10px; right: 10px;
  cursor: pointer;
}