/*----------------------------------------------------------------------------*/
/* ika Stylesheet                                                             */
/*                                                                            */
/* von              : Frank F., Dirk S., Jochem I.                            */
/* letzte Aenderung : 16.09.2008 sim                                          */
/*----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------*/
/* Schrifttyp fuer alle Elemente                                              */
/*----------------------------------------------------------------------------*/

a, address, blockquote, div, 
caption, cite, dfn, dl, dt, 
fieldset, h1, h2, h3, h4, 
img, input, label, legend, 
li, ol, option, p, q, 
select, textarea, td, th, ul    {
         font-family : "Arial", "Helvetica", "Lucida Grande", "Lucida Sans Unicode", "Lucida", "Bitstream Vera Sans", "Trebuchet MS", "Verdana", "sans-serif";
        }

/*----------------------------------------------------------------------------*/
/* Globale Einstellungen fuer Elemente                                        */
/*----------------------------------------------------------------------------*/        
        


body    {
         padding        : 0;
         background     : white;
         font-size      : 93%; /* -- Moegliche Werte, damit es in den gaengigen Browsern in etwa gleich aussieht: 69%, 76%, 86%, 93% -- */
         text-align     : left;
         margin         : 0% 0% 0% 0%;
         /* Wird nur vom IE gelesen */
         behavior       : url("/css/csshover.htc"); /* Damit der IE das Navigationsmenue versteht */
        }

h1, h2, h3, h4 {
                background  : transparent;
               }
  

h1  {
     font-size   : 1.2em;
     text-align  : left;
    }

h2 {
                font-size   : 1.0em;  
                font-style  : normal;
                font-weight : bold;
                text-align  : left;
               } 

/* Link: normal */

a         {
                font-size    : 1.0em;
                color        : #2e14a9;
                text-decoration: none;
               }
      
a:hover {
               /*background-color : yellow;*/
               color        : black;
               text-decoration: none;
              }                

a:visited {
                 text-decoration  : none;
                 color        : purple;
                }

a:active  {
                 text-decoration  : none;
                 color           : black;
                }                
/* Bilder */    
    
img {
     border      : 0px;
     color       : #fff;
     background  : transparent;
    }         

                
/* Inputboxen */    

input {
      background : #e0e0e0; 
      color : black;
      }

input.submit{
             background : #e0e0e0; 
             color : black;
             }

input:focus {
             background : #e0e0e0; 
             color : black;
            }
            
input:hover {
             background : #e0e0e0; 
             color : black;
            }    

.fka-menue-font { color:yellow;
                  font-weight  : bold;
	     
	    }


.input-suche{
             background : white;
             color : black;
             }

:focus.input-suche {
             background : white;
             color : black;
            }

:hover.input-suche {
             background : white;
             color : black;
            }

    

hr.Balken-rechts {
                  border : solid 1px #e0e0e0;
                  width  : 50%;
                 }
				 
				 
hr.Balken-2 {
                  border : solid 1px #e0e0e0;
				  float  : left;
                  width  : 50%;
                 }
   

/*----------------------------------------------------------------------------*/
/* Individuelle Klassen                                                       */
/*----------------------------------------------------------------------------*/      
 

/*-----------------------------------------------*/
/* Boxen zur Raumgestaltung                      */
/*-----------------------------------------------*/

/* Ebene0 dient als dummy Box, damit die richtige "fixed" sein kann */
 

#Ebene0 {
         z-index    : 3;
         background : yellow;
         width      : 20%;
         height     : 1px;
         float      : left;
         padding    : 0% 0% 0% 0%;
        }


#Ebene1 {
         position   : fixed;
         z-index    : 3;
         background : #e0e0e0;
         width      : 200px;
         height     : 100%;
         float      : left;
         padding    : 0% 0% 0% 0%;
         font-size  : 1.0em;
         list-style : none;
}


