

/* dashboard */


#dashboard {
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
}

#dashboard #hit {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
}
/*plakietka*/

#dashboard #dashinfo {
	position: absolute;
	margin: 0px;
	
	/*top: 300px;
	left: 100px;*/	
		
	width: 206px;
	height: 236px;
	
	padding: 23px 0px 0px 15px;	
	background: url(../Images/dashinfo.png) no-repeat;
	color: #fff;
	font: .7em "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 1.5em;
	/*visibility: hidden;*/
}
#dashboard #dashinfo a, #dashboard #dashinfo a:visited {
	color: #4f85d4;
	text-decoration: none;
}
#dashboard #dashinfo a:active {
	color: #4f85d4;
	text-decoration: underline;
}

#dashboard #dashinfo h2 {
	font-size: 1.1em;
	margin: 0px 0px 7px 0px;
	color: #4f85d4;
}
#dashboard #dashinfo .hidden {
	visibility: hidden;
	position: absolute;	
	top: 30px;
	left: 20px;	
	width: 160px;
}
#dashboard #dashinfo .hidden .pobierz {
	display: block;
	margin: 10px auto 0px;
	color: #4f85d4;
}
/*#dashboard #dashinfo #info2 {
	visibility: visible;
}*/

/*widgety*/

#dashboard .allegro {
	position: fixed;
	left: 330px;
	top: 100px;
	width: 305px;
	height: 70px;
}

#dashboard .mpk-krakow {
	position: fixed;
	left: 320px;
	top: 140px;	
	width: 141px;
	height: 61px
}
#dashboard .lotto {
	display: none;
}
#dashboard .mpk-olsztyn {
	position: fixed;
	left: 350px;
	top: -80px;	
	width: 302px;
	height: 143px;
}

#dashboard .revert-1 {
	position: fixed;
	left: 200px;
	top: -100px;
	width: 124px;
	height: 111px;
}

#dashboard .revert-2 {
	position: fixed;
	left: 100px;
	top: -150px;
	width: 124px;
	height: 111px;	
}

#dashboard .mpk-wroclaw {
	position: fixed;
	left: 140px;
	top: -150px;
	width: 124px;
	height: 111px;	
}

#dashboard .mpk-lublin {
	position: fixed;
	left: 500px;
	top: -400px;
	width: 124px;
	height: 111px;	
}

#dashboard .lorem-ipsum {
	position: fixed;
	left: 500px;
	top: 0px;
	width: 124px;
	height: 111px;	
}

