/* =basics
--------------------------------------------------------------- */
body {
	color: #000;
	background-color: #fff;
	text-align: left;
	margin: 0;
	padding: 1cm;
	font: 12pt/16pt Arial, sans serif;
	}
#accesskeys, #nav, #footer, #abschlussbottom {
	display: none;
}
#sidebar {width: auto; margin: 20pt 0}
#sidebar h2 {margin: 5pt 0 1pt 0}
#sidebar img {float: left;margin: 0 15pt 0 0;}
#content {clear:left;padding: 10pt 0 0 0}
#header {width:100%;border-bottom:1px solid black;margin-bottom: 15pt}
/* =links
--------------------------------------------------------------- */
a:link {
	color: #9d9d9d;
	text-decoration: underline
	}	
h1, h2, h3, h4, h5, h6, p, ul, ol {
	color: #000;
	}
h1 {
	font-size: 18pt;
	line-height: 20pt;
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid black
	}
h2 {
	font-size: 16pt;
	line-height: 18pt;
	margin-top: 0;
	padding-bottom: 10px;
	}
h3, .untertitel {
	font-size: 14pt;
	line-height: 16pt;
	}
p, table, .normal {
	
	}
hr {
	color: #000;
	background-color: #000;
	height: 1px;
	border: 0
	}
ul {
	
	}
ol {
	
	}
table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0
	}
th {
	font-weight: bold;
	text-align: left;
	}
td {
	vertical-align: top;
	}
img {
	border: 0;
	}