body {
	margin : 0;
	padding: 0;
	background-color: #FFFFFF;
}

body, p, td, select, option, input, a{
	font-size: 10px;
	font-family: verdana;
}

div#main {
	width: 512px;
	margin : 0;
	padding: 0;
	background-color: #FFFFFF;
}

div#main div#header {
	width: 100%;
	height: 146px;
	margin : 0;
	padding: 0;
	background: #000099 url('_images/popup/hd.gif') no-repeat 0 0;
}

div#main div#content {
	width: 430px;
	padding: 0 0 0 82px;
	min-height: 477px;
	margin : 0;
	background: #FFFFFF url('_images/popup/content.gif') no-repeat 0 0;
}

div#main div#content #wyszukiwarka{
	width: 430px;
	margin: 30px 0 0 0;
	padding: 0 0 0 0;
	background-color: #E4E4E4;
	border-bottom: solid 1px #000099;
}

div#main div#content #wyszukiwarka td{
	font-size: 11px;
	color: #000099;
}

div#main div#content #wyszukiwarka select {
	width: 290px;
}

div#main div#content table.item {
	width: 430px;
	border-top: solid 1px #000099;
	border-bottom: solid 1px #000099;
	margin: 10px 0;
}

div#main div#content table.item tr td{
	background-color: #EDEDED;
	color: #000099;
	line-height: 15px;
}

div#main div#content table.item tr td.pierwsza{
	width: 125px;
	padding: 0 10px;
	font-weight: bold;
	text-align: right;
	border-right: solid 2px #FFFFFF;
	border-bottom: solid 2px #FFFFFF;
}

div#main div#content table.item tr td.druga{
	border-left: solid 1px #FFFFFF;
	border-bottom: solid 2px #FFFFFF;
}

div#main div#content table.item tr td.ostatni{
	border-bottom: none !important;
}


div#main div#footer {
	width: 497px;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 15px;
	margin : 0;
	color: #FFFFFF;
	background-color: #000099;
}


/* mma, 2007-03-15 */
select, input {
	border:1px solid #000099;
	color:#000099;
}
input {
	font-weight:bold;
	padding:1px 8px 1px 8px;
}
a, a:link, a:visited{
	color: #000099;
	text-decoration:none;
}
a:hover, a:active{
	color: #990000;
	text-decoration:underline;
}
