.Content { padding: 1em; }

.Content ul { padding-left: 2em; }
.Content li { padding-bottom: 1em; }
.Content p { line-height: 200%;}
.Content h1 { padding-bottom: 1em; color: #7fb344; }
.Content h2 { padding-bottom: 1em; color: #7fb344; }
.Content h3 { padding-bottom: 1em; color: #7fb344; }
.Content h4 { padding-bottom: 1em; color: #7fb344; }
.Content a { color: #7fb344; text-decoration:none; }
.Content a:hover { color: #ffcc00; }

.ce-table { text-align: center; width: 50%; /*display: block;*/ margin-left: auto; margin-right: auto; background-color: #7fb344;}
td { background-color: #dcf1bf; border-style: none; }
th { background-color: #7fb344; border-style: none; color: white; }

.imagebox a { padding: 3em; font-size: medium; color: #7fb344; }
.imagebox a:hover { padding: 2em; color: black; }

hr {
  border: 2px solid #ffcc00;
  border-radius: 2px;
}

.iFrame {
  width: 100%;
  height: 80em;
}

.untis {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.untis-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.untis-iframe table { text-align: center; width: 50%; /*display: block;*/ margin-left: auto; margin-right: auto; background-color: #7fb344;}
.untis-iframe td { background-color: #dcf1bf; border-style: none; }
.untis-iframe th { background-color: #7fb344; border-style: none; color: white; }

.Content table {
  border-style: none;
  border-color: red;
}

/*img {width:50%; height:50%; }*/