#Ebene1_fka {
         position   : fixed;
         z-index    : 3;
         background : darkblue;
         width      : 200px;
         height     : 100%;
         float      : left;
         padding    : 0% 0% 0% 0%;
         font-size  : 1.0em;
         list-style : none;
}

#Ebenex {
         position : fixed;
         width: 100%;
         background : transparent;
        }
            



/* Kopfzeile  alt bei height: 60px - wieder nach ComingSoon Kampagne */ 
#Kopfzeile {
            border         : none;
            border-width   : thin;
            float          : left;
            background     : transparent;
            /*position     : fixed;*/
            z-index        : 4;
            margin         : 0px 0px 0px 0px;
            width          : 100%;
            height         : 120px;
            text-align     : center;
            padding        : 0% 0% 0% 0%;
           }
           
#Kopfzeile img {
                /*width:  100%;
                heigth: 100%;*/    
               }
			   
#Kopfzeile-fka {
            border         : none;
            border-width   : thin;
            float          : left;
            background     : white;
            /*position     : fixed;*/
            z-index        : 4;
            margin         : 0px 0px 0px 0px;
            width          : 100%;
            height         : 120px;
            text-align     : center;
            padding        : 0% 0% 0% 0%;
           }
           
#Kopfzeile-fka img {
                /*width:  100%;
                heigth: 100%;*/    
               }			   
        
#Navigation {
             /*position: fixed;*/
             border         : none;
             border-width   : thin;
             z-index        : 3; 
             background     : transparent;
             /*position     : fixed;*/ 
             margin-top     : 20px;/* ohne Fixed 20 */
             margin-left    : 0px; 
             width          : 95%;
             height:        : 100%;
             float          : left;
             padding        : 0% 0% 0% 15%;
             /* padding: oben, rechts, unten, links; */
             font-size      : 1.0em;
             list-style     : none;
            }        

#Navigation_fka {
             /*position: fixed;*/
             border         : none;
             border-width   : thin;
             z-index        : 3; 
             background     : transparent;
             /*position     : fixed;*/ 
             margin-top     : 20px;/* ohne Fixed 20 */
             margin-left    : 0px; 
             width          : 95%;
             height:        : 100%;
             float          : left;
             padding        : 0% 0% 0% 15%;
             /* padding: oben, rechts, unten, links; */
             font-size      : 1.0em;
             list-style     : none;
            }             
            
#Navigation a {
               font-size      : 1.0em;
               /*border       :1px solid white;*/
               text-decoration: none;
               color          : black;
               /*font-weight: bold;*/
               display        : block;
               margin         : 0;
               padding        : 0;
               line-height    : 20pt; /* Abstand der Menuepunkte */
               width          : 100%; /* fuer IE */
              }
        
#Navigation_fka a {
               font-size      : 1.0em;
               /*border       :1px solid white;*/
               text-decoration: none;
               color          : yellow;
               font-weight: bold;
               display        : block;
               margin         : 0;
               padding        : 0;
               line-height    : 20pt; /* Abstand der Menuepunkte */
               width          : 100%; /* fuer IE */
              }              
              
#Navigation li>a {
                  width : auto; /* fuer andere Browser */ 
                 } 
                 
#Navigation_fka li>a {
                  width : auto; /* fuer andere Browser */ 
                 }                  
   
#Navigation a:link {
                    color            : black;
                    text-decoration  : none;
                   }
                
#Navigation_fka a:link {
                    color            : yellow;
                    text-decoration  : none;
                   }                   
                   
#Navigation a:visited {
                       color            : black;
                       text-decoration  : none;
                      }
 
#Navigation_fka a:visited {
                       color            : yellow;
                       text-decoration  : none;
                      }                      
                                     
#Navigation a:hover {
                     color            : black;
                     font-weight      : normal;
                     font-style       : normal;    
                     text-decoration  : none;
                     background-color : yellow;
                    }
                    
