body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Helvetica, Arial, SunSans-Regular, Sans-Serif;
	font-size: x-small;  /* Fałszywa wartość dla IE4-5/Win */
  	voice-family: "\"}\"";  /* Oszukaj IE4-5/Win, by myślał, że to koniec reguły */
  	voice-family: inherit;  /* odtwórz ustawienia */
  	font-size: small;  /* właściwa wartość dla nowszych przeglądarek */
	background: url(_img/tlo.jpg);
	background-repeat: repeat;
	height: auto !important;
	height: 600px; /* IE */
	min-height: 600px;
}

a
{
	color: #005099;
	/*color: #8AA6C8;/*#FF6633;*/
	text-decoration: none;
}
a:hover
{
	/*color: #CC9900;*/
	color:#999999;
	/*color: #FF9900;*/
	text-decoration: underline;
}

p
{
	color: #666666;
}
.czysc {clear: both;}
.ukryty {display: none;}
.center {text-align: center;}


#bosko
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	font-size: 10px;
}
#bosko p
{
	width: 760px;
	margin: 0px auto 0px auto;
	padding: 2px;
	text-align: right;
	color: #999999;
}
#bosko p a
{
	color: #FF3300;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 1px #FFFFFF;
}
#bosko p a:hover
{
	border-bottom: dotted 1px #999999;
	color: #999999;	
}

#all
{
	margin: 20px auto 20px auto;
	padding: 0px;
	width: 760px;
}


#logo
{
	margin: 0px 0px 0px -1px;
	padding: 5px 0px 5px 0px;
	float: right;
	width: 194px;
	text-align: center;
	background: url(_img/tlo2.jpg);
	background-repeat: repeat;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
	border-left: solid 1px #999999;
}

