#nag {
	margin:0;
	background-color: #B4F1A4;
	border-bottom:#999999 solid 2px;
}
#top1 {
	margin:0 auto;
	width:800px;
	height:80px;
	}
#top1a {
	margin:0 auto;
	width:800px;
	height:auto;
	font-family:Tahoma;
	font-size: 8pt;
	position:relative;
	clear:both;
	padding-bottom:5px;
	padding-top:5px;
	border-top: solid #333333 1px;
	border-bottom: solid #333333 0px;
	text-align:center;
	}
#top1b {
	margin:0 auto;
	width:800px;
	height:94px;
	background-image:url(../images/panorama_krakow.jpg);
	position:relative;
	background-repeat: no-repeat;
	background-position: center;
	}
#head {
	width:450px;
	margin:0;
	height:40px;
	position: absolute; bottom: 0; right: 0;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10pt;
	color:#330099;
	margin-right:15px;
}
#k0{
width:400px;
float:left;
}
#k{
float:left;
display:inline-table;
padding-top:5px;
}
#k1 {
float:left;
width:170px;
background-color:#B4F1A4;
font-family:Verdana;
font-size: 8pt;
text-align:right;
padding-right:10px;
border-right:solid #fff 1px;
}
#k2 {
float:left;
width:150px;
background-color:#B4F1A4;
font-family:Verdana;
font-size: 8pt;
text-align:left;
padding-left:10px;
border-left:solid #666666 1px;
}

#top2 {
display:block;
	BACKGROUND-COLOR: #FFFFFF;
	margin:0 auto;
	height:20px;
	text-align:center;
}

.menu {
  display:table;         /* ignorowany przez misIE */
  list-style-type:none;
  white-space:nowrap;    /* jednalinia */
  background-color:#297C14;  
  width:800px;
  margin:0 auto;
  height:21px;
  padding-top:0px;
  text-align:center;

  }
* html .menu {
  display:block;  /* tylko misIE */
  }  
  
.menu li {
	display:table;    /* ignorowany przez misIE */
	float:left;
	list-style-type: none;
  }
* html .menu li {
	display:inline-table;        /* tylko misIE */
	list-style-type: none;
  }
  
.menu a, .menu a:visited {
	display:block;
	padding-left:7px;
	padding-right:7px;
	padding-top:1px;
	padding-bottom:0px;
	margin:2px 1px 0px 2px;
	color:#000;
	background:#FFFDD7;
	text-decoration:none;
	height:16px;
	text-align:center;
	list-style-type: none;
	font-family:Verdana;
font-size: 8pt;
  }
* html .menu a, * html .menu a:visited {
	display:inline-block;  /* tylko misIE */
	list-style-type: none;
  }
  
.menu a:hover {
  color:#fff; 
  background:#AC6D04;

  }

