#Ebene1 {
  height: 100px; width: 100px; left: 0; top: 0; position: absolute; visibility: visible;
}

body {
  font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
  font-size: 13px;
  color: #000000;
}

.content, .aenderung {
  font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
  font-size: 13px;
  color: #000000;
}

.toplogo {
  float: left;
  vertical-align: top;
}

.topurl {
  float: right;
  text-align: right;
  vertical-align: top;
  font-size: 10px;
}

@media print {
  .printericon {
    display: none;
  }
} 

.content p {
  margin-top: 0px;
  margin-bottom: 4px;
}

.content ul, .content li {
  margin: 0;
  padding: 0;
  list-style-type: square;
}

.content ul {
  margin-bottom: 4px;
}

.content li {
  margin-left: 18px;
}

img.default {
  margin: 4px 8px 8px 0;
  float: left;
}

h2.heading {
  margin-top: 0px;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 24px;
}

h3.heading {
  margin-top: 16px;
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
}

h4.heading, h5.heading, h6.heading, h6.minor {
  margin-top: 8px;
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
}

h6.heading {
  margin-top: 0px;
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
}

h6.minor {
  margin-top: 16px;
  margin-bottom: 2px;
  color: #000000;
  font-size: 13px;
}

.content a {
  color: #000000;
  text-decoration: none;
}

.content a:hover {
  color: #000000;
  text-decoration: underline;
}

.input1 {
  font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
  font-size: 13px;
  color: #000000;
  width: 334px;
  background-color: #eeeeee;
  border: 0px;
  margin-bottom: 5px;
}

.submit {
  font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
  font-size: 13px;
  color: #000000;
  width: 126px;
}


/* --- no extra space for sub- and superscript ----------------*/
sup {
  font-size: smaller;
  vertical-align: baseline;
  position: relative;
  bottom: 0.33em;
}

sub {
  font-size: smaller;
  vertical-align: baseline;
  position: relative;
  bottom: -0.25em;
}





table.silvatable {
  empty-cells: show;
  border-collapse: collapse;
  margin-bottom: 1em;
}
table.silvatable tr {
  vertical-align: top;
} 
table.silvatable tr.rowheading {
  font-weight: bold;
} 
table.silvatable td {
  border-right: none ! important;
} 
table.silvatable th.align-left, table.silvatable td.align-left {
  text-align: left;
}
table.silvatable th.align-center, table.silvatable td.align-center {
  text-align: center;
}
table.silvatable th.align-right, table.silvatable td.align-right {
  text-align: right;
}

table.datagrid, table.plain, table.list, table.grid {
  width: 100%;
}

table.plain {
  border-style: none;
} 
table.plain td {
  border-right: none ! important;
}
 
table.list td {
  border-bottom: 1px solid #000000;
  padding: 3px 3px 3px 0;
} 

table.list tr.rowheading td, table.list thead th {
  border-bottom: 2px solid #000000;
} 
  
table.grid td, table.grid thead th {
  border: 2px solid #444444;
  border-right: 2px solid #000000 ! important;
} 
  
table.datagrid td {
  border: 2px solid #000000;
  border-right: 2px solid #000000 ! important;
} 
table.datagrid tr.rowheading td {
  border-top-style: none;
  border-left-style: none;
  border-right-style: none ! important;  
} 

table.simple {
  border-style: none;
}

table.simple thead th {
  font-weight: normal;
}

td.even table td {
  border-right: none ! important;
}