body {
	margin: 0px;
	padding: 0px;
	background: #42341C;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
html>body {
	font-size: 1em;
	}
h1 {
	width: 100%;
	height: 40px;
	text-indent: -5000px;
	border-bottom: 1px solid #6B512C;
	}
h1.piekarnia {
	background: url(../img/h1/piekarnia.gif) no-repeat;
	}
h1.cert {
	background: url(../img/h1/cert.gif) no-repeat;
	}
h1.sklepy {
	background: url(../img/h1/sklepy.gif) no-repeat;
	}
h1.oferta {
	background: url(../img/h1/oferta.gif) no-repeat;
	}
h1.piek {
	background: url(../img/h1/piek.gif) no-repeat;
	}
h1.cuk {
	background: url(../img/h1/cuk.gif) no-repeat;
	}
h1.rynek {
	background: url(../img/h1/rynek.gif) no-repeat;
	}
h1.galCiasta {
	background: url(../img/h1/galciasta.gif) no-repeat;
	}
h1.galWyrCuk {
	background: url(../img/h1/galwyrcuk.gif) no-repeat;
	}
h1.galtorty {
	background: url(../img/h1/galtorty.gif) no-repeat;
	}
h1.galWyrPiek {
	background: url(../img/h1/galwyrpiek.gif) no-repeat;
	}
h1.ksiega {
	background: url(../img/h1/ksiega.gif) no-repeat;
	}
h1.news {
	background: url(../img/h1/news.gif) no-repeat;
	width: 720px;
	}
h1.kontakt {
	background: url(../img/h1/kontakt.gif) no-repeat;
	}
h1.mapkaDoj {
	background: url(../img/h1/mapka.gif) no-repeat;
	}
h1.misja {
	background: url(../img/h1/misja.gif) no-repeat;
	}
h1.weselna{
	background: url(../img/h1/weselna.gif) no-repeat;
	}
h1.smakitortow{
	background: url(../img/h1/smakitortow.gif) no-repeat;
	}
h1.galwyp{
	background: url(../img/h1/h1podstwyp.gif) no-repeat;
	}
h2 {
	font-size: 1em;
	color: #99C8D6;
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px solid #46341C;
	}
h2.miasta {
	border-bottom: none;
}

h3.braz-italic {
	font-size: 1em;
	font-style: italic;
	margin: 0;
}
	
p.adresy {
	margin: 0 0 20px 0;
}

.miasta-info {
	font-weight: normal;
	color: #837157;
}
/* gowny layout --------------------------- */
#top {
	width: 100%;
	height: 330px;
	background: #9D1502;
	}
	#flash {
		margin: 0 auto;
		width: 720px;
		height: 330px;
		background-color: #9d1502; 
		}
#middle {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #352815 url(../img/bgrmiddle.jpg) repeat-x;
	font-size: .7em;
	}
	#wrap {
		margin: 0 auto;
		width: 720px;
		line-height: 150%;
		color: #FEFDDD;
		}
		#menu {
			margin: 0;
			width: 720px;
			height: 45px;
			padding-top: 10px;
			}
		#main {
			width: 720px;
			text-align: justify;
			padding: 10px 0;
			overflow: hidden;
			}
		#left {
			margin: 0px;
			padding: 0px;
			float: left;
			width: 220px;
			padding: 10px 0;
			}
		#right {
			margin: 0 0 0 240px;
			width: 470px;
			text-align: justify;
			padding: 10px 0;
			}
		#clear {
			clear: both;
			}
#foot {
	margin: 0px;
	width: 100%;
	height: 45px;
	background: url(../img/bgrfoot.jpg) repeat-x; 
	text-align: center;
	font-size: .7em;
	color: #99C8D6;
	padding: 20px 0;
	}	

/* main menu --------------------- */
div#menu ul {
	margin: 0;
	padding: 0;
	}
div#menu li {
	position: relative;
	list-style: none;
	margin: 0 7px;
	float: left;
	width: 120px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	}
div#menu li li {
	width: 200px;
	text-align: left;
	margin: 0px;
	}
div#menu li:hover {
	background: #6B512C;  /* kolor linku:hover tego co nie ma submenu */
	}
/* div#menu li.submenu { /* tlo pod linkami z submenu 
	background: url(img/bgrsubmenu.gif) 95% 50% no-repeat; 
	} */
