/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22.07.2015, 16:05:40
    Author     : saskia_bader
*/

.citylist
{
    overflow-x: hidden;
    overflow-y: scroll;
    height: 105px;
    display:block;
    width:110%;
    padding-top:0 !important;
}

.citylist ul
{
    padding-top:0 !important;
    margin-top:0 !important;
}

.citylist li
{
    border: none !important;
    background: none !important;
}

.citylist li a
{
    color: #fff !important;
    padding-top: 0 !important;
    padding-bottom: 10px !important;
    display:table !important;
}

#navi
{
    overflow:hidden !important;
}

#navi p
{
    padding-left:30px;
    margin-top:10px;
    margin-bottom:10px;
    
}

.citybox
{
    overflow:hidden;
    height: 105px;
    width: 110%;
    display:block;
    padding-top:0 !important;
}


