@CHARSET "ISO-8859-1";

					/* dos.exe in meiner CSS? Ist dein versprochenen easteregg, welches du sowieso nie finden wirst :3 */

					/* Hintergrundbild */
img.hintergrund { 
	display: block;
	z-index: -20;
   	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
   	position: fixed;
	top: 0;
	left: 0;
}
					/* scroll deaktivieren */
/*body {
overflow: hidden;
}*/

					/* QR Infobox */
.qr-box {
	text-decoration: none;
	color: #FFFFFF;
}

.qr-box span {
	display: none;
}

.qr-box:hover span {
	position: absolute;
	display: block;
	background: #ffffff;
	border: 1px solid black;
	padding: 20px;
	border-radius: 20px;
	box-shadow: 0 15px 10px -10px #000000,
                0 0 30px 6px #E6E6E6 inset;
}

					/* QR Infobox Image */
.qr-image {
	width: 270px;
	height: 270px;
	vertical-align: middle;
}

					/* Coin Icon */
.coin-icon {
	width: 35px;
	height: 35px;
	border: 0;
	margin-right: 2px;
	vertical-align: middle;
}
.coin-icon:hover {
    cursor: default;
    transform: rotate(360deg);
    transition: all 0.9s ease-in-out 0s;
}

					/* Tabellen */
.tabelle-links {
	text-align: center;
	color: #FFFFFF;
	width: 20%;
	font-size: 25px
}

.tabelle-mitte {
	text-align: center;
	width: 60%;
}

.tabelle-rechts {
	text-align: center;
	width: 20%;
}

.tabelle-style1 {
	width: 100%;
}

					/* Coins Adressen Zeilen */
.tabelle-adressen {
	text-align: center;
	width: 250px;
	font-size: 25px
}	

					/* Menue CSS */
.menue-frame {
	height: 80px;
	width: 100%;
	border: 0;
	target: _blank;
}
.ueberschrift {
	text-decoration: none;
	color: #FFFFFF;
}

.menue-punkt {
	text-align: right;
	text-decoration: none;
	font-size: large;
	color: #FFFFFF;
}

					/* Impressum CSS */
.impressum {
	font-size: large;
	color: #FFFFFF;
}

</style>
