/* Formatdatei für Mamas Adventskalender  --  Version 071201 */

/* -------------------------- Blocks -------------------------- */
#body {
	background-color:#000000;
}
#fensterbody {
	background-color:#d7a779;
}
 
#main {
	font-family:serif;
	font-size:10px;
	text-align:center;
	font-style:italic;
	line-height:140%;
	color:goldenrod;
}

/* -------------------------- Hauptseite -------------------------- */
.ueberschriftbox {
	position:absolute;
	top:60px;
	left:50%;
	width:700px;
	height:40px;
	margin:0px 0px 0px -360px;
	padding:10px 0px;
	border:0px;
	z-index:2;
	color:#4F0C0A;
	font-size:24px;
}
.kalenderbox {
	position:absolute;
	top:10px;
	left:50%;
	width:700px;
	height:800px;
	margin:0px 0px 0px -360px;
	padding:0px;
	border:0px;
	z-index:1;
}
.kalenderbild {
	width:700px;
	height:800px;
	border:0px;
}
.copyright {
	position:absolute;
	top:820px;
	left:50%;
	width:700px;
	height:25px;
	margin:0px 0px 0px -360px;
	padding: 0px;
	border:0px;
}

/* -------------------------- Tagesfenster -------------------------- */
.herzbereich {
	height:44px;
	margin:0px;
	padding:2px;
	border:0px;
}
.textbox {
	margin:0px;
	padding:5px;
	border:0px;
	text-align:justify;
	font-family:cursive;
	font-size:14px;
	font-style:italic;
	color:#4F0C0A;
	line-height:140%;
}
.herzbild {
	width:47px;
	height:42px;
	margin:0px;
	padding:0px;
	border:0;
	float:left;
}
.baumlinks {
	width:152px;
	height:252px;
	margin:0px 5px 0px 0px;
	padding:5px;
	border:0px;
	float:left;
}
.baumrechts {
	width:152px;
	height:252px;
	margin:0px 0px 0px 5px;
	padding:5px;
	border:0px;
	float:right;
}