/******************/
/* CCSTheme v 3.x */
/* BERACOM        */
/* General        */
/******************/

/* BEGIN Common */
html {
  font-size: calc(12px + (20 - 12) * ((100vw - 640px) / (1600 - 640)));
}

body {
  font-family: arial,helvetica,verdana;
  font-size: 0.7rem;  
  /* ### Neu: 2x linke Spaltenbreite + 1x rechte Spaltenbreite +  */
  /*          2x mitte padding (2px), 500 + 200 + 16              */
/*  min-width: 716px;*/
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0px 0px auto 0px;
}

.text {
  color: #000000
}

a.menulink:link,
a.menulink:visited {
  color: #000080;
}

a.menulink:hover,
a.menulink:active {
  color: #cc4141;
}

a:link {
  font-weight: normal;
  text-decoration: underline;
  color: #000080;
}

a:visited {
  font-weight: normal;
  text-decoration: underline;
  color: #000080;
}

a:hover,
a:active {
  font-weight: normal;
  text-decoration: underline;
  color: #cc4141;
}

ul,
ol,
blockquote {
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 20px
}

form {
  margin: 0px;
}

h1 {
  font-size: 140%;
  font-size: 1.4rem;
  margin-top: 5px;
  margin-bottom: 5px;
}

h2 {
  font-size: 120%;
  font-size: 1.2rem;
  margin-top: 15px;
  margin-bottom: 5px;
}

h3 {
  font-size: 100%;
  font-size: 1.0rem;
  font-style: italic;
  margin-top: 15px;
  margin-bottom: 5px;
}

h4 {
  font-size: 90%;
  font-size: 0.9rem;
  margin-top: 15px;
  margin-bottom: 5px;
}

h5 {
  font-size: 95%;
  font-size: 0.95rem;
  font-style: italic;
  margin-top: 15px;
  margin-bottom: 5px;
}

h6 {
  font-size: 80%;
  font-size: 0.8rem;
  margin-top: 15px;
  margin-bottom: 5px;
}

th {
  font-size: 11px;
  font-size: 0.7rem;
}

td {
  font-size: 11px;
  font-size: 0.7rem;
}
/* END Common */

/* BEGIN Header */
.Header {
  width: 100%;
}

.Header th {
  font-size: 90%;
  font-size: 0.9rem;
  padding: 4px;
  background-color: #fefefe;
  color: #33a92f;
  width: 100%;
  text-align: left;
  white-space: nowrap;
}

.Header a:link {
  color: #fefefe;
}

.Header a:visited {
  color: #fefefe;
}

.Header a:hover,
.Caption a:active {
  color: #fefefe;
  text-decoration: none;
}

.HeaderLeft {
  width: 0;
  background-color: #fefefe;
}

.HeaderRight {
  width: 0;
  background-color: #fefefe;
}

.HeaderLeft img {
  width: 0px;
}

.HeaderRight img {
  width: 0px;
}
/* END Header */

/* BEGIN Grid Options */
.Grid {
  border: 1px solid #fefefe;
  width: 100%;
}

.Caption th {
  font-size: 11px;
  font-size: 0.7rem;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  padding: 2px;
  border: 1px solid #fefefe;
  background-color: #fefefe;
  color: #000000;
  white-space: nowrap;
}

.Caption th a {
  font-weight: bold;
  border: 0px solid #fefefe;
}

/* Äusserer Tabellenrahmen */
table.Surroundings {
  border: 0px solid #b0b0b0;
}

.Caption td {
  font-size: 11px;
  font-size: 0.7rem;
  text-align: left;
  vertical-align: middle;
  padding: 2px;
  border: 1px solid #fefefe;
  background-color: #fefefe;
  color: #000000;
}

.Caption a:link {
  color: #000000
}

.Caption a:visited {
  color: #000000
}

.Caption a:hover,
.Caption a:active {
 color: #cc4141
}

.Caption img {
  margin: 2px;
  vertical-align: middle;
}

