body {
  font-family: Arial, sans-serif;
font-size: 12px;
  background-color: #efefef;
    background-color: white;
    margin: 12px 0px 0px 10px;
}


h1 {
  position: relative;
  margin-bottom: 5px;
  font-size: 12px;
    font-family: Arial, sans-serif;
  line-height: 12px;
}  

  
strong, b {
  font-weight: bold;
  font-family: Arial, sans-serif;
font-size: 10px;
}


.wetterwahl {
clear: both;
}


.infotext {
clear: both;
}


ul {
    display: block;
    margin: 0px;
    list-style: none;
    position: relative;
    float: left;
    clear: both;
    padding: 0px;
    margin-top: 12px;
}

#wetter_stmk_bezirke li + li a:before {
    content: "|";
    color: #000;
    font-weight: normal;
    margin-right: 5px;
}

#wetter_kaernten_bezirke li + li a:before {
    content: "|";
    color: #000;
    font-weight: normal;
    margin-right: 5px;
}

li {
    float: left;
    font-size: 12px;
    font-family: Arial, sans-serif;
    line-height: 18px;
    font-weight: normal;
    margin-right: 4px;
    padding: 0px 0px;
}
li a {
    color: #000;
    font-weight: normal;
    font-size: 13px;
  text-decoration: none;
}

li a.selected {
    color: #C60219;
    font-weight: bold;
}

li:hover a {
    color: #C60219;
}

#wetter .bilder {
  height: 71px;
  margin-left: 0px;
}

#wetter .bilder .wetterich {
    float: left;
    position: inherit;
    min-width: 70px;
    margin: 0px auto;
    text-align: center;
 
}