#walliswetter_widget_link:hover, #walliswetter_widget_link:visited{
	color:black;
}

body {
	overflow:hidden;
	margin:0;
}

#walliswetter_widget_container{
	width: 168px;
	height: 178px;
    font-family: Helvetica;
    color:black;
	position: relative;
	background-color: white;
	overflow: hidden;
	/*border: 1px lightgrey solid;*/
}


#walliswetter_widget_title{
	font-size: 14px;
    position: absolute;
    left: 8px;
    top: 23px;
}

#walliswetter_widget_location{
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    left: 8px;
    top: 37px;
	z-index: 10;
}

.walliswetter_widget_figure{
	width: 55px;
    position: absolute;
    top: 10px;
    right: 4px;
}

#walliswetter_widget_prog {
	position: absolute;
	bottom: 0;
}

.walliswetter_widget_prog_day{
	width: 55px;
	height: 100px;
	float: left;
	font-size: 12px;
}

.walliswetter_widget_short_container{
    width: 55px;
    height: 20px;
	position: relative;
    text-align: center;
}

.walliswetter_widget_short{
	height: 16px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.walliswetter_widget_icon_container{
    width: 55px;
    height: 50px;
	position: relative;
}

.walliswetter_widget_icon{
	width: 46px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.walliswetter_widget_temp_container{
    width: 55px;
    height: 30px;
	position: relative;
    text-align: center;
    font-size: 12px;
}

.walliswetter_widget_temp{
	height: 16px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#walliswetter_widget_prog_day1, #walliswetter_widget_prog_day2 {
	border-right: 1px solid;
	border-right-color: lightgrey;
}

