  .TMlinkeSpalte {
    background-color: rgba(252,203,0,0.3);
  	width: 50%;
	float:left;
  }
  .TMrechteSpalte {
    background-color: rgba(102, 184, 160, 0.3);
	margin-left:50%;
  	width: 50%;
  }
  .TMtextarea {
    width: 90%;
	height: 200px;
  }
  #TMAbgleich {
    background-color: rgba(184, 41, 41, 0.5);
  }