html, body {
  font-size:0.8em;
  padding:0; 
  margin:0; 
  height:100%;
  width:100%;
  text-align:center;
  background-color:#ffffff;
}

select, input {
	font-size: 12px;
	border: 1px #787878 solid;
	background-color:#eeeeee;
	font-family: Arial, Tahoma, Verdana;
	color: #000000
}
.tekst {
	font-size: 1em;
	font-family: Arial, Tahoma, Verdana;
	color: #000000
	}
.tekst_jus {
	font-size: 1.2em;
	font-family: Arial, Tahoma, Verdana;
	color: #000000;
	text-align: justify
	}
.tekst_white {
	font-size: 1.2em;
	font-family: Arial, Tahoma, Verdana;
	color: #ffffff;
	text-align:left;
	font-weight:bold
	}
.stopka {
	font-size: 1em;
	font-family: Arial, Tahoma, Verdana;
	color: #999999
	}
a.stopka:hover {
	font-size: 1em;
	font-family: Arial, Tahoma, Verdana;
	color: #999999
	}
a.stopka:link, a.stopka:visited, a.stopka:active {
	font-size: 1em;
	font-family: Arial, Tahoma, Verdana;
	color: #999999
	}
.tekst2 {
	font-size: 1em;
	text-align:left;
	font-family: Arial, Tahoma, Verdana;
	color: #555555
	}
a:link, a:visited, a:active, .increaseFont, .decreaseFont {
	font-size: 1em;
	font-family: Arial, Tahoma, Verdana;
	color: #444444;
	text-decoration: none
	}
a:hover {
	text-decoration: underline
	}
a.link:link, a.link:visited, a.link:active {
	font-size: 1em;
	font-family: Arial, Tahoma, Verdana;
	color: #444444;
	text-decoration: none;
	font-weight:normal
	}
a.link:hover {
	text-decoration: underline
	}
a.tekst:link, a.tekst:visited, a.tekst:active {
	font-size: 1em;
	font-family: Arial, Tahoma, Verdana;
	color: #444444;
	text-decoration: none;
	font-weight:normal
	}
a.tekst:hover {
	text-decoration: underline
	}
#lista {
	width:100%;
	}
#lista div.tytul {
	background: #a3080e url(images/plus.gif) top right no-repeat;
	padding:5px;
	margin-left:2px;
	cursor: pointer;
	font-size: 1.2em;
	font-family: Arial, Tahoma, Verdana;
	color: #ffffff;
	text-align:left;
	font-weight:bold
	}
#lista div.lista2 {
	background-color:#ffffff;
	border: 1px #aaaaaa solid;
	padding:5px;
	margin-left:2px;
	font-size: 1em;
	font-family: Arial, Tahoma, Verdana;
	color: #444444;
	text-align:left;
	}
#tooltip{
	position:absolute;
	font-family: Arial, Tahoma, Verdana;
	font-size: 1.3em;
	border:1px solid #333;
	background:#eee;
	padding:2px 5px;
	color:#333;
	display:none;
	}