﻿/*  @charset "UTF-8";*/

body {
	font: 15px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: url('tlostr.jpg') top left #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.tlot  { background:#ffff66; }
.wtbo  { font-weight:bold; }			/*jeszcze nie wykorzystane*/
.tbbo  { font-weight:normal; }
.wct15 { text-indent:15px; }
.wctxt { text-indent:20px; }
.tdob  { text-align:justify; }
.tdsrd  { text-align:center; }
.tdprw  { text-align:right; }
.tpdkr  { text-decoration:underline; }
.tpoch  { font-style:italic; } 
.t11	{ font-size:11px; }
.t12	{ font-size:12px; }
.t13	{ font-size:13px; }
.t14	{ font-size:14px; }			/*jeszcze nie wykorzystane*/ 
.t15	{ font-size:15px; }
.t17	{ font-size:17px; }
.ltrw	{ text-transform:uppercase; }
.knbs  { color:#0000FF; }
.kczrw { color:#FF0000; }
.kbrzw { color:#AA0033; }
.kgrft4 {color:#444444; }
.lh10  { line-height:1.0; }
.lh12  { line-height:1.2; }
.lh13  { line-height:1.3; }
.lh14  { line-height:1.4; }
.lh15  { line-height:1.5; } 			/*jeszcze nie wykorzystane*/
.lh18  { line-height:1.8; }
.ls0p  { letter-spacing:0pt; }
.ls1p  { letter-spacing:1pt; }
.ls2p  { letter-spacing:2pt; }
.brdr0 { border-width:0; }

.mrgtxt { margin:-20px 0 0 0; /* JG - do korekty odstępów między akapitami w treści */ }
.mrg2tt { margin:-10px 0 0 0; /* JG - j.w. */ }

a:link		{ font-family:helvetica,arial;color:#0000FF;text-decoration:none;background:#eeeeee; }
a:active	{ font-family:helvetica,arial;color:#ff0000;text-decoration:none;background:#ffffff; }
a:visited	{ font-family:helvetica,arial;color:#0000FF;text-decoration:none;background:#eeeeee; }
a:hover 	{ font-family:helvetica,arial;color:#ff0000;text-decoration:none;background:#ffffff; }


h1 { margin:20px 12px 15px 32px;font-size:18px;letter-spacing:2pt;background:#ffff66;text-align:left; }
h2 { margin:20px 12px 15px 32px;font-size:17px;letter-spacing:2pt;text-align:left; }

#container {
	text-align: center;
	max-width: 900px;
	min-width: 200px;
	background: #ffffff;
	border: #16529a 2px solid;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	position: relative;
	text-align: center;
	background: #ffff44;
	margin: 0;
	padding: 10px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-bottom: #16529a 2px solid;
}
/*	# header p { margin: 10px 0 0 0; line-height:24px; }	z błędem MM i zbędne */


@media (min-width: 551px) {
#imglogo {
	margin-left: 80px;
	width: 160px;
	height: 169px;
	float: left;
	border: 0;
}
}

@media (max-width: 550px) {
#imglogo {
	width: 160px;
	height: 160px;
	border: 0;
}
}

#header a:link		{ font-family:helvetica,arial;color:#3333cc;text-decoration:none; }
#header a:active	{ font-family:helvetica,arial;color:#3333cc;text-decoration:none }
#header a:visited	{ font-family:helvetica,arial;color:#3333cc;text-decoration:none }
#header a:hover 	{ font-family:helvetica,arial;color:#ff0000;text-decoration:none;background:#ffffff }




/*******	 MENU GŁÓWNE	 *******/

@media (min-width: 280px) { 

nav {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	/*color: #3333cc;		 kolor jest przebijany kolejnymi nastawami */
	background: #aaaaaa;	/* jasny szary kolor pola pod przyciski */
	/* border-bottom: 1px solid #003760;	odkreślenie tylko do porównania starego i nowego pola pod przyciski */
}

	nav ul {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

	nav ul li {
	display: inline-block;
	list-style-type: none;
	text-align: center;
	font-size: 12px;
	line-height: 1.1em; /* można pominąć lub NIE, bo tekst przycisku jest w jednej linii */
	width: 16%;
	min-width: 146px;
	margin: 10px 6px;	/* margines wokół przycisków */
}

	nav a {
	display: block;
	width: 100%;
	border: 1px outset #ffff00;
	padding: 8px 0;
	text-decoration: none;
}

		/*  następne 4 nastawy przekrywają te zdefiniowane dla Kontenera  */

nav a:link		{font-family: Verdana,tahoma; color:#3333cc; background:#d1e1b8; font-style: normal;}
nav a:active	{font-family: Verdana,tahoma; color:#3333cc; background:#d1e1b8; font-style: normal;}
nav a:visited	{font-family: Verdana,tahoma; color:#3333cc; background:#d1e1b8; font-style: normal;}
nav a:hover 	{font-family: Verdana,tahoma; color:#e5cfaa; background:#3333cc; font-style: normal;}

#menulinonactive {
	color: #710043;
	background: #d1e1b8;
	border: 1px outset #ffff00;
}

} /* END min-width: 280px */


@media (max-width: 279px) {

nav {
		display: inline-block;
		margin: 0 0;
		padding: 0;
		text-align: center;
		background: #aaaaaa;
	/* tło dla przycisków   zamiast czerni;
	zbędne po RESURS:
	border: 4px ridge #F75110;
	border-bottom: none;
	border-top: none; */
}

nav ul {
	margin: 0;
	padding: 0;
	font-weight: bold;

}

nav ul li {
	display: inline-block;
	list-style-type: none;
	text-align: center;
	font-size: 12px;
	/* line-height: 1.1em;	zbędne, bo tekst przycisków jest w jednej linii */
	width: 30%;
	min-width: 142px;
	margin: 10px 5px;	/* margines wokół przycisków */
}

nav a {
	display: block;
	width: 100%;
	border: 1px outset #FFFF00;
	padding: 8px 0;
	text-decoration: none;
}

nav a:link		{font-family: Verdana,tahoma; color:#3333cc; background:#d1e1b8; font-style: normal;}
nav a:active	{font-family: Verdana,tahoma; color:#3333cc; background:#d1e1b8; font-style: normal;}
nav a:visited	{font-family: Verdana,tahoma; color:#3333cc; background:#d1e1b8; font-style: normal;}
nav a:hover 	{font-family: Verdana,tahoma; color:#e5cfaa; background:#3333cc; font-style: normal;}


#menulinonactive {
	color: #710043;
	background: #d1e1b8;
	border: 1px outset #ffff00;
}

} /* END max-width: 279px */
/*******	koniec MENU GŁÓWNEGO wersja JG   *******/

			/* pierwotne i karkołomne Menu Głowne wg MMi znajduje się w archiwum */

#mainContent {
	position: relative;
	padding: 10px 20px 10px 20px; /* padding is the space inside the div box and margin is the space outside the div box */
	border-bottom: #16529A 2px solid;
	border-top: #16529A 2px solid;
	font-size: 16px;
	background: #e8e8e8;
}

p { padding: 0px 20px 20px 20px; }

@media (min-width: 651px) {

#mainContent h1, h2  {
	display: inline;
}

#mainContent p {
	text-align: left;
}

#mainContent span {
	text-align: left;
}

.lewakolumna {
	position: relative;
	float: left;
	min-height: 280px;
	width: 49%;
	margin: 0;
	text-align: center;
}

.prawakolumna {
	position: relative;
	float: right;
	min-height: 280px;
	width: 49%;
	margin: 0;
}

.prawakolumna_ksv {
	position: relative;
	float: right;
	min-height: 280px;
	width: 49%;
	margin: 0;
}

.lewakolumna_mk {
	position: relative;
	float: left;
	min-height: 550px;
	width: 49%;
	margin: 0;
	text-align: center;
}

.prawakolumna_mk {
	position: relative;
	float: right;
	min-height: 550px;
	width: 49%;
	margin: 0;
}

.liniamapa_km {
	margin: 330px 10px 20px 10px;
}

.liniamapa_ks {
	margin: 650px 10px 20px 10px;
}

.liniamapa_mk {
	margin: 609px 10px 20px 10px;
}

.zdjecielewe {
	max-width: 100% !important;
	height: auto;
	display: block;
	float: left;
	margin: 5px 5px;
}

.zdjecieprawe {
	max-width: 100% !important;
	height: auto;
	display: block;
	float: right;
	margin: 5px 5px;
}
}

@media (max-width: 650px) {

#mainContent h1 {
	text-align: center;
}

#mainContent h2 {
	text-align: center;
}

.imgspan {
	text-align: center;
}

#mainContent img {
	text-align: center;
	display: table-row;
	margin: 10px auto;
}

.lewakolumna {
	position: relative;
	float: none;
	min-height: 280px;
	width: 100%;
	margin: 0;
}

.prawakolumna {
	position: relative;
	float: none;
	min-height: 280px;
	width: 100%;
	margin: 0;
}

.prawakolumna_ksv {
	position: relative;
	float: none;
	min-height: 150px;
	width: 100%;
	margin: 0;
}

.lewakolumna_mk {
	position: relative;
	float: none;
	min-height: 550px;
	width: 100%;
	margin: 0;
	text-align: center;
}

.prawakolumna_mk {
	position: relative;
	float: none;
	min-height: 550px;
	width: 100%;
	margin: 0;
}

.liniamapa_km {
	margin: 20px 10px 20px 10px;
}

.liniamapa_ks {
	margin: 20px 10px 20px 10px;
}

.zdjecielewe {
	max-width: 100% !important;
	height: auto;
	margin: 5px 5px;
	border:1px solid #000000;
	float: none;
}

.zdjecieprawe {
	max-width: 100% !important;
	height: auto;
	margin: 5px 5px;
	border:1px solid #000000; 
	float: none;
}
}

#mapa1 {
	position: relative;
	padding: 10px 0 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 0 0 20px;
	min-height: 340px;
	width: 100%;
	text-align: center;
}

#mapa1_mapa {
	position: absolute;
	padding: 0;
	max-width: 59%;
}

#mapa1_opis {
	margin: -12px 0 0 63%;
	width: 37%;
	font-family:arial,helvetica,tahoma;
	text-align: right;
}

#mapa1_dzielgora {
	position: absolute;
	padding: 2% 0 0 60%;
	text-align: center;
	font-family:arial,helvetica,tahoma;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#555555;
}

#mapa1_dziellewo {
	position: absolute;
	padding: 15% 0 0 0%;
	font-family:arial,helvetica,tahoma;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#555555;
}

#mapa1_dzielprawo {
	position: absolute;
	padding: 27% 0 0 86%;
	font-family:arial,helvetica,tahoma;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#555555;
}

#mapa1_dzieldol {
	position: absolute;
	padding: 57% 0 0 65%;
	font-family:arial,helvetica,tahoma;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#555555;
}

