@charset "utf-8";
.top {
	background-image: url(../Bilder/top.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
.left {
	background-attachment: scroll;
	background-image: url(../Bilder/left.gif);
	background-repeat: repeat-y;
}
.schriftnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	color: #6A0000;
}
.ueberschrift {
	font-family: "Monotype Corsiva", Pristina, "Times New Roman";
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #990000;
	letter-spacing: normal;
}
.rahmen {
	border: thin solid #990000;
}
