body { margin:0; }

table#formular td {
	font-size: 12px;
	font-family: arial;
	background-color: #D5E1CE;
}

div#error {
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	color: #ff0000;
}

div#success {
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	color: #009800;
}

table#formular .text-normal {
	font-size: 12px;
	font-family: arial;
	width: 190px;
}

table#formular .text-normalschmal {
	font-size: 12px;
	font-family: arial;
	width: 70px;
}

table#formular .text-schmal {
	font-size: 12px;
	font-family: arial;
	width: 40px;
}

table#formular .text-area {
	font-size: 12px;
	font-family: arial;
	width: 190px;
	height: 40px;
	overflow: auto;
}