/* -------------------------- Hauptseite -------------------------- */
body {
	background-image: url("huette-schnee_1600x900.jpg");
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:left top;
	background-size:1600px 900px;
	background-color:black;
	font-size:18pt;
	font-family: sans-serif;
	text-align:center;
	width:1600px;
	color:gold;
	text-decoration:none;
	text-shadow: red 1px 1px 1px;
	}
.ueberschrift {
	position:absolute;
	top:50px;
	left:0px;
	height:100px;
	width:1600px;
	font-size:320%;
	}
.day {
	position:absolute;
	height:40px;
	width:40px;
	font-size:160%;
	}
.day24 {
	position:absolute;
	height:40px;
	width:40px;
	font-size:240%;
	}
.link {
	text-decoration:none;
	color:gold;
	}
.footer {
	position:absolute;
	top:920px;
	left:0px;
	height:30px;
	width:1600px;
	}

/* -------------------------- Zusatz Tagesfenster -------------------------- */
.herzbereich {
	position:absolute;
	top:0px;
	left:5px;
	height:40px;
	width:1270px;
	}
.herzbild {
	width:47px;
	height:42px;
	border:0px;
	float:left;
	}
.tagesueberschrift	{
	position:absolute;
	top:60px;
	left:5px;
	height:60px;
	width:1270px;
	font-size:200%;
	}
.tagestext {
	position:absolute;
	top:140px;
	left:50px;
	width:1180px;
	}
.tageslink {
	color:red; 
	text-decoration:none;
	}