/* CSS fuer Tabellen und anderes */

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	line-height: 120%;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
    text-decoration: none; }
	
a:link {
	color: #0000ff;
	text-decoration: underline; }
a:visited {
	color: #0000ff;
	text-decoration: underline; }
a:hover {
    color: #008000;
    background-color: white;
    text-decoration: underline; }
a:active {
	color: #008000;
	text-decoration: none; }

a.green:link {
    color:green;
    background-color:inherit;
    text-decoration:none; }

a.green:visited {
    color:green;
    background-color:inherit;
    text-decoration:none; }

a.green:hover {
    color:black;
    background-color:white;
    text-decoration:none; }

a.green:active {
    color:green;
    background-color:inherit;
    text-decoration:none; }

table {
    table-layout: auto;
    border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid #000000;
	margin-top: 6px;
	margin-bottom: 10px;
	margin-left: 12px;
	margin-right: 12px;
    padding: 0px }
	
tr {
	vertical-align: top; }

td, th {
    border: 1px solid #000000;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 120%;
	vertical-align: top;
	text-decoration: none; }

th {
    text-align: center;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold; }
	
td {
    text-align: left;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal; }
	
h1, h2, h3, h4, h5, h6 {
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 120%;
	margin-left: 4px;
	margin-right: 6px;
	text-decoration: none; }
	
h1 {	
	font-size: 18pt;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 14px; }
	
h2 {
	font-size: 14pt;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 11px; }
	
h3 {
	font-size: 12pt;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 10px; }
	
h4 {
	font-size: 11pt;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 9px; }

h5 {	
	font-size: 10pt;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 8px; }

h6 {	
	font-size: 10pt;
	font-weight: normal;
	margin-top: 14px;
	margin-bottom: 8px; }

ul, ol {
    margin-top: 10px;
    margin-bottom: 10px;
	line-height: 120%; }

li {
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	line-height: 120%;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 12px;
	margin-right: 6px;
	padding: 0px;
	text-align: left;
	text-decoration: none; }

p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	line-height: 120%;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 12px;
	margin-right: 6px;
	padding: 0px;
	text-align: left;
	text-decoration: none; }

p.p8 {
	font-size: 8pt; }

p.p9 {
	font-size: 9pt; }

p.p10 {
	font-size: 10pt; }

p.p10table {
	font-size: 10pt;
	margin: 0px; }

p.p10undertable {
	font-size: 10pt;
	margin-top: 10px; }

p.p11 {
	font-size: 11pt; }

p.p12 {
	font-size: 12pt; }

p.preformatted {
	color: #000000;
	line-height: normal;
	white-space: nowrap;
	font-weight: normal;
	font-style: normal;
    font-family:"Courier New", Courier, monospace;
	font-size: 10pt;
	margin-bottom: 10pt;
	margin-top: 10pt;
	margin-right: 6pt;
	margin-left: 12pt; }

hr {
    color: #008080;
    background-color: #008080;
    border: 0px solid #008080;
    height: 2px;
	margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 3px;
    margin-right: 3px; }

.border-black {
    margin-right: 12pt;
    padding: 8px;
    border-width: 1px;
	border-style: solid;
	border-color: #000000;
	border-spacing: 0px; }

div {
    background-color: #ffffff;
	border: 1px solid #888888;
	margin: 2px;
	padding: 2px 4px 2px 4px; }

pre {
    color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	line-height: 120%;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 12px;
	margin-right: 6px;
	padding: 0px;
	text-align: left;
	text-decoration: none; }

img {
    border: none; }
    