/* Suche nach Wetterstädten */

div.searchAutoComplete {
    position            : absolute;
    width               : 250px;
    background-color    : white;
    border              : 1px solid #888;
    margin              : 0px;
    padding             : 0px;
}

div.searchAutoComplete li {
    list-style-type     : none;
}

li.selected { 
    background-color: #00F; 
}

.weatherHeadline {
    font-size:  1.2em;
    margin:     3px;
}

input.searchAutoComplete {
    margin-left: 10px;
}

.weatherCitiesResults {
    margin-top: 5px;
    margin-left: 10px;
}

.weatherCitiesResults ul {
    overflow: auto;
    height: 130px;
}

.weatherCitiesResults li{
    margin-left: 20px;
    list-style-type: none;
    margin-top: 3px;
}

/* Anzeige von Wetterdaten */

.weatherHeadline {
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
    font-size: 1.2em;

}

.weatherHeadline a {
    text-decoration: none;
}

.weatherConfLink {
    position: absolute;
    left: 220px;
    top: 7px;
    text-decoration: none;
}

.weatherShow li {
    margin-bottom: 2px;
}

.weatherShow li.label {
    list-style-type: none;
    width: 140px;
    float: left;
}

.weatherShow li.value {
    list-style-type: none;
    /*clear: both;*/
}

.weatherShow div.weatherDayIcon {
    position: absolute;
    top:    45px;
    left:   220px;
    width: 32px;
    text-align: center;
}

.weatherShow div.weatherDayIcon img {
}

.weatherShow div.weatherNightIcon {
    position: absolute;
    top:    45px;
    left: 260px;
    width: 32px;
    text-align: center;
}

.weatherShow div.weatherNightIcon img {
}

.weatherShow a {
    margin-top: 5px;
    font-weight: bold;
}

.weatherShow a {
    margin-top: 5px;
    font-weight: bold;
    text-decoration: none;
}

/* Anzeige von der Vorschau der Wetterdaten */

.weatherPreviewHeadline {
    margin: 0px;
    font-size: 1.1em;
    position: absolute;
    top: 15px;
}

.weatherPreviewHeadline a {
    text-decoration: none;
}

.weatherPreviewDesc {
    list-style-type: none;
    float: left;
    position: relative;
    top: 25px;
}

.weatherPreviewDesc .weatherPreviewImg {
    height: 34px;
    vertical-align: 50%;
}

.weatherPreview {
    list-style-type: none;
    float: left;
    width: 75px;
    position: relative;
    top: 10px;
    text-align: center;
}

.weatherPreview li,
.weatherPreviewDesc li {
    margin-bottom: 1px;
}

.weatherPreview li a {
    text-decoration: none;
    font-weight: bold;
}

/* Anzeige von mehreren Städten */

.weatherMore {
    text-align: center;
    vertical-align: middle;
    table-layout: fixed;
}

.weatherMore td img {
    width: 25px;
    height: 25px;
}

.weatherMore td {
    height: 25px;
}

.weatherMore .weatherMoreCity {
    width: 50px;
    overflow: hidden;
}

.weatherMore td a.weatherCityLink {
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
}

/* Konfiguration von des Wetter Services */

.weatherName {
    position: relative;
    top:        0px;
    left:       70px;
    float:      left;
    width:      140px;
    text-align: center;
    font-weight: bold;
}

.weatherEnable {
    position: relative;
    top:        0px;
    left:       60px;
    font-weight: bold;
}

.weatherCityList li {
    list-style-type: none;
}

.weatherCityList li,
.weatherConfSelect {
    margin-left: 10px;
}

.weatherConfSelect {
    margin-top: 5px;
}

.weatherCityList li label,
.weatherConfSelect label{
    width: 70px;
}

.weatherCityList li input,
.weatherConfSelect select{
    margin-right: 20px;
    font-size: 0.75em;
}

.weatherSubmit {
    text-align: center;
    margin-top: 5px;
}

.weatherSubmit input {
    margin-right: 5px;
}

/* Logo und Link von weather.com */

.weathercomLogo {
    position: absolute;
    left: 230px;
    top: 180px;
}

.weathercomLink {
    position: absolute;
    left: 80px;
    top: 195px;
    font-size: 0.9em;
}