.Caption input {
  vertical-align: middle;
}

.Caption
.LinkOverlay {
  text-decoration: none;
  cursor: Pointer;
}

.Row th {
  font-size: 11px;
  font-size: 0.7rem;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
  padding: 2px;
  border: 1px solid #fefefe;
  background-color: #fefefe;
  color: #000000;
  white-space: nowrap;
}

.Row td {
  font-size: 11px;
  font-size: 0.7rem;
  padding: 2px;
  border: 1px solid #fefefe;
  vertical-align: top;
  background-color: #fefefe;
  color: #000000;
}

.MainRow td {
  font-size: 11px;
  font-size: 0.7rem;
  font-weight: bold;
  padding: 2px;
  border: 1px solid #fefefe;
  vertical-align: top;
  background-color: #fefefe;
  color: #000000;
}

.SubRow td {
  font-size: 11px;
  font-size: 0.7rem;
  font-weight: normal;
  padding: 2px;
  border: 1px solid #fefefe;
  vertical-align: top;
  background-color: #fefefe;
  color: #000000;
}

.Row input[type="checkbox"] {
  margin: 1px;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  padding: 0px;
}

.Row img {
  background-color: #fefefe;
  padding: 2px;
}

/* Zellen Style für Statistiken */
.RowBR td {
  font-size: 11px;
  font-size: 0.7rem;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 6px;
  padding-right: 6px;
  border: 1px solid #fefefe;
  vertical-align: top;
  background-color: #fefefe;
  color: #000000;
  white-space: nowrap;
}

.Row a:link {
  color: #000080;
}

.Row a:visited {
  color: #000080;
}

.Row a:hover,
.Row a:active {
  color: #dd1426;
}

.Separator {
  color: #010e9d;
}

.Separator td {
  height: 1px;
}

.AltRow th {
  font-size: 11px;
  font-size: 0.7rem;
  font-weight: normal;
  text-align: right;
  vertical-align: middle;
  padding: 4px;
  border: 1px solid #fefefe;
  background-color: #fefefe;
  color: #000000;
  white-space: nowrap;
}

.AltRow td {
  font-size: 11px;
  font-size: 0.7rem;
  padding: 4px;
  border: 1px solid #fefefe;
  vertical-align: top;
  background-color: #fefefe;
  color: #000000;
}

.AltRow a:link {
  color: #000080;
}

.AltRow a:visited {
  color: #000080;
}

.AltRow a:hover,
.AltRow a:active {
  color: #cc4141;
}

.NoRecords td {
  font-size: 11px;
  font-size: 0.7rem;
  padding: 4px;
  border: 1px solid #fefefe;
  background-color: #fefefe;
  color: #000000;
  vertical-align: top;
}

.Footer td {
  font-size: 11px;
  font-size: 0.7rem;
  padding: 4px;
  border-top: 1px solid #fefefe;
  background-color: #fefefe;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.Footer a:link {
  color: #000080;
}

.Footer a:visited {
  color: #000080;
}

.Footer a:hover,
.Footer a:active {
  color: #cc4141;
}

.Footer img {
  margin: 2px;
  vertical-align: middle;
}

.Footer select {
  margin: 2px;
  vertical-align: middle;
}

.Footer input {
  margin: 2px;
  vertical-align: middle;
}
/* END Grid Options */

/* BEGIN Record Options */
.Record {
  border: 0px solid #D2D2D4;
  width: 100%;
}

.Error td {
  font-size: 11px;
  font-size: 0.7rem;
  font-weight: bold;
  padding: 4px;
  border: 1px solid #fefefe;
  color: #FF0000;
  vertical-align: top;
  background-color: #fefefe;
}

.Controls th {
  font-size: 11px;
  font-size: 0.7rem;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  padding: 4px;
  border: 1px solid #fefefe;
  background-color: #fefefe;
  white-space: nowrap;
  color: #000000;
}

