* {
	margin: 0;
	padding: 0;
}
a {color: #007373;
	text-decoration: none;
	font-weight: bold;
}
h1 a {color: #fff;}
a:hover {color: #00b5b5;}
body {
	background: #666;
	color: #333;
	font-family: verdana, "Lucida Sans Unicode",sans-serif;
	font-size: 9px; 
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
ul {margin-left: 1.2em;}

h1 {font-size: 1.4em;}
blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}

h1,h2,h3 {color: #654;}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 702px;
}

/* top */
.top {
	background: #000000;
	font: normal 2.4em Verdana,sans-serif;
	height: 100px;
	margin: 0 auto;
	width: 630px;

}
.top a {
	color: #FFF;
	display: block;
	line-height: 60px;
	text-decoration: none;
	width: 100%;
}
.top span {padding-left: 24px;}


/* header */
.header {
	background: url(img/header.jpg) no-repeat;
	height: 180px;
	margin: 0 auto;
	width: 630px;
}

/* item */
.item {clear: both;}
.item .date {
	background: url(img/bgdate.gif) no-repeat;
	color: #FDD;
	float: left;
	height: 40px;
	text-align: center;
	width: 36px;
}
.item .date div {padding-top: 4px;}
.item .date span {font: normal 1.6em serif;}
.item .content {
	float: left;
	width: 498px;
}
.item h1 {
	background: #000000;
	color: #FFF;
	line-height: 40px;
	padding-left: 16px;
}
.item .body {padding: 12px 18px;}

/* main */
.main {float: left;}

/* navigation */
.navigation {
	float: left;
	margin-left: 1px;
	width: 130px;
}
.navigation h1 {
	background: #333;
	color: #FFF;
	font-size: 1.3em;
	line-height: 40px;
	padding-left: 12px;
}
.navigation ul {margin: 0; padding: 0;}

.navigation li {
	border-bottom: 1px solid #999;
	list-style-type: none;
}
.navigation li a {
	background: #000000 url(img/bgnavigation.gif) repeat-x;	
	color: #fff;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
	font-weight: normal;
}
.navigation li a:hover {
	background: #666;
	color: #000;
}

/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #FFF;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 626px;
}
.footer a {color: #FFF;}
.footer a:hover {color: #FAFCB0;}
img {
	border: 0;
}
div.srodek {
	width: 100%;
	text-align: center;
}
ol {
	margin-left: 15px;
}
p.lewy {
float: left;
width: 215px;
clear: both;
}
p.prawy {
	float: right;
	width: 230px;
	height: 145px;
}

.navigation ul li
	{
	position:relative;
	}

.navigation li ul
	{
	position: absolute;
	top: 0;
	left: 130px;				                 /* distance from  left menu */
	display: none;
	font-size: 11px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
}
.navigation li ul:hover {
	border-right: 1px solid #999;
	border-top: 1px solid #999;
}

div.navigation ul, .navigation ul ul, div.navigation ul ul ul
	{
	margin:0;				               /* keeps the menu parts together */
	padding:0;
	width: 130px;			              /* width of sub menus */
	}

div.navigation ul ul, div.navigation ul ul ul, div.navigation ul li:hover ul ul, div.navigation ul li:hover ul ul ul
	{
	display: none;
	}

div.navigation ul li:hover ul, div.navigation ul ul li:hover ul, div.navigation ul ul ul li:hover ul
	{
	display: block;
	}
	
div.hr {
	color: #ddd;
	background-color: #ddd;
	height: 1px;
	margin: 1em 0 1em 0;
}
p.aukcje {
	color: #f39400;
	font-size: 9px;
	padding: 1em 0.5em 0 1em;
	font-weight: normal;
}
