html {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center; /* center layout in ie5 and 5.5. */
	font-family: Verdana;
}
label {
	font-family: Courier New;
}
textarea {
	width: 100%;
	height: 100px;
}
#container {
	border: 3px solid #2f1a17;
	position: relative;
	width: 909px;
	height: 544px;
	max-height: 544px;
}
#MapAPO, #MapAPOborder {
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	width: 650px;
	height: 540px;
	color: red;
	background-color: #0824a2;
}
#MapAPOborder {
	border: 2px solid #e8ecf8;
}
#sidebar {
	position: relative;
	float: right;
	width: 253px;
	height: 540px;
	color: black;
	text-align: left;
	background-color: #ffffff;
	border: 2px solid #e8ecf8;
	border-left:0;
}
#footermap { 
	clear: both;
}
/* MENU - START */
#category_1, #category_2 {
	font-size: 16px;
	font-weight: bold;
	color: #4466aa;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#cat {

}
#marks {
	margin-left: 2px;
	overflow-x: hidden;
	overflow-y: auto;
	height: 492px;
}
#marks span.nounderline {
	font-size: 10px;
	color: silver;
}
#marks a, #marks a:link  {
	display: block;
	color: #4466aa;
    text-decoration: none;
	background-color: #ffffff;
}
#marks a:hover  {
	cursor: pointer;
	color: #4466aa;
    text-decoration: none;
	background-color: #e8ecf8;
}
/* MENU - START */
/* PRZYCISKI POZIOMOW - START */
.cityName {
 
/* margin-left: -50px;*/
 text-align: center;
 padding: 2px !important;
 border: 1px solid #4466aa;
 font-weight: bold;
 color: #4466aa;

  /*filter: alpha(opacity=90);
background: #debfa2;*/
 
 background-color: rgba(255,255,255,1.0);
 
 -moz-opacity: 0.9;
 opacity: 0.9;
}
#floors {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 11px;
	list-style: none;
}
#floors li {
	display: block;
	width: 20px;
	text-align: center;
	padding: 2px;
	border: 1px solid #4466aa;		
	cursor: pointer;
	float: left;
	margin-left: 0px;
}
#floors li.noactive{
	color: #4466aa;
	font-weight: normal;
	background-color: #ffffff;
}
#floors li.active {
	color: #ffffff;
	font-weight: bold;
	background-color: #4466aa;	
}
#floors li:hover {
	background: #e8ecf8;
}
/* PRZYCISKI POZIOMOW - END */