@charset "utf-8";

body {
  font-family: Georgia;
}

a:link    { color:#2020c0; text-decoration:none; }
a:visited { color:#202090; text-decoration:none; }
a:hover   { text-decoration:underline; }
a:active  { color:#3030f0; }

tr.about {
  background-image: url(images/gradient.png);
  background-repeat: repeat-x;
}

p {
  text-align: justify;
  /* margin-left: 10px; */
}

.ifktable {
    background-color: white;
    border: none;
    border-spacing: 0px;
    border-collapse: collapse;
}

.ifktable td {
    border: 1px solid;
    padding: 8px;
}

.ifktable th {
    border: 1px solid;
    padding: 8px;
    background-color: lightyellow
}

#topFrame
{
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(images/gradient.png);
  background-repeat: repeat-x;
}

#leftFrame
{
  position: fixed;
  top: 130px;
  left: 20px;
  bottom: 20px;
}

#textFrame {
  position: fixed;
  left: 190px;
  right: 0px;
  padding-right: 40px;
  top: 100px;
  bottom: 15px;
  background: white;
  overflow: auto;
}

.navheader {
  position:fixed;
  top:100;
  left:190px;
  right:40;
  background-color:#D7E8FF;
  border-radius: 8px;
  padding-right: 5px;
  padding-left: 5px;
  height:25;
}

.navheader a:link {
  text-decoration:underline;
}

.nav-prev {
  background-image: url('images/arrow-left.png');
  background-repeat: no-repeat;
  background-position:left center;
  padding: 2 8 2 15;
  font-size:90%;
}

.nav-next {
  background-image: url('images/arrow-right.png');
  background-repeat: no-repeat;
  background-position:right center;
  padding: 2 15 2 8;
  font-size:90%;
}

.nav-sep {display: none;}

.nav-text {display: none;}
a:hover > .nav-stext {display: none;}
a:hover > .nav-text {display: inline;}

.leftItem
{
  text-align: center;
  top: 10px;
  background-image: url(images/button.png);
  background-repeat: no-repeat;
  height: 60px;
  width: 145px;
}

.leftItemHL
{
  text-align: center;
  top: 10px;
  background-image: url(images/buttonHL.png);
  background-repeat: no-repeat;
  height: 60px;
  width: 145px;
}

.trbox {
  border: 1px solid;
  padding: 0.5em;
  margin: 1em;
  border-radius: 8px;
  background: #f8f8ff;
}

.trbox h4 {
  margin: 0em;
}

.trcbox h2 {
  text-transform: uppercase;
  font-size: 120%; 
}

.trcbox {
  border: 1px solid;
  padding: 0em 1em;
  margin: 1em;
  border-radius: 8px;
  background: #f8f8ff;
}

.trcbox.hinweis {
  background: #fee;
  font-size: 80%;
}

.trcbox.hinweisg {
  background: #efe;
  font-size: 80%;
}

.pnew {
  font-size: 8pt;
  float: right;
  text-align:center;
  border: 1px solid;
  border-radius: 8px;
  background: #f8f822;
  padding: 2px 4px 2px 4px;
  margin-top:-15px;
  transform:rotate(7deg);
  -ms-transform:rotate(7deg); /* IE 9 */
  -moz-transform:rotate(7deg); /* Firefox */
  -webkit-transform:rotate(7deg); /* Safari and Chrome */
  -o-transform:rotate(7deg); /* Opera */
  color:black;
}
.pnew:hover {
  background: #ffff99;
}

dl {
    display: flex;
    flex-flow: row wrap;
    border: solid #333;
    border-width: 1px 1px 0 0;
  }
  dt {
    flex-basis: 25%;
    padding: 2px 4px;
    background: #999;
    text-align: right;
    color: #D7E8FF;
  }
  dd {
    flex-basis: 70%;
    flex-grow: 1;
    margin: 0;
    padding: 2px 4px;
    border-bottom: 1px solid #333;
  }