div#menu li.submenu:hover {
	background: #6B512C; /* tlo pod link:hover z submenu */
	}
div#menu li a {
	display: block;
	height: 25px;
	padding-left: 5px;
	text-decoration: none;
	width: auto;
	line-height: 25px;
	color: #FEFDDD;
	font-style: italic;
	}
div#menu li li a {  /* wyglad linkow w submenu, tych ktore nie maja submenu */
	width: 200px;
	height: 25px;
	line-height: 25px;
	}
div#menu li.submenu li:hover {
	background: #46341C;
	}
div#menu>ul a {
	width: auto;
	}
div#menu ul ul { 
	position: absolute;
	display: none;
	background: #FBDD68;
	width: 200px;
	}
div#menu ul ul li { 
	border-bottom: 1px solid #46341C;
	background: #6B512C;
	}
div#menu li.submenu li.submenu {
	background: #6B512C;
	border-bottom: 1px solid #46341C;
	}
div#menu li.submenu li.submenu:hover {
	background: #46341C;
	} 
div#menu ul.level1 li.submenu:hover ul.level2, 
div#menu ul.level2 li.submenu:hover ul.level3 {
	display: block;
	}
div#menu ul.level2 {
	background: F4C813;
	top: 25px; left: 0px;
	}
div#menu ul.level3 {
	top: 0; left: 200px;
	width: 200px;
	}
div#menu li.szerokie {
	width: 230px;
	}
div#menu li.szerokie a {
	width: 230px;
	}	
/* ------------------------- */
div#menu li.lipie {
	width: 130px;
	}
div#menu li.liofe {
	width: 60px;
	}
div#menu li.liaso{
	width: 100px;
	}
div#menu li.ligal{
	width: 60px;
	}
div#menu li.linew{
	width: 100px;
	}
div#menu li.liksi{
	width: 100px;
	}
div#menu li.likon{
	width: 70px;
	}
	
a.piekarnia {
	background: url(../img/menu/piekarnia.gif) no-repeat;
	}
a.oferta {
	background: url(../img/menu/oferta.gif) no-repeat;
	}
a.asortyment {
	background: url(../img/menu/asortyment.gif) no-repeat;
	}
a.galeria {
	background: url(../img/menu/galeria.gif) no-repeat;
	}
a.news {
	background: url(../img/menu/news.gif) no-repeat;
	}
a.ksiega {
	background: url(../img/menu/ksiega.gif) no-repeat;
	}
a.kontakt {
	background: url(../img/menu/kontakt.gif) no-repeat;
	}

a.piekarnia, a.oferta, a.asortyment, a.galeria, a.news, a.ksiega, a.kontakt {
	text-indent: -6000px;
	} 
/* linki - stopka ---------------- */

a.menu:link, a.menu:visited {
	color: #99C8D6;
	text-decoration: none;
	}
a.menu:hover, a.menu:active {
	color: #99C8D6;
	text-decoration: underline;
	}
a.pro:link, a.pro:visited {
	color: #99C8D6;
	text-decoration: none;
	}
a.pro:hover, a.pro:active {
	color: #99C8D6;
	text-decoration: underline;
	}
a:link, a:visited {
	text-decoration: none;
	color: #99C8D6;
	}
a:hover, a:active {
	text-decoration: underline;
	}
/* galeria certyfikatow ------------ */
ul.certyfikaty {
	margin: 0px;
	padding: 0px;
	}
ul.certyfikaty li {
	float: left;
	display: block;
	list-style: none;
	margin: 16px;
	text-align: center;
	font-style: italic;
	}
ul.certyfikaty li img {
	border: none;
	}
ul.certyfikaty li img:hover {
	border: none;
	}
li a:link, li a:visited {
	text-decoration: none;
	color: #2E2E2E;
	}
li a:hover, li a:active {
	text-decoration: underline;
	}
.certCenter {
	width: 400px;
	margin: 0 160px;
	text-align: center;
	font-style: italic;
	}
.miniCert {
	width: 210px;
	padding-left: 255px;
	}
	
/* tabela asortyment -------- */
table.asorTab {
	width: 100%;
	}
.asorTab th {
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	border-bottom: 3px solid #6B512C;
	text-align: left;
	color: #99C8D6;
	}
.asorTab td {
	border-bottom: 1px solid #6B512C;
	}
