* { margin: 0; padding: 0; }

body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000;
	text-align: left;
	background-color: #fff;
}

A:link { color: #3b92f9; font-weight: bold; text-decoration: none; }
A:visited { color: #3b92f9; font-weight: bold; text-decoration: none; }
A:hover { color: #3b92f9; font-weight: bold; text-decoration: underline; }
A:active { color: #000000; font-weight: bold; text-decoration: none; }

p {
	/*margin-top: 5px;*/
	/*text-indent: 20px;*/
	/*text-align: justify;*/
}

h1 {
	font-size: 1.8em;
	padding: 0.25em;
}

h2 {
	font-size: 1.5em;
	padding: 0.25em;
}

h3 {
	font-size: 1.2em;
	padding: 0.25em;
}

h4 {
	font-size: 0.9em;
	padding: 0.25em;
}

img {
	border: none;
}

.error {
	clear: both;
	width: 400px;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	border: solid 3px #ff0000;
	padding: 0.5em 0.5em 0.5em 4.1em;
	margin: 20px auto;
	background: #febdbd url("../images/error.gif") no-repeat center left;
	text-align: center;
}

.info {
	clear: both;
	width: 400px;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	border: solid 3px #69A0D9;
	padding: 0.5em 0.5em 0.5em 4.1em;
	margin: 20px auto;
	background: #ceddf9 url("../images/info.gif") no-repeat center left;
	text-align: center;
}

.page_nr {
	font-weight: bold;
	font-size: 14px;
}

.page_prod {
	display: block;
	margin-top: 10px;
	text-align: center;
}

.l_prod {
	display: block;
	padding-top: 20px;
	color: #000001;
}

.naglowek {
	width: 100%;
	clear: both;
	padding: 15px 10px 5px;
	border-bottom: solid 1px #000;
	color: #3b92f9;
	font-size: 16px;
	font-weight: bold;
}

.naglowek2 {
	width: 100%;
	clear: both;
	padding: 15px 10px 5px;
	border-bottom: solid 1px #000;
	font-size: 16px;
	font-weight: bold;
}

.koszyk {
	float: right;
	margin-top: -60px;
	margin-right: 10px;
	overflow: hidden;
}

.list1 {
	text-align: left;
	margin-left: 20px;
	list-style-type: none;
}

.list2 {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin-left: 20px;
	list-style-type: none;
}

div#oferta {
	padding-top: 20px;
}

div#layout {
	width: 1000px;
	padding: 0;
	margin: auto;
	margin-top: 20px;
	overflow: hidden;
	background-color: #fff;
	text-align: center;
}

div#center {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
}

div#center_top {
	background-color: transparent;
}

div#center_top img {
	display: block;
}

div#center_mid {
	height: 536px;
	background-color: transparent;
	overflow: hidden;
}

/* ============ Content ============ */

div#content {
	float: left;
	width: 76%;
	height: auto;
	overflow: hidden;
	font-size: 13px;
	text-align: left;
	padding-top: 8px;
	padding-left: 18px;
}

div#center_bottom {
	height: 61px;
	width: 800px;
	clear: both;
}

div#d1 {
	float: left;
	width: 220px;
	overflow: hidden;
	height: auto;
	min-height: 500px;
	background-color: #861a17;
	padding-bottom: 20px;
}

div#opis {
	padding-top: 20px;
	clear: both;
}

div#stopka {
	float: left;
	overflow: hidden;
	width: 100%;
	font-size: 11px;
	color: black;
	text-align: justify;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* ============ Link ============ */

.link1, .link1 a:link, .link1 a:visited {
	color: #fff;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}

.link1 a {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.link1 a:hover {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}

/* ============ Lista dzialow ============ */

.link2, .link2 a:link, .link2 a:visited {
	width: 50%;
	color: #69A0D9;
	margin: auto;
	text-decoration: none;
}

.link2 a {
	color: #69A0D9;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.link2 a:hover {
	color: #69A0D9;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}

.link3, .link3 a:link, .link3 a:visited {
	width: 50%;
	color: #3b92f9;
	margin: auto;
	text-decoration: none;
}

.link3 a {
	color: #3b92f9;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.link3 a:hover {
	color: #3b92f9;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}