#baner_kontener {
	width: 600px;
	height: 200px;
}

.baner {
	background-image: url(alfalogo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
  background-color: #000;
	overflow: hidden;
  position: relative;
}

.baner_tresc {
	display: none;
  width: 100%;
	height: 100%;
  position: absolute;
}

.baner_tresc a {
	width: 100%;
	height: 100%;
	/*margin-top: -200px;*/
	display: block;
	/*position: relative;*/
	/*background: #a8c;*/
}

.baner_tresc p {
	font-size: 250%;
	font-family: Georgia;
	font-weight: bold;
	color: #d4a1aa;
	
	position: relative;
	margin-top: -150px;
	margin-left: 30px;
}

.baner_tresc a img {
	border: none;
}

.baner_ladowanie {
	background-image: url(ladowanie.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#baner_nawig {
	width: 596px;
	height: 24px;
	position: relative;
	margin-top: -26px;
	margin-left: 2px;
	margin-right: 2px;
	display: none;
  background-color: #fff;
}

.baner_nav {
	float: right;
}

.baner_nav a {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	text-align: center;
	font-family: Georgia;
	font-size: 75%;
	font-weight: bold;
	color: #fff;
	margin-top:2px;
	margin-left:2px;
	cursor: pointer;
  background-color: #780707;
  text-decoration: none;
}

/*.baner_nav .baner_przycisk {
	background-color: #780707;
}*/

.baner_nav a:hover {
	background-color: #9e3434;
}

.baner_nav a.aktywny {
  background-color: #0b2799;
}