#content
{
	width: 900px;
}

#content div
{
	width: 650px; 
	float: left; 
	overflow: hidden;
}

#content #sidebar
{
	float: right;
	width: 200px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	display: block;
}

#content #wetter
{
	width: 200px; 
	margin-top: 48px; 
	margin-right: 13px; 
	border-left: solid 1px #ddd; 
	padding-left: 12px; 
	overflow: hidden;
}

#content #wetter_heute
{
    margin-top:1em;
    width:100%;
}

#wetter .head
{
    font-weight:bold;
    display: block;
    background: #eee;
    padding:0.25em 0.5em;
}

#wetter_heute img
{
    display:block;
}

#wetter_heute p
{
    clear:none;
    font-size:0.8em;
}

#wetter_heute p.temp
{
    clear:none;
    font-size:1.75em;
    font-weight:bold;
    margin:0;
    padding:0;
    line-height:1;
}

#firefox, #extra
{
	width: 200px; 
	padding-top: 24px; 
	margin-right: 13px; 
	border-left: solid 1px #ddd; 
	padding-left: 12px; 
	overflow: hidden;
}

#content div#special
{
	display: block;
	width: 925px;
	clear: both;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 12px;
	border-top: dotted 1px green;
	padding-top: 8px;
	border-bottom: dotted 1px green;
	padding-bottom: 8px;
	background-color: #f0faf0;
}

#special img
{
	vertical-align: middle;
}

#special img.left
{
	float: left;
	margin-left: 32px;
}

#special img.right
{
	float: left;
	margin-right: 32px;
}

#special span
{
	display: block;
	width: 725px;
	height: 48px;
	line-height: 1.4em;
	float: left;
	margin-left: 6px;
	margin-right: 6px;
	color: green;
	font-weight: bold;
	font-size: 1.25em;
}

