body {
	background-color: #F8EDD9;
	font: 14px Arial, Helvetica, sans-serif;
	color: #B6324E;

}
.banner {
	background-color: #B6324E;
	position: absolute;
	height: 150px;
	width: 1300px;
	left: -3px;
	top: 0px;
	background-image: url(bild/banner_bg_oben1.jpg);

}

.haupueberschrift {
	color: #F8EDD9;
	font-size: 62px;
	text-align: center;
	left: 250px;
	top: 25px;
	position: absolute;
	font-family: "Comic Sans MS";

}
.menu {
	background-color: #B6324E;
	position: absolute;
	height: 690px;
	width: 150px;
	left: -2px;
	background-image: url(bild/menue_bg1.jpg);

}

.menuschrift {
	font: bold 18px "Comic Sans MS";
	color: #F8EDD9;
	position: relative;
	left: 15px;
	top: 25px;

}
a {
	font: 18px "Comic Sans MS";
	color: #F8EDD9;
	text-decoration: none;
}
.main {
	position: absolute;
	height: 736px;
	width: 1150px;
	left: 180px;
	top: 170px;
}
.ueberschrift1 {
	font-size: large;
	font-weight: bold;
}
.links {
	position: absolute;
	width: 400px;
	left: 25px;
	top: 100px;
}
.rechts {
	position: absolute;
	width: 400px;
	left: 450px;
	top: 100px;
}
.mitteunten {
	position: absolute;
	width: 400px;
	left: 22px;
	bottom: 0px;
	top: 392px;

}
.ueberschrift2 {
	font-size: 18px;
	font-weight: bold;

}
.linkshoch {

	position: absolute;
	width: 400px;
	left: 25px;
	top: 0px;
}
.rechtshoch {

	position: absolute;
	width: 400px;
	left: 450px;
	top: 0px;
}

