/* Generated by KompoZer */

/* Seitennavigation menu*/
#menu1 {
text-align: right;
transform: translateY(-4%);
transform: translateX(-10%);
position: fixed;
}
#menu1 ul, #menu1 li {
	background: transparent;
	padding: 0px;
  list-style-type: none;
  margin-right: 0px;
  color: #df0000;
  }

#menu1 li a:link, #menu1 li a:visited, #menu1 li a:active {
  border: 0px solid white;
  margin: 0px;
  display: block;
  color: #a7a7a7;
  text-decoration: none;
  font-size: 15px;
  padding-right: 10px;
  height: 45px;
  font-family: arial,helvetica,tahoma,verdana,sans-serif;
  font-size: 20px;
  /*font-weight: bold;
   background-image: url(images/nav.gif);
  background-repeat: no-repeat; */
  background: transparent;
  text-align: right;
  background-position: 100% 50%;
  line-height: 45px;
position: relative;

}
#menu1 li a:hover {
  color: #ffffff;
  text-decoration: underline;
  background-image: url(images/stripe1.png);
    background-repeat: no-repeat;
  padding-right: 30px;
  font-weight: bold;
}

/* Seitennavigation menu startseite*/
#menu2 {
text-align: right;
transform: translateX(20%);
position: absolute;
}
#menu2 ul, #menu2 li {
	background: transparent;
	padding: 0px;
  list-style-type: none;
  margin-right: 0px;
  }
#menu2 li a:hover {
  color: #ffffff;
  text-decoration: underline;
  padding-right: 35px;  
}

/* Menu, aktuelle Seite */
#aktuell  {
  /*background-image: url(images/stripe1.png);

  background-image: url(images/stripe1.png);
  background-repeat: no-repeat;
  background-position: 55% 35%;
   transform:scale(1.0); */
  border: 0px solid white;
  margin: 0px;
  display: block;
  color: #ef8107;
  padding-right: 23px;
  line-height: 50px;
  font-family: arial,helvetica,tahoma,verdana,sans-serif;
  font-weight: bold;
  font-size: 23px;
  height: 50px;
  text-align: center;
}

/* styling links */
a:link, a:visited, a:active {
  font-family: arial,helvetica,tahoma,verdana,sans-serif;
  text-decoration: underline;
  color: #2321ad;
  font-size: 15px;
  line-height: 35px;
}
a:hover {
  color: #ef8107;
}
p:hover {
  color: #df0000;
  font-size: 180%;
}

/* Pfeile für forward, back */
.arrow {
  border-style: solid;
  border-color: #ef8107;
  border-width: 0 6px 6px 0;
  padding: 6px;
  display: inline-block
}
.arrow2 {
  border-style: solid;
  border-color: #df0000;
  border-width: 0 3px 3px 0;
  padding: 6px;
  display: inline-block
}
.right1 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.left1 {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.back {
  float: left;
}
.fwd {
  float: right;
}
  
/* Links: farbe und vergrößern */
a.link_one:link {
  color: #ef8107;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.1s ease;
}
a.link_one:visited {
  color: #ef8107;
  text-decoration: none;
}
a.link_one:hover {
  color: #ff0000;
  font-size: 160%;
}

/* Bildausrichtung und Tabellen in forensik.html*/
.center {
  text-align: center;
  background-color: #ef8107; 
  width: 715px; 
  height: 459px;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
}
.border1, .border1 th, .border1 td {
    border: 1px solid #ef8107; 
	border-collapse: separate;
}

/* Bilder vergrößern*/
.popup1 {
  width: 45px;
  height: auto;
  transition: all 0.2s ease;
}
.popup1:hover {
  transform:scale(1.2);
    z-index: 1;
}

/* Bildausrichtung Fußzeile "leisteunten"*/
.img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
  width: 45px;
}
.popup {
  width: 173px;
  height: 109px;
   background-size: cover;
}
.popup:hover {
  transform: scale(1.5);
  z-index: 1;
}

/* Bild-/Linkbeschreibungen als popup */
td[data-descr], span[data-descr], .td1[data-descr] {
  position: relative;
  cursor: help;
}
span[data-descr] {
  position: relative;
  cursor: pointer;
}
td[data-descr]:hover:after, td[data-descr]:focus:after {
  border: 1px solid #aaaaaa;
  padding: 12px;
  content: attr(data-descr);
  background-color: #ffffff;
  background-image: url(images/bgstripe.png);
  background-repeat: repeat;
  position: absolute;
  right: 165px;
  top: 0px;
  color: #7f7f7f;
}
.td1[data-descr]:hover:after, .td1[data-descr]:focus:after {
  border: 1px solid #aaaaaa;
  padding: 12px;
  content: attr(data-descr);
  background-color: #ffffff;
  background-image: url(images/bgstripe.png);
  background-repeat: repeat;
  position: absolute;
  left: 300px;
  top: 40px;
  color: #7f7f7f;
}
span[data-descr]:hover:after, span[data-descr]:focus:after {
  border: 1px solid #aaaaaa;
  padding: 5px;
  content: attr(data-descr);
  background-color: #ffffff;
  background-image: url(images/bgstripe.png);
  background-repeat: repeat;
  position: absolute;
  min-width: 250px;
  right: 59px;
  top: -15px;
  color: #7f7f7f;
}