body,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.titel {
	font-weight: bold;
}
.titelbig {
	font-weight: bold;
	font-size: 14px;

}a {
	color: #009933;
}
a:link {
	color: #009933;
}
a:visited {
	color: #009933;
}
.smallblack {
	font-size: 10px;
}
.small {
	font-size: 10px;
	color: #009933;
}
.ohne {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/* Formular */
.ff {
	border: 1px solid #999999;
	width: 180px;
	height: 20px;
	margin: 0 10px 0 0;
}

.ff_error {
	border: 1px solid red;
	width: 180px;
	height: 20px;
	margin: 0 10px 0 0;
}

.error {
	color: red;
	font-weight: normal;
	padding: 5px;
}
