.contentRight {
    width: 300px;
    float: left;
}
.contentLeft {
    width: 540px;
    padding-right: 15px;
    float: left;
}
#content {
    width: 860px;
}
.spacer {
    border-bottom: 3px double #e6e6e6;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 0 0 15px;
}
.spacerSingle {
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 20px;
    padding: 0 0 15px;
}
h1.paddingBottom {
    font-family: verdana;

    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    color: #737373;
}
h2 {
    font-family: verdana;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #3c94ee;
}
h3 {
    font-family: verdana;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #000000;
}
.articleHeadline {
    color: #990000;
    font-weight: bold;
    font-size: 12px;
}
.videoListThumbnail {
    width: 207px;
    font-size: 12px;
}
.thumbnailPlay {
    position: relative;
}
.image-buttons {
    bottom: 9px;
    cursor: pointer;
    display: block;
    left: 12px;
    position: absolute;
}
.clear {
    clear: both;
}
.searchbar {
    width: 100%;
    line-height: 31px;
    vertical-align: middle;
    margin-bottom: 90px;
}
.searchbar .left {
    float: left;
    width: 150px;
    font-size: 26px;
    color: #737373;
    font-weight: bold;

}
.searchbar .center {
    float: left;
    width: 465px;
}
.searchbar .center .input {
    border: 1px solid #e6e6e6;
    width: 280px;
    line-height: 31px;
    vertical-align: middle;
}
.searchbar .center .submitButton {
    border: 1px solid #e6e6e6;
    line-height: 31px;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    height: 35px;
    float: none;
    display: inline;
    background: none;
    background-color: #ffffff;
    width: 70px;
    padding: 2px 0;
    color: #990000;
    font-weight: bold;
}

.submitButton:active, .submitButton:hover, .submitButton:visited {
    color: #900000 !important;
    font-weight: bold;
}
.searchbar .right {
    float: left;
    width: 115px;
    font-size: 12px;
    color: #000000;
    line-height: 31px;
    font-weight: bold;
}
.searchbar .logo {
    float: left;
    width: 130px;
}
.smallThumbnailSpacer {
    width: 300px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
}
.currentWeather {
    width: 100%;
}
.currentWeather .weather {
    float: left;
}
.currentWeather .temperature {
    float: left;
    width: 300px;
    color: #3c94ee;
    font-size: 40px;
    line-height: 40px;
    margin-top: 30px;
}
.currentWeather .temperature .weatherState {
    color: #000000;
    font-size: 16px;
}
.footer {
    font-size: 10px;
    font-weight: bold;
    padding-top: 50px;
}
.redText {
    color: #990000;
}
.astronomy {
    width: 100%;
    font-size: 10px;
}
.astronomy .description {float: left;width: 154px;}
.astronomy .hours {float: left;width: 150px;
}
.astronomy .up {float: left;
    width: 50px;
    padding-left: 40px;
    background-image: url(/img/sonnenaufgang.png); background-repeat: no-repeat;
}
.astronomy .down {float: left;
    width: 50px;
    padding-left: 40px;
    background-image: url(/img/sonnenuntergang.png); background-repeat: no-repeat;
}
.marginalLink {
    width: 300px;
    margin-top: 5px;
}
.marginalLink .bioweather {
    line-height: 35px;
    padding-left: 60px;
    background-image: url(/img/biowetter.png); background-repeat: no-repeat;
}
.marginalLink .climate {
    line-height: 35px;
    padding-left: 60px;
    background-image: url(/img/klimadaten.png); background-repeat: no-repeat;
}
.weatherRow {
    clear: both;
    width: 100%;
    font-size: 16px;
}
.weatherRow .small {
    font-size: 10px;
    color: #737373;
}
.weatherRow .col1 {
    float: left;
    width: 80px;
    height: 60px;
    font-size: 12px;
}
.weatherRow .col2 {
    float: left;
    width: 65px;
    background-repeat: no-repeat;

}
.weatherRow .col3 {
    float: left;
    width: 100px;
    height: 60px;
    color: #3c94ee;
}
.weatherRow .col4 {
    float: left;
    width: 160px;
    height: 60px;
}
.weatherRow .col5 {
    float: left;
    width: 125px;
    height: 60px;
}

