/* Styl dla stron z wlasciwym tekstem */

html  {
	font-family: Tahoma, Arial;
	line-height: 115%;
}
	
body {
   background-color: #FFFFFF;
	 text-align:center;
	 padding: 0px;
}

a:link {color: blue;}
a:visited {color: blue;}
a:hover {color: navy;}

div{
		margin-left:auto;
		margin-right:auto;
		width:500px;
}

div.image-r{
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 10px;
		margin-right: 0px;
		padding: 5px;
		border: 1px solid black;
		font-size: 8pt;
		width: auto;
		float: right;
		text-align: center;
		background-color:white;
}
div.image-l{
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: 0px;
		margin-right: 10px;
		padding: 5px;
		border: 1px solid black;
		font-size: 8pt;
		width: auto;
		float: left;
		text-align: center;
		background-color:white;
}
div.image{
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: auto;
		margin-right: auto;
		padding: 5px;
		border: 1px solid black;
		font-size: 8pt;
		width: auto;
		text-align: center;
		background-color:white;
}

h1 {
	 font-weight: bold;
	 font-size: 12pt;
	 text-align: center;
	 text-decoration: none;
	 color: #FFFFFF;
	 margin-bottom: 0;
	 margin-top: 0;
}

h2 {
	 font-weight: bold;
	 font-size: 11pt;
	 text-align: left;
	 text-decoration: underline;
	 color: #000000;
}
h3 {
	 font-weight: bold;
	 font-size: 10pt;
	 text-align: left;
	 text-decoration: underline;
	 color: #000000;
}

p {
	 font-weight: normal;
	 font-size: 10pt;
	 text-align: justify;
	 text-decoration: none;
	 color: #000000;
	 text-indent: 25px;
}

p.bold {
	 font-weight: bold;
}
ol {
	 font-weight: bold;
	 font-size: 10pt;
	 text-align: left;
	 text-decoration: none;
	 color: #000000;
	 list-style-type: decimal;
	 list-style-position: outside;
}

ul {
	 font-weight: normal;
	 font-size: 10pt;
	 text-align: left;
	 text-decoration: underline;
	 color: #000000;
	 list-style-type: disc;
	 list-style-position: outside;
}
ul.sklepy{
		text-decoration:none;
	  list-style-image:url( img/lista_zw.gif );
		line-height: 300%;
}
ul.sklepy li.zs{
		list-style-image:url( img/lista_zs.gif );
		vertical-align:middle;
		*_padding-bottom:13px;
		}
ul.normal{
	 text-decoration:none;
	 list-style-type: square;
	 list-style-position: outside;
	 text-align: justify;
}

ul.b {
	 font-weight: bold;
}

table, td, tr {
   border: 0px;
	 margin-left: auto;
	 margin-right: auto;
	 	 }

table.gora {
   border-collapse: collapse;
   width: 500px;
	 padding: 0px;
	 background-color: #FF0000;
	 height: 40px;
}

table.glowna{
	width: 100%;
	padding: 0px;
	text-align: left;
}
table.glowna td{border: 0px;}
table.glowna td#gora{
  display: none;
}

table.glowna td#menu{
display: none;
}
table.glowna td#content{
  width: 100%;
	text-align: center;
	padding-top: 15px;
	vertical-align:top;
}

table.glowna td#dol{
  height:30px;
	background-image:url('img/dol.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	
}

#dol div{
  font-size: 8pt;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}
.lewy {
   display: none;
}
.srodek {
	 background-color: white;
   text-align: center;
	 vertical-align: middle;
	 height: 20px;
	 border: 2px solid black;
}

.srodek div{
	 font-size: 10pt;
	 font-weight: bold;
	 text-align: center;
	 color: black;
}

.prawy {
   display: none;
}
.kontakt{
   color: #FFFFFF;
	 text-align: center;
	 vertical-align: middle;
	 font-size: 10pt;
	 font-weight: bold;
	 height: 40px;
	 border: 2px solid #FFFFD9;
	 background-color: red;
}
.dzial
{
   color: #FFFFFF;
	 text-align: center;
	 vertical-align: middle;
	 font-size: 11pt;
	 font-weight: bold;
	 height: 30px;
	 border: 2px solid #FFFFD9;
	 background-color: red;
}

