body{
	background-color: #3a3a3a;
	text-align: center;
	margin-top: 0px;
}
.header{
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
}
#main {
	position: absolute;
	width: 770px;
	width: expression('800px');
	height: 419px;
	height: expression('448px');
	top: 149px;
	left: 50%;
	margin-left: -400px;
	background-color: #737373;
	text-align: left;
	color: black;
	font-size: 11px;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 15px;
}
.nadpis1 {
	font-size: 15px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	display: block;
}
.nadpis2 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}
table {
	color: black;
	font-size: 12px;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
}
a {
	color: black;
	font-size: 11px;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: white;
}
#mapa_small {
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	cursor: hand;
	cursor: pointer;
}
#big_img {
	position: absolute;
	left: 450px;
	top: 82px 
}
#footer_hide {
	position: absolute;
	bottom: 0px;
	width: 800px;
	background-color: #3a3a3a;
	left: 0px;
	color:  #3a3a3a;
	padding: 3px;
	font-size: 11px;
}
#footer {
	position: absolute;
	bottom: 0px;
	width: 596px;
	width: expression('601px');
	background-color: black;
	left: 0px;
	color: white;
	padding: 3px;
}
#footer a {
	color: white;
}
#footer a:hover {
	color: red;
}
#mapa {
	position: absolute;
	width: 458px;
	top: 149px;
	left: 50%;
	margin-left: -150px;
	border-style: solid;
	border-color: black;
	border-width: 2px;
	visibility: hidden;
}
