/* ustawienia ogolne elementow */
body {
	color: #000;
	background: transparent;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: left;
}
img {
	display: block;
}
h1 {
	color: #000;
	background: transparent;
	font-size: 18pt;
	border-bottom: solid #000 2px;
}
h2 {
	color: #000;
	background: transparent;
	font-size: 14pt;
}
ul {
	color: #000;
	background: transparent;
	list-style: square;
	padding: 0 0 0 15px;
	margin: 0;
}
/* klasy */
.hide {
	display: none;
}
.pdf {
	display: inline;
	border: 0;
	vertical-align: baseline;
}
.loga {
	border: 0;
}
a:link {
	color: #00f;
	background: transparent;
	text-decoration: underline;
}
a:visited {
	color: #00f;
	background: transparent;
	text-decoration: underline;
}
a:hover {
	color: #00f;
	background: transparent;
	text-decoration: underline;
}
a:active {
	color: #00f;
	background: transparent;
	text-decoration: underline;	
}
/* layout */
div#wrapper {
	background: #fff;
	text-align: left;
	width: auto;
}
div#top {
	display: none;
}
div#menu {
	display: none;
}
div#content {
	background: #fff;
}
div#submenu {
	margin: 15px 0 15px 0;
}
div#copyright {
	color: #ccc;
	background: transparent;
	padding: 5px;
	text-align: center;
	font-size: 11pt;
}
div#createdby {
	color: #ccc;
	background: transparent;
	margin: 0;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	text-align: center;
}
#submenu ul {
	color: #000;
	background: transparent;
	list-style: square;
	padding: 0;
	margin: 0;
}
#submenu li a {
	color: #000;
	background: transparent;
	text-decoration: none;
}
#copyright p {
	margin: 0;
}
#createdby p {
	margin: 0;
}
#createdby p a {
	color: #ccc;
	background: transparent;
	text-decoration: none;
}
h1.important {
	color: #000;
	background: transparent;
	font-size: 18pt;
	border: solid #000 1px;
	text-align: center;
}
