body	{
	font-family:arial, sans-serif;
	font-size:8pt;
	font-weight:normal;
	color:#000000;
}

td	{
	font-family:arial, sans-serif;
	font-size:8pt;
	font-weight:normal;
	color:#000000;
}

td.fehler	{
	font-family:arial, sans-serif;
	font-size:8pt;
	font-weight:normal;
	color:#ff9933;
}

td.content	{
	font-family:arial, sans-serif;
	font-size:8pt;
	font-weight:normal;
	color:#333333;
}

h1	{
	font-family:arial, sans-serif;
	font-size:12pt;
	font-weight:bold;
	color:#000000;
	margin:0px;
}

h1.content	{
	font-family:arial, sans-serif;
	font-size:12pt;
	font-weight:bold;
	color:#cccccc;
	margin:0px;
}

a	{
	font-family:arial, sans-serif;
	font-size:8pt;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}

a.lookielookie{
	font-family:arial, sans-serif;
	font-size:8pt;
	font-weight:normal;
	color:#999999;
	text-decoration:none;
}

a:hover	{
	color:#ff9933;
	text-decoration:none;
}
a:active {
	color:#cccccc;
	text-decoration:none;
}

.input {
	font-family:arial, sans-serif;
	font-size:8pt;
	font-weight:normal;
	color:#333333;
}

.button {
	font-family:arial, sans-serif;
	font-size:8pt;
	font-weight:normal;
	color:#333333;
	background:#cccccc;
}

.neu	{
	font-family:arial, sans-serif;
	font-size:8pt;
	font-weight:bold;
	color:#ff9933;
}

.edit	{
	font-family:arial, sans-serif;
	font-size:8pt;
	font-weight:bold;
	color:green;
	text-align:right;
	width:50px;
}

.delete	{
	font-family:arial, sans-serif;
	font-size:8pt;
	font-weight:bold;
	color:red;
	text-align:right;
	width:50px;
}

.inputfield {
	font-family:arial, sans-serif;
	font-size:8pt;
	width:330px;
	font-weight:normal;
	color:#333333;
}

.textarea {
	font-family:arial, sans-serif;
	font-size:8pt;
	width:330px;
	height:100px;
	font-weight:normal;
	color:#333333;
}