body {
	background-color: #fff;
	font-family: Calibri;
	font-size: 12pt;
}

h1 {
	color: #666;
	font-size: 16pt;
}

h2 {
	color: #333;
	font-size: 15pt;
}

h3 {
	margin-top: 10px;
	margin-bottom: 2px;
	font-size: 14pt;
	color: #000;
}

h4 {
	margin-bottom: 2px;
	font-size: 13pt;
	color: #000;
}

.clear {
	clear: both;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

div.kasten {
	border: 1px solid;
	padding: 5px;
	margin-left: 20px;
	margin-bottom: 10px;
	max-width: 700px;
}

img.width100 {
	width: 100px;
	height: auto;
}

img.width150 {
	width: 150px;
	height: auto;
}

img.width200 {
	width: 200px;
	height: auto;
}

span.ref {
	color: blue;
	font-size: 8pt;
}

table {
	border: 1px solid; 
	border-collapse: collapse;
}

table.noborder {
	border: 0px; 
}

td {
//	border: 1px solid;
	font-size: 12pt;
	text-align: center;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 2px;
	margin: 0px;
}

td.left {
	text-align: left;
}

td.center {
	text-align: center;
}

td.bemerkung {
	text-align: left !important;
	font-size: 11pt;
}

a {
	text-decoration: none;
}

.fett {
	font-weight: bold;
}

.grau {
	background-color: #666;
}
