/* -------------------------- Hauptseite -------------------------- */
body	{
	background-image: url("design/bg.jpg");
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	background-repeat:no-repeat;
	font-size: 14pt;
    font-family:serif;
    font-style:italic;
    text-align:center;
	color:#000000;
}
#text {
        position:absolute;
        top:0px;
        left:50%;
        height:720px;
        width:960px;
        margin-left:-480px;
		text-decoration:none;
		color:#000000;
}
#unten {
        position:absolute;
        top:725px;
        left:50%;
        height:25px;
        width:960px;
        margin-left:-480px;
 		text-decoration:none;
		color:#FFFFFF;
}
.link {
        text-decoration:none;
        color:#FFFFFF;
	text-shadow: black 0px 0px 0px, red 2px 1px 2px;
}
.ueberschrift {
        position:absolute;
        top:10px;
        left:50%;
        height:40px;
        width:960px;
        margin-left:-480px;
        font-size:300%;
		color:#FFFFFF;
		text-shadow: black 0px 0px 0px, red 1px 1px 1px;
}
.zahl {
        position:absolute;
        height:40px;
        width:40px;
        font-size:200%;
}
.kalender {
        position:absolute;
        top:0px;
        left:0px;
        height:720px;
        width:960px;
}
.tanne {
        position:absolute;
        top:0px;
        height:160px;
        width:150px;
}
.tannenbild {
        width:150px;
        height:160px;
        border:0px;
}

/* -------------------------- Zusatz Tagesfenster -------------------------- */
.herzbereich {
        position:absolute;
        top:15px;
        left:50%;
        height:40px;
        width:800px;
        margin-left:-400px;
}
.tagesueberschrift	{
        position:absolute;
        top:55px;
        left:50%;
        height:40px;
        width:800px;
        margin-left:-400px;
        font-size:200%;
}
.tanne {
		position:absolute;
		top:80px;
        left:50%;
        width:800px;
        margin-left:-400px;
}
.tagestext {
		position:absolute;
		top:100px;
        left:50%;
        width:500px;
        margin-left:-250px;
}
.herzbild {
        width:47px;
        height:42px;
        border:0px;
        float:left;
}
.herzbild2 {
        width:47px;
        height:42px;
        border:0px;
        float:right;
}
.baum {
        width:152px;
        height:252px;
        border:0px;
}