@charset "utf-8";
/* CSS Document */
a:link { font-style:italic; color: #333; text-decoration:none; }
a:visited { color:black; text-decoration:none; }
a:hover { color: #777; text-decoration:none; }

* {
	font-family:Calibri, Arial;
}
#layout {
	margin:0 auto;
	width:1003px;
	height:690px;
	background-image:url(bilder/hintergrund.png);
	z-index:1;
}
#left {
	position:absolute;
	width:289px;
	height:425px;
	z-index:1;
	top: 237px;
}
#kompatibel {
	position:absolute;
	width:223px;
	top:668px;
	z-index:1;
	font-size:small;
	font-style:italic;
	text-align:center;
}
#middle {
	position:absolute;
	margin-left:289px;
	width:546px;
	height:655px;
	z-index:2;
}
#right {
	position:absolute;
	margin-left:835px;
	width:168px;
	height:683px;
	z-index:3;
	top: 0px;
}
#oben {
	position:absolute;
	width:546px;
	height:117px;
	text-align:center;
	z-index:4;
}
#main {
	position:absolute;
	top:126px;
	width:546px;
	height:529px;
	z-index:4;
	overflow: auto;
	left: -9px;
}
#aktualisierung {
	position:absolute;
	top:135px;
	width:168px;
}
#termine {
	position:absolute;
	left:5px;
	top:200px;
}
#impressum {
	position:absolute;
	width:168px;
	font-size:small;
	text-align:center;
	bottom:0px;
	height:auto;	
}
#Wochenspruch {font-family:Arial, sans-serif; color:maroon; font-size:12pt; font-weight:bold; font-style:normal; background-color:#ffffdd; padding:4px;} #Wochenspruch .Stelle {margin-left:10px; font-size:7pt; color:gray; font-weight:normal; font-style:normal;}