#imgmapa1 {
	max-width: 100% !important;
	height: auto;
	display: block;
}

@media only screen and (max-width: 850px) {
	#mapa1_mapa {
		position: relative;
		max-width: 526px;
		padding: 0 0 10% 0;
		margin: auto;
	}

	#mapa1_opis {
		position: relative;
		margin: auto;
		text-align: center;
		width: 100%;

	}
	
#mapa1_dzielgora {
	position: absolute;
	padding: 2% 0 0 60%;
	text-align: center;
	font-family:arial,helvetica,tahoma;
	font-size:8px;
	font-weight:bold;
	font-style:italic;
	color:#555555;
}

#mapa1_dziellewo {
	position: absolute;
	padding: 15% 0 0 0%;
	font-family:arial,helvetica,tahoma;
	font-size:8px;
	font-weight:bold;
	font-style:italic;
	color:#555555;
}

#mapa1_dzielprawo {
	position: absolute;
	padding: 27% 0 0 86%;
	font-family:arial,helvetica,tahoma;
	font-size:8px;
	font-weight:bold;
	font-style:italic;
	color:#555555;
}

#mapa1_dzieldol {
	position: absolute;
	padding: 57% 0 0 65%;
	font-family:arial,helvetica,tahoma;
	font-size:8px;
	font-weight:bold;
	font-style:italic;
	color:#555555;
}

}

