@charset "utf-8";
/* CSS Document */

.wetter-link
{
	text-decoration:none;
	color:#000000;
}

/* Small */
.wetter-body-small
{
	width: 216px;
	height: 140px;
	
	background-image: url(../img/wetter_img/wetter_small_bg.png);
	background-repeat: no-repeat;
}

.wetter-box-container
{
	width: 140px;
	height: 92px;
	float: left;
	margin: 15px 0 0 38px;
	display: inline;
}

.wetter-box-small
{
	width: 40px;
	height: 92px;
	float: left;
	text-align: center;
}

.wetter-box-small-center
{
	width: 40px;
	height: 92px;
	float: left;
	text-align: center;
	margin: 0 10px 0 10px;
	display: inline;
}

.wetter-box-small-center p.title,
.wetter-box-small p.title
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #616F78;
	line-height: 20px;
	float: left;
	
	margin: 0;
	padding: 0;
	
	width: 100%;
	text-align: center;
}

.wetter-box-small-imgcont
{
	width: 40px;
	height: 40px;
	float: left;
}

.wetter-box-small-center p.temp,
.wetter-box-small p.temp
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #616F78;
	line-height: 20px;
	
	margin: 10px 0 0 0;
	display: inline;
	padding: 0;
	
	width: 100%;
	text-align: center;
}

.wetter-box-detail
{
	width: 176px;
	height: 18px;
	float: left;
	text-align: center;
	padding: 3px 0 0 0;
	margin: 0 0 0 20px;
	display: inline;
	
	background-image: url(../img/wetter_img/wetter-detail.png);
	background-repeat: no-repeat;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	
	cursor: pointer;
}

.content .wetter-box-detail a
{
	font-size: 12px;
	line-height: 12px;
	color: #333333;
	text-decoration: none;
}

.wetter-body-bottom
{
	width: 100%;
	float: left;
}

/* Big */
.wetter-body-big
{
	width: 504px;
	height: 389px;
	
	background-image: url(../img/wetter_img/wetter_bg.png);
	background-repeat: no-repeat;
}

.wetter-body-big .title
{
	width: 464px;
	height: 30px;
	float: left;
	margin: 28px 30px 0 30px;
	display: inline;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #CE8B0F;
}

.wetter-big-box-container
{
	width: 464px;
	height: 140px;
	float: left;
	margin: 28px 30px 0 30px;
	display: inline;
	overflow: hidden;
}

.wetter-box
{
	width: 80px;
	height: 140px;
	float: left;
	
	text-align: center;
}

.wetter-box-big
{
	width: 80px;
	height: 140px;
	float: left;
	
	text-align: center;
}

.wetter-box-big-center
{
	width: 80px;
	height: 140px;
	float: left;
	
	margin: 0 112px 0 112px;
	display: inline;
	
	text-align: center;
}

.wetter-box-big p.title,
.wetter-box-big-center p.title
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7E560A;
	
	float: left;
	margin: 0;
	padding: 0;
	
	width: 100%;
	text-align: center;
	font-weight:bold;	
}

.wetter-box-imgcont
{
	width: 80px;
	height: 80px;
	float: left;
	text-align: center;
}

.wetter-box-big p.temp,
.wetter-box-big-center p.temp
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #7E560A;
	line-height: 20px;
	
	margin: 10px 0 0 0;
	display: inline;
	padding: 0;
	
	width: 100%;
	text-align: center;
}

.wetter-desc
{
	width: 464px;
	height: 140px;
	float: left;
	margin: 28px 30px 0 30px;
	display: inline;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #A5710C;
	line-height: 20px;
}