/* -------------------------- Hauptseite -------------------------- */
body {
	background-image: url("schlitten2.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:orangered;
	text-decoration:none;
	text-shadow: DarkRed 2px 2px 2px;
	}
.ueberschrift {
	position:absolute;
	top:20px;
	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:orangered;
	}
.footer {
	position:absolute;
	top:920px;
	left:1000px;
	height:30px;
	width:600px;
	}




.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:200px;
	left:50px;
	width:1180px;
	}
.tageslink {
	color:red; 
	text-decoration:none;
	}
