	

	#header {
		position: fixed;
		height: 50px;
		line-height: 50px;
		display: block;
		width: 100%;
		background: #ffffff;
		border-bottom: 1px solid #cccccc;
		z-index: 9;
		text-align: center;
		color: #f2f2f2;
		padding: 0;
		top: 0px;
	}
	
	.menu {
	width: 1080px;
	height: 50px;
	margin: 0 auto;
	}
	
	.lewy_top {
	float: left;
	text-align: left;
	width: 145px;
	}
	
	.prawy_top {
	text-align: left;
	margin: 0 100px 0 145px;
	padding-left: 85px;
	}
	
	.najprawszy_top {
	float: right;
	width: 100px;
	}
	
	.link {
	font-size: 40px;
	color: #000000;
	text-decoration: none;
	}
	
	.link:hover {
	color: #CB9946;
	}
	
	.link2 {
	font-size: 40px;
	color: #CB9946;	
	text-decoration: none;
	}
	
	.link2:hover {
	color: #000000;
	}	
	
	.clear {
	height: 0;
	clear: both;
	}
	
	.tekst1, .tekst2, .tekst3, .tekst4, .tekst5, .tekst1b {
	font-family: 'Shadows Into Light Two', cursive;	
	font-size: 36px;
	color: #000000;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 70px;
	
	}
	
	@media only screen and (max-width: 950px){
	#header {
	padding-bottom: 5px;
	}
	.menu {
	width: 90%;
	padding-bottom: 5px;
	}
	.prawy_top {
	overflow: visible;
	padding-left: 20px;
	padding-right: 20px;
	}
	.tekst1, .tekst2, .tekst3, .tekst4, .tekst5, .tekst1b {
	font-size: 34px;
	letter-spacing: -2px;
	}
	}
