@CHARSET "UTF-8";
#top {
	height: 106px;
}

#logo {
	background: transparent url(/images/sprites.gif?id=14) no-repeat -268px -188px;
	width: 132px;
	height: 93px;
	
	float: left;
	cursor: pointer;
}

#panel_logowania {
	height: 21px;
	
	float: right;
}

	#rejestracja {
		width: 203px;
		height: 21px;

		float: left;
		padding-top: 4px;
		padding-right: 6px;
		
		text-align: right;
		font-size: 11px;		
	}
		#rejestracja a {			
			text-decoration: underline;	
		}
		
		#rejestracja a:hover {
			color: #8d8b8a;
			text-decoration: underline;	
		}
	
	#twoje_konto {
		width: 98px;
		height: 21px;
	
		float: left;
	}
	
		#twoje_konto a {	
			display: block;
			background: transparent url(/images/sprites.gif?id=10) no-repeat 0px -98px;
			width: 98px;
			height: 21px;	
		}
		
		#twoje_konto a:hover {	
			background: transparent url(/images/sprites.gif?id=10) no-repeat 0px -120px;
		}
	
	#zaloguj {
		width: 100px;
		height: 21px;
	
		float: left;
	}
		#zaloguj a {	
			display: block;			
			width: 100px;
			height: 21px;	
		}
		
			#zaloguj a.login {
				background: transparent url(/images/sprites.gif?id=10) no-repeat -99px -98px;
			}
			
			#zaloguj a.login:hover {
				background: transparent url(/images/sprites.gif?id=10) no-repeat -99px -120px;
			}
			
			#zaloguj a.logout {
				background: transparent url(/images/sprites.gif?id=10) no-repeat -168px -348px;
			}
			
			#zaloguj a.logout:hover {
				background: transparent url(/images/sprites.gif?id=10) no-repeat -168px -370px;
			}
	
#motto {
	background: transparent url(/images/sprites.gif?id=10) no-repeat 0px -75px;
	width: 414px;
	height: 22px;
	
	float: right;
	margin-top: 44px;
}