body {
	font-family: Trebuchet MS, Tahoma;
}

body, img, div {
	padding: 0;
	margin: 0;
	border: 0;
	background-image: URL('./../img/tlo.jpg');
}

#top {
	width: 890px;
	height: 228px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#frame {
	padding: 0;
	width: 881px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 4px;
	padding-right: 3px;
	border-style: solid;
	border-color: #bfbcbd;
	border-width: 1px;
	border-top-style: none;
	position: relative;
	background-color: white;
	background-image: none;
}

#topmenu {
	height: 32px;
	background-color: #8b0000;
	background-image: none;
	margin-left: 1px;
}

#topmenu ul {
	display: inline;
	list-style-type: none;
}

#topmenu ul li {
	margin: 0;
	padding: 0;
	display: inline;
	padding-top: 3px;
	position: relative;
	text-align: center;
	padding-right: 70px;
	font-size: 14pt;
	font-weight: bold;
	top: 5px;
}

#topmenu ul li a{
	color: white;
	text-decoration: none;
}

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

#leftmenu {
	width: 250px;
	float: right;
	background-color: white;
	background-image: none;
	margin-top: 10px;
}

#leftmenu h1 {
	font-size: 14pt;
	color: darkred;
}

#leftmenu ul {
	list-style-type: square;
	/* ustaw na none i nie widać żadnych pierdolników przy linkach */
}

#leftmenu ul li {
	font-size: 12pt;
}

#leftmenu a:hover {
	color: darkred;
	text-decoration: underline;
	font-weight: bold;
}
#leftmenu a {
	color: black;
	text-decoration: none;
}

/* Treść strony */

#content div {
	background-image: none;
}

#content {
	width: 621px;
	left: 260px;
	background-color: white;
	background-image: none;
}

#content h1, h2 {
	font-size: 14pt;
	color: #8b0000;
	margin-left: 10px;
	margin-top: 20px;
}


#content p {
	text-indent: 50px;
	font-size: 12pt;
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
}

/*
Po co te śmieci? :P

#content p.tekst {

}

#content p.dzial {
	margin-left: 10px;
	margin-right:10px;
	font-size: 13pt;
	text-align: justify;
	font-style: italic;
}
*/
/*
#content p.kategoria {
	margin-left: 10px;
	margin-right:10px;
	font-size: 11pt;
}

#content p.kategoria img {
	width: 200px;
}
*/

#content a {
	text-decoration: none;
	color: #8b0000;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#content a:hover {
	text-decoration: underline;
	color: #8b0000;
}

#content p.rozdzielacz {
	color: #8b0000;
	text-align: center;
}

#footer {
	width: 881px;
	height: 40px;
	margin-bottom: 3px;
	background-color: #8b0000;
	text-align: center;
	position: relative;
	background-image: none;
}

#footer p {
	font-size: 10pt;
	color: white;
	margin: 0;
}

#footer p * {
	color: white;
}

#footer p a {
	color: #9370DB;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}


#katalog p.wewnetrzna {
	font-size: 40pt;
}

table.kat_produkt {
	width: 550px;
	margin-bottom: 25px;
}

/* Nazwa produktu - katalog */
table.kat_produkt td.title {
	color: brown;
	font-size: 18px;
}

.kat_produkt th.katalog {
	font-size: 11pt;
	font-weight: bold;
	width: 50px;
}

.kat_produkt td.katalog {
	font-size: 11pt;
	width: 300px;
}

#identyfikator p.wewnetrzna a {
	font-size: 30pt;
}

#identyfikator p.wewnetrzna2 {
	font-size: 20pt;
}


#identyfikator p.wewnetrznaspanowa span {
	/* niezły bajzel :P nie lepiej "#identyfikator p span"? :) */
	font-size: 10pt;
}