/* formatowanie formularzy na stronie ----- */
fieldset {
	border: none;
	margin: 0 0 10px 0;
	padding: 0px;
	}
#post-title input, #post-body textarea {
	margin: 0px;
	width: 720px;
	padding: 2px 0;
	}
input, textarea {
	border: none;
	background: #5A4323;
	}
legend {
	margin: 0px;
	padding: 0px;
	}
.button {
	color: #99C8D6;
	}
/* formatowanie wpisow w ksiedze --------- */
div.ksiegaWpis {
	width: 710px;
	background: #5A4323;
	border-top: 1px solid #46341C;
	border-bottom: 1px solid #46341C;
	margin: 10px 0;
	padding: 5px;
	}
p.dodajWpis {
	height: 30px;
	border-bottom: 2px solid #6B512C;
	margin: 10px 0;
	line-height: 30px;
	width: 100%;
	font-weight: bold;
	color: #99C8D6;
	}
/* formatowanie newsow --------- */
.tematNewsa {
	width: 100%;
	padding: 0 5px;
	border-bottom: 1px solid #6B512C;
	margin: 0px;
	}

/* lista sklepow -------------------- */

.listaSklepow {
	margin: 0;
	padding: 0;
	}
.listaSklepow dt, .listaSklepow dd {
	margin: 0;
	padding: 0;
	}
.listaSklepow dt {
	font-weight: bold;
	}
.listaSklepow dd {
	margin-bottom: 10px;
	}	
/* sklepy firmowe -------------------- */
#sklepyFoto {
	width: 250px;
	float: right;
	}
#sklepyFoto .sklep {
	margin-bottom: 20px;
	padding: 5px;
	background: #6B512C;
	}
	
	.sklep img { border: none; }

#floatRight {
	float: right;
	}
#jb {
	width: 300px;
	float: right;
	}
.podpisJb {
	width: 250px;
	height: 30px;
	background: url(../img/podpisjb.jpg) no-repeat;
	text-indent: -6000px;
	}

p.center {
	text-align: center;
	width: 100%;
	color: #99C8D6;
	}
p.wciecie {
	text-indent: 30px;
	}
.mapkaImg {
	width: 400px;
	height: 400px;
	float: left;
	border: none;
	margin-top: 150px;
	}
#zdjecia {
	margin: 0 0 0 420px;
	width: 300px;
	}
#zdjecia img {
	margin-bottom: 20px;
	}
.miniaturki, .ciastaMiniaturki {
	width: 150px;
	float: left;
	margin: 10px;
	border: none;
	padding: 5px;
	background: #6B512C;
	text-align: center;
	}
	.ciastaMiniaturki {
		height: 180px;
	}
		
.miniaturki img, .ciastaMiniaturki img {
	border: none;
	}


#left ul { margin: 0; padding: 0; }
#left ul li { margin: 0; padding: 0; list-style: none;}

#left a:link, #left a:visited {
	display: block;
	width: 200px;
	padding: 5px 0;
	border-bottom: 1px solid #46341C;
	color: #99C8D6;
}

.newsTitle {
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px solid #46341C;
}

/* zdjecia obok wpisow */
.fltright {
	float: right; 
	padding: 5px;
	background: #6B512C;
	margin: 20px 0 20px 20px;
}
.mini { 
	float: left; 
	padding: 5px;
	background: #6B512C;
	margin: 10px;
}
.fltright img, .mini img { border: none; }

.txtcenter { text-align: center; }

#ofertaweselna {
	padding: 30px;
	background: #eed7b0 url(../img/bgrofertaweselna.jpg) repeat-y;
	color : #42341C;
}

#ofertaweselna h2 {
	color : #42341C;
	font-size: 1.2em;
	border-bottom: 1px solid #f8eed9;
	padding: 4px 0;
}

.targi1, .targi3 {
	float: right;
	margin: 10px 0 10px 10px;
}
.targi2 {
	float: left;
	margin: 10px 10px 10px 0;
}

.targi1 img, .targi2 img, .targi3 img {
	border: 4px solid #e1c695;
}
a.braz:link, a.braz:visited { 
	color: #71471f;
}

.keywords {
	color: #7d6845;
	margin: 10px 0;
}

.keywords a:link, .keywords a:visited {
	color: #7d6845;	
}