/* -------------------------- Hauptseite -------------------------- */
body {
	background-image: url("weihnachtsbaum1.jpg");
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:left top;
	background-size:1440px 900px;
	background-color:black;
	font-size:16pt;
	font-family:serif;
	font-style:italic;
	text-align:center;
	width:1440px;
	color:#FFDD00;
	text-shadow: red 1px 1px 1px;
	}
.ueberschrift {
	position:absolute;
	top:10px;
	left:0px;
	height:60px;
	width:1440px;
	font-size:300%;
	}
.zahl {
	position:absolute;
	height:40px;
	width:40px;
	font-size:150%;
	}
.link {
	text-decoration:none;
	color:#FFCC00;
	text-shadow: black 0px 0px 0px, red 1px 1px 1px;
	}
.footer {
	position:absolute;
	top:925px;
	left:0px;
	height:30px;
	width:1440px;
	color:#FFCC00;
	text-shadow: black 0px 0px 0px, red 1px 1px 1px;
	}

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