html { 
  background: url(images/hg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#logomain {
	position: relative;
	hight: 130px;
	width: 342px; 
	margin: 0 auto;z-index:5000;top:200px;
}

.fullscreenDiv {
    width: 100%;
    height: auto;
    bottom: 0px;
    top: 0px;
    left: 0;
    position: absolute;
}

#logomaintext {
	text-decoration: none;
	position: relative;
	hight: 174px;
	width: 100%;
	margin: 0 auto;
	z-index: 5000;
	top: 200px;
	text-align: center;
	text-shadow: 1px 1px #36C200,
    2px 2px #36C200,
    3px 3px #36C200,
    4px 4px #36C200,
    5px 5px #36C200,
    6px 6px #36C200;
	font-size: 36px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#sprache {
	position: fixed; /* This is very important! */
	top: 5px;
	right: 0;
	width: 126px;
	z-index: 10000;
	color: #FFF;
	text-decoration: none;
	text-align: right;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
#sprache2 {
	position: fixed; /* This is very important! */
	top: 5px;
	left: 0;
	width: 250px;
	z-index: 10000;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}	
	
	.tooltip {
	display: none;
	position: absolute;
	padding: 10px;
	color: #fff;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	height: 120px;
	width: 332px;
	background-position: center center;
}



@media screen and (max-width: 490px) {
#sprache {
	position: fixed; /* This is very important! */
	top: 5px;
	right: 0;
	width: 70px;
	z-index: 10000;
	color: #FFF;
	text-decoration: none;
	text-align: right;
	line-height: 16px;font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	}
	
#sprache2 {
	position: fixed; /* This is very important! */
	top: 5px;
	left: 0;
	width: 150px;
	z-index: 10000;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	line-height: 16px;font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	}
	
	


}