html {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #ffffff;
	background: url('tlo.png') #750117 repeat-x;
	font-family: Arial, Verdana, Trebuchet MS;
}

img { border:0;}

a { color: #0073c9; }

a:hover { color: #00357b; }

hr { display:none; }

p { margin:0; padding: 0 0 10px 0; }

ol, ul {
	text-align:justify;
	margin:0;
	padding-left: 20px;
	padding-top:0;
	padding-bottom:5px;
}

li { 	margin-bottom:3px; }

div#strona {
	color: #041630;
	width: 889px;
	background: url('tresc.png') repeat-y;
	margin: 0 auto 20px auto;
	text-align: justify;
}

div#strona h1 {  margin:0; padding:0; }

div#strona h1 a {
	display:block;
	height: 330px;
	width: 889px;
	background: url('naglowek.png') no-repeat;
}

div#strona h1 a span{ display:none; }

div#tresc {
	color: #042730;
	float:right;
	width: 665px;
}

div#tresc2 { padding: 0 19px 0 0; }

div#tresc2 h2 {
	margin:0;
	padding:0 0 5px 10px;
	font-size:24px;
	font-weight:bold;
}

p#opis {
	float: left;
}

div#miniatura {
	float: right;
	width: 150px;
	height: 150px;
	padding: 15px;
	margin: 0 0 10px 10px;
	background: url('../mini.gif') no-repeat;
	text-align: center;
}

div#miniatura2 {
	width: 150px;
	height: 150px;
	display:table-cell;
	vertical-align: middle;
}

div#menu {
	width: 220px;
	float: left;
}

div#menu2 { padding: 0 0 0 19px; }

div#menu2  h2{
	font-family: Comic Sans MS, Comic Sans, Arial, Verdana, Trebuchet MS;
	font-size: 24px;
	line-height:30px;
	color: #a64949;
	text-decoration:none;
	margin: 0 0 10px 0;
}

ul#dzialy {
	font-weight: bold;
	list-style-type:none;
	margin: 0;
	padding: 0;
	font-family: Comic Sans MS, Comic Sans, Arial, Verdana, Trebuchet MS;
}

ul#dzialy li a {
	font-size: 24px;
	line-height:30px;
	color: #a64949;
	text-decoration:none;
}

ul.kategorie{
	list-style-type:none;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 15px;
	color: #a64949;
	font-family: Comic Sans MS, Comic Sans, Arial, Verdana, Trebuchet MS;
}

ul.kategorie li a {
	font-size: 16px;
	line-height: 20px;
	color: #d07e7e;
	text-decoration:none;
}


div#menu2 a {
	color: #a64949;
	text-decoration: none;
	font-family: Comic Sans MS, Comic Sans, Arial, Verdana, Trebuchet MS;
}

div#stopka {
	clear:both;
	width: 450px;
	padding: 30px 0 0 439px;
	height: 157px;
	background: url('dol.png') no-repeat;
}

div#stopka a { color: #4c6283; }

div#stopka a:hover { color: #1c4989; }


div#produkty {
	margin-left: 38px;
}

div.produkt {
	float: left;
	width: 150px;
	height: 225px;
	padding: 15px;
	background: url('../produkt.gif') no-repeat;
	overflow: hidden;
	margin: 0 15px 15px 0;
	text-align: center;
}

div.zdjecie {
	height: 150px;
	width: 150px;
	display:table-cell;
	vertical-align:middle;
}

div.nazwa {
	padding-top: 3px;
}

div.zdjecie p {
	display: block;
	margin: 0;
	padding: 3px 0 0 0;
}



/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(images/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(images/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(images/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(images/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}



/*************************************************************/