.Controls td {
  font-size: 11px;
  font-size: 0.7rem;
  font-weight: normal;
  padding: 4px;
  border: 1px solid #fefefe;
  vertical-align: top;
  background-color: #fefefe;
  color: #000000;
}

.Controls td input[type="text"] {
  width: 90%;
}

.Controls td input[type="radio"] {
  vertical-align: middle;
  margin-top: 3px;
  margin-bottom: 3px;
}

.Controls td input[type="file"] {
  color: #000000;
  background-color: #fefefe;
  vertical-align: top;
  padding-left: 2px;
}

.Controls td textarea {
  width: 96%;
  resize: horizontal;
}

.Bottom td {
  font-size: 11px;
  font-size: 0.7rem;
  padding: 4px;
  border: 1px solid #fefefe;
  background-color: #fefefe;
  color: #000000;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
}

.Bottom a:link {
  color: #000080;
}

.Bottom a:visited {
  color: #000080;
}

.Bottom a:hover,
.Caption a:active {
  color: #cc4141;
}

.Bottom img {
  margin: 2px;
  vertical-align: middle;
}

.Bottom input {
  margin: 2px;
  vertical-align: middle;
}
/* END Record Options */

/* BEGIN Report Options */
.GroupCaption th {
  font-size: 11px;
  font-size: 0.7rem;
  font-weight: bold;
  padding: 4px;
  border: 1px solid #fefefe;
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
  background-color: #fefefe;
  color: #000000;
}

.GroupCaption td {
  font-size: 11px;
  font-size: 0.7rem;
  font-weight: bold;
  padding: 4px;
  border: 1px solid #fefefe;
  vertical-align: top;
  background-color: #fefefe;
  color: #000000;
}

.GroupCaption a:link {
  color: #000000;
}

.GroupCaption a:visited {
  color: #000000;
}

.GroupCaption a:hover,
.GroupCaption a:active  {
  color: #cc4141;
}

.GroupFooter td {
  font-size: 11px;
  font-size: 0.7rem;
  padding: 4px;
  border-top: 1px solid #fefefe;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #fefefe;
  color: #000000;
}

.GroupFooter a:link {
  color: #000080;
}

.GroupFooter a:visited {
  color: #000080;
}

.GroupFooter a:hover,
.GroupFooter a:active {
  color: #cc4141;
}

.GroupFooter img {
  margin: 2px;
  vertical-align: middle;
}

.GroupFooter input {
  margin: 2px;
  vertical-align: middle;
}

.SubTotal td {
  font-size: 11px;
  font-size: 0.7rem;
  font-weight: bold;
  padding: 4px;
  border: 1px solid #fefefe;
  vertical-align: top;
  background-color: #fefefe;
  color: #000000;
  border-bottom: 2px solid #fefefe;
}

.SubTotal a:link {
  color: #000080;
}

.SubTotal a:visited {
  color: #000080;
}

.SubTotal a:hover,
.SubTotal a:active {
  color: #cc4141;
}

.Total td {
  font-size: 11px;
  font-size: 0.7rem;
  font-weight: bold;
  padding: 4px;
  border: 1px solid #fefefe;
  vertical-align: top;
  white-space: nowrap;
  background-color: #fefefe;
  color: #000000;
}

.Total a:link {
  color: #000080;
}

.Total a:visited {
  color: #000080;
}

.Total a:hover,
.Total a:active {
  color: #cc4141;
}
/* END Report Options */

/* BEGIN Form Options */
.Button {
  font-size: 85%;
  font-size: 0.85rem;
  font-weight: bold;
  background-color: #010e9d;
  color: #fefefe;
  border-left: solid 1px #EDEDED;
  border-top: solid 1px #EDEDED;
  border-right: solid 1px #848284;
  border-bottom: solid 1px #848284;
  padding: 2px;
}
/* END Form Options */

/* BEGIN Calendar Options */
.Calendar {
  border: 2px solid #010e9d;
  width: 100%;
  margin-left: -220px;
  padding: 10px;
}

