.txt {
	font: 12px "Trebuchet MS", "Times New Roman", serif, Modern, Roman;
	color: #FFFFFF;
	cursor: crosshair;
}

.txtDis {
	font: 12px "Trebuchet MS", "Times New Roman", serif, Modern, Roman;
	color: #333333;
	cursor: crosshair;
}

.bold {

	font: bold 20px "Trebuchet MS", "Times New Roman", serif, Modern, Roman;
	color: #FFFFFF;
}
.titel {
	font: bold 32px "Trebuchet MS", "Times New Roman", serif, Modern, Roman;
	color: #FF0000;
}
a:link {
	font: italic 12px "Trebuchet MS", "Times New Roman", serif, Modern, Roman;
	color: #FFFFFF;

}
a:active {
	font: italic 12px "Trebuchet MS", "Times New Roman", serif, Modern, Roman;
	color: #FF0000;

}
a:visited {

	font: italic 12px "Trebuchet MS", "Times New Roman", serif, Modern, Roman;
	color: #FFFFFF;
}
a:hover {

	font: italic 12px "Trebuchet MS", "Times New Roman", serif, Modern, Roman;
	color: #FF0000;
}
.feld {
	font: 12px "Trebuchet MS", "Times New Roman", serif, Modern, Roman;
	color: #FFFFFF;
	cursor: text;
	background-color: #333333;
	border: thin solid #FF0000;


}
.feldKopie {

	font: 12px "Trebuchet MS", "Times New Roman", serif, Modern, Roman;
	color: #FFFFFF;
	cursor: text;
	background-color: #FF0000;
	border: thin solid #FF0000;
}
.zentriert {
	text-align: center;
}

