/**
    TAB-Inhalt Tore
*/
#tore {
  white-space: nowrap;
}
#tore label {
    display: block;
}

#tore #left, #tore #middle, #tore #right  {
   display: inline-block;
   vertical-align: top;
   padding: 1em;
}

#tore #middle {
    padding-top: 1em;
}

#tore #right {
    padding-top: 3em;
}

#tore input[type=text] {
  width:7em;   
}