/* -------------------------- Hauptseite -------------------------- */
body	{
	background-image: url("format/finnland1600.jpg");
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:center 0%;
	background-size:1600px 950px;
	background-color:white;
	font-size:14pt;
    font-family:serif;
    font-style:italic;
    text-align:center;
}
#content {
    position:absolute;
    top:0px;
    left:50%;
    height:925px;
    width:1600px;
    margin-left:-800px;
	color:#FFFFFF;
	text-shadow: black 0px 0px 0px, red 1px 1px 1px;
}
#footer {
    position:absolute;
    top:925px;
    left:50%;
    height:25px;
    width:1600px;
    margin-left:-800px;
	color:#FFFFFF;
	text-shadow: black 0px 0px 0px, red 1px 1px 1px;
}
.ueberschrift {
    position:absolute;
    top:10px;
    left:50%;
    height:40px;
    width:1600px;
    margin-left:-800px;
    font-size:400%;
}
.zahl {
    position:absolute;
    height:40px;
    width:40px;
    font-size:200%;
}
.link {
    text-decoration:none;
	color:#FFFFFF;
	text-shadow: black 0px 0px 0px, red 1px 1px 1px;
}

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