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

#city-box ul {
	list-style-type: none;
	padding: 0 0 0 5px;
    margin: 5px 0;
}
.its.stadt.modbox {
    display: inline-block;
    z-index: 500;
    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(images/select_open.png) 53% 50% no-repeat;
    font-family: Museo,Verdana,Arial,Helvetica,sans-serif;
}
#modal_city {
    width: 190px;
    display: block;
    margin: 0;
    text-align: right;
    padding-right: 15px;
    background: url(images/select.png) 53% 50% no-repeat;
    color: #000;
    cursor: pointer;
    font-family: Museo,Verdana,Arial,Helvetica,sans-serif;
}
