
/* CSS Document */

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:; /* vom boden entfernt */
	right:;
	
  z-index:995;
}

.my-float{
	margin-top:16px;
}