::-webkit-scrollbar {
  width: 1px;
}
::-webkit-scrollbar-track {
  display: none; 
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

html
{
	width:100%;
	height:100%;
	background-image:url(/-/flk.png),url(/-/bagimage.png);
	background-size:100% 100%,auto;
	font-family:Verdana;
	font-size:10px;
	color:#000;
	overflow:hidden;
}
body
{
	width:100%;
	height:100%;
	align-items:center;
	overflow:auto;
}

html * {cursor:url(/-/maus.png), auto}

.text-image-container {
position: relative;
  top: 40px;
  left: 17px;
}

.text-image-container-to {
position: relative;
  top: 100px;
  left: 30px;
}

.text-image-container-one {
position: relative;
  top: 10px;
  left: 30px;
}