@CHARSET "UTF-8";
#footerline {
	height: 2px;
	width: 100%;
	background-color: #008237;
	margin:  0;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	display: inline;
	font-size: 1px;
}

.footertext {
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #A2A2A2;
}

#footercopyright, #footermusic, #footerlanguage {
	position: absolute;
	display: inline;
	top: 8px;
}

#footercopyright{
	left: 65px;	
}

#footermusic{
	right: 120px;
}

#footerlanguage{
	right: 35px;
}

#musicoff {
	color: #008848;
}

#langde, #langen, #musicon, #musicoff{
	cursor: pointer;
}