HTML, body {
height: 100%;
}



body {
	background-image: url(/fileadmin/templates/images/body_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #67655f;
	}
	
	

#mitte {
position: absolute;
left: 50%;
top: 50%;
width: 746px; /* Breite des Elements */
height: 350px; /* Höhe des Elements */
margin-left: -373px; /* Breite des Elements geteilt durch zwei! */
margin-top: -175px; /* Höhe des Elements geteilt durch zwei! */
}

h1 {
	font-size: 36px;
	font-weight: normal;
	color: #67655f;
	margin: 30px 0px 0px 0px;
	}

#supper {
width: 274px;
height: 350px;
float: left;
text-align: right;

	}
	
#supper a {
	color: #000000;
	}
	
#unfassbar a {
	color: #8a000e;
	}
	
	
#unfassbar {
	width: 274px;
	height: 350px;
	float: right;
	text-align: left;
	}