@charset "utf-8";
/* CSS Document */

body {
background-color:#FFFFFF;
margin-top:0px;
}
h1 {
color:#373c59;
font-size:20px;
text-align:center;
margin:2px;
}
img {
border:3px solid #373c59;
padding:4px;
}


#body {
width:1000px;
height:800px;
margin-left:auto;
margin-right:auto;
background-image:url(../image/background.jpg);
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;
}

#body2 {
width:1000px;
height:700px;
margin-left:auto;
margin-right:auto;
background-image:url(../image/background2.jpg);
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;
}

#kfo {
float:left;
margin-left:410px;
margin-top:80px;
height:100px;
width:200px;


}
#lingual {
float:left;
margin-left:-500px;
margin-top:250px;
height:100px;
width:200px;

}
#invisalign {
float:left;
margin-left:100px;
margin-top:250px;
height:100px;
width:200px;

}
#impressum {
width:800px;
padding-left:200px;
padding-top:74px;
color:#373c59;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

}

.text {
overflow-y:scroll;
height:574px;
width:700px;
padding-right:100px;
padding-top:50px

}


#footer {

margin-top:5px;
margin-left:auto;
margin-right:auto;
height:50px;
width:800px;
color:#373c59;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
}
a.footer {
text-decoration:none;
color:#373c59;
}
a.footer:hover {
text-decoration:underline;
}

a.beschreibung, a.beschreibung:link, a.beschreibung:visited, a.beschreibung:active  {
  position: relative;
  text-decoration: none; 

  }
  
a.beschreibung:hover {
  color: #373c59; 
  background: transparent;
  }

a.beschreibung span {
  display: none;  
  text-decoration: none; 
}

a.beschreibung:hover span {
  display: block;
  position: absolute; 
  top: 20px; 
  left: 0; 
  width: 200px;
  z-index: 100;
  color: #373c59; 
  border:1px solid #373c59; 
  background: #EEEEEE;
  font: 12px Verdana, sans-serif; 
  text-align: left;
  padding:5px;
  }
  


