@charset "ISO-8859-1";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #1b1b1b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
#inhalt {
	width: 900px;
	border: none;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
}
#footer {
	margin-top: 20px;
	margin-left: 1px;
	margin-bottom: 20px;
}
.ueberschrift {
	font-weight: bold;
	font-size: 14px;
	margin-top: 20px;
	margin-left: 1px;
	margin-bottom: 20px;
	width: 50%;
}
.datum {
	margin-top: 22px;
	margin-right: 1px;
	width: 50%;
	float: right;
	text-align: right;
}
.tabellenkopf {
	font-weight: bold;
}
#inhalt td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}
a:link, a:visited, a:active {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
#products img {
	height: 25px;
	margin-left: 0px;
	margin-bottom: -2px;
	margin-right: 4px;
	border: 1px solid #bbb;
}
#products input {
	border: 1px solid #bbb;
	width: 180px;
}