.CalendarWeekdayName {
  font-size: 11px;
  font-size: 0.7rem;
  padding: 4px;
  border: 1px solid #fefefe;
  text-align: center;
  vertical-align: top;
  white-space: nowrap;
  background-color: #fefefe;
  color: #000000;
}

.CalendarWeekdayName a:link {
  color: #000080;
}

.CalendarWeekdayName a:visited {
  color: #000080;
}

.CalendarWeekdayName a:hover,
.CalendarWeekdayName a:active {
  color: #cc4141;
}

.CalendarWeekendName {
  font-size: 11px;
  font-size: 0.7rem;
  padding: 4px;
  border: 1px solid #fefefe;
  white-space: nowrap;
  text-align: center;
  vertical-align: top;
  background-color: #fefefe;
  color: #000000;
}

.CalendarWeekendName a:link {
  color: #000000;
}

.CalendarWeekendName a:visited {
  color: #000000;
}

.CalendarWeekendName a:link,
.CalendarWeekendName a:visited {
  color: #cc4141;
}
/* END Calendar Options */

/* BEGIN Calendar Day Options */
.CalendarDay {
  font-size: 11px;
  font-size: 0.7rem;
  padding: 4px;
  border: 1px solid #fefefe;
  text-align: center;
  background-color: #fefefe;
  color: #000000;
}

.CalendarDay a:link {
  color: #000080;
}

.CalendarDay a:visited {
  color: #000080;
}

.CalendarDay a:hover,
.CalendarDay a:active {
  color: #cc4141;
}
/* END Calendar Day Options */

/* BEGIN Calendar Weekend Options */
.CalendarWeekend {
  font-size: 11px;
  font-size: 0.7rem;
  padding: 4px;
  border: 1px solid #fefefe;
  text-align: center;
  background-color: #fefefe;
  color: #000000;
}

.CalendarWeekend a:link {
  color: #000080;
}

.CalendarWeekend a:visited {
  color: #000080;
}

.CalendarWeekend a:hover,
.CalendarWeekend a:active {
  color: #cc4141;
}
/* END Calendar Weekend Options */

/* BEGIN Calendar Today Options */
.CalendarToday {
  font-size: 11px;
  font-size: 0.7rem;
  padding: 2px;
  border: 2px solid #010e9d;
  text-align: center;
  background-color: #fefefe;
  color: #000000;
}

.CalendarToday a:link {
  color: #000080;
}

.CalendarToday a:visited {
  color: #000080;
}

.CalendarToday a:hover,
.CalendarToday a:active {
  color: #cc4141;
}
/* END Calendar Today Options */

/* BEGIN Calendar Weekend Today Options */
.CalendarWeekendToday {
  font-size: 11px;
  font-size: 0.7rem;
  padding: 2px;
  border: 2px solid #010e9d;
  text-align: center;
  background-color: #fefefe;
  color: #000000;
}

.CalendarWeekendToday a:link {
  color: #000080;
}

.CalendarWeekendToday a:visited {
  color: #000080;
}

.CalendarWeekendToday a:hover,
.CalendarWeekendToday a:active{
  color: #cc4141;
}
/* END Calendar Weekend Today Options */

/* BEGIN Calendar Other Months Day Options */
.CalendarOtherMonthDay {
  font-size: 11px;
  font-size: 0.7rem;
  padding: 4px;
  border: 1px solid #fefefe;
  text-align: center;
  background-color: #fefefe;
  color: #010e9d;
}

.CalendarOtherMonthDay a:link {
  color: #010e9d;
}

.CalendarOtherMonthDay a:visited {
  color: #010e9d;
}

.CalendarOtherMonthDay a:hover,
.CalendarOtherMonthDay a:active {
  color: #cc4141;
}
/* END Calendar Other Months Day Options */