#Navigation_fka a:hover {
                     color            : black;
                     font-weight      : normal;
                     font-style       : normal;    
                     text-decoration  : none;
                     background-color : yellow;
                    }                    
                
#Navigation a:active {
                      color            : black;
                      text-decoration  : none;
                     }   
                     
#Navigation_fka a:active {
                      color            : black;
                      text-decoration  : none;
                     }                           
        
#Navigation li {
                position         : relative;
                z-index          : 9;
                border           : none;
                list-style-type  : none;
		line-height      : 0px;
                /*list-style-image : url("/bilder/whitedot.jpg");*/
                list-style-image : none;
               } 
               
#Navigation_fka li {
                position         : relative;
                z-index          : 9;
                border           : none;
                list-style-type  : none;
		line-height      : 0px;
                /*list-style-image : url("/bilder/whitedot.jpg");*/
                list-style-image : none;
               }                  
    
#Navigation ul {
                display          : block;
                margin           : 0px;
                padding          : 0px;
                width            : 88%;
                border           : none;
                background       : #e0e0e0;
                list-style-type  : none;
                /*list-style-image : url("/bilder/whitedot.jpg");*/
                list-style-image : none;
               }                      
                 
#Navigation_fka ul {
                display          : block;
                margin           : 0px;
                padding          : 0px;
                width            : 88%;
                border           : none;
                background       : darkblue;
                list-style-type  : none;
                /*list-style-image : url("/bilder/whitedot.jpg");*/
                list-style-image : none;
               }                
                   
/* folder: Liste mit untermenue */

#Navigation li.folder:hover {
                             z-index:10;
                            }

#Navigation_fka li.folder:hover {
                             z-index:10;
                            }        
/* box: Unterpunkt fuer Navigation */

#Navigation ul.box {
                    width   : 140%;
                    border  : none;
                    } 
                    
#Navigation_fka ul.box {
                    width   : 140%;
                    border  : none;
                    }                     
       
#Navigation li.folder ul {
                          position:absolute;
                          left:100%; /* fuer IE */
                          top:1px;
                         }               
        
#Navigation_fka li.folder ul {
                          position:absolute;
                          left:100%; /* fuer IE */
                          top:1px;
                         }                           
                         
#Navigation_fka li.folder>ul {
                          left:100%; /* fuer andere Browser */
                         } 

#Navigation ul ul  {
                    display:none;
                   }
                   

#Navigation_fka ul ul  {
                    display:none;
                   }                   
                    
#Navigation li:hover ul ul {
                            display:none;
                           }
    
#Navigation_fka li:hover ul ul {
                            display:none;
                           }                                                                      
                                               
#Navigation li:hover ul {
                         display:block;
                        }      
                                                
#Navigation_fka li:hover ul {
                         display:block;
                        }                             
#Navigation li:hover li:hover ul {
                                  display:block;
                                 }          
               
#Navigation_fka li:hover li:hover ul {
                                  display:block;
                                 }                
    
/* Mittleres Fenster */        
#Ebene3 {
         /*border         : solid 1px;*/
         /*border-width   : thin;*/
         background     : #fff;
         z-index        : 0;
         float          : right;
         margin-top     : 20px;
         width          : 68%; 
         height:        : 100%;
         text-align     : center;
         padding        : 2% 2% 0% 0%;
        }
        
/* Mittleres Fenster ohne rechtes Fenster */        
#Ebene3-4 {
         background     : #fff;
         z-index        : 0;
         float          : right;
         width          : 68%;
         height:        : 100%;
         text-align     : left;
         padding        : 2% 8% 0% 0%; 
        } 
        
/* Rechtes Fenster */        
#Ebene4 {
         border-left    : solid 1px #e0e0e0;
         /*background   : #fff;*/
         z-index        : 0;
         float          : right;
         margin-top     : 4%;
         width          : 9%; 
         height:        : 100%;
         padding        : 0% 1% 1% 1%;
         text-align     : center; 
        }
        
        
