#quickmenu {
	width: 850px;
	text-align: center;
	background-image: url(https://www.dasdiarium.kreuz-blume.de/images/tcat.png);
	line-height: 2em;
	position: fixed;
	font-family: Tahoma;
}

#quickmenu a {
    text-transform: uppercase;
    color: #e7e7e9;
    font-weight: light;
    font-size: 9px;
	margin-left:auto; 
	margin-right:auto;
}

shortlinks {
    font-family: Playfair Display;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #e7e7e9;
    text-align: center;
    text-decoration: none;
    padding: 30px;
    max-width: 100%;
    margin-bottom: 0px !important;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-weight: bold;
}