*
{
	font-size: 8pt;
	color: #000000;
	font-family: "Verdana", "Arial", "Sans-Serif";
}

form
{
	margin: 0;
	padding: 0;
}
.ok, .nok
{
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.ok
{
	color: #00AA00;
}
.nok
{
	color: #AA0000;
}
.wechselJahr
{
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}
.wechselMonat
{
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
}
.terminEdit
{
	border: 1px solid #A0A0A0;
	padding: 10px;
	margin-bottom: 10px;
}
.terminEdit .title
{
	font-weight: bold;
	font-size: 11pt;
	color: #991E30;
	border-bottom: 1px solid #A0A0A0;
	margin-bottom: 10px;
}
.terminEdit input, .terminEdit textarea
{
	border: 1px solid #A0A0A0;
}
.terminEdit b
{
	display: block;
}
.terminEdit .controling
{
	text-align: right;
}
.terminEdit .controling input
{
	color: #FFFFFF;
	background-color: #991E30;
	margin-left: 2px;
	margin-right: 2px;
}

