@charset "iso-8859-2";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	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;
	background-image: url(images/tlo1.gif);
	background-repeat:repeat-x;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.ug #container {
	width: 935px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
} 
.ug #header {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.ug #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.ug #menu_lewa {
	float: left; /* since this element is floated, a width must be given */
	width: 165px;
}
.ug #menu_prawa {
	float: right; /* since this element is floated, a width must be given */
	width: 198px;
	padding: 0px;
	border: 0px solid #CCCCCC;
	background-color: #FFFFFF;
}
.ug #menu_galeria {
	float: right; /* since this element is floated, a width must be given */
	width: 198px;
	height: 600px;
	padding: 0px;
	border: 0px solid #CCCCCC;
	background-color: #FFFFFF;
}
.ug #mainContent {
	margin-right: 198px;
	margin-left: 166px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
} 
.ug #footer {
	background:#DDDDDD;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
p1
{
text-align:right;
font-size:12px;
}
.ug #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



ul.lmenu, ul.lmenu li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.lmenu li {
	width: 160px;
	padding-left: 5px;
	background-color:#000066;
	border-width: 1px;
	border-style: solid;
	border-color: #dfe #365 #365 #dfe;
}

ul.lmenu a:link, ul.lmenu a:visited {
	display: block;
	width: 149px;
	text-decoration: none;
	font-size:11px;
	padding: 5px 5px;
	font-weight: bold;
	background: #FFFFFF url("images/tlomenu1.jpg") repeat-x top;
	color: #365;
	border-left: 1px solid #797;
}

ul.lmenu a:hover {
	background-color:#FFFFFF;
	background-position:bottom;
	background-image: url("images/tlomenu2.jpg");
	color:#000000;
}

ul.lmenudol, ul.lmenudol li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.lmenudol li {
	width: 155px;
}

