a{text-decoration:none;}
body {
	margin: 0;
	background: url(https://habbfinity.de/themes/hf_v1/images/bg_grad.png) repeat-x;
    background-size: contain;
	background-color: #04dced;
	font:14px/21px 'Source Sans Pro',sans-serif;line-height:1.4;
}

a {
	color: black;
}

#head {
	width: 100%;
	height: auto;
    margin-top: 100px;
}

#wrapper {
    width: 650px;
    height: 270px;
    position: relative;
    margin: auto;
    margin-top: 50px;
}

#content_aussen {
	width: 650px;
}

#content {
	width: inherit;
	height: 188px;
	background-color: white;
	border-radius: 5px 5px 0 0; 
}

#ausfall{padding: 10px 3% 0}
#frank{padding:0 5px 0 0;float:right;}

#link_links {
	position: absolute; 
	bottom: 0; 
	left: 0; 
	width: 230px; 
	height: 75px; 
	background-color: #7289da;
	border-radius: 0 0 0 10px;
}
#link_links:hover{
	bottom:-2;
	left:-2;
}

#link_mitte {
	position: absolute; 
	bottom: 0; 
	left: 240px; 
	width: 170px; 
	height: 75px; 
	background-color: #f38d00;
}
#link_mitte:hover{
	bottom:-2;
}

#icons{margin:7.5px auto;width:140px;display: flex;justify-content: center;}
#icons img{float:left;margin:5px 10px;}

#link_rechts {
	position: absolute; 
	bottom: 0; 
	right: 0; 
	width: 230px; 
	height: 75px; 
	background-color: #7DB500;
	border-radius: 0 0 10px 0;
	cursor: pointer;
}
#link_rechts:hover {
	bottom: -2; 
	right: -2; 
}