html{
	overflow: auto; /* ie bug fix */
}

body{
	background-color: #728BCB;
	margin: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
}

#wrapper{
	width: 900px;
	margin: 0 auto;
	background: #fff;
}

#top{
	height: 145px;
	background: #3783C9 url('./img/topBg.gif') bottom no-repeat;
}

/* MENU */

#menu{
	height: 23px;
	padding: 0 0 0 66px;
	margin: 0 0 0 0;
	list-style-type: none;
	background: #3783C9 url('./img/menuBg.gif');
}

#menu li.main{
	height: 23px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	margin-left: -1px;
}

#menu li.last{
	border: 0;
	float: right;
}

#menu li.main a{
	height: 17px;
	padding: 2px 13px 0 13px;
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	margin-top: 2px;
}

#menu li.main a:hover, #menu li.main a.active{
	background-color: #3783C9;
}

ul.submenu{
	position: absolute;
	background: #94AAE1;
	padding: 0 !important;
	margin-top: 1px;
	border: 1px solid #fff !important;
	border-top: none !important;
	display: none;
}

ul.submenu li{
	display: block;
	clear: both;
	border: 0 !important;
	padding: 0 !important;
	float: none !important;
	margin: 0 auto;
}

ul.submenu li a{
	border: 0;
	display: block !important;
	float: none;
}

/* end of MENU */

#stopka{
clear: both;
	height: 18px;
	background: #006A30 url('./img/menuBg.gif');
	text-align: center;
	color: #fff;
	font-size: 10px;
	padding-top: 5px;
}

#stopka a{
	color: #fff;
	text-decoration: none;
}

#stopka a:hover{
	text-decoration: underline;
}

#tresc{
	background-color: #fff;
	float: left;
	width: 600px;
}


a{
	color: #3783C9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h1.header{
  margin: 40px 0 20px 0;
	height: 28px;
	background: url('./img/dzial.gif') no-repeat left;
	font-size: 20px;
	color: #3783C9;
	font-weight: normal;
	padding: 3px 0 0 70px;
}

.title{
	font-size: 16px;
	color: #94AAE1;
	font-weight: bold;
}

#txt{
	padding: 0 0 30px 80px;
	line-height: 1.6em;
}

#right{
	width: 280px;
	float: right;
	padding: 25px 0 30px 0;
}

.bold{ font-weight: bold; }
.block{ display: block; }
.mainPage{ height: 111px; }
.black{ color: #000; }
.pano {margin-top: 60px;}

#mainLink{
	display: block;
	position: absolute;
	background: url('./img/blank.gif');
	width: 710px;
	height: 110px;
	text-decoration: none;
}

.bigLink{
	font-size: 15px;
	color: #006A30;
}

.small{
    font-size: 11px;
}


/* formularz */

input.txt{
	width: 300px;
	display: block;
	border: 1px solid #3783C9;
}

textarea{
	width: 300px;
	height: 150px;
	display: block;
	border: 1px solid #3783C9;
	overflow: auto;
}

form{
	padding: 5px 0 0 0;
	margin: 0;
}

input.submit{
	border: 1px solid #3783C9;
	background-color: #E6F0EA;
	display: block;
	margin-top: 3px;
}

/* tabela */

table{
	border-collapse: collapse;
	margin: 20px 0 20px 0;
}

table td{
	border: 1px solid #3783C9;
	text-align: center;
	padding: 1px 3px;
}

table thead td{
	padding: 3px;
	line-height: 1.2em;
	background-color: #B5C7F2;
}

table tfoot td{
	border: 0;
	text-align: left;
	line-height: 1.3em;
}