@charset "utf-8";
/* CSS Document */

* {
      margin: 0;
      padding: 0;
   }
   html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../test/graf/mangoes_pattern_kl_kl.jpg);
	background-repeat: repeat;
   }
#aussenwrapper
{
	height: 100%;
	position: relative;
	width: 800px;
	margin: 0 auto;
	background-color: #FFF;
	/* [disabled]overflow: hidden; */
}
#head {
	font-family: "Lucida Console", Monaco, monospace;
	height: 135px;
	width: 800px;
}
   #content {
	background: #ffffff;
	position: absolute;
	top: 135px;
	bottom: 155px;
	width: 800px;
	overflow: auto;
	left: 0px;
   }
   #foot {
	position: absolute;
	bottom: 0;
	width: 800px;
	height: 155px;
   }
