/*

		(C) 2007 Net-Lab.pl / Preklamowa.pl
		Jakub Pomorski ( poma@net-lab.pl )

		==> Definicje ogolne dla dokumentów

*/


* {
	margin: 0;
	padding: 0;
	border: 0;
}

html { height: 100%; }

body {
	width: 757px;
	height: 100%;
	font: 12px normal normal Arial, Verdana, Tahoma, "sans-serif";
	color: #5b5758;
	background-color: #fff;
	display: table;
	margin: 0 auto;
	cursor: default;
}


/*

	==> Linki / Naglowki / Akapity / Proste klasy

*/


a.cennik,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	color: #170f0f;
}

a.cennik { color: #512348; }

a.cennik:hover,
a:hover,
a:focus {
	text-decoration: underline;
	color: #111 ;
}

p, p.nor	{ text-indent: 2em; margin: 0; }
p 		{ margin-bottom: 15px; }
.bezwciecia	{ text-indent: 0;}

h1 {
	font-size: 18px;
	color: #512348;
	padding: 15px 0 1px;
	border-bottom: 1px #444 dotted;
	margin-bottom: 14px;
}

.c		{ text-align: center; }
.b		{ font-weight: bold; }
.tresc		{ padding: 5px 20px 30px 260px; }
.ramka		{ border: 1px solid #000; }




#content
{
min-height: 480px;

}