/* BEGIN Calendar Other Months Today Options */
.CalendarOtherMonthToday {
  font-size: 11px;
  font-size: 0.7rem;
  padding: 2px;
  border: 2px solid #010e9d;
  text-align: center;
  background-color: #fefefe;
  color: #010e9d;
}

.CalendarOtherMonthToday a:link {
  color: #010e9d;
}

.CalendarOtherMonthToday a:visited {
  color: #010e9d;
}

.CalendarOtherMonthToday a:hover,
.CalendarOtherMonthToday a:active {
  color: #cc4141;
}
/* END Calendar Other Months Today Options */

/* BEGIN Calendar Other Months Weekend Options */
.CalendarOtherMonthWeekend {
  font-size: 11px;
  font-size: 0.7rem;
  padding: 4px;
  border: 1px solid #fefefe;
  text-align: center;
  background-color: #fefefe;
  color: #010e9d;
}

.CalendarOtherMonthWeekend a:link {
  color: #010e9d;
}

.CalendarOtherMonthWeekend a:visited {
  color: #010e9d;
}

.CalendarOtherMonthWeekend a:hover,
.CalendarOtherMonthWeekend a:active {
  color: #cc4141;
}
/* END Calendar Other Months Today Options */

/* BEGIN Calendar Other Months Weekend Today Options */
.CalendarOtherMonthWeekendToday {
  font-size: 11px;
  font-size: 0.7rem;
  padding: 2px;
  border: 2px solid #010e9d;
  text-align: center;
  color: #010e9d;
  background-color: #fefefe;
}

.CalendarOtherMonthWeekendToday a:link {
  color: #010e9d;
}

.CalendarOtherMonthWeekendToday a:visited {
  color: #010e9d;
}

.CalendarOtherMonthWeekendToday a:hover,
.CalendarOtherMonthWeekendToday a:active {
  color: #cc4141;
}
/* END Calendar Other Months Today Options */

/* BEGIN Calendar Selected Day (for DatePicker) Options */
.CalendarSelectedDay {
  font-size: 11px;
  font-size: 0.7rem;
  padding: 4px;
  border: 1px solid #fefefe;
  background-color: #fefefe;
  color: #000000;
  text-align: center;
  font-weight: bold;
}

.CalendarSelectedDay a:link {
  color: #000000;
}

.CalendarSelectedDay a:visited {
  color: #000000;
}

.CalendarSelectedDay a:hover,
.CalendarSelectedDay a:active {
  color: #cc4141;
}
/* END Calendar Selected Day (for DatePicker) Options */

/* BEGIN Calendar Navigator Options */
.CalendarNavigator {
  font-size: 11px;
  font-size: 0.7rem;
  padding: 4px;
  background-color: #fefefe;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.CalendarNavigator a:link {
  color: #000080;
}

.CalendarNavigator a:visited {
  color: #000080;
}

.CalendarNavigator a:hover,
.CalendarNavigator a:active{
  color: #cc4141;
}

.CalendarNavigator img {
  margin: 2px;
  vertical-align: middle;
}
/* END Calendar Navigator Options */

/* BEGIN Calendar Extra Options */
.CalendarEvent {
  font-size: 80%;
  font-size: 0.8rem;
  text-align: left;
}

.CalendarEvent a:link {
  color: #000080;
}

.CalendarEvent a:visited {
  color: #000080;
}

.CalendarEvent a:hover,
.CalendarEvent a:active {
  color: #cc4141;
}
/* END Calendar Extra Options */

/* BEGIN Custom Styles */
/* BEGIN Menu Options */
table.Menu {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  background-color: #D2D2D4;
}

td.Menu {
  padding-top: 0px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
}

div.Menu {
  float: left;
  /*margin-left: 220px;*/
  /*background-color: #eeeeee;*/
}

span.UserInfo {
  float: right;
  width: 20%;
  font-weight: bold;
  font-style: normal;
  font-size: 11px;
  font-size: 0.7rem;
  color: #000000;
  text-decoration: none;
  padding-top: 0px;
  margin-right: 26px;
  text-align: right;
}