#menu
{
	margin: 0px;
	padding: 5px;
	display: block;
	font-family: Tahoma, "Arial CE", Courier, sans-serif;
	text-align: center;
	width: 554px;
	float: left;
	background: url(_img/tlo2.jpg);
	background-repeat: repeat;
	border-left: solid 1px #999999;
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
}
#menu h1
{
	text-align: center;
	margin: 0px 10px 0px 10px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #CC6633;
	border-bottom: dotted 2px #000000;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#menu ul
{
	margin: 5px 0px 0px 0px;
	padding: 0px;
	display: block;
}
#menu ul li
{
	margin: 5px 10px 5px 0px;
	padding: 0px;
	list-style: none;
	display: inline;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

#menu ul li a
{
	text-decoration: none;
	color: #666666;
}

body.home ul li a#home,
body.historia ul li a#historia,
body.sklad ul li a#sklad,
body.kontakt ul li a#kontakt,
body.pobieralnia ul li a#pobieralnia,
body.aktualnosci ul li a#aktualnosci,
body.linki ul li a#linki,
body.ksiega_gosci ul li a#ksiega_gosci,
body.gal ul li a#gal,
#menu ul li a:hover
{
	/*color: #FF6633;*/
	color: #CC9900;
}

#content
{
	margin: 15px 0px 15px 0px;
	padding: 10px;
	width: 530px;
	background-color: #FFFFFF;
	background-image: url(_img/tlo_main1.gif);
	background-repeat: repeat-y;
	background-position: center;
	/*border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;*/
	border: solid 1px #999999;
	float: left;
	height: auto !important;
	height: 350px; /* IE */
	min-height: 350px;
	text-align: justify;
}
#content img.foto_l
{
	float: left;
	margin: 5px 5px 5px 0px;
	padding: 5px;
	border: solid 1px #CCCCCC;
}

#content img.foto_r
{
	float: right;
	margin: 5px 0px 5px 5px;
	padding: 5px;
	border: solid 1px #CCCCCC;
}

#content img.foto_c
{
	display: block;
	margin: 5px auto;
	padding: 5px;
	border: solid 1px #CCCCCC;
}


#content h1
{
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	padding: 2px;
	font-size: 18px;
	text-align: left;
	/*color: #CC6633;*/
	/*color: #005099;*/
	color: #666666;
	border-bottom: solid 1px #000000;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*background-image: url("/_img/kropki_tlo.gif");
	background-position: center;
	background-repeat: repeat-x;*/
}
#content h1 span
{
	color: #666666;
}

#content h2
{
	font-size: 14px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	vertical-align: middle;
	color: #CC9900;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/*
#content hr
{
	display: block;
	width: 90%;
	margin: 10px auto 10px auto;
	padding: 0px;
	height: 0px;
	background-color: transparent;
	border: none;
	border-bottom: dotted 3px #999999;
}*/

#content hr.ukryty{ display: none;}

/*LISTING NEWSÓW*/
#content ul.news
{
	display: block;
	margin: 0px;
	padding: 0px;	
}

#content ul.news li
{
	list-style: none;
	margin: 10px 5px 20px 20px;
	padding: 0px;
	border: solid 1px #CCCCCC;
	/*background-image: url(/_img/tlo_news.gif);
	background-repeat: repeat;*/
	background-color:#F5F5F5;
}

#content ul.news li h2
{
	font-size: 14px;
	margin: 0px 0px 4px 0px;
	padding: 5px 5px 0px 5px;
	vertical-align: middle;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC9900;
}
#content ul.news li h2 span
{
	display: block;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-family: Tahoma, "Arial CE", Courier, sans-serif;
}

#content ul.news li h2 a
{
	/*color: #FF3333;*/
	/*color: #CC6633;*/
	/*color: #C0A172;*/
	color: #D4A660;
	
}

#content ul.news li h2 a:hover
{
	color: #999999;
	/*	color: #FF9933;*/
	text-decoration: underline;
}

#content ul.news li p
{
	text-align: justify;
	font-size: 12px;
	margin: 0px;
	padding: 5px;
}

#content ul.news li p.wiecej
{
	padding: 3px 0px 3px 0px;
	text-align: center;
	background-color:#F5F5F5;
	font-weight: bold;
	font-size: 10px;
	margin: 5px 20px 0px 20px;
	border-top: solid 1px #CCCCCC;
}
#content ul.news li p.wiecej span
{
	color: #666666;
	margin: 0px 10px 0px 10px; 
}

#content ul.news li p.autor
{
	text-align: right;
	margin: 5px 10px 0px 2px;
	vertical-align: middle;
	/*color: #CC6633;*/
	font-weight: bold;
	color: #CC9900;
}
#content ul.news li p.autor a img
{
	border: none;
	vertical-align: middle;
	padding: 0px;
	margin: 4px;
}
/*--------------------------*/

/*pojedyńczy news i wpis do księgi gości*/
#news
{
	border: solid 1px #CCCCCC; /* #8AA6C8;*/
	padding: 0px;
	margin: 0px 0px 20px 20px; 
	/*background-image: url(/_img/tlo_news.gif);
	background-repeat: repeat;*/
	background-color:#F5F5F5;
}
#news h2
{
	font-size: 14px;
	margin: 0px 10px 2px 10px;
	padding: 5px 5px 3px 5px;
	vertical-align: middle;
	color: #CC9900;
	border-bottom: solid 1px #CCCCCC; 
}
#news h2 span
{
	font-size: 10px;
	color: #666666;
	display: block;
}
#news p
{
	padding: 10px 20px 10px 20px;
	margin: 0px;
}

#news p.data
{
	color: #666666;
	font-weight: bold;
	text-align: right;
	margin: 0px 20px 0px 0px;
	padding: 0px 5px 0px 0px;
	font-size: 10px;
}

#news p.powrot
{
	background-color: #F5F5F5;
	margin: 5px 20px 0px 20px;
	padding: 3px 0px 3px 0px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border-top: solid 1px #CCCCCC;	
}

#news p.powrot span
{
	margin: 0px 5px 0px 5px;
}

#news p.autor
{
	text-align: right;
	margin: 0px 0px 0px 2px;
	vertical-align: middle;
	color: #CC9900;
	font-weight: bold;
}
#news p.autor a img
{
	border: none;
	vertical-align: middle;
	padding: 0px;
	margin: 4px;
}
/*---------------------------------*/

/*poprzedni- nastepny */
div.poprz_nast
{
	display: block;
	text-align: center;
	font-weight: bold;
	/*border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;*/
	font-size: 10px;
	padding: 4px 0px 4px 0px;
	/*background-color: #FFFFFF;*/
}
div.poprz_nast span
{
	margin: 0px 20px 0px 20px;
}

/*---------------------------*/


/*opinie*/
#content #op
{
	margin: 50px 0px 20px 0px;
}

#content #op p
{
	margin: 0px;
	padding: 0px 20px 0px 0px;
	font-size: 10px;
	color: #999999;
	text-align: right;
}
#content #op p a
{
	margin-left: 20px;
}

#content #komunikat
{
	color: #FF3333;
	text-align: center;
	margin: 10px 0px 10px 10px;
}



#content div.opinia
{
	margin: 10px 20px 10px 20px;
	padding: 4px;
	border: solid 1px #CCCCCC;
	background-color: #F5F5F5;
}

#content div.opinia h2
{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #CC9900;
	vertical-align: middle;
}

#content div.opinia h2 span
{
	font-size: 10px;
	color: #666666;
	vertical-align: middle;
	font-family: Tahoma, "Arial CE", Courier, sans-serif;
}

#content div.opinia p
{
	margin: 5px;
	padding: 0px;
	text-align: justify;
}
#content div.opinia p.autor
{
	margin: 0px 20px 0px 0px;
	padding: 0px;
	text-align: right;
	color: #CC9900;
	font-weight: bold;
}

#content div.opinia p.autor a img
{
	border: none;
	vertical-align: middle;
	padding: 0px;
	margin: 4px;
}
/*---------------------------------*/

/* Formularz opinii */
.formul, textarea, checkbox, select, input {
  font-family: verdana, helvetica, arial, sans-serif;
  border: 1px #999999 solid;
  font-size: 13px;
  background-color: #F7F6F4; /*#F8E9D3; /* #eaf4ff;*/
 }
 
 input:focus, textarea:focus {
  background-color: #fff;
}

#opform {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
}
#opform fieldset {
  border: 1px solid #ccc; 
  padding: 0 5px 10px 5px;
  background-image: url(/_img/tlo_news.gif);
  background-repeat: repeat;
}
#opform legend {
  margin-left: 80px;
  color: #666666;
  font-style: italic;
}
#opform legend span
{
	color: #DA251D;
}
#opform input, #opform textarea {
  float: left;
  display: block;
  width: 360px;
  margin-top: 10px;
  font-size: 12px;
}
#opform label {
  float: left;
  display: block;
  width: 60px;
  text-align: right;
  padding-right: 10px;
  margin-top: 10px;
}