.cleaner {
          clear: both;
          height: 1px;
          font-size: 1px;
          border: 0px none;
          margin: 0;
          padding: 0;
          background: transparent;
         }      
        
#Bildlink-Fahrwerk a{
                     display     : block;
                     background  : url(/bilder/bilder-haupt/b1.jpg) no-repeat top;
                     width       : 130px;
                     padding-top :97px;
                     margin      : auto;
                     
                    }
#Bildlink-Fahrwerk a:hover {
                            background : url(/bilder/bilder-haupt/b1-g.jpg) no-repeat top;
                           }
        
#Bildlink-Antrieb a {
                     display     : block;
                     background  : url(/bilder/bilder-haupt/b3.jpg) no-repeat top;
                     width       : 90px;
                     padding-top : 130px;
                     margin      : auto;
                    }

#Bildlink-Antrieb a:hover {
                           background : url(/bilder/bilder-haupt/b3-g.jpg) no-repeat top;
                          }
#Bildlink-Elektronik a {
                     display     : block;
                     background  : url(/bilder/bilder-haupt/b4.jpg) no-repeat top;
                     width       : 130px;
                     padding-top : 97px;
                     margin      : auto;
                    }

#Bildlink-Akustik a:hover {
                           background : url(/bilder/bilder-haupt/b5-g.jpg) no-repeat top;
                          }
#Bildlink-Akustik a {
                     display     : block;
                     background  : url(/bilder/bilder-haupt/b5.jpg) no-repeat top;
                     width       : 88px;
                     padding-top : 129px;
                     margin      : auto;
                    }

#Bildlink-Elektronik a:hover {
                           background : url(/bilder/bilder-haupt/b4-g.jpg) no-repeat top;
                          }
#Bildlink-Karosserie a {
                     display     : block;
                     background  : url(/bilder/bilder-haupt/b2.jpg) no-repeat top;
                     width       : 130px;
                     padding-top : 96px;
                     margin      : auto;
                    }

#Bildlink-Karosserie a:hover {
                           background : url(/bilder/bilder-haupt/b2-g.jpg) no-repeat top;
                          }
#Bildlink-Verkehr a {
                     display     : block;
                     background  : url(/bilder/bilder-haupt/b6.jpg) no-repeat top;
                     width       : 88px;
                     padding-top : 130px;
                     margin      : auto;
                    }

#Bildlink-Verkehr a:hover {
                           background : url(/bilder/bilder-haupt/b6-g.jpg) no-repeat top;
                          }
                      
/*-----------------------------------------------*/
/* Andere Klassen                                */
/*-----------------------------------------------*/
 
/* Damit auf der Links Seite alles Zentriert ist */ 
       
#Links {
        text-align : center;
       }
       
#Kontakt {
          text-align : center;
         }       
       

#Logo
 {
  border        : 0px solid black;
  margin        : 0% 0%;
 }    
       
#Foto_Institut
 {
  border        : 1px solid black;
  width         : 350px;
 }
 
#Foto_Menue_Mitte 
 {
  border        : 0px solid black;
  height        : 80px;
 } 
 
#Foto_Menue_Rechts 
 {
  border        : 0px solid black;
  width         : 100px;
 }
  
#Foto_Anfahrtskizze
 {
  border        : 0px solid black;

 } 
           
#Bild {
       border : 0px;
      } 
      

#Bild a {
         text-decoration: none;
        }
   
#Bild a:link {
              text-decoration  : none;
	color           : #2e14a9;
             }
                
#Bild a:visited {
                 text-decoration  : none;
	   color           : purple;
                }
                
#Bild a:hover {
               text-decoration  : none;
                           color            : black;
              }
                
#Bild a:active {
                text-decoration  : none;
	color           : black;
               }        

/*-----------------------------------------------*/
/*    Links                                      */
/*-----------------------------------------------*/

/* Link Standard */              
              