a.Menu {
  margin-left: 11px;
  padding-right: 2px;
  font-style: normal;
  font-size: 11px;
  font-size: 0.7rem;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

a.Menu:link {
  color:#000000;
}

a.Menu:active {
  color:#000000;
}

a.Menu:visited {
  color:#000000;
}

a.Menu:hover {
  color: #000000;
}

a.MenuLanguage {
  padding-left: 5px;
  text-align: right;
}

a.MenuVertical {
  display: block;
  padding-left: 15px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-top: 1px solid #99a3b5;
  width: 160px;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  text-decoration: none;
  font-weight: bold;
}

a.MenuVertical:active,
a.MenuVertical:hover {
  background-color: #e0e0e0;
  color: #000000;
  font-weight: bold;
  background-image: url(Images/pfeil_navi.gif);
  background-repeat: no-repeat;
  background-position: 5px 3px;
}

a.MenuVertical:link,
a.MenuVertical:visited {
  color: #000000;
}

table.MenuVertical {
  top: 0px;
  margin-top: 0px;
  border-collapse: collapse;
  width: 180px;
}

td.MenuVertical {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  /* width: 83%;*/
}

td.MenuVerticalSeparator {
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 10px;
  padding-bottom: 5px;
  margin: 0px;
  width: 100%;
  color: #000000;
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  text-decoration: none;
  font-weight: bold;
}

td.MenuVerticalzahl {
  /*padding-right: 0px;*/
  text-align: right;
  font-style: normal;
  font-size: 11px;
  font-size: 0.7rem;
  font-weight: bold;
  text-decoration: none;
  color: #A34549;
  /*width: 17%;*/
}

div.HeaderArea {
  height: 80px;
  background-color: #EBEBEC;
  /*margin: 0px;*/
  /*padding: 0px;*/
  /*background-image: url();*/
  /*background-repeat: no-repeat;*/
  /*background-size: contain;*/
  /*background-position: 220px 0px;*/ 
}

td.HeaderArea {
  padding: 0px;
  margin: 0px;
  height: 80px;
  horizontal-align: right;
}

tr.HeaderArea {
  border-bottom: 3px solid #ffa500;
}

div.HeaderLogo {
  text-align: left;
  position: absolute;
  top: 20px;
  height: 40px;
  width: 240px;
  right: 40px;
  background-image: url(Images/LogoBC.png);
  background-repeat: no-repeat;
  background-size: contain;
}

table.VerticalArea {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 100%;
  height: 97%;
}

td.VerticalAreaLeft {
  width: 150px;
  background-color: #EBEBEC;
  margin: 0px;
  padding: 10px;
  /*padding-left: 5px;*/
  /*padding-right: 5px;*/ 
  vertical-align: top;
  height: 100%;
}

td.VerticalAreaRight {
  vertical-align: top;
  padding: 5px;
  height: 100%;
  width: 100%;
}

div.VerticalAreaRight {
  padding: 10px;
  width: 100%;
  height: 100%;
}

div.VerticalAreaLeftTop {
  /*top: 0px;*/
  /*left: 0px;*/
  /*width: 220px;*/
  height: 170px;
  margin-top: 0px;
  margin-bottom: 0px;
  /*position: absolute;*/
  background-image: url(Images/BildBC.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #EBEBEC;
}

div.VerticalAreaLeftBottom {
  width: 100%;
  height: 100%;
  padding-top: 20px;
}

table.MenuVerticalHeader {
  display: none;
}
/* END Menu Options */

/* BEGIN Bottom Options */
td.BottomArea {
  text-align: center;
}
/* END Bottom Options */

/* BEGIN Input Options */
input,
option,
select,
submit,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: #000000;
  background: #f7f7f7;
  vertical-align: top;
  padding-left: 2px;
}

input.radio {
  background-color: transparent;
}

input.checkbox {
  background-color: transparent;
}
/* END Input Options */

/* BEGIN Merkmal Options */
.Merkmale tr {
  vertical-align: top;
}

.Merkmale th {
  border: none;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
}

.Merkmale td {
  border: none;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
}

div.MerkmalTree {
  margin-top: 2px;
  margin-right: 10px;
  padding: 2px;
  width: auto;
  background-color: #fefefe;
  line-height: 150%;
}

div.Merkmal_1 {
  padding-left: 13px;
}

a.MerkmalLink_1 {
  padding-left: 0px;
}

div.Merkmal_2 {
  padding-left: 28px;
}

a.MerkmalLink_2 {
  padding-left: 15px;
}

div.Merkmal_3 {
  padding-left: 43px;
}

a.MerkmalLink_3 {
  padding-left: 30px;
}

div.Merkmal_4 {
  padding-left: 58px;
}

a.MerkmalLink_4 {
  padding-left: 45px;
}

div.Merkmal_5 {
  padding-left: 73px;
}

a.MerkmalLink_5 {
  padding-left: 60px;
}

div.Merkmal_6 {
  padding-left: 88px;
}

a.MerkmalLink_6 {
  padding-left: 75px;
}

div.Merkmal_7 {
  padding-left: 103px;
}

a.MerkmalLink_7 {
  padding-left: 90px;
}

div.Merkmal_8 {
  padding-left: 118px;
}

a.MerkmalLink_8 {
  padding-left: 105px;
}

div.Merkmal_9 {
  padding-left: 133px;
}

a.MerkmalLink_9 {
  padding-left: 120px;
}

div.Merkmal_10 {
  padding-left: 148px;
}

a.MerkmalLink_10 {
  padding-left: 135px;
}
/* END Merkmal Options */

/* BEGIN ToolTip Options */
div.ToolTip {
  background-color: #e0e0e0;
  border: 1px solid #D2D2D4;
  padding: 0px;
}

div.KurzbeschreibungToolTipListe {
  padding-bottom: 5px;
}

a.InfoToolTip {
  position: relative;
  z-index: 24;
  text-decoration: none;
}

a.InfoToolTip:hover {
  z-index: 25;
}

a.InfoToolTip span {
  display: none;
}

a.InfoToolTip:hover span {
  display: block;
  position: absolute;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  top: 20px;
  left: 1px;
  width: 200px;
  border: 1px solid #ededee;
  background-color: #E8E8E8;
  white-space: pre-line;
  color: #666666;
  text-align: left;
}
/* END ToolTip Options */

/* BEGIN GridFooter Options */
.GridFooter {
  width: 100%;
  border: 0px;
}

td.GridFooterLeft {
  text-align: left;
  border: 0px;
  width: 30%;
}

td.GridFooterCenter {
  text-align: center;
  border: 0px;
  width: 40%;
}

td.GridFooterRight {
  text-align: right;
  border: 0px;
  width: 30%;
}
/* END GridFooter Options */

/* BEGIN Other Options */
.LargeText {
  font-size: 12px;
  font-size: 0.75rem;
  color: #000000;
  font-weight: bold;
}

.VeryLargeText {
  font-size: 14px;
  font-size: 0.85rem;
  color: #000000;
  font-weight: bold
}

span.HeaderWarning {
  color: #ff0000;
}

[disabled] {
  color: #000000;
}

span.Error {
  font-size: 11px;
  font-size: 0.7rem;
  color: #FF0000;
  background-color: #fefefe;
}

.IQXName {
  font-weight: bold;
  margin-left: 8px;
  display: none;
}

.PageFooter {
  font-size: 9px;
  font-size: 0.6rem;
  text-align: center;
  margin-top: 0.5em;
}

.Subtablerow td {
  font-size: 11px;
  font-size: 0.7rem;
  padding: 0px;
  margin: 0px;
  border: 0px solid #fefefe;
  vertical-align: top;
  background-color: #fefefe;
  color: #666666;
}
/* END Other Options */
/* END Custom Styles */
