 div.bewerbersuche {
    width: 560px;
    height: 430px;
    text-align: center;
  }

  div.bewerbersuche div.col_left {
    float: left;
    text-align: left;
    width: 270px;
  }
  
  div.bewerbersuche div.col_right {
    display: block;
    text-align: left;
    width: 270px;
    float: right;

  }
  
   div.bewerbersuche div.col_center {
    margin-left: 145px;
    text-align: left;
    width: 270px;
  }
  
  
  div.bewerbersuche div.clear {
    float: none;
    clear: both;
  }
  
  div.bewerbersuche p.headline {
    color: #122372;
    font-size: 18pt;
    line-height: 26px;
    font-weight: bold;
  }
  
  div.bewerbersuche p.subline {
    text-align: center;
    font-size: 11pt;
    line-height: 18px;
    font-weight: bold;
  }
  
  div.bewerbersuche p.addition {
    text-align: center;
    font-size: 8pt;
    line-height: 15px;
    font-weight: normal;
  }
  
  div.bewerbersuche p.info {
    text-align: center;
    font-size: 8pt;
    line-height: 14px;
    font-weight: normal;
  }
  
  div.bewerbersuche div.form {
    padding-left: 20px;
  }
  
  div.bewerbersuche div.form input.form_input {
    width: 130px;
    border: 1px solid #122372;
    background-color: #FFFFFF;
    color: #000000;
  }
  
  div.bewerbersuche div.form input.form_input_city {
    width: 87px;
    border: 1px solid #122372;
    background-color: #FFFFFF;
    color: #000000;
  }
  
  div.bewerbersuche div.form input.form_input_zip {
    width: 38px;
    border: 1px solid #122372;
    background-color: #FFFFFF;
    color: #000000;
  }
  
  
  div.bewerbersuche div.form input.input_error {    
    background-color: #FF0000;
    color: #FFFFFF;
  }
  
  div.bewerbersuche div.form select.form_select {
    width: 133px;
    border: 1px solid #122372;
    background-color: #FFFFFF;
    color: #000000;
  }
  
  
  
  .teaser_buttons input, div.bewerbersuche div.form input.form_submit  {
    width: 230px;
    color: #FFFFFF;
    border: 1px solid #000000;
    background-color: #122372;    
    border-top: 1px solid white; border-left: 
    1px solid white; border-right: 1px solid black; 
    border-bottom: 1px solid black; 
    
  }
  
  
  div.bewerbersuche div.form label.form_label {
    display: block;
    padding-top: 2px;
    float: left;
    width: 100px;
    font-weight: bold;
  }
  
  div.bewerbersuche div.form p.form_submit {
    text-align: center;
  }
  
  	  