.gust {
    position: relative;
    left: 25px;
    top: 12px;
}
#wcom_tab_navigation{
    clear:both;
    position: relative;
    margin: 0px;
    height: 37px;
    width: 858px;
    border: #ccc solid 1px;
}

#wcom_dropdown{
    position: relative;
    float: right;
    margin: 0 0 0 0;
    height: 39px;
    width: 255px;
}

#wcom_dropdown_select{
    position: relative;
    float: right;
    margin: 8px 10px 0 0;
}

#wcom_tabs{
    margin: 0 0 0 0;
    height: 37px;
    width: 644px;
}

#wcom_tabs .wcom_tab{
    float:left;
    font-size: 13px;
    padding: 10px 30px 0px 30px;
    height: 27px;
    cursor: pointer;
    border-left: 1px solid  #ccc;
}

#wcom_tabs .wcom_tab_last{
    border-right: solid  #ccc 1px;
}

#wcom_tabs .wcom_tab_first{
    border-left: none;
}

#wcom_tabs .wcom_tab_active{
    border-bottom: solid  #fff 1px;
    font-weight: bold;
}

#wcom_tabs .wcom_tab .wcom_tab_label_active{
    color: #000;
}

#wcom_tabs .wcom_tab .wcom_tab_label{
    color: #666;
}

.bioweatherWrapper {
    width: 100%;
    position: relative;
    margin-bottom: 12px;
}
.bioweatherOverlay {
    position: absolute;
    top: 25px;
    left: 10px;
}
.bioweatherOverlay .itemLong {
    position: relative;
    width: 500px;
    background-color: #ffffff;
    vertical-align: middle;
    filter:alpha(opacity=90);
    opacity:.9;
    padding: 5px;
    line-height:  20px;
}
.bioweatherOverlay .item {
    position: relative;
    width: 500px;
    background-color: #ffffff;
    vertical-align: middle;
    filter:alpha(opacity=90);
    opacity:.9;
    padding: 5px;
    margin-top: 2px;
}
.bioweatherOverlay .item .cell1 {
    font-size: 12px;
    margin-top: 2px;
    float: left;
    width: 270px;
    line-height:  20px;
}
.bioweatherOverlay .item .cell2 {
    float: left;
    width: 70px;
    padding-top: 4px;
}
.bioweatherOverlay .item .cell3 {
    float: left;
    width: 150px;
    line-height:  20px;
}

.bioweatherOverlaySmall {
    position: absolute;
    top: 63px;
    left: 10px;
    background: white;
    width: 466px;
    padding: 20px;
}

.linkSubmit {
    margin: 0 0 0 5px;
    font-size: 12px;
}

.colorBlue {
    color: #365383;
}
.colorLightGrey {
    color: #737373;
}

.font12 {
    font-size: 12px;
}

label.dd-option-text, label.dd-selected-text {
    font-size: 12px;
}

#bioform {
    height: 25px;
}
#pollenform {
    height: 25px;
}

.selectionBox {
    float: left;
}

