body {
	  
	  
	}

p.komment {
	display: none;
	position: absolute;
  	top: 30%;
  	left: 50%;
	width: 40%;
	height: 50%;
    	overflow: scroll;
	background-color: #FFFAEE;
	color: #444444;
    	border-style: solid;
    	border-width: 2px;
   	 border-color: #333333;
	 -webkit-box-shadow: 0 10px 20px #888;
       -moz-box-shadow: 0 10px 20px #888;
        box-shadow: 0 5px 10px #888;
    	z-index:2000;
	}

div.buch:hover + p.komment {
	display: block;
}

p.komment:hover {
	display: block;
}

div.buch {
	position: absolute;
  	top: 40%;
  	left: 80%;
}

.kora {
  position: absolute;
  bottom: 1%;
  right: 1%;
} 


@import url(https://fonts.googleapis.com/css?family=Open+Sans);

h1 {
 font-family: "Arial", Arial, sans-serif;
color: #FFFFFF;
font-size: 40px;
}

img.Herzkatheter {
position: absolute;
height: 100%;
right: 0;
top: 0;
}

div.topelement {
   	 position: relative;
  display: block;

  width 100%;
  border: 0;
background-color: #AAAAAA;
padding-top: 2em;
padding-bottom: 2em;
padding-left: 2em;

} 




#menu {
	font-family: "Arial", Arial, sans-serif;
	color: #FFFFFF;
	font-size: 20px;
}

#menu {
    position: relative;
  top: -1em;
  left: 20px;
 
  height: 6em;
  list-style-type: none;
  margin: 0;
  padding: 0;
  
}
 
#menu ul {
     position: absolute;
     margin: 0;
     padding: 0;
     width: 80%;
     list-style: none;
     background-color: #dddddd;
}
 
#menu ul li {
     float: left;
     margin: 0 0 0 0px;
}

li {
  display: block;
  padding: 8px 16px;
  color: #000;
  background-color: #dddddd;
  border-left: 3px solid #dddddd;
  text-decoration: none;
  text-align: left;
} 

li:hover:not(.active)  {
  background-color: #555;
  color: white;
  border-left: 3px solid #FF0000;
} 

li.active {
  background-color: #000000;
  color: white;
  border-left: 3px solid #00FF00;
} 

#menu ul ul {
     position: absolute;
     top: 30px;
     width: auto;
     padding: 0;
     margin: 0;
     -webkit-box-shadow: 0 10px 20px #888;
     -moz-box-shadow: 0 10px 20px #888;
     box-shadow: 0 5px 10px #888;
}
 
#menu ul ul li {
     float: none;
     margin: 0;
}

#menu ul ul {
     top: -9999px;
}
 
#menu ul li:hover ul {
     top: 35px;
	z-index: 1000;
}

#derButton {
    display: none;
    position: absolute;
    top: 320px;
    left: 20px;
    width: 60%;
    height: 20px;
    background-color: #DDDDFF;
    z-index:0;
}

#kopiertext {
    display: none;
    position: absolute;
    top: 350px;
    left: 20px;
    width: 60%;
    height: 60%;
    background-color: #FDFDDD;
    overflow: scroll;
    border-style: solid;
    border-width: 2px;
    border-color: #333333;
	font-size: 20px;
    z-index:0;
}

#Befundtitel {
    position: absolute;
    top: 220px;
    left: 5%;
    width: 70%;
    border-style: solid;
    border-width: 2px;
    background-color:#F8F8F8;
    border-color: #F5F5F5;
    z-index:1;
}

#ops {
    position: absolute;
    top: 250px;
    left: 200px;
    width: 600px;
    height: 300px;
    overflow: scroll;
    border-style: solid;
    border-width: 2px;
    border-color: #333333;
    z-index:0;
}

#location {
  position: absolute;
  left: 520px;
  top: 100px;
  width: 400px;
  height: 200px;
  
}