@charset "utf-8";
/* CSS Document */

a:link {
	text-decoration:none;
	color:#009;
}

a:visited {
	text-decoration:none;
	color:#006;
}

a:hover {
	text-decoration:underline;
	color:#00F;
}

.tabelle {
	background-color:#FFC;
}

.qr-code:hover {
	width:320px;
	height:320px;
}
