body {
	background-color: gray;
}

* .links {
	text-align: left;
	width: 100px;
	float: left;
	height: 400px;
	background-color: #e5e5e5;
}

* .mitte {
	text-align: left;
	width: 600px;
	float: left;
	height: 400px;
	background: #e5e5e5;
	color: gray;
}

* .rechts {
	text-align: left;
	width: 100px;
	float: left;
	height: 400px;
	background-color: #e5e5e5;
}



table.adresse {
	width:100%;
	height:100%;
	padding: 10;
	border-width: 4px;
}