@charset "utf-8";
/* CSS Document */
.strzalka {
    opacity:0.5;
	filter:alpha(opacity:50);
	margin-right:2%;
}
.strzalka:hover {
    opacity:1.0;
	filter:alpha(opacity:100);
}
.inicjal {
	font-size: 80px;
	letter-spacing: 5px;
	color: #CCC;
	float: left;
	font-family: Georgia, serif;
	clear:both;
}
.wyspa {
	clear: both;
	margin-top: 10px;
	font-family: Georgia, serif;
	font-size: 24px;
	color: #00F;
	background-color: #F4F4F4;
	width: 97%;
	padding-left: 3%;
	margin-bottom:20px;
}
.strona {
	position: relative;
	float: left;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 10px 10px 10px 10px;
	width: 13%;
	text-align: center;
	padding-top: .2em;
	padding-right: 0em;
	padding-bottom: 0.2em;
	padding-left: 0em;
	margin-bottom: 3px;
	margin-right: .2%;
	font-weight: normal;
	background-color: #04448B;
	color: #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,.4);
}
.strona-tu {
	position: relative;
	float: left;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 10px 10px 10px 10px;
	width: 13%;
	text-align: center;
	padding-top: .2em;
	padding-right: 0em;
	padding-bottom: 0.2em;
	padding-left: 0em;
	margin-bottom: 3px;
	margin-right: .2%;
	font-weight: normal;;
	background-color: #FFF;
	color: #03c;
	box-shadow: 0 2px 2px rgba(0,0,0,.4) inset;
}
.strona:hover {
	background-color: #69F;
}
.strona:active {
	background-color: #69F;
	box-shadow: 0 4px 4px rgba(0,0,0,.4) inset;
}
.strzalka-img-lewa {
	height:28px; 
	margin-top:1px; 
	float:right;
}
.strzalka-img-prawa {
	height:28px;
	 margin-top:1px; 
	 float:right;
}
.nr_slajdu {
	float:right; 
	margin-left:1%; 
	margin-right:1%;
}


