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

  body {
    color: black; background-color: white;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; margin-top:50px; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
	overflow-x:hidden;
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 760px;
    padding: 0;
    border: 0px;
  }
/* ----------banner for logo-------------- */
#banner {
background-color: #FFF;
text-align: left;
padding: 0px 0px 0px 0px;
margin: 0px;
}

/*Sofortkontakt*/
#kontakt {
	margin-top: -40px;
	margin-left: 690px;
}

a img {
	border:none;	
}
  h1 {
    font-size: 1.5em;
    text-align: center;
    border-bottom: 1px solid #999999;
	margin-top: 5px;
  }
  ul#Navigation {
    font-size: 0.83em;
    float: left; width: 180px;
    margin: 90px 0 1.2em; padding: 0;
	margin-left:-10px;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }
  ul#Navigation a {
    display: block;
    padding: 0.2em;
	text-decoration: none;
  }
  ul#Navigation a:link {
    color: black; 
  }
  ul#Navigation a:visited {
    color: black; 
  }
  ul#Navigation a:hover {
    color: #999999; 
  }
  ul#Navigation a:active {
    color: white; 
  }

  div#Inhalt {
	padding: 12.5px 0px 0px 10px;
	height:400px;
    height:expression(this.scrollHeight > 400 ? "auto":"400px"); 
  }
  
  * html div#Inhalt {
	padding:12.5px 0px 0px 0px; 
  }

  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
    color: navy;
  }
  div#Inhalt p {
    font-size: 1em;
  }

  p#Fusszeile {
    clear: both;
    font-size: 0.83em;
    margin-top: -60px; padding: 0.1em;
    text-align: right;
    border-top: 1px solid #999999;
  }
  * html p#Fusszeile {
    clear: both;
    font-size: 0.83em;
    margin-top: 0; padding: 0.1em;
    text-align: right;
    border-top: 1px solid #999999;
  }
  *+html p#Fusszeile {
    clear: both;
    font-size: 0.83em;
    margin-top: -10px; padding: 0.1em;
    text-align: right;
    border-top: 1px solid #999999;
  }

#Fusszeile a {
		font-size: 12px;
	color: #999999;
	text-decoration: none;
}
  #Fusszeile a:hover {
		font-size: 12px;
	color: black;
	text-decoration: none;
}
a.info{
	position:relative; /*this is the key*/
	z-index:24;
	color:#000;
	font-size:12px;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a.info:hover{
	z-index:25;
	background-color:#FFF;
}

a.info span{display: none;}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
	padding-top:5px;
	padding-bottom:5px;
    top:45px; left:-112px; width:15em;
    border:1px solid #e2001a;
    background-color:#fff; color:#000;
    text-align: center;}

