
#uebersetzer
  {
    width:500px; height:auto;
  }
#uebersetzer h1#head
  {
    width:500px; height:22px;
    margin:0px;
    font-size:10pt; font-weight:100;  line-height:20px; text-indent:12px;
  }
  
#uebersetzer div#button_container
  {
    width:500px; height:auto;
  }
  
table#textbox
  {
    width:100%; height:auto;
    margin:0px;
    font-size:9pt; font-weight:600; text-align:right;
  }
table#textbox .bbc_button
  {
    width:90px; height:57px;
    vertical-align:bottom;
    background-repeat:no-repeat; background-position:center;
    cursor:pointer; cursor:hand;
  }
  
form#eingabe
  {
    width:500px; height:auto;
    margin:0px;
    font-size:10pt; font-weight:500;
    line-height:20px; text-indent:12px;
  }
textarea#text
  {
    width:494px; height:70px;
    font-size:9pt; font-weight:600;
    text-transform:capitalize;
    background-color:#ffffff;
  }
input#reset
  {
    width:20%; height:22px;
    float:left;
  }
input#submit
  {
    width:20%; height:22px;
    float:right;
  }
p#copyright
  {
    margin:2px 0px; 
    text-align:center;
  }
  
div#textausgabe
  {
    width:500px; height:auto; 
    text-align:justify; font-size:9pt; font-weight:600; 
  }