#opform label span
{
	color: #DA251D;
}

#opform textarea {
  height: 120px;
}
#opform input.wyslij {
  width: 80px;
  margin-left: 70px;
  border: 1px solid #999999;
  color: #333;
}
#opform p.male
{
	text-align: center;
	color: #999999;
	font-size: 10px;
}
/*--------------------------------------*/

/*RAMKA*/
#content div.ramka
{
	margin: 10px 5px 20px 20px;
	padding: 5px;
	border: solid 1px #CCCCCC;
	/*background-image: url(/_img/tlo_news.gif);
	background-repeat: repeat;*/
	background-color:#F5F5F5;	
}
#content div.ramka h2
{
	font-size: 14px;
	margin: 0px 10px 0px 10px;
	padding: 3px 5px 3px 5px;
	color: #CC9900;
	border-bottom: solid 1px #CCCCCC; 
}
#content div.ramka ul
{
	margin: 5px 0px 0px 20px;
	padding: 0px;
	
}

#content div.ramka ul li
{
	list-style: none;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	
}
#content div.ramka ul li span
{
	font-size: 10px;
	color: #666666;
}

#content div.ramka ul li span.nowosc
{
	text-decoration:blink;
	color: #FF3300;
}

#content div.ramka img.lewe
{
	margin: 10px 10px 10px 5px;
	float: left;
	padding: 5px;
	border: solid 1px #CCCCCC;
}

