/* SPENDE */

h2{
	text-align:center; 
	font-family:'Verdana', Arial,Helvetica,sans-serif; 
	font-size:28px;
	font-weight:400;
}

a{
	text-decoration: none;
}

.logo{
	width: 62px;
    position: relative;
    float: left;
    padding-bottom: 0px;
    top: 10px;
	
	/*
	width: 42px;
    position: relative;
    float: left;
    padding-bottom: 0px;
	*/
}

.block{	
	text-align: center;
    text-decoration: none;
	margin-top: 68px;
    /* top: 198px;
    bottom: 65px; 
    position: fixed;*/
    width: 266px;
    /* float: right; */
    padding: 5px 12px 3px 6px;
    border-radius: 5px;
	margin-left: auto;
    margin-right: auto;
    background: rgb(181, 231, 253);
		
}

.block:hover{
    background: rgb(110, 206, 249);
	text-decoration: none;
}

a:hover{
	color: #0268b3;
	text-decoration: none;
}

.spende{
	color: #fff;
    font-size: 26px;
    font-weight: 400;
    /*padding: 8px 48px 6px 28px;*/
    top: 170px;
    text-decoration: none;
    font-family: 'Verdana', Arial,Helvetica,sans-serif;
}

.avatar{
	width:250px;
}