#login {
	display:block;
	height:26px;
	overflow:hidden;
	width:80px;
	cursor:pointer;
	text-align: center;
	color: #999999;
	margin-top: -40px;
	padding-top: 7px;
	float: right;
	margin-right: 46px;
	font-size: 12px;
	background-image: url(../bilder/login.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom: 5px;
	text-decoration: none;
}
#login:hover {
	color: #333333;
}
.tooltip {
	display:none;
	width:181px;
	height:160px;
	font-size:11px;
	color:#fff;
	background-image: url(../bilder/tooltip.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 24px;
	line-height: 17px;
}

