html, body {
	background: #dfdfdf;
	margin: 0;
	padding: 0;
}

div, form, input, select, textarea, img {
	margin: 0;
/*	padding: 0; */
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
/*	line-height: 14px; */
	text-align: left;
	color:#000;
}

a {
	color: #0066CC;
	text-decoration: underline;
	font-weight: bold;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.justify {
	text-align: justify;
}

.clear {
	clear: both !important;
}
.red {
	color:#FF0000;
	text-align:center;
	font-weight:bold;
	padding:5px;
}

.data {
	color:#aaa;
	text-align:right;
	margin:0;
	font-size:10px;
}

.pager {
text-align:center;
}

#content {
	background:#FFF;
	width:1000px;
	margin:0 auto;
	padding-bottom:7px;
}

#top {
	margin:0 7px;
	background:url(../images/img1.jpg) no-repeat top center;
	overflow:hidden;
	width:987px;
	height:554px;
}

#top2 {
	margin:0 7px;
	background:url(../images/img2.jpg) no-repeat top center;
	overflow:hidden;
	width:986px;
	height:242px;
}

/* MENU */

#menu {
	width: 700px;
	float:left;
	margin-left:20px;
}

#menu ul, #menu ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	float: left;
}

#menu ul a {
	display: block;
	text-decoration: none;
	font-weight:normal;
	font-size:18px;
	color: #27224a;
	padding:25px 51px 25px 10px;
}

/* SRODEK */

#srodek {
	clear: both;
	margin:0 7px;
	padding:0;
	overflow:hidden;
	background:#FFFFFF url(../images/tlo.gif) repeat-y left;
}

#srodek #lewy {
	clear: both;
	width:207px;
	float:left;
	background:#dfdfdf;
	overflow: hidden;
	padding:10px 10px 10px 30px;
}

#srodek #menu2 {
	width:246px;
	float:left;
	background:#dfdfdf;
	overflow: hidden;
	padding:0;
}

#srodek #txt {
	width: 700px;
	float: right;
	padding:10px;
	color:#000066;
	text-align:justify;
}

button {
	border: #aaa 1px solid;
	padding:2px;
	background: #FFFFFF url(../gfx/tlo3.gif) repeat-x 0 1px;
	font-size:11px;
	color:#666;
}

.naglowek {
	background:url(../images/kw.gif) no-repeat;
	font-size:24px;
	color: #000066;
	text-align:left;
	padding-left:34px;
	margin:0;
}

.info {
	background:#ffca9a;
	padding:5px;
	border:#FF9900 1px solid;
	font-size:11px;
	display:none;
	margin:5px 0 10px 0;
}

.nobold {
	font-weight:normal;
}

.style1 {
	color: #FF5500;
	font-weight: bold;
}

#stopka {
	width:986px;
	margin:0 auto;
	padding:10px 0 20px;
}

#stopka a {
	color: #000000;
	text-decoration:none;
	font-weight:normal;
}