ul.lmenudol a:link, ul.lmenudol a:visited {
	display: block;
	width: 140px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

ul.lmenudol a:hover {
	background-color:#FFFFFF;
	background-position:bottom;
	color:#000000;
}



ul.bip, ul.bip li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.bip li {
	width: 198px;
	background-color:#000066;
}

ul.bip a:link, ul.bip a:visited {
	display: block;
	width: 198px;
	height:82px;
	text-decoration: none;
	background: #FFFFFF url("images/prawebip.gif") repeat-x top;
	color: #365;
	border-left: 0px solid #797;
}

ul.bip a:hover {
	height:82px;
	background-color:#FFFFFF;
	background-position:bottom;
	background-image: url("images/prawebipz.gif");
	color:#000000;
}
ul.esp, ul.esp li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.esp li {
	width: 198px;
	background-color:#000066;
}

ul.esp a:link, ul.esp a:visited {
	display: block;
	width: 198px;
	height:82px;
	text-decoration: none;
	background: #FFFFFF url("images/praweesp.gif") repeat-x top;
	color: #365;
	border-left: 0px solid #797;
}

ul.esp a:hover {
	height:82px;
	background-color:#FFFFFF;
	background-position:bottom;
	background-image: url("images/praweespz.gif");
	color:#000000;
}
ul.gok, ul.gok li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.gok li {
	width: 198px;
	background-color:#000066;
}

ul.gok a:link, ul.gok a:visited {
	display: block;
	width: 198px;
	height:82px;
	text-decoration: none;
	background: #FFFFFF url("images/prawegok.gif") repeat-x top;
	color: #365;
	border-left: 0px solid #797;
}

ul.gok a:hover {
	height:82px;
	background-color:#FFFFFF;
	background-position:bottom;
	background-image: url("images/prawegokz.gif");
	color:#000000;
}
ul.panorama, ul.panorama li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.panorama li {
	width: 198px;
	background-color:#000066;
}

ul.panorama a:link, ul.panorama a:visited {
	display: block;
	width: 198px;
	height:82px;
	text-decoration: none;
	background: #FFFFFF url("images/panoramy.gif") repeat-x top;
	color: #365;
	border-left: 0px solid #797;
}

ul.panorama a:hover {
	height:82px;
	background-color:#FFFFFF;
	background-position:bottom;
	background-image: url("images/panoramyz.gif");
	color:#000000;
}
ul.osp, ul.osp li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.osp li {
	width: 198px;
	background-color:#000066;
}

ul.osp a:link, ul.osp a:visited {
	display: block;
	width: 198px;
	height:82px;
	text-decoration: none;
	background: #FFFFFF url("images/osp.gif") repeat-x top;
	color: #365;
	border-left: 0px solid #797;
}

ul.osp a:hover {
	height:82px;
	background-color:#FFFFFF;
	background-position:bottom;
	background-image: url("images/ospz.gif");
	color:#000000;
}
ul.karate, ul.karate li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.karate li {
	width: 198px;
	background-color:#000066;
}

ul.karate a:link, ul.karate a:visited {
	display: block;
	width: 198px;
	height:82px;
	text-decoration: none;
	background: #FFFFFF url("images/oyama.gif") repeat-x top;
	color: #365;
	border-left: 0px solid #797;
}

ul.karate a:hover {
	height:82px;
	background-color:#FFFFFF;
	background-position:bottom;
	background-image: url("images/oyamaz.gif");
	color:#000000;
}

ul.karate1, ul.karate1 li {
	display: block;
	list-style: none;
	font-size:10px;
	text-align:center;
	margin: 0;
	padding: 0;
}

ul.karate1 li {
	width: 198px;
	background-color:#000066;
}

ul.karate1 a:link, ul.karate1 a:visited {
	display: block;
	width: 198px;
	height:50px;
	text-decoration: none;
	background: #FFFFFF;
	color: #CC0000;
	border-left: 0px solid #797;
}

ul.karate1 a:hover {
	height:50px;
	background-color:#FFFFFF;
	background-position:bottom;
	color:#000000;
}


ul.spgalew, ul.spgalew li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.spgalew li {
	width: 198px;
	background-color:#000066;
	}

ul.spgalew a:link, ul.spgalew a:visited {
	display: block;
	width: 198px;
	height:82px;
	text-decoration: none;
	background: #FFFFFF url("images/spgalew.gif") repeat-x top;
	color: #365;
	border-left: 0px solid #797;
}

ul.spgalew a:hover {
	height:82px;
	background-color:#FFFFFF;
	background-position:bottom;
	background-image: url("images/spgalewz.gif");
	color:#000000;
}
ul.gks, ul.gks li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.gks li {
	width: 190px;
	background-color:#000066;
}

ul.gks a:link, ul.gks a:visited {
	display: block;
	width: 190px;
	height:78px;
	text-decoration: none;
	background: #FFFFFF url("images/gks.gif") repeat-x top;
	color: #365;
	border-left: 0px solid #797;
}

ul.gks a:hover {
	height:78px;
	background-color:#FFFFFF;
	background-position:bottom;
	background-image: url("images/gksz.gif");
	color:#000000;
}
ul.janiszew, ul.janiszew li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.janiszew li {
	width: 190px;
	background-color:#000066;
}

ul.janiszew a:link, ul.janiszew a:visited {
	display: block;
	width: 190px;
	height:78px;
	text-decoration: none;
	background: #FFFFFF url("images/janiszew.gif") repeat-x top;
	color: #365;
	border-left: 0px solid #797;
}

ul.janiszew a:hover {
	height:78px;
	background-color:#FFFFFF;
	background-position:bottom;
	background-image: url("images/janiszewz.gif");
	color:#000000;
}

ul.gmenu, ul.gmenu li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.gmenu li {
	width: 187px;
	text-align:center;
	font-size:14px;
	font-style:italic;
	float:left;
	border-width: 0px;
	border-style: solid;
	border-color: #dfe #365 #365 #dfe;
}

ul.gmenu a:link, ul.gmenu a:visited {
	display: block;
	width: 186px;
	height:25px;
	text-decoration: none;
	background-image:url(images/tlomenu1.jpg);
	color: #365;
	border-left: 1px solid #797;
}

ul.gmenu a:hover {
	height:25px;
	background-color:#FFFFFF;
	background-position:bottom;
	background-image:url(images/tlomenu2.jpg);
	color:#000000;
}


<!--
.gmina {
  width: 500px;
}
 
 
ul.gmina {
  margin: 0;
  padding: 0;
  list-style: none;
}
 
ul.gmina li {
  margin: 0;
  padding: 0;
  float: left;
}
 
ul.gmina a {
  text-decoration: none;
  display: block;
  margin: 0 2px 0 2px;
  padding: 3px 10px;
  border: 1px solid #aaa;
  border-width: 1px 1px 0 1px;
  background: #ddd;
  color: #888;
  font-size: 0.8em;
}
 
ul.gmina a:hover {
  background: white;
}
