.div100 {
	position: fixed;
/*	width: 1px;
	height: 1px; 
*/	width: 100%;
	height: 100%; 
	z-index: 1;
/*	opacity: 0.11; */
}

body.all {
	cursor:none;
}

.divfest {
/*	background-color: #808080; */
}

.div1 {
	margin: 0 !important;
	width: 1px;
	height: 1px;
	float: left; 
	overflow: visible;
}

.div10 {
	margin: 0 !important;
	width: 1%;
	height: 1%;
	float: left; 
/*	position: fixed; */
	overflow: visible;
}
.fixed {
	position: fixed;
}

.hgblack {
	position: fixed;
	color: #FFFFFF;
	background-color: #000000;
}
.hgweiss {
	position: fixed;
	color: #000000;
	background-color: #FFFFFF;
	opacity: 0.33;
}
.hggray {
	background-color: #808080;
	opacity: 0.33;
}
