* {
margin: 0;
}
html, body {
	height: 100%;
}
body {
	/* font-family: "Trebuchet MS", Trebuchet, Tahoma, Verdana, "Lucida Grande", Arial, Sans-Serif; */
	font-family: "Trebuchet MS", Trebuchet, Helvetica, Tahoma, Verdana, Arial, sans-serif;
	/* font-family: "Lucida Sans", "Lucida Grande", Lucida, sans-serif; */
	font-size: 95%;
	line-height: 152%;
	background-color: #ffffff;
	color: #000000;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -46px;
}
.footer, .push {
height: 46px;
}

a, a:visited, a:active, a:link, a:hover {
	color: #0000c0;
	text-decoration: none;
}
a:visited {
	color: #000090;
}
a:active {
	color: #c000ff;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
.stopka, a.stopka:link, a.stopka:hover, a.stopka:visited {
	color: #434343;
	font-size: 86%;
	line-height: 124%;
}
.szary, td.szary {
	color: #303030;
	line-height: 112%;
}
.maintd {
	font-size: 96%;
}
.menu, a.menu, a.menu:visited, a.menu:hover {
/*	background-color: #dcdcdc;*/
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	/*border: 1px solid #dcdcdc;*/
}
a.menu:hover, a.menua {
	/* background-color: #ffffff; */
	/*border: 1px solid #dcdcdc;*/
	font-size: 14px;
	color: #303069;
}
.msgs {
	border: 1px solid #a0a0a0;
	padding: 2px;
	margin-bottom: 6px;
}
.err {
	color: #a90000;
	background-color: #ffeaea;
	padding: 4px;
}
.ok {
	color: #009000;
	background-color: #ecffec;
	padding: 4px;
}
.sysmsg {
	color: #000060;
	background-color: #f6f6ff;
	padding: 4px;
}
.box {
	border: 1px solid #ffffff;
	border-right: 0px;
	/* background-color: #ffffff; */
	padding: 0px;
	margin-bottom: 14px;
	margin-bottom: 4px;
	line-height: 124%;
	font-weight: 97%;
}
.boxinr {
	padding-bottom: 1px; 
	border-bottom: 1px solid #c0c0c0; 
	margin-bottom: 2px; 
	background-color: #f0f0ff; 
	text-align: center;
	color: #303030;
	line-height: 112%;
}
.maly {
	font-size: 95%;
	line-height: 116%;
	color: #303030;
}
.nowy, a.nowy:visited, a.nowy:link, a.anowy {
	/* font-size: 96%; */
	color: #00ca30;
	font-weight: bold;
}
h3 {
	font-size: 136%;
	line-height: 160%;
	font-weight: bold;
}
h4 {
	font-size: 113%;
	line-height: 150%;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	/* text-shadow: 0.08em 0.08em 0.1em #AAA; */
}
p {
	margin: 12px 0 12px 0;
}
a.szary:visited, a.szary:hover, a.szary  {
	color: #232380;
}
/* a.anowy:visited, a.anowy:hover, a.anowy:link, a.anowy {
	color: #00a920;
	font-weight: bold;
} */
.wyrozn {
	color: #960000;
}

.zesztop {
	padding: 12px;
	border: 1px dotted #000000;
	background-color: #f6f6ff;
}
.zeszlist {
	padding: 12px;
	padding-top: 0px;
	border: 1px dotted #000000;
	border-top: none;
}

pre {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}

div {
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-top-left-radius: 1px;

	-khtml-border-radius-bottomright: 2px;
	-khtml-border-radius-bottomleft: 2px;
	-khtml-border-radius-topright: 2px;
	-khtml-border-radius-topleft: 1px;

	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-topleft: 1px;

	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-top-right-radius: 2px;
	border-top-left-radius: 1px;
}
	
