/* Css für Tooltips in Grafik */

.tooltip {  
font-size: 9pt;  
font-family: "trebuchet MS", Helvetica, Arial, sans-serif, Verdana, Geneva,;
position: absolute;  
left:20px;
top:20px;
display: none;  
background-color: #EDECF4;  
border-width: 1px;  
border-style: solid;
z-index:1;   
   }  
   
.tooltip .head {  
font-weight: bold;   
color: #EDECF4;  
padding: 2px; 
z-index:1;
   }  
  
.tooltip .content {  
font-size: 8pt;  
color: #666666;  
font-weight: bold;  
padding: 4px; 
z-index:1;
   }

/* Anpassung Abstand Überschrift-Text beim geänderten Downloadstyle */

h4 {
font-size: 0.8em; 
font-weight: normal;   
line-height: 1.3em;  
   }

h5 {
margin: 0px; 
padding-bottom: 7px;
    }

h6 {
font-size: 0.9em; 
line-height: 1.3em;  
margin: -20px 0 0 30px; 
padding-bottom: 5px; 
   }

/* Abfahrtzeiten Züge */

.train {
       width: 100%;
       font-size: 95%;
   }

/* Contenttable Ausrichtung Text */

.contenttable td {
       border-right: 1px solid #CCCCCC;
       border-top: 1px solid #CCCCCC;
       vertical-align:top;
}