body {
	background-color: #FFF;
	font-family: Verdana, Arial;
	font-size: 9pt;
	margin: 0;
}

img {
	border: 0;
	behavior:	url("pngbehavior.htc");
}

a:link, a:visited {
	color: #209BE5;
	text-decoration: none;
}

a:active, a:hover {
	color: #666262;
	text-decoration: underline;
}

/* *********** */

h1 {
	font-size: 10pt;
	margin: 10px 0 0 0;
}

p, ul {
	margin: 5px 0 0 5px;
}

li {
	padding-bottom: 5px;
}

/* ************ */

#calosc {
	width: 800px;
	margin: 0 auto;
	background: #FFF url(./pliki/tlo.png) repeat-y;
}

#gora {
	height: 90px;
	font: 12pt Arial;
	padding: 20px 30px 0 30px;
	color: #696666;
}

#gora p {
	margin: 0;
}

#menu {
	height: 28px;
	padding: 12px 50px 0 0;
	background: #1496E2 url(./pliki/menu.png) repeat-y;
	font-size: 10pt;
}

#menu ul {
	margin: 0;
	list-style-type: none;
}

#menu li {
	float: left;
	padding-left: 20px;
	padding-bottom: 0;
} 

#menu a:link, #menu a:visited, #stopka a:link, #stopka a:visited {
	color: #FFF;
	text-decoration: none;
}

#menu a:active, #menu a:hover, #stopka a:active, #stopka a:hover {
	color: #666262;
	text-decoration: underline;
}

#tresc {
	width: 500px;
	float:left;
	margin: 0 0 20px 30px;
}

#bok {
	width: 200px;
	float:left;
	margin: 0 10px 20px 30px;
	text-align: right;
}

#bok ul {
	list-style-type: none;
}

#stopka {
	clear: both;
	padding: 5px;
	background: #1496E2 url(./pliki/menu.png) repeat-y;
	color: #fff;
	text-align: center;
	font-size: 8pt;
	line-height: 15px;
}

/* -------------------- */

.info {
	margin: 15px 0;
	border-top: 2px solid #0000FF;
	border-bottom: 2px solid #0000FF;
	font-weight: 700;
	color: #FFFFFF;
	padding: 10px;
	padding-left: 50px;	
	background: url('./pliki/info.png') #B1B1FF no-repeat;
	background-position: 10px;
}

.blad {
	margin: 15px 0;
	border-top: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	font-weight: 700;
	color: #FFFFFF;
	padding: 10px;
	padding-left: 50px;
	background: url(./pliki/error.png) #FE9D09 no-repeat;
	background-position: 10px;
}

.blad a:link, .blad a:visited {
	color: #A8732B;
	text-decoration: none;
}

.blad a:active, .blad a:hover {
	color: #E8DA37;
	text-decoration: underline;
}

.code {
  margin: 10px 20px;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  background: #FAFAFA;
  border: 1px solid #EAEAEA;
  border-left: 5px solid #000000;
}

.hint {
	font-size: 8pt;
	font-style: oblique;
	color: green;
	text-align: right;
}

table {
	margin: 10px auto;
	text-align: left;
	width: 520px;
}

td {
	padding: 5px;
	border: 1px solid #82A4B6;
}
/*
.tr0 {
	background: #E2ECF5;
}

.tr1 {
	background: #AEBAE7;
}*/
