body {
	background-image: url(../grafiken/hintergrund.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td {

	font-size: 12px;
	color: #566F70;
}
.balkenblau {

	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
/* Links grauer Balken */
a.balkengrau {

	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3D4F50;
	text-decoration: none;
}
a.balkengrau:hover {

	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #E4201B;
	text-decoration: none;

}
/* Links Menu */
a.menu {

	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3D4F50;
	text-decoration: none;
}
a.menu:hover {

	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #E4201B;
	text-decoration: none;

}
.ueberschrift1 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #E4201B;
}
.formfeld {

	font-size: 12px;
	color: #566F70;
        bgcolor: #D2DCDD;
}
.formbutton {

	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
        bgcolor: #216DAB;
}
.editmode {

	font-size: 10px;
	font-weight: bold;
	color: #FF9900;
}
.klein {

	font-size: 10px;
	color: #566F70;
}



