@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}
body {
	background-color: #d7d7d7;
	margin-top: 0px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	font-size: 10px;
}


h1 {
	font-size: 12px; bold;
}
h5 {
	font-size: 8px;
	font-style: italic;
}
img {
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

#inhalt {
	background-color:#FFF;
	padding:40px;
	width:600px;
	float-right:500px;
	margin-top:20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
</style>
