/* dialog site styles*/
body {
	margin-top: 0px;
	margin-bottom: 0px;
	/*background-color: #c4bfa4;
		background-color: #c8c6af;*/
	background-color: #b8b59c;
	text-align:center;
	scrollbar-3dlight-color:#c8c6af;
	scrollbar-arrow-color:black; 
	scrollbar-base-color:#b8b59c;
	scrollbar-dark-shadow-color:black;
	scrollbar-face-color:white;
	scrollbar-highlight-color:#c8c6af;
	scrollbar-shadow-color:#b8b59c;
}

a {
	color:#333333;
	}
	
a img {
	 border:none;
}

a:hover{
	color:#5f0507;
	text-decoration:underline;}
.banner{
	font: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color:#333333;
}

.maintxt{
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 18px;
	color:#000000;
	text-align:left;
}

.maintxt h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #5f0507;
	line-height: 18px;
	padding-left: 0px;
	margin-bottom: 10px;
}

.maintxt h2 {
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #333333;
	margin-left: 30px;
	margin-bottom: 0;
}

.maintxt h3 {
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #333333;
	margin: 0 0 0 30px;
}
.maintxt p {
	margin-top: 0px;
	margin: 0;
}

.maintxt li {
	margin-left: 30px;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 8px;
}

p.txt2 {
	margin: 0 0 0 45px;
}

.list2 {
}

.list2 li{
	margin: 0 0 0 45px;
	list-style-image: url(../imgs/listbar5_8black.png);
	list-style-position: outside;
}

#mapa {
	border:1px solid #99FF00;
	text-align: center;
	background-color: #FFFF00;
}

.foot {
	color: #FFFFFF;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	padding:8px;
}

#opis  {
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11 px;
	color: #333333;
	
}
dl#opis h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #5f0507;
	font-weight: normal;
	line-height: 18px;
	padding-left: 0px;
	margin-bottom: 0px;
}
dl#opis h2 {
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #333333;
	margin-bottom: 0px;
	margin-left: 0px;
}

dl#opis h3 {
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #333333;
	margin: 10px 0 0 0;
}

#opis dd {
	padding-left: 30px;
}

#opis ul li {
	margin: 0 0 8px 15;
	text-align:left;
	list-style-position: outside;
	list-style-type: disc;
}

#opis ol li {
	margin : 0 0 8px 0;
	text-align:left;
	list-style-position: outside;
	list-style-type: decimal;
}
.menuSpec{
/*border-bottom: 1px solid #C0C0C0;
background-color:#cc0000;
border-bottom-width: 0;*/
width: 324;
}

.menuSpec dt {
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #333333;
	margin: 5px 0 0 50px;
}
.menuSpec ul {
	margin: 0 10 0 0;
}

.menuSpec li{
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	height: 20px;
	width: 250px;
	margin: 0 0 0 70px;
	padding-left:10px;
	list-style-type: none;
}

.menuSpec a {
	text-decoration:none;
	color: #333333;
}

.menuSpec a img {
	border: none;
}

.menuSpec a:hover{ 
	text-decoration:underline;
	color:#993300;
}

.menuSpec li a:hover{ 
	text-decoration:none;
	color:#993300;
}

/* Right menu styles */
.menuRight{
/*border: 1px solid #C0C0C0;*/
/*background-color:#5f0507;*/
/*border-bottom-width: 0;*/
width: 144px;
}

* html .menuRight{ /*IE only rule. Original menu width minus all left/right paddings */
width: 144px;
}

.menuRight ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.menuRight a{
	padding: 7px 0px 7px 0px;
	display: block;
	background-color:#5f0507;
	width: 100%; /*Define width for IE6's sake*/
	height: auto;
	color: white;
	text-align:center;
	text-decoration: none;
	border-bottom: 1px solid #c8c6af;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.advert a{
	margin:10px 0;
	padding: 7px 0;
	display: block;
	background-color:#b8b59c;
	width: 98%; /*Define width for IE6's sake*/
	height: auto;
	color:#5f0507;
	text-align:center;
	text-decoration:none;
	border: 1px solid #c8c6af;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.advert a:hover{
	background-color:#c8c6af;
	text-decoration: none;
	border: 1px solid #5f0507;

}

html>body .menuRight a{ /*Non IE rule*/
width: auto;
}

.menuRight a:hover{
background-color: #333333;
color: white;
}

/*menu Left_____________________________*/
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menuLeft {
font: 80% verdana, arial, sans-serif;
}
dl#menuLeft {
	width: 131px;
	background: none;
}
dl#menuLeft dt {
	cursor: pointer;
	display: block;
	width: 131px;
	background-color: #EAE9E1;
	padding: 5px 3px;
	line-height: 13px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	margin: 2px 7px 2px 0;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #5f0507;
}


#menuLeft a {
	color:#523c25;
	text-decoration: none;
}
#menuLeft a:hover {
	color:#5f0507;
	text-decoration: none;
}

dl#menuLeft dd {
 
}

dl#menuLeft li {
	text-align: left;
	margin-right: 10px;
	margin-left: 5px;
	display: block;
	font-size: 11px;
	line-height: 11px;
}
dl#menuLeft li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #523c25;
}

dl#menuLeft li a:hover, dl#menuLeft dt a:hover {
	color:#5f0507;
}
/*End menu Left_____________________________*/

.prog0 {
color: #FFFFFF;
font-weight:bold;
font-size:14px;
display:block;
height:20px;
background-color:#5f0507;
padding:3px 30px;}

.prog1 {
font-weight:bold;
font-size:12px;
padding:5px;
}


.prog2 {
font-weight:bold;
font-size:12px;
padding:5px 0px 5px 45px;
}

#cennik td{ border-bottom:1px solid #666666;
padding:3px 0;
}
.cena {
 font-weight:bold;
 text-align:right;
 padding-right:10px;
 vertical-align:bottom;}