body	{ 
    font-family: Arial, sans-serif; 
	font-size: 11pt; 
	color: #000; 
	background-color: #fff; 
	margin-left: 11;
}
h1         { 
	text-align: center;
	margin-top: 14px;
	color: #000; 
	font-size: 24pt; 
	font-family:  Arial, sans-serif;
	font-style:italic
}
h2        { 
	color: #000; 
	font-size: 20pt; 
	font-family: Arial, sans-serif; 
	font-weight: bold; 
	font-style:italic;
	margin-top: 11px }
h3        { 
	color: #000; 
	font-size: 16pt; 
	font-family: Arial, sans-serif; 
	margin-top: 9px 
}
h4        { 
	color: #000; 
	font-size: 11pt; 
	font-family: Arial, sans-serif; 
	margin-top: 9px 
}

p { 
	font-size: 11pt; 
	margin-top: -9px;
}
p.subtitle { 
	text-align: center;
	font-style:italic;
	font-size: 11pt
}
p.beschreibung { 
	font-style:italic;
	font-size: 11pt
}
p.achtung { 
	margin-top: 20px;
	text-align: center;
	font-style:italic;
    font-weight:bold; 
	font-size: 14pt
}
p.navigation { 
	margin-top: 20px;
	font-style:italic;
    font-weight:bold; 
	font-size: 9pt
}
p.changehistory { 
	margin-top: 5px;
	font-style:italic;
	font-size: 9pt
}

table {
	border-spacing:9px;
	width=75%;
	border:none
}
table.linkbar {
	border:none
}
table.header {
	border-spacing:0px;
	border:none
}
table.bewertung {
	border:1px solid black
}
tr {
}
td {
	font-size: 11pt
}
td.linkbar {
	width: 25%;
	text-align: center;
	background-color:#ccf;
}
td.nav { 
	font-style:italic;
    font-weight:bold; 
	font-size: 9pt
}

ul li        {
	margin-top: 6px;
	margin-bottom: 6px
	}
a { 
	color: #00f; 
	font-family: Arial, sans-serif; 
	text-decoration: none
}
a:hover { 
	text-decoration: underline 
}