.stand-link  {
              font-size       : 1.0em;
              text-align      : left;
              color           : #2e14a9;
              text-decoration : none;
             }
      
:hover.stand-link  {
                    background-color : yellow;
                    color            : black;
                    text-decoration  : none;
                   } 

:visited.stand-link {
                     text-decoration  : none;
                     color            : purple;
                    }

:active.stand-link  {
                     text-decoration  : none;
                     color           : black;
                    }                             


.stand-link-mitte  {
                    font-size       : 1.0em;
                    text-align      : center;
                    text-decoration : none;
                    color           : #2e14a9;
                   }
      
:hover.stand-link-mitte  {
                          background-color : yellow;
                          color            : black;
                          text-decoration  : none;
                         } 

:visited.stand-link-mitte {
                           text-decoration  : none;
                           color           : purple;
                          }

:active.stand-link-mitte  {
                           text-decoration : none;
                          color           : black;
                          }                             



/* Link Bereichsseiten by gh */              
              
.bereich-link  {
                 font-size  : 1.0em;
                 text-decoration: none;
                color           : #2e14a9;
                }
      
:hover.bereich-link {
                      background-color : yellow;
                      color        : black;
                      text-decoration: none;
                     } 

:visited.bereich-link {
                text-decoration  : none;
                color        : purple;
                }

:active.bereich-link  {
                text-decoration  : none;
                color           : black;
                }                             


/* Link fuer Ueberschriften */              

.stand-ueberschrift-link        {
                 font-weight : bold;
                 color        : #2e14a9;
                 text-decoration: none;
         font-size   : 1.0em;
         text-align  : left;
                }                 
          
:hover.stand-ueberschrift-link {
               background-color : yellow;
               color        : black;
               text-decoration: none;
              }     
			  
			                      
                  
/* Bild als Link */

.bild-link      {
                 padding        : 2px;
                 text-decoration: none;
                 border         : 0;
         
                }
   
:link.bild-link    {
                 text-decoration  : none;
                }
                
:hover.bild-link   {
                 text-decoration  : none;
                 background-color : transparent;
                }
                
:active.bild-link  {
                 text-decoration  : none;
                }                
                         
/* Link: Bildbeschriftung */   
  
.bildbeschriftung-link         {
                 font-size  : 0.8em;
                 font-weight: normal;
                 text-decoration: none;
                 color           : #2e14a9;
                }
:hover.bildbeschriftung-link   {

               background-color : yellow;
               color        : black;
               text-decoration: none;
              }
			  
			  /* Link: Bildbeschriftung */   
  
.bildbeschriftung-link-special        {
                 font-size  : 1.0em;
                 font-weight: normal;
                 text-decoration: none;
                 color        : red;
                }
:hover.bildbeschriftung-link-special   {

               background-color : yellow;
               color        : black;
               text-decoration: none;
              }

/*-----------------------------------------------*/
/*    Ueberschriften und Text                    */
/*-----------------------------------------------*/
                                                   
.stand-ueberschrift {
                        font-size   : 1.2em;  
                        font-style  : normal;
                        font-weight : bold;
                        text-align  : left;
               } 

.veran-ueberschrift {
                        font-size   : 1.2em;  
                        font-style  : normal;
                        font-weight : bold;
                        text-align  : center;
                       }

.stand-text {
                font-size   : 1.0em;  
                font-style  : normal;
                font-weight : normal;
                text-align  : left;
               } 
                           
.stand-text-mitte {
                font-size   : 1.0em;  
                font-style  : normal;
                font-weight : normal;
                text-align  : center;
               }                                
                           
.stand-text-spezial1 {
                font-size   : 1.0em;  
                font-style  : normal;
                font-weight : bold;
                text-align  : left;
               } 
                    
.stand-text-spezial2 {
                font-size   : 1.0em;  
                font-style  : italic;
                font-weight : normal;
                text-align  : left;
               }                           
          

