@charset "utf-8";
/* CSS Document */

html, body {
  font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;	
	color: #332233;
}

table td {
  margin: 0px;
  padding: 0px;
  border: none;
  vertical-align: top;
}

a img {
  border: none;
}

/* warstwa na której pokazują się powiększone obrazki */
#image {		
	display: none;
	position:absolute;
	width: 0px;
	height: 0px;
	background-color: #339933;
	border-top: 5px solid #22aa22;
	border-left: 5px solid #22bb22;			
	border-right: 5px solid #335533;
	border-bottom: 5px solid #335533;			
	z-index: 100;
	
	font-size: 14px;
	font-weight: bold;
	color: #f1f1f1;
}

/* galeria */
#image_gal {		
	display: none;
	position:absolute;
	width: 0px;
	height: 0px;
	background-color: #167099;
	border: 2px solid black;
	z-index: 100;
	
	font-size: 14px;
	font-weight: bold;
	color: #f1f1f1;
}

#HTMLMenuLayer {
	position: absolute;
	background-color: white;
	font-size: 11px;
	text-align: left;
	display: none;
	padding: 5px;
	border: 1px solid #089121;
	width: 250px;
}

#TextMenu
{		
	color: #166699;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	cursor: pointer;
	line-height: 30px;
}




#layout {
	border-collapse: collapse;
	background-color: white;
	margin-left: 0px;
	padding: 0px;
	width: 100%;
}

#layout table {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}


#layout td {
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

#layout table.form {	
	border-collapse: collapse;
}


#layout table.form td {
	border-collapse: collapse;
	padding: 4px;
}

#layout td.content {
	background-color: rgb(248,248,248);
}

td.naglowek {
	text-indent: 25px;
}

td.naglowek h2 {
  font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #f1f1f1;
	
}

#content 
{
	width: 100%;
	
  
}

#content div.ramka
{
	margin: 10px;
}

#content h1
{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	counter-reset: par-num;
}
#content h2
{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#content img
{
	cursor: pointer;
	border: none;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;			
	float: none;
	display: inline;
}

#content img.imgRight
{
	cursor: pointer;
	border: none;
	margin-right: 0px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;		
	float: right;
	display: inline;
}

#content img.imgLeft
{
	cursor: pointer;
	border: none;
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;			
	float: left;
	display: inline;	
}

#content p.akapit
{
	text-indent: 35px;
	text-align: justify;
	line-height: 150%;	
}

#content p.akapitPogrubiony
{
	text-align: justify;
	line-height: 150%;	
	font-weight:bold;
}


#content p.akapitPogrubionySrodek
{
	margin: auto;
	text-align: center;
	line-height: 150%;	
	font-weight:bold;
}

#content p.akapitPrawy
{
	text-indent: 35px;
	line-height: 150%;
	text-align: right;	
}

#content ul li
{
	list-style-position: outside;
	list-style-type: circle;
	list-style-image: url("images/point.png"); 
	text-align: justify;
	margin-top: 5px;
	line-height: 150%;
}

#content li li
{
	list-style-type: circle;
	list-style-image: none;
}

#content table.border
{
	border: none;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;	
}

#content table.border td
{
	border-collapse: collapse;
	border: 1px solid #33aa33;
	padding: 8px;	
}

#content table.border th
{
	border-collapse: collapse;
	border: 1px solid #33aa33;
	text-align: center;
	font-weight: bold;
	padding: 8px;	
}

#content table
{
	border-collapse: collapse;
	border: none;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;	
}

#content table td
{
	border-collapse: collapse;
	border: none;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

#content hr
{
	width: 50%;
	background-color: #006600;
	border: none;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

#content a
{
	
	font-weight: bold;
	text-decoration: none;
	color: #166699;
}

#content a:hover
{
	color: #6686b9;
}

#content input
{
	border: 1px solid #166699;
	background-color: #f1f1f1;
}

#content textarea
{
	width: 200px;
	height: 130px;
	border: 1px solid #166699;
	background-color: #f1f1f1;
}

ul.mapa {
	list-style-type: none;
}

ul.mapa li {
	list-style-type: upper-alpha;
}

ul.HTMLMenu {
	margin-left: 20px;
	list-style-type: circle;
}

ul.HTMLMenu li
{
		list-style-image: url("images/ciapek2.gif"); 
}

ul.HTMLMenu li a {
	
	font-weight: bold;
	text-decoration: none;
	color: #166699;
}

ul.HTMLMenu li a:hover
{
	color: #6686b9;
}

a {
	
	font-size: 12px;
	text-decoration: none;
	color: #dddddd;
}

a:hover {
	text-decoration: none;
	color: #f1f1f1;
}

#splywy_kajakowe_rzeki {
  height: 310px; 
  width: 263px;
  font-size: 10px;
}

#splywy_kajakowe_banner {
  height: 310px; 
  width: 624px;
  font-size: 10px;
}

#splywy_kajakowe_napis {
  height: 74px; 
  width: 142px;
  font-size: 10px;
}

#splywy_kajakowe_jezyki {
  height: 47px; 
  width: 250px;
  font-size: 10px;
}

#splywy_kajakowe_menu {
  height: 220px; 
  width: 240px;
  font-size: 10px;
}


div.adres {  
	font-size: 12px;
	margin-top: 2px;
	color: #004400;
}

div.adres h1 {
  	font-size: 12px;
  	margin: 0px;
  	padding: 0px;
}

div.adres a{
	color: #005500;
}

div.adres a:hover{
	color: #009900;
}

td.menuTxt {
  height: 111px; 
  width: 120px;
}

