/* CSS Document */

.wetter_box
{
	margin-top:5px;
	width:229px;
	height:307px;

}

.wetter_box_head
{
	width:229px;
	height:25px;
	background-image:url('/wDeutsch/images/wetter/box_oben.gif');
	background-repeat:no-repeat;
}

.wetter_box_content
{
	width:227px;
	padding: 10 10 10 10;
	background-color:#CCCCCC;
	margin-left:1px;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:150%;
	font-weight: normal;
	height:300px;
}

.wetter_box_foot
{	
	width:229px;
	height:25px;
	background-image:url('/wDeutsch/images/wetter/box_unten.gif');
	background-repeat:no-repeat;
	
}

.wetter_box_headline
{
	width:217px;
	height:20px;
	text-align:center;	
}

.wetter_box_symbol_box
{
	height:120px;
	width:195px;
	background-image:url('/wDeutsch/images/wetter/symbol_shadow.gif');
	background-repeat:no-repeat;
	position:relative;
	float:left;
	padding-left:30px;
}

.wetter_box_symbol
{
	width:88px;
	height:88px;
	position:relative;
	float:left;
}

.wetter_box_symbol_wind
{
	width:80px;
	height:80px;
	position:relative;
	float:left;
	margin:8px 0px 0px 8px;
}

.wetter_box_daten
{
	clear:left;
	width:215px;
	height:140px;
	margin-left:12px;
}

.wetter_box_daten b
{
	font-size: 18px;
	color:#000000;
}

.wetter_main
{
	width:708px;
	margin-left: 20px;
	float:left;
}
.wetter_main_head
{
	width:708px;
	height:20px;
	background-image:url('/wDeutsch/images/wetter/main_bg_head.gif');
	background-repeat:no-repeat;
	overflow:hidden;
}
.wetter_main_content
{
	width:708px;
	background-image:url('/wDeutsch/images/wetter/main_bg.gif');
	background-repeat:repeat-y;
	text-align:center;
}
.wetter_main_foot
{
	width:708px;
	height:20px;
	background-image:url('/wDeutsch/images/wetter/main_bg_foot.gif');
	background-repeat:no-repeat;
}