/* CSS Document */
#inhalt table {
	width: 100%;
	border: thin solid #FF8C00;
	text-align: center;
}
#inhalt td {
	border: thin solid #FF8C00;
}
#inhalt table tr td p {
	font-size: 0, 8em;
}
div#inhalt h4 {
	font-size: 1, 2em;
	font-weight: bolder;
	}
div#inhalt h6 {
	font-size: 0, 6em;
	font-weight: normal;
}
div#inhalt p {
	text-align: center;
}
#mitte {
  width: 700px;
	/*border: 1px solid #999999;*/
	left:150px;
	
}

