﻿
/* CSS Document */

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

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