.stand-text-spezial3 {
                font-size   : 1.0em;  
                font-style  : normal;
                text-align  : left;
                color       : red;
               } 
			   
.stand-text-spezial4 {
                font-size   : 0.7em;  
                font-style  : normal;
                font-weight : normal;
                text-align  : left;
               }    
                    
                           
.bereich-text {
                font-size   : 1.0em;  
                font-style  : normal;
                font-weight : normal;
                text-align  : left;
               }           
                           
.bereich-text-spezial1 {
                font-size   : 1.0em;  
                font-style  : normal;
                font-weight : bold;
                text-align  : left;
               } 
                                                   
.bereich-ueberschrift {
                        font-size   : 1.2em;  
                        font-style  : normal;
                        font-weight : bold;
                        text-align  : center;
               }                           
 
.mitarbeiter-lehrgebiete {
                font-size   : 1.0em;  
                font-style  : italic;
                font-weight : normal;
                text-align  : left;
               }                           
.mitarbeiter{
                font-size   : 1.0em;  
                font-style  : normal;
                font-weight : normal;
                text-align  : left;
                color       : #2e14a9:
               }                           
         
:hover.mitarbeiter {
                   background-color : yellow;
                   color        : black;
                   text-decoration: none;
                  }                       
     
:active.mitarbeiter  {
                text-decoration  : none;
                color           : black;
                }                             
                        
/* Bildbeschriftung */        
        
.bildbeschriftung-text {
         font-size  : 0.8em;  
         font-style  : normal;
         font-weight : normal;
        }                                


/*-----------------------------------------------*/
/* Spezielle Bilddefinitionen                    */
/*-----------------------------------------------*/
 
    
/* im tag muß align="left" stehen */
img.float-left {
     border-right:      5px solid ;
     border-left:        0px ;
     border-top:        5px solid ;
     border-bottom:   5px solid ;
    }         

/* im tag muß align="right" stehen */
img.float-right {
     border-right:      0px ;
     border-left:       5px solid ;
     border-top:        5px solid ;
     border-bottom:     5px solid ;
    }         


/*-----------------------------------------------*/
/* publik = Veranstaltungen, Projekte,           */
/* Veroeffentlichungen                           */
/*-----------------------------------------------*/

/*-----------------------------------------------*/
/* titel = Titel von Veranstaltung, Veroeffent-  */
/* lichung (Artikel, Dissertation...), Projekt   */
/*-----------------------------------------------*/
           
.publik-titel {
                font-size   : 1.0em;  
                font-style  : normal;
                font-weight : bold;
                text-align  : left;
               } 
                             
.publik-titel-link {
                font-size   : 1.0em;  
                font-style  : normal;
                font-weight : bold;
                text-align  : left;
                color        : #2e14a9;
               } 
 
:hover.publik-titel-link {
                   background-color : yellow;
                   color        : black;
                   text-decoration: none;
                  }                       
      
:visited.publik-titel-link {
                text-decoration  : none;
                color        : purple;
                }

.publik-ort-datum {
                font-size   : 1.0em;  
                font-style  : italic;
                font-weight : normal;
                text-align  : left;
               }           

.publik-autor {
                font-size   : 1.0em;  
                font-style  : normal;
                font-weight : normal;
                text-align  : left;
               }           

.publik-autor-link {
                font-size   : 1.0em;  
                font-style  : italic;
                font-weight : normal;
	  color          : #2e14a9;
                text-align  : left;
               }           
       
:hover.publik-autor-link {
               background-color : yellow;
               color        : black;
               text-decoration: none;
              }                

:visited.publik-autor-link {
                text-decoration  : none;
                color        : purple;
                }

:active.publik-autor-link  {
                text-decoration  : none;
                color           : black;
                }                             

/*-----------------------------------------------*/
/*-----------------------------------------------*/

.projekt-leiter {
                font-size   : 1.0em;  
                font-style  : normal;
                font-weight : normal;
                text-align  : left;
               }           

