body {
  margin : 0;
  padding : 0;
  background-color : #a0e0c0;
  color : #000080;
}
p, ul, ol, li, div {
  font : 14pt Arial,geneva,helvetica;
}

dt {
  font : bold 14pt Arial,geneva,helvetica;
}
dd {margin-bottom : 1em; }
h1 {
  font : bold 20pt Arial, Helvetica, geneva;
}
h2 {
  font : bold 18pt Arial, Helvetica, geneva;
}


svg {
  stroke-width: 20;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.txtleft {
  float: right;
  margin: 7px;
  clear: both;  
  max-width: 33%;
  min-width: 200px;
  height: auto;
}

.txtright {
  float: left;
  margin: 7px;
  clear: both;  
  max-width: 33%;
  min-width: 200px;
  height: auto;
}
.txtrightsm {
  float: left;
  margin: 7px;
  clear: both;  
  max-width: 25%;
  min-width: 150px;
  height: auto;
}
.txtleftsm {
  float: right;
  margin: 7px;
  clear: both;  
  max-width: 25%;
  min-width: 150px;
  height: auto;
}

#QgThemes dl {
  padding: 0.5em;
}
#QgThemes dt {
  color: green;
  color : #7070a0
}

#QgThemes dt::after {
  content: ":";
}

#QgThemes dd {
/*  padding: 0 0 0.15em 0;*/
  margin-left: 1em;
  margin-bottom: 0.5em;
}

#header {
  position : fixed;
  width : auto;
  height : 150px;
  /*
  height : 20%;
  min-height : 100px;
  max-height : 200px;
  */
  top : 0;
  right : 0;
  bottom : auto;
  left : 225px;
  border-bottom : 2px solid #cccccc;
  border-left : 2px solid #cccccc;
  background-color : #a0e0c0;
  background-image: url(images/bg-head.jpg);
  background-size : 800px 100%;
  -moz-background-size: 800px 100%;
  background-repeat: no-repeat;
  padding-left: 5px;
}
#logo {
  padding-left: 5px;
  position : fixed;
  width : 225px;
  height : 150px;
  /*
  height : 20%;
  min-height : 100px;
  max-height : 200px;
  width : 15%;
  min-width : 150px;
  max-width : 300px;
  */
  top : 0;
  right : 0;
  bottom : auto;
  left : 0;
  border-bottom : 2px solid #cccccc;
  background-color : #a0e0c0;
  background-image: url(images/bg-logo.jpg);
  background-size : 100%;
  -moz-background-size: 100%;
  background-repeat: no-repeat;
}
#navigation {
  position : fixed;
  top : 152px;
  bottom : 30px;
  left : 0;
  height : auto;
  width : 225px;
  color : #000080;
  padding : 5px;
  overflow : auto;
  background-color : #a0e0c0;
  background-image: url(images/bg-left.jpg);
  background-size : 100% 600px;
  -moz-background-size: 100% 600px;
  background-repeat: no-repeat;
}
  #navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
    }
    
  #navigation li {
    font : bold 16pt Arial, Helvetica, geneva;
    margin: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    }
  #navigation span.inner ul {
    position: relative;
    top: -3px;
    list-style: none;
    margin-left: 5px;
    padding-left: 5px;
    padding-top: 0px;
    padding-bottom: 5px;
    border: none;
    }
    
  #navigation span.inner li {
    font : bold 12pt Arial, Helvetica, geneva;
    margin: 0;
    }
  #navigation li a {
    text-decoration: none
    }
    a { color : #7070a0; stroke: #7070a0;  }
    a:visited { color : #000080; stroke: #000080; }

    a.extwin, a.ext {
      display: inline-block;
      position: relative;
    }
    a.extwin::before, a.ext::before {
      font-size: 12px;
      position: absolute;
      bottom: -12px;
      left: 20%;
      background: #ffcb66;
      padding: 5px 15px;
      color: black;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      width: 20em;
      overflow-wrap: break-word;
      opacity: 0;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
    }
    a.extwin::before {
      content: "öffnet ein neues Fenster für " attr(href);
    }
    a.ext::before {
      content: "wechselt zu " attr(href);
    }
    a.extwin:hover::before, a.ext:hover::before {
      bottom: -12px;
      opacity: 1;
    }
  #navigation li a:hover {
    color : #000080;
    text-decoration: underline;
  }

#content {
  position : fixed;
  top : 152px;
  bottom : 30px;
  left: 225px;
  right : 0px;
  width : auto;
  max-width: 1200px;
  /*
  min-width: 800px;
  min-height: 600px;
  */
  height : auto;
  padding-left : 15px;
  padding-right : 12px;
  margin-bottom : 10px;
  color : #000080;
  border-left : 2px solid #cccccc;
  overflow : auto;
  background-color : #a0e0c0;
  background-image: url(images/bg-content.jpg);
  background-repeat: no-repeat;
  background-size : 800px 600px;
  -moz-background-size: 800px 600px;
  color : #000000;
}
#content h1, #content h2 {
  color : #cc0080;
  color : #000080;
}
#footer {
  position: fixed;
  width: 100%;
  height: 30px;
  top: auto;
  bottom: 0;
  border-top : 2px solid #cccccc;
  background-color : #a0e0c0;
  padding-top : 8px;
  padding-left: 5px;
}

#semtab table {
  border-collapse: separate;
  border-spacing: 0.2em;
  margin-left: 2em;
  box-shadow: 0 0 0.1em #666;
  position: relative;
  z-index: 1;
  font-size: 1.2em;
}

#semtab th,
td {
  padding: 0.2em 0.5em;
  border-radius: 0.1em;
  box-shadow: inset 1px 3px 5px -3px rgba(0, 0, 0, 0.5);
}


#semtab tbody tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.1);
}
#semtab tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.1);
}


#semtab tbody tr:hover {
  background-color:  rgba(255, 255, 255, 0.5);
}


#semtab tbody td:hover {
  background-color: rgba(255, 255, 255, 0.5;
}
