body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000033;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#top {
	position: relative;
	height: 160px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-image: url(../grafik/bg-top.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C51466;
}

#topimg {
	background-image: url(../grafik/titel.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	height: 45px;
	width: 800px;
	bottom: 0px;
	top: 115px;
	left: 97px;
}

#mittle {
	position: relative;
	height: 400px;
	width: 100%;
	background-image: url(../grafik/bg-mittle.gif);
}

#mittlecontent {
	background-image: url(../grafik/bg-mittle2.jpg);
	background-repeat: repeat-y;
	position: relative;
	height: 400px;
	width: 800px;
	left: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000033;
}

#bottom {
	position: relative;
	height: 160px;
	width: 100%;
	background-image: url(../grafik/bg-bottom.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C51466;
}

#bottomimg {
	background-image: url(../grafik/tussleiste.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	height: 40px;
	width: 800px;
	left: 97px;
	top: 0px;
}

