body {
	margin: 0;
	background: #0061E9 url('images/site-bg.jpg') top center no-repeat;
	background-attachment: fixed;
	font: normal small Arial, Helvetica, sans-serif;
	color: #1a1a1a;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #cc3300;
}

h2 {
	font: bold 15pt Arial, verdana, sans-serif;
	color: #000000;
}

h4 {
	text-transform: capitalize;
	letter-spacing: 2px;
	font-size: 1.3em;
	font-weight: bold;
	color: navy;
}

h5 {
	margin-top: 0;
	text-decoration: wersalize;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	color: navy;
}
h5 b {
	color: #ff0000;
}

h5.right {
	float: right;
	text-align: right;
}

p {
	font: normal 13pt Georgia, "Times New Roman", serif;
}

p, blockquote, ul, ol {
	margin-top: 0;
}

blockquote {
	padding: 0 0 0 40px;
	margin: 0;
	background: transparent;
	font: italic bold, Verdana, Arial, sans-serif;
	line-height: 1.6em;
}

a {	
	font-weight: bold;
	color: #cc2222;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #ff0000;
}

a img {
	cursor: pointer;
}
a.redlink, #menu-top a.redlink{
	color:#ddf;
}
#top-spacer {
	clear: both;
	height: 5px; 
	width: 800px;
	margin: auto;
	text-align: right;
	background: transparent;
}
/* Header */

#header {
	width: 794px;
	height: 170px;
	margin: 0 auto;
	padding: 0;
	background: url(images/logo.png) center center no-repeat;
	border: double 3px #222222;
}

/* Menu górne = główne */

#menu-top {
	width: 794px;
	height: 25px;
	margin: 5px auto;
	clear: both;
	padding: 0;
	text-align: center;
	background: url(images/bg_666666.png); /*alpha75%*/
	border: double 3px #222222;
}

#menu-top a {
	display: block;
	margin: -1px 0 -1px 0;
	height: 25px;
	padding: 2px 10px 0 10px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font: bold 17px "Times New Roman", Times, serif;
	color: #ffff00;
	letter-spacing: 0;
}

#menu-top a:hover {
	text-decoration: none;
	color: #ffff33;
	background: url(images/bg_333333.png); /*alpha75%*/
}

#menu-top table {
	margin: 0 auto;
	border: 0;
	background: trasparent;
}
#menu-top td.spacer {
	width: 10px;
}

/* Główna zawartość strony */

#content {
	width: 800px;
	margin: 5px auto;
	padding: 0;
}

/* Okienko z wiadomościami po lewej stronie */

.leftcolumn {
	width: 169px;
	margin: 0;
	padding: 5px 2px 5px 2px;
	background: url(images/bg_666666.png); /*alpha75%*/
	border: double 3px #222222;
	color: #fafafa;
}

.leftcolumn a {
	color: #ffff33;
}

.leftcolumn a:hover {
	color: #ffee00;
	letter-spacing: 1px;
}

#info {
	width: 175px;
	margin: 0;
	padding: 0;
	background: transparent;
	float: left;
}

#info-separator {	/* robi odstęp pomiędzy okienkami */
	width: 175px;
	height: 5px;
	margin: 0;
	padding: 0;
	background: transparent;
}

#info table {
	margin: 0;
	padding: 0;
	width: 159px;
	height: auto;
	border: 0;
}
#info tr {
	margin: 0;
	padding: 0;
}
#info td {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
}

#info td.body {
	background: transparent;
}
#info td.bodystory {
	background: transparent;
}

#info ul {
	margin: 0;
	padding: 0 0 0 3px;
	list-style: none;
	line-height: 135%;
}

#info li {
	padding: 0;
	font-weight: normal;
	background: transparent;
	line-height: 120%;
	color: #efefef;
	font-size: small;
}

#info li strong {
	font-weight: bolder;
	color: #ffffff;	/* czerwone wyróżnienie */
}

#info li.header {
	background-color: #000000;
	font-weight: bold;
}

#info a {
	background: none;
	font-size: small;
}

#info li i {
	font-size: smaller;
}

#info img {
	margin: 3px 0 0 15px;
	border: 0;
}


/* ROOT czyli miejsce przeznaczone na główna treść strony */

#root {
	float: right;
	width: 599px;
	margin: 0 0 0 5px;
	padding: 5px;
	line-height: 140%;
	color: #000000;
	background: url(images/bg_ffffff.png); /*alpha75%*/
	border: double 3px #222222;
}

#root:first-line {
	font-weight: bold;
}

#root .post {
	padding-bottom: 20px;
}

#root .story {
	padding: 15px 20px 0 20px;
}

#root .meta {
	background: url(images/img03.gif) repeat-x;
}

#root p.meta {
	margin: 0;
	line-height: normal;
	font-size: smaller;
}
.meta a {
	color: #000000;
}

#root ul {
	list-style: square;
}

#root ul li {
}
table {
	border-style: ridge;
	border-color: #4b4b4b;
	border-collapse: collapse;
}
td {
	text-align: center;
	vertical-align: middle;
	border-style: none;
	border-color: #cfcfcf;
}
td.header1 {
	background: #333333;
	color: #ffffff;
}

/* Tabelka w okienku wyskakującym "PRZEGLĄDARKA"*/
table.przegladarka {
	border: double 3px #222222;
	border-collapse: collapse;
	width: 100%;
}
table.przegladarka tr.tableheader {
	background: url(images/bg_333333.png) repeat; /*alpha60%*/
	font-weight: bolder;
	color: #ffffff;
	text-align: center;
	height: 22px;
}
table.przegladarka tr.tablenormal {
	background: url(images/bg_ffffff.png) repeat; /*alpha60%*/
	color: #333333;
	text-align: justify;
}

table.przegladarka td {
	vertical-align: middle;
	border: double 3px #222222;
}

/*Tabelka "lekka"*/
table.light, table.superlight {
	border-style: none;
}
table.light td {
	text-align: center;
	vertical-align: middle;
	border: solid 1px;
}
table.superlight td {
	text-align: center;
	vertical-align: middle;
	border:0;
}
/* Ofertówka w sekcji root*/
#ofertowka {
	width: 570px;
	margin: 5px auto 5px auto;
	background: transparent;
	clear: both;
}
#oferta {
	width: 275px;
	height: 168px;
	float: left;
	margin: 5px 0 0 5px;
	padding: 0;
	background: url(images/bg_999999.png); /*alpha60%*/
	border: dashed 1px #222222;
}

#oferta img {
	width: 160px;
	height: 120px;
	margin: 0 0 3px 0;
	float: left;
}

#oferta span{
	width: 110px;
	height: 120px;
	margin: 0 0 3px 0;
	padding-left: 5px;
	float: right;
	text-align: left;
}


/*   FOOTER => Menu dolne-dodatkowe*/

#footer {
	width: 796px;
	height: 25px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	line-height: 10px;
	background: url(images/bg_666666.png); /*alpha75%*/
	border: double 3px #222222;
}

#footer p {
	margin: 0;
	padding: 6px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	background: none;
	letter-spacing: 0;
	font: bold 10px Verdana, Arial, sans-serif;
	color: #cccccc;
}

.pozycjonowanie a {
	display: inline;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: center;
	font: bold 10px "Times New Roman", Times, serif;
	color: #ffffff;
	letter-spacing: 0;
}

@media print {
 #header {display: none;}
 #menu-top {display: none;}
 #info {display: none;}
}


