body {
	margin: 0;
	padding: 0;
	background: white;
	font: normal 12pt Arial, Helvetica, sans-serif;
	color: #333;
}
#header h1, #header ul, #footer ul {display: none;}
hr {
	border: none;
	color: #CCC;
	background-color: #CCC;
}
a {
	text-decoration: none;
	color: #E43D1E;
	font-weight: bold;
}
a img {border: none;}
h3 {font-size: 12pt;}
table {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0;
}
caption {
	padding: 5px 0;
	font-weight: bold;
	font-size: 13pt;
	text-align: left;
}
th, td {
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	padding: 2px 0 2px 5px;
}
td.first {width: 70%;}
#main p.intro {
	font-weight: bold;
	line-height: 153.8%;
}
a.hoch {display: none;}
dt {
	font-weight: bold;
	margin-top: 12pt;
}
dd {
	margin: 0 0 12pt;
	padding: 0;
}