html.LEIFI_html {
	width: 100%;
	height: 100%;
	}

body.LEIFI_body {
	width: 100%;
	height: 100%;
	margin: 0;
	overflow: hidden;
	}

div.LEIFI_swiffy_animation {
	width: 100%;
	height: 100%;
	position: relative;
	margin: auto;
	background-color: #FAFAFA;
	box-sizing: border-box;
	border: 1px solid grey;
	}

div.LEIFI_swiffy_container {
	width: 100%;
	height: 100%;
	}

div.LEIFI_animation {
	position: relative;
	margin: auto;
	background-color: #FAFAFA;
	border: 2px solid grey;
	}

div.LEIFI_leinwand {
	position: absolute;
	}

div.LEIFI_steuerung {
	position: absolute;
	text-align: center;
	}

div.LEIFI_2knoepfe {
	position: relative;
	margin: 5px auto 5px auto;
	width: 60px;
	}

div.LEIFI_3knoepfe {
	position: relative;
	margin: 5px auto 5px auto;
	width: 90px;
	}

input.LEIFI_knopf_links {
	float: left;
	width: 30px;
	height: auto;
	}

input.LEIFI_knopf_mitte {
	margin-left:auto;
	margin-right:auto;
	width: 30px;
	height: auto;
	}

input.LEIFI_knopf_rechts {
	float: right;
	width: 30px;
	height: auto;
	}

div.LEIFI_parameter {
	position: absolute;
	}

div.LEIFI_parameter div {
	position: absolute;
	text-align: center;
	}

span.LEIFI_span_zentriert {
	position: absolute;
	margin-left: 10px;
	text-align: center;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	}

span.LEIFI_span {
	position: absolute;
	margin-left: 10px;
	text-align: left;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	}

input[type="range"].LEIFI_range {
	position: absolute;
	margin-left: 10px;
	}

input[type="range"].LEIFI_range::-ms-tooltip {
	display: none;
	}

input[type="checkbox"].LEIFI_checkbox {
	margin-left: 10px;
	}

input[type="button"].LEIFI_button {
	position: absolute;
	margin-left: 10px;
	text-align: center;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	}

button.LEIFI_button {
	height: 30px;
	border-radius: 0px;
	margin-left: 10px;
	background-color: #CCCCCC;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

input[type="radio"].LEIFI_radio {
	margin-left: 10px;
	}

label.LEIFI_label {
	margin-left: 5px;
	vertical-align: 2px;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	}

select.LEIFI_select {
	position: absolute;
	margin-left: 10px;
	margin-top:-3.5px;
	height: 20px;
	border-radius: 0px;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

input[type="text"].LEIFI_text {
	position: absolute;
	margin-left: 10px;
	margin-top:-3.5px;
	padding-left: 2px;
	height: 16px;
	border-radius: 0px;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	}