@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('../prog/fonts/League_Gothic-webfont.eot');
    src: url('../prog/fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../prog/fonts/League_Gothic-webfont.otf') format('opentype'),
         url('../prog/fonts/League_Gothic-webfont.woff') format('woff'),
         url('../prog/fonts/League_Gothic-webfont.ttf') format('truetype'),
		 url('../prog/fonts/League_Gothic-webfont.svg#webfontpm5EArBj') format('svg');
    font-weight: normal;
    font-style: normal;
}
.entoppanel {
	position: fixed;
	top: -2px;
	right: 128px;
	background-color: transparent; /*rgba(176,222,0,0.4); #333333*/
	width: 42px;
	height: 30px;
	border:1px solid #111111;
	z-index:9999;
}
.entoppanelfl {
	position: relative;
	top: 7px;
	left: 5px;
	z-index:9999;
}
.entoppanel:hover {
	background-color: #B0DE00;
	border:1px solid #111111;
	padding-top: 5px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index:9999;
}
.detoppanel {
	position: fixed;
	top: -2px;
	right: 84px;
	background-color: transparent; /*rgba(51,51,51,0.5); #333333*/
	width: 42px;
	height: 30px;
	border:1px solid #111111;
	z-index:9999;
}
.detoppanelfl {
	position: relative;
	top: 7px;
	left: 5px;
	z-index:9999;
}
.detoppanel:hover {
	background-color: #B0DE00;
	border:1px solid #111111;
	padding-top: 5px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index:9999;
}
.pttoppanel {
	position: fixed;
	top: -2px;
	right: 40px;
	background-color: transparent; /*rgba(51,51,51,0.5); #333333*/
	width: 42px;
	height: 30px;
	border:1px solid #111111;
	z-index:9999;
}
.pttoppanelfl {
	position: relative;
	top: 7px;
	left: 5px;
	z-index:9999;
}
.pttoppanel:hover {
	background-color: #B0DE00;
	border:1px solid #111111;
	padding-top: 5px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index:9999;
}
.fbtoppanel {
	position: fixed;
	top: 24px;
	left: 330px;
	background-color: transparent; /*rgba(51,51,51,0.5); #333333*/
	width: 40px;
	height: 40px;
	border:1px solid #111111;
	padding: 2px;
	z-index:9999;
}
.fbtoppanelfb {
	top: 8px;
	right: 0px;
	left: 0px;
	padding-left:4px;
	padding-top:4px;
	z-index:9999;
}
.fbtoppanel:hover {
	background-color: #B0DE00;
	border:1px solid #111111;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index:9999;
}
.wltoppanel {
	position: fixed;
	top: 14px;
	left: 380px;
	background-color: transparent; /*rgba(51,51,51,0.5); #333333*/
	width: 60px;
	height: 60px;
	font-family: Arial, sans-serif;
	font-size:10pt;
	text-align: center;
	line-height: 20px;
	color: #fff;
	border:1px solid #111111;
	padding: 2px;
	z-index:9999;
}
.wltoppanelwl {
	top: 8px;
	padding-left:4px;
	padding-top:2px;
	font-family: Arial, sans-serif;
	font-size:10pt;
	text-align: center;
	line-height: 20px;
	color: #fff;
	z-index:9999;
}
.wltoppanel:hover {
	background-color: #B0DE00;
	color: #000;
	border:1px solid #111111;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	z-index:9999;
}
