/* Formatdatei Adventskalender  --  Version 111104 */

/* -------------------------- Hauptseite -------------------------- */
#body {
		background-color:#ffffff;
        font-family:serif;
        font-style:italic;
        text-align:center;
        font-size:24px;
        color:#222222;
        text-shadow: black 0px 0px 0px, red 2px 1px 2px;
}
#text {
        position:absolute;
        top:10px;
        left:50%;
        height:720px;
        width:960px;
        margin-left:-480px;
}
#unten {
        position:absolute;
        top:735px;
        left:50%;
        height:25px;
        width:960px;
        margin-left:-480px;
        font-size:16px;
}
.link {
        text-decoration:none;
        color:#222222;
}
.ueberschrift {
        position:absolute;
        top:20px;
        left:50%;
        height:40px;
        width:960px;
        margin-left:-480px;
        font-size:48px;
}
.zahl {
        position:absolute;
        height:40px;
        width:40px;
        font-size:32px;
}
.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:5px;
        left:50%;
        height:40px;
        width:800px;
        margin-left:-400px;
        font-size:48px;
}
.tagestext {
		position:absolute;
		top:80px;
        left:50%;
        height:400px;
        width:800px;
        margin-left:-400px;
}
.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;
}