@charset "utf-8";

#link {
	background-color: #FFF;
	border: 2px solid #ccc;
	-moz-border-radius:12px;
	border-radius:12px;
	opacity:1;
	-moz-box-shadow: 0 0 5px 2px #ccc;
	-webkit-box-shadow: 0 0 5px 2px #ccc;
	box-shadow: 0 0 5px 2px #ccc;
	background-repeat: no-repeat;
 	background-position: 10px;
	width: 100%;
	padding-left:170px;
	margin-bottom:12px;
}
a.info span
{display: none;}

a.info:hover span {
	display:flex;
	position:fixed;
	z-index: 10;
}

.AMS {
	background:url(../logos/AMS_BAU.png);
	width: 120px;
}
.UB-FA {
	background:url(../logos/Bescheinigung_in_Steuersachen.png);
	width: 120px;
}

.container {
    display:flex;
	height:133px;
	color: #000;
	align-items:center;
	float:left;
}
.download {
	display:flex;
	height:133px;
	color: #000;
	align-items:center;
	float:right;
}
.container:hover {
	text-shadow: 1px 1px 1px
	rgba(0,0,0,0.5);
	}