div.wstate_large{background-repeat:no-repeat;height:150px;width:240px}
div.wstate_medium{background-repeat:no-repeat;height:97px;position:absolute;top:-6px;width:153px}
div.wstate_small{background-repeat:no-repeat;height:38px;width:54px}
.noimage_L{background-image:url(/img/weather/large/noimage_L.png);background-position:20px 10px}
.d_0_L{background-image:url(/img/weather/large/d_0_L.png)}
.d_10_L{background-image:url(/img/weather/large/d_10_L.png)}
.d_20_L{background-image:url(/img/weather/large/d_20_L.png)}
.d_1_L{background-image:url(/img/weather/large/d_1_L.png)}
.d_2_L{background-image:url(/img/weather/large/d_2_L.png)}
.d_30_L{background-image:url(/img/weather/large/d_30_L.png)}
.d_3_L{background-image:url(/img/weather/large/d_3_L.png)}
.d_40_L{background-image:url(/img/weather/large/d_40_L.png)}
.d_45_L{background-image:url(/img/weather/large/d_45_L.png)}
.d_48_L{background-image:url(/img/weather/large/d_48_L.png)}
.d_49_L{background-image:url(/img/weather/large/d_49_L.png)}
.d_4_L{background-image:url(/img/weather/large/d_4_L.png)}
.d_50_L{background-image:url(/img/weather/large/d_50_L.png)}
.d_51_L{background-image:url(/img/weather/large/d_51_L.png)}
.d_53_L{background-image:url(/img/weather/large/d_53_L.png)}
.d_55_L{background-image:url(/img/weather/large/d_55_L.png)}
.d_56_L{background-image:url(/img/weather/large/d_56_L.png)}
.d_57_L{background-image:url(/img/weather/large/d_57_L.png)}
.d_5_L{background-image:url(/img/weather/large/d_5_L.png)}
.d_60_L{background-image:url(/img/weather/large/d_60_L.png)}
.d_61_L{background-image:url(/img/weather/large/d_61_L.png)}
.d_63_L{background-image:url(/img/weather/large/d_63_L.png)}
.d_65_L{background-image:url(/img/weather/large/d_65_L.png)}
.d_66_L{background-image:url(/img/weather/large/d_66_L.png)}
.d_67_L{background-image:url(/img/weather/large/d_67_L.png)}
.d_68_L{background-image:url(/img/weather/large/d_68_L.png)}
.d_69_L{background-image:url(/img/weather/large/d_69_L.png)}
.d_6_L{background-image:url(/img/weather/large/d_6_L.png)}
.d_70_L{background-image:url(/img/weather/large/d_70_L.png)}
.d_71_L{background-image:url(/img/weather/large/d_71_L.png)}
.d_73_L{background-image:url(/img/weather/large/d_73_L.png)}
.d_75_L{background-image:url(/img/weather/large/d_75_L.png)}
.d_7_L{background-image:url(/img/weather/large/d_7_L.png)}
.d_80_L{background-image:url(/img/weather/large/d_80_L.png)}
.d_81_L{background-image:url(/img/weather/large/d_81_L.png)}
.d_82_L{background-image:url(/img/weather/large/d_82_L.png)}
.d_83_L{background-image:url(/img/weather/large/d_83_L.png)}
.d_84_L{background-image:url(/img/weather/large/d_84_L.png)}
.d_85_L{background-image:url(/img/weather/large/d_85_L.png)}
.d_86_L{background-image:url(/img/weather/large/d_86_L.png)}
.d_8_L{background-image:url(/img/weather/large/d_8_L.png)}
.d_90_L{background-image:url(/img/weather/large/d_90_L.png)}
.d_95_L{background-image:url(/img/weather/large/d_95_L.png)}
.d_96_L{background-image:url(/img/weather/large/d_96_L.png)}
.d_9_L{background-image:url(/img/weather/large/d_9_L.png)}
.n_0_L{background-image:url(/img/weather/large/n_0_L.png)}
.n_10_L{background-image:url(/img/weather/large/n_10_L.png)}
.n_1_L{background-image:url(/img/weather/large/n_1_L.png)}
.n_20_L{background-image:url(/img/weather/large/n_20_L.png)}
.n_2_L{background-image:url(/img/weather/large/n_2_L.png)}
.n_30_L{background-image:url(/img/weather/large/n_30_L.png)}
.n_3_L{background-image:url(/img/weather/large/n_3_L.png)}
.n_40_L{background-image:url(/img/weather/large/n_40_L.png)}
.n_45_L{background-image:url(/img/weather/large/n_45_L.png)}
.n_48_L{background-image:url(/img/weather/large/n_48_L.png)}
.n_49_L{background-image:url(/img/weather/large/n_49_L.png)}
.n_4_L{background-image:url(/img/weather/large/n_4_L.png)}
.n_50_L{background-image:url(/img/weather/large/n_50_L.png)}
.n_51_L{background-image:url(/img/weather/large/n_51_L.png)}
.n_53_L{background-image:url(/img/weather/large/n_53_L.png)}
.n_55_L{background-image:url(/img/weather/large/n_55_L.png)}
.n_56_L{background-image:url(/img/weather/large/n_56_L.png)}
.n_57_L{background-image:url(/img/weather/large/n_57_L.png)}
.n_5_L{background-image:url(/img/weather/large/n_5_L.png)}
.n_60_L{background-image:url(/img/weather/large/n_60_L.png)}
.n_61_L{background-image:url(/img/weather/large/n_61_L.png)}
.n_63_L{background-image:url(/img/weather/large/n_63_L.png)}
.n_65_L{background-image:url(/img/weather/large/n_65_L.png)}
.n_66_L{background-image:url(/img/weather/large/n_66_L.png)}
.n_67_L{background-image:url(/img/weather/large/n_67_L.png)}
.n_68_L{background-image:url(/img/weather/large/n_68_L.png)}
.n_69_L{background-image:url(/img/weather/large/n_69_L.png)}
.n_6_L{background-image:url(/img/weather/large/n_6_L.png)}
.n_70_L{background-image:url(/img/weather/large/n_70_L.png)}
.n_71_L{background-image:url(/img/weather/large/n_71_L.png)}
.n_73_L{background-image:url(/img/weather/large/n_73_L.png)}
.n_75_L{background-image:url(/img/weather/large/n_75_L.png)}
.n_7_L{background-image:url(/img/weather/large/n_7_L.png)}
.n_80_L{background-image:url(/img/weather/large/n_80_L.png)}
.n_81_L{background-image:url(/img/weather/large/n_81_L.png)}
.n_82_L{background-image:url(/img/weather/large/n_82_L.png)}
.n_83_L{background-image:url(/img/weather/large/n_83_L.png)}
.n_84_L{background-image:url(/img/weather/large/n_84_L.png)}
.n_85_L{background-image:url(/img/weather/large/n_85_L.png)}
.n_86_L{background-image:url(/img/weather/large/n_86_L.png)}
.n_8_L{background-image:url(/img/weather/large/n_8_L.png)}
.n_90_L{background-image:url(/img/weather/large/n_90_L.png)}
.n_95_L{background-image:url(/img/weather/large/n_95_L.png)}
.n_96_L{background-image:url(/img/weather/large/n_96_L.png)}
.n_9_L{background-image:url(/img/weather/large/n_9_L.png)}
.d_0_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left 0}
.d_10_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -88px}
.d_1_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -88px}
.d_20_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -176px}
.d_2_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -176px}
.d_30_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -264px}
.d_3_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -264px}
.d_40_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -352px}
.d_45_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -352px}
.d_48_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -440px}
.d_49_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -440px}
.d_4_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -352px}
.d_50_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -528px}
.d_51_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -528px}
.d_53_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -616px}
.d_55_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -704px}
.d_56_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -792px}
.d_57_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -880px}
.d_5_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -528px}
.d_60_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -968px}
.d_61_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -968px}
.d_63_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -1056px}
.d_65_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -1144px}
.d_66_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -1232px}
.d_67_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -1320px}
.d_68_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -1408px}
.d_69_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -1496px}
.d_6_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -968px}
.d_70_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -1584px}
.d_71_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -1584px}
.d_73_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -1672px}
.d_75_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -1760px}
.d_7_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -1584px}
.d_80_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -1848px}
.d_81_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -1848px}
.d_82_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -1936px}
.d_83_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -2024px}
.d_84_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -2112px}
.d_85_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -2200px}
.d_86_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -2288px}
.d_8_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -1848px}
.d_90_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -2376px}
.d_95_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -2376px}
.d_96_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -2464px}
.d_9_M{background-image:url(/img/weather/medium-sprite-1.png);background-position:left -2376px}
.n_0_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left 0}
.n_10_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -88px}
.n_1_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -88px}
.n_20_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -176px}
.n_2_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -176px}
.n_30_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -264px}
.n_3_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -264px}
.n_40_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -352px}
.n_45_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -352px}
.n_48_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -440px}
.n_49_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -440px}
.n_4_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -352px}
.n_50_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -528px}
.n_51_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -528px}
.n_53_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -616px}
.n_55_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -704px}
.n_56_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -792px}
.n_57_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -880px}
.n_5_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -528px}
.n_60_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -968px}
.n_61_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -968px}
.n_63_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -1056px}
.n_65_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -1144px}
.n_66_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -1232px}
.n_67_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -1320px}
.n_68_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -1408px}
.n_69_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -1496px}
.n_6_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -968px}
.n_70_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -1584px}
.n_71_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -1584px}
.n_73_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -1672px}
.n_75_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -1760px}
.n_7_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -1584px}
.n_80_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -1848px}
.n_81_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -1848px}
.n_82_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -1936px}
.n_83_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -2024px}
.n_84_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -2112px}
.n_85_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -2200px}
.n_86_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -2288px}
.n_8_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -1848px}
.n_90_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -2376px}
.n_95_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -2376px}
.n_96_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -2464px}
.n_9_M{background-image:url(/img/weather/medium-sprite-2.png);background-position:left -2376px}
.d_0_S{background-image:url(/img/weather/small-sprite.png);background-position:left 0}
.d_10_S{background-image:url(/img/weather/small-sprite.png);background-position:left -38px}
.d_1_S{background-image:url(/img/weather/small-sprite.png);background-position:left -38px}
.d_20_S{background-image:url(/img/weather/small-sprite.png);background-position:left -76px}
.d_2_S{background-image:url(/img/weather/small-sprite.png);background-position:left -76px}
.d_30_S{background-image:url(/img/weather/small-sprite.png);background-position:left -114px}
.d_3_S{background-image:url(/img/weather/small-sprite.png);background-position:left -114px}
.d_40_S{background-image:url(/img/weather/small-sprite.png);background-position:left -152px}
.d_45_S{background-image:url(/img/weather/small-sprite.png);background-position:left -152px}
.d_48_S{background-image:url(/img/weather/small-sprite.png);background-position:left -190px}
.d_49_S{background-image:url(/img/weather/small-sprite.png);background-position:left -190px}
.d_4_S{background-image:url(/img/weather/small-sprite.png);background-position:left -152px}
.d_50_S{background-image:url(/img/weather/small-sprite.png);background-position:left -228px}
.d_51_S{background-image:url(/img/weather/small-sprite.png);background-position:left -228px}
.d_53_S{background-image:url(/img/weather/small-sprite.png);background-position:left -266px}
.d_55_S{background-image:url(/img/weather/small-sprite.png);background-position:left -304px}
.d_56_S{background-image:url(/img/weather/small-sprite.png);background-position:left -342px}
.d_57_S{background-image:url(/img/weather/small-sprite.png);background-position:left -380px}
.d_5_S{background-image:url(/img/weather/small-sprite.png);background-position:left -228px}
.d_60_S{background-image:url(/img/weather/small-sprite.png);background-position:left -418px}
.d_61_S{background-image:url(/img/weather/small-sprite.png);background-position:left -418px}
.d_63_S{background-image:url(/img/weather/small-sprite.png);background-position:left -456px}
.d_65_S{background-image:url(/img/weather/small-sprite.png);background-position:left -494px}
.d_66_S{background-image:url(/img/weather/small-sprite.png);background-position:left -532px}
.d_67_S{background-image:url(/img/weather/small-sprite.png);background-position:left -570px}
.d_68_S{background-image:url(/img/weather/small-sprite.png);background-position:left -608px}
.d_69_S{background-image:url(/img/weather/small-sprite.png);background-position:left -646px}
.d_6_S{background-image:url(/img/weather/small-sprite.png);background-position:left -418px}
.d_70_S{background-image:url(/img/weather/small-sprite.png);background-position:left -684px}
.d_71_S{background-image:url(/img/weather/small-sprite.png);background-position:left -684px}
.d_73_S{background-image:url(/img/weather/small-sprite.png);background-position:left -722px}
.d_75_S{background-image:url(/img/weather/small-sprite.png);background-position:left -760px}
.d_7_S{background-image:url(/img/weather/small-sprite.png);background-position:left -684px}
.d_80_S{background-image:url(/img/weather/small-sprite.png);background-position:left -798px}
.d_81_S{background-image:url(/img/weather/small-sprite.png);background-position:left -798px}
.d_82_S{background-image:url(/img/weather/small-sprite.png);background-position:left -836px}
.d_83_S{background-image:url(/img/weather/small-sprite.png);background-position:left -874px}
.d_84_S{background-image:url(/img/weather/small-sprite.png);background-position:left -912px}
.d_85_S{background-image:url(/img/weather/small-sprite.png);background-position:left -950px}
.d_86_S{background-image:url(/img/weather/small-sprite.png);background-position:left -988px}
.d_8_S{background-image:url(/img/weather/small-sprite.png);background-position:left -798px}
.d_90_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1026px}
.d_95_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1026px}
.d_96_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1064px}
.d_9_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1026px}
.n_0_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1102px}
.n_10_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1140px}
.n_1_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1140px}
.n_20_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1178px}
.n_2_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1178px}
.n_30_S{background-image:url(/img/weather/small-sprite.png);background-position:left -114px}
.n_3_S{background-image:url(/img/weather/small-sprite.png);background-position:left -114px}
.n_40_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1216px}
.n_45_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1216px}
.n_48_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1254px}
.n_49_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1254px}
.n_4_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1216px}
.n_50_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1292px}
.n_51_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1292px}
.n_53_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1330px}
.n_55_S{background-image:url(/img/weather/small-sprite.png);background-position:left -304px}
.n_56_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1368px}
.n_57_S{background-image:url(/img/weather/small-sprite.png);background-position:left -380px}
.n_5_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1292px}
.n_60_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1406px}
.n_61_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1406px}
.n_63_S{background-image:url(/img/weather/small-sprite.png);background-position:left -456px}
.n_65_S{background-image:url(/img/weather/small-sprite.png);background-position:left -494px}
.n_66_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1444px}
.n_67_S{background-image:url(/img/weather/small-sprite.png);background-position:left -570px}
.n_68_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1482px}
.n_69_S{background-image:url(/img/weather/small-sprite.png);background-position:left -646px}
.n_6_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1406px}
.n_70_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1520px}
.n_71_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1520px}
.n_73_S{background-image:url(/img/weather/small-sprite.png);background-position:left -722px}
.n_75_S{background-image:url(/img/weather/small-sprite.png);background-position:left -760px}
.n_7_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1520px}
.n_80_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1558px}
.n_81_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1558px}
.n_82_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1596px}
.n_83_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1634px}
.n_84_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1672px}
.n_85_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1710px}
.n_86_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1748px}
.n_8_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1558px}
.n_90_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1026px}
.n_95_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1026px}
.n_96_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1064px}
.n_9_S{background-image:url(/img/weather/small-sprite.png);background-position:left -1026px}