body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #878fa2;
}
body {
	background-color: #101216;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link, a:active, a:visited {
  color: #878fa2; text-decoration: none; font-weight: bold;
}
a:hover{
  color: #878fa2; text-decoration: underline; font-weight: bold;
}
#menuu {
	position: relative;
  text-align: center;
	width: 100%;
	height: 70px;
	background-image: url(../images/tlo_menu.png);
	background-repeat: repeat-x;
}
#menu2 {
  position: relative;
  width: 900px; height: 70px;
}
#nazwa_strony {
  position: absolute; top: 25px; left: 70px;
  color: white; font-size: 14px; font-weight: bold; font-style:italic;
}
#btn {
  position: absolute; top: 20px; left: 320px;
}
#blok1 {
  position: absolute; left: 10px; top: 70px;
  width: 280px; height: 74px;
  overflow:hidden;
  color: white;
}
#blok2 {
  position: absolute; left: 310px; top: 70px;
  width: 280px; height: 74px;
  overflow:hidden;
  color: white;
}
#blok3 {
  position: absolute; left: 610px; top: 70px;
  width: 280px; height: 74px;
  overflow:hidden;
  color: white;
}
#haslo1, #haslo2, #haslo3 {
  position: absolute; top: 40px; width: 280px; text-align: center;
  color: white; font-size: 18px; font-weight: bold; font-style:italic;
}
#haslo1 {
  left: 10px;
}
#haslo2 {
  left: 310px;
}
#haslo3 {
  left: 610px;
}
#tytul {
  margin: 0px 0px 10px 10px;
  font-size: 16px; font-style: italic;
}
#tresc {
  position: relative; left: 10px;
  width: 580px;
}
#prawa {
  position: relative; left: 5px;
  width: 285px;
}
/***************************/
#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;
}