body {
	font-family: Arial, Helvetica, Verdana, san-serif;
	margin: 0px 0px 0px 0px;
}

p { }

td { }

a:link { }

a:visited { }

a:hover { }

a:active { }

/* Textsettings */
#fliesstext {
	font-size: 12px;
	font-weight: bold;
	color: #ff20d3;
}
#fieldlabel {
	font-size: 10px;
	color: #ff20d3;
}

#setAutIdem {
	line-height: 23px;
}

.error {
	font-size: 12px;
	font-weight: bold;
	color: red;
}

/* Tabellensettings */
#zartrosa {
	background-color: #fcccf3;
}

#whitebg {
	background-color: white;
}

#rosarahmen {
	border: 2px solid #ffafef;
}

.pflichtfeld {
	border: 2px solid red;
}

.deactivatedfield {
	background-color: silver;
}