/* --------------------------------------------------------------- */
/*                                                                 */
/*    CSS-DATEI für die Wetterseiten                               */
/*    Koller Internet GmbH, www.kollerinternet.ch                  */
/*                                                                 */
/* --------------------------------------------------------------- */


/*** TAGESAUSGABE ***/
	
#txt {
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom:1px dotted #666666;
}	
	
#txt_prognose {
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom:1px dotted #666666;
}


/*** BIOWETTER ***/

div.hg_biowetter {
	float: left;
	width: 124px;
	height: 68px;
	background-image: url(../images/hg_biowetter.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div.balken {
	background-image: url(../images/balken_biowetter.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 17px;
}

/* --------------------------------------------------------------- */
/* --- WETTER STARTSEITE ----------------------------------------- */
/* --------------------------------------------------------------- */

#wetter {
	/*Höhe für Winter, ohne Wintersportbericht / Badewetterbericht:
	height:130px;
	*/
	height:140px;
	float:left;
	border-left:1px solid #eaf0d0;
	border-bottom:1px solid #eaf0d0;
	}
	
div.wetter_inhalt {
	float:left;
	height:80px;
}
	
div.wochentage_start {
	width:64px;
	text-align:center;
	margin-top:2px;
	position:relative;
	z-index:98;
}
	
div.symbdays_start {
	width:45px;
	margin-left:10px;
	margin-top:-5px;
	position:relative;
	z-index:1;
}

div.temp_start {
	text-align:center;
	margin-top:-5px;
	z-index:98;
	position:relative;
}
	
div.mehr {
	float:right;
	text-align:right;
}

.wetter_webcam, .wetter_wintersport{
	margin-left:15px;
	clear:both;
	}

