body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #FFFFFF;
	border:0;
	padding:0;
	margin:0;
	background-color: #A581B1;
}

#id_full {
	margin: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	visibility: visible;
	z-index: 0;
	left: 0px;
	top: 0px;
	padding: 0px;
}
#id_content {
	visibility: visible;
	z-index: 5;
	height: 675px;
	width: 900px;
	clear: both;
	margin-top: -338px;
	margin-left: -450px;
	left: 50%;
	top: 50%;
	padding: 0px;
	position: absolute;
}

#id_bgimage {
	background-image: url(../images/hintergrund.jpg);
	height: 675px;
	width: 900px;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px;
	visibility: visible;
	z-index: 8;
}
