/* CSS Document */

 p {
      color:#000;
      font-size:9pt;
      font-family:Verdana;
      font-weight:normal;
       }

   
      h1 {
      color:#000;
      font-size:20pt;
      font-family:Verdana;
      font-weight:normal;
       }

    
 h4 {
      color:#000;
      font-size:6.5pt;
      font-family:Verdana,regular;
      font-weight:normal;
	  line-height: 1;
    
       }
h5 {
      color:#000;
      font-size:7pt;
      font-family:Verdana,regular;
      font-weight:normal;
      line-height: 1;
       }
h2 {
      color:#000;
      font-size:9pt;
      font-family:Verdana,regular;
      font-weight:bold;
	  line-height: 1;
    
       }
 h3 {
      color:#000;
      font-size:8.5pt;
      font-family:Verdana,regular;
      font-weight:normal;
	  line-height: 1;
    
       }

		body { 	
      background: url(saucenhintergrund.png)center center fixed;
			background-size:100% 100%;
      -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
			background-repeat: no-repeat;
       
}
tr {
padding: 0.5em;
	 color:#000;
      font-size:9pt;
}

      a:link { text-decoration: none; font-weight:normal; 
      font-family:Verdana,sans-serif;color:#000; }
      a:visited { text-decoration: none; font-weight:normal; 
      font-family:Verdana,sans-serif;color:#000; }


      .homelink, .homelink:visited { font-family: Verdana,sans-serif; font-size: 13px;font-weight:bold; text-decoration: none; color: #000; }
      .homelink, .homelink:link { font-family: Verdana,sans-serif; font-size: 13px; font-weight:bold;text-decoration: none; color:#000; }

      li {
		  color:#000;
	  }


      #InfoBox {
      visibility:hidden;
      position:absolute;
      top:10px;
      left:10px;
      z-index:1;

      /* diese Angaben können Sie anpassen */
      width:180px;
      border:1px solid #492807;
		 background-color: #FDFEFF;
	  opacity: 0.5;
		  
      }


      /* weitere Box in der Info-Box für padding */
      #BoxInnen {
      padding:15px;
      }


      /* Formatierung Texte in der Info-Box */

      #BoxInhalte {
      font-family:Verdana,Arial,Helvetica,sans-serif;
      font-size:10px;
      color:#000000;
      line-height:130%;
      }
      #BoxInhalte b{
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 12px;
      color: #000000;
      line-height: 130%;
      }
      #box_biologo {
      -moz-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
      -o-transform: rotate(15deg);
      -webkit-transform: rotate(15deg);
      transform: rotate(15deg);
      }
      .box_bio {
       position: absolute;
    
      }

     
nav {
  
}
nav ul {
	font-size:10pt;
    font-family:Verdana;
    padding: 0px;
    margin: 0px;
}
nav ul:after {
    clear: both;
    content: " ";
    display: flex;
    font-size: 0;
    height: 0;
    visibility: hidden;
	line-height: 3px;
	color:#000;
}
    nav ul{
    
	}

	nav ul li ul{
    line-height: 3px;
		
}
    nav ul li {
	
    list-style: none;
    float:left;
	line-height: 0px;
	font-size:10pt;
    font-family:Verdana;
		color:#000;
	
		
}

nav ul li a {
    text-decoration: none;
    display: flex;
	flex-direction:column-reverse;
   color:#000;
    padding: 10px 15px 10px 15px;
	line-height: 0px;
	
}
nav ul li:hover > ul {
    visibility: visible;
	color:#000;
	
	
}
nav ul li ul{
	text-align:left;
    display: flex;
    visibility: hidden;
    position: absolute;
	 bottom:21px;
    padding:0px;
	line-height: 0px;
	flex-direction:column-reverse;
	font-size:7pt;
    font-family:Verdana;
	color:#000;
	
	
}
nav ul li ul li{
    float: none;
	color:#000;
	line-height: 0px;
	font-size:7pt;
    font-family:Verdana;
	
	
	
	
}
nav ul li ul li a{
    float: none;
	
	line-height: 0px;
	font-size:7pt;
    font-family:Verdana;
	color:#000;
	
	
}
nav ul li ul li a:hover{
	color:#000;
 
}



/* Slide Box */



.imageBox {
	position: relative;
	width: 180px; height:220px;
	float: left;
	overflow: hidden;
	margin-right: 120px;	
}

.figure {
	position: absolute;
	bottom: 0; left: 0;
	padding: 5px;
	margin:5px;
	background: white;
}

/* transition fadeIn */

.imageBox .tr-opacity {
	opacity:0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.imageBox:hover .tr-opacity {
	opacity:0.6;
}

/* transition slideIn */

.imageBox .tr-slideIn {
	left: -185px;
	width: 170px; height: 210px;
	margin: 0;
	padding-top: 15px;
	opacity: 0.7;	
	background:#A4A4A4;
	color: white;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.imageBox:hover .tr-slideIn {
	left: 0;
}

/* transition tr-slideImgOut */

.imageBox .tr-slideImgOut {
	position: absolute;
	top: 0; left: 0px;
	-webkit-transition: left 0.5s;
	-moz-transition: left 0.5s;
	-o-transition: left 0.5s;
	transition: left 0.5s;
}
.imageBox:hover .tr-slideImgOut {
	left: 200px;
}
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto; }



#footer {
      position: absolute;
      width: 370px; 
	  left:38%;
		top: 800px;
		 
	      }
