body {

	/*padding: 0;*/
	padding: 4px 0px 0px 20px;
	margin: 0;
	background-color: #e0e0e0;
	border-top: 1px solid #fff;
}

.inhalt {

	width: 69%;
	padding: 0 10px 0 0;
	float: left;
}

.links {

	width: 1%;
	/*float: left;*/
	text-align: left;
	padding:0 10px 0 0;
}

.mitte {

	width: 98%;
	/*float: left;*/
	text-align: center;
	padding:0 10px 0 10px;
}

.rechts {

	width: 1%;
	/*float: right;*/
	text-align: right;
	padding:0 0 0 10px;
}

a {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006;
	text-decoration: none;
}

a:hover {

	text-decoration: underline;
}