#mapa2 {
	background-color: #e1eae7;
	padding: 10px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 0 0 0;
	border: 1px solid #aaaaaa;
	min-height: 500px;
	text-align: center;
}
#mapa2 a:link		{ font-family:helvetica,tahoma;color:#3333cc;text-decoration:none }
#mapa2 a:active { font-family:helvetica,tahoma;color:#ff0000;text-decoration:none }
#mapa2 a:visited	{ font-family:helvetica,tahoma;color:#3333cc;text-decoration:none }
#mapa2 a:hover		{ font-family:helvetica,tahoma;color:#ff0000;text-decoration:none;background:#ffffff }

#footer {
	position: relative;
	background-color: #d4debb;
	padding: 10px 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
	min-height: 38px;
}

#footwstecz {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 18px 10px 10px 15px;
	padding: 0;
	width: 28px;
	voice-family:inherit;
	width: 28px;
}
#footcont {
	margin: 10px 48px 5px 48px;
	color: #666666;
	font-weight:bold;
	font-family:"Arial Black"; }
#footgora {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 18px 15px 10px 10px;
	voice-family:inherit;
	width: 28px; }

#footer a.wstecz {
display: inline-block;
background: url(przywstecz.png) no-repeat left;
vertical-align: middle;
height: 28px;
overflow: hidden;
width:28px;
margin: 0px 0px;
background-position: 0px 0px;
}
#footer a.wstecz:hover
{
background-position: 0px -28px;
}

#footer a.gora{
display: inline-block;
background: url(przygora.png) no-repeat right;
vertical-align: middle;
height: 28px;
overflow: hidden;
width:28px;
margin: 0px 0px;
background-position: 0px 0px;
}
#footer a.gora:hover
{
background-position: 0px -28px;
}
