.bereichfuss {
    text-align: center;
    background-image: linear-gradient(#444, #222);
}

div[data-role="page"] {
    background-color: #333;
}

.tabellentext {
    vertical-align: middle !important;
}

#details_Stueck p {
	font-size: 150%;
}
i {
	font-size: 70%;
	color: #aaa !important;
	font-variant: normal;
}

#buttons_details_Stueck {
   text-align: right;
}

#form_search_title input {
	border: #999 solid 1px;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #5f5f5f;
    border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #0f0f0f;
}
.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}