/* CSS Document */

/*
	Hauptgerüst
*/
#main_box {
	background-color: #CCCCCC;
	width: 956px;
	text-align: left;
}

/*
	Header
*/
#header {
	height: 110px;
	width: 100%;
}
#logo {
	background-color: #FF99CC;
	height: 151px;
	width: 201px;	
}
#image_head {
	height: 151px;
	width: 755px;
	background-image: url(images/image_head.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 201px;
	top: 0px;
}

#box_right {
	position: absolute;
	top: 151px;
	left: 806px;
}
#wetterhead {
	width: 201px;
	border-top-style: none;
	background-color: #3a71b2;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
	text-indent: 40px;
	padding-top: 5px;
}
#wetter {
	width: 202px;
	padding: 5px;
	color: #000000;
	background-color: #FFFFFF;
}.newsletter {
	border: 1px solid #FFFFFF;
}