.projekt-leiter-link {
                font-size   : 1.0em;  
                font-style  : normal;
                font-weight : normal;
	  color         : #2e14a9;
                text-align  : left;
               }           
       
:hover.projekt-leiter-link {
               background-color : yellow;
               color        : black;
               text-decoration: none;
              }                

:visited.projekt-leiter-link {
                text-decoration  : none;
                color        : purple;
                }

:active.projekt-leiter-link  {
                text-decoration  : none;
                color           : black;
                }                             


.projekt-ansprechpartner {
                font-size   : 1.0em;  
                font-style  : normal;
                font-weight : normal;
                text-align  : left;
               }           

.projekt-ansprechpartner-link {
                font-size   : 1.0em;  
                font-style  : normal;
                font-weight : normal;
	 color           : #2e14a9;
                text-align  : left;
               }           
       
:hover.projekt-ansprechpartner-link {
               background-color : yellow;
               color        : black;
               text-decoration: none;
              }                

:visited.projekt-ansprechpartner-link {
                text-decoration  : none;
                color        : purple;
                }

:active.projekt-ansprechpartner-link  {
                text-decoration  : none;
                color           : black;
                }                             

/*-----------------------------------------------*/
/*-----------------------------------------------*/


/* Formatierung der Jahreszahlen-Zeile */

.navigation-seite {
                font-size   : 1.0em;  
                font-style  : normal;
                text-align  : left;
               }           

/* Formatierung der Jahreszahlen als Ueberschriften in Dokument */

.navigation-seite-link {
                font-size   : 1.0em;  
                font-style  : normal;
                font-weight : normal;
	 color          : #2e14a9;
                text-align  : left;
               }           
       
:hover.navigation-seite-link {
               background-color : yellow;
               color           : black;
               text-decoration: none;
              }                

:active.navigation-seite-link  {
                text-decoration  : none;
                color           : black;
                }                             

/*-----------------------------------------------*/
/* Veranstaltungsseite                           */
/*-----------------------------------------------*/


    .stand-kasten { float: left;
               width: 99%;
               border: 0px solid transparent; 
             }


/* indem in kopf-links width vergroessert wird, laesst sich das */
/* Bild in kopf-rechts weiter nach rechts verschieben:         */
    
    .kopf-links { float: left;
               width: 32%;
               text-align: left;
               border: 0px solid transparent; 
             }

    .kopf-rechts { float: left;
               width: 49%;
               border: 0px solid transparent; 
             }


/* 'Tabulatoren' fuer Unterschriften linker Teil */

    .block40 { float: left;
               width: 40%;
             }

/* 'Tabulatoren' fuer Unterschriften rechter Teil */

    .block60 { float: left;
               width: 59%;
             }


/* Tabelle fuer Zeitplan, fuer Zeitangaben: */

    table.veran-zeitplan{  display: table;
                           table-layout: auto;
                           width:       100%;
                           font-size: 1.0em;
                           font-style: normal;
                           font-weight: normal; 
                           text-align:  left;
                         }

/* Zellen in Tabellen: */

    td {vertical-align: top;}

    td.td10 { vertical-align: top;
              left: 0%;
              width: 10%;}
    
/* linke Zelle in Zeitplan, fuer Zeitangaben: */

    td.td15 { vertical-align: top;
              left: 0%;
              width: 15%;
             }

    td.td20 { vertical-align: top;
              left: 0%;
              width: 20%; 
              }

/*-----------------------------------------------*/
/* ueber_uns/leute                               */
/*-----------------------------------------------*/


/* Kasten fuer Foto: */

    .leute-links { float: left;
               width: 45%;
               border: 0px solid transparent;
               margin-left : 20px;
             }
    
    .leute-rechts { float: left;
               width: 49%;
               text-align: left;
               margin-left : -10px;
               border: 0px solid transparent;
    }