#content div.ramka img.prawe
{
	margin: 10px 5px 10px 10px;
	float: right;
	padding: 5px;
	border: solid 1px #CCCCCC;
}
/*#content div.ramka ul li a
{
	color: #D4A660;
	
}

#content div.ramka ul li a:hover
{
 	color:#999999;
	text-decoration:underline;
}*/
/*---------------------------------------*/

/*listing galerii*/
div.galeria
{
	margin: 10px 5px 20px 20px;
	padding: 5px;
	border: solid 1px #CCCCCC;
	background-color:#F5F5F5;
}

div.galeria img
{
	margin: 5px 3px 5px 10px;
	padding: 5px;
	float: right;
	border: solid 1px #CCCCCC;
}

div.galeria h2
{
	font-size: 14px;
	margin: 0px 10px 0px 10px;
	padding: 3px 5px 3px 5px;
	color: #CC9900;
	
}
div.galeria h2 a
{
	color: #CC9900;
}
div.galeria h2 a:hover
{
	color: #999999;
	text-decoration: underline; 
}
div.galeria h2 span
{
	font-size: 10px;
	color: #666666;
	font-family:Tahoma, "Arial CE", Courier, sans-serif;
}

div.galeria p
{
	margin: 0px;
	padding: 5px;
}

div.galeria p.wiecej
{
	background-color: #F5F5F5;
	margin: 5px 20px 0px 20px;
	padding: 3px 0px 0px 0px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border-top: solid 1px #CCCCCC;
}
/*--------------------------------------------*/


/*miniaturki i duze zdjecie*/
#galeria
{
	border: solid 1px #CCCCCC;
	padding: 0px;
	margin: 0px 0px 20px 20px; 
	background-color:#F5F5F5;
	text-align: center;
}
#galeria h2
{
	font-size: 14px;
	margin: 0px 5px 3px 5px;
	padding: 5px 5px 3px 5px;
	vertical-align: middle;
	color: #CC9900;
	border-bottom: solid 1px #CCCCCC; 
	text-align: left;
}

#galeria p
{
	padding: 10px 20px 10px 20px;
	margin: 0px;
	text-align: justify;
}

#galeria p.data
{
	color: #666666;
	font-weight: bold;
	text-align: right;
	margin: 0px 20px 0px 0px;
	padding: 0px 5px 0px 0px;
	font-size: 10px;
}

#galeria p.pozycja
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	color: #999999;
}

#galeria p.powrot
{
	background-color: #F5F5F5;
	margin: 5px 20px 0px 20px;
	padding: 3px 0px 3px 0px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border-top: solid 1px #CCCCCC;	
}


#galeria img
{
	border: solid 1px #CCCCCC;
	padding: 5px;
	margin: 10px;
	vertical-align: middle;
}


#galeria p.powrot span
{
	margin: 0px 10px 0px 10px;
}

/*-------------------------------------------*/
#foot
{
	margin: 0px 0px 0px 0px;
	padding: 5px;
	display: block;
	font-size: 10px;
	/*border-top: dotted 2px #000000;*/
	border: solid 1px #999999;
	color: #CC6633;
	background: url(_img/tlo2.jpg);
	background-repeat: repeat; 
}

#foot #myspace a
{
	display: block;
	margin: -74px 0px 0px 0px;
	padding: 0px;
	background-image: url(/_img/myspace_ap.png);
	background-position: left center;
	background-repeat: no-repeat;
	width: 40px;
	height: 148px;
	text-decoration: none;
	position: fixed;
	right: 0px;
	top: 50%;
}

#foot #myspace a:hover
{
		background-position: right center;	
}

#foot #myspace a span
{
	visibility: hidden;
}

#foot #mail
{
	margin: 0px;
	padding: 0px;
	width: 30%;
	float: left;
	text-align: left;
}

#foot #copyright
{
	margin: 0px;
	padding: 0px;
	width: 40%;
	float: left;
	text-align: center;
}

#foot #on_top
{
	margin: 0px;
	padding: 0px;
	width: 30%;
	float: left;
	text-align: right;
}

