  #city-box{
	background:#eeeeee;
	width:160px;
	display: none;
	position: absolute;
    text-align: left;
    top: 20px;
    z-index: 500;
}

#city-box ul {
	list-style-type: none;
	padding: 0 0 0 5px;
    margin: 5px 0;
}
.its.stadt.modbox {
    display: flex;
    margin-left: 20px;
    position: relative;
    text-align: center;
    color: #000;
}

#city-box ul li {
	padding:5px;
}
#city-box ul li a{
	color: #000;
    font-size: 15px;

}
#modal_city.open {
	background: url(/local/templates/main/image/select_open.png) 100% 50% no-repeat;
}
#modal_city {
    display: block;
    margin: 0;
    text-align: right;
    padding-right: 15px;
    background: url(/local/templates/main/image/select.png) 100% 50% no-repeat;
    color: #656565;
}
