

#bestehendeAntworten {
	position: relative;
	padding: 0px;
	width:210px;
	height:170px;
	border: 0px solid #999;
	z-index: 20;
	overflow: auto;
	cursor: auto;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	background-color: #A3A3A3;
	filter:alpha(opacity=100);/*trick to prevent IE opacity bug*/

}

.tablefont, .tablefont td
{
font-family:sans-serif;
font-size:8pt;
color:white;
}

#Antwortverfasssen {
	position: relative;
	padding: 0px;
	width:210px;
	height:130px;
	border: 0px solid #999;
	z-index: 20;
	overflow: scroll;
	cursor: auto;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	background-color: #A3A3A3;
	filter:alpha(opacity=100);/*trick to prevent IE opacity bug*/
}