.Formular {
background-color: #677780;
color: #ffffff;
height: 22px;
font-size: 100%;
font-family: tahoma;
/*
	border-top: 1px solid #fee9bd;
	border-left: 1px solid #fee9bd;
	border-bottom: 1px solid #c5c7c8;
	border-right: 1px solid #c5c7c8;
*/
border: 1px dotted #000000;
padding: 2px 3px 2px 3px;
margin: 0px 0px 5px 0px; }

.B175 {width: 175px;}
.B350 {width: 350px;}
.B350H100 {width: 350px; height: 100px;}

/* als Fehlerbeschreibung der Formulare */
.errorField { border: 1px dotted #d9aa54; }
.errorLabel { color: #d9aa54; }
/* als Fehlerbeschreibung der Formulare */

.Formbutton {
background-color: #677780;
color: #ffffff;
font-weight: bold;
font-size: 100%;
height: 33px;
margin: 10px 0px 22px 1px;
padding: 0px 5px 0px 5px;
font-family: tahoma;
/*	
	border-top: 1px solid #fff9eb;
	border-left: 1px solid #fff9eb;
	border-bottom: 1px solid #c5c7c8;
	border-right: 1px solid #c5c7c8;
*/
border: 1px dotted #ffffff; }



/* Style Form Fehlerhinweis */
.Form_False {
margin: 20px 0px 0px 0px;
padding: 10px 5px 10px 5px;
width: 342px;
text-align: center;
border: 1px dotted #000000; }

.False_BoldColor { color: #ffffff; }
.False_NormalColor { color: #ffffff; }
.False_BackgroundColor { background-color: #d9aa54; }



/* Style Form Korrekthinweis */
.Form_OK {
margin: 20px 0px 0px 0px;
padding: 10px 5px 10px 5px;
width: 342px;
text-align: center;
border: 1px dotted #000000; }

.OK_BoldColor  { color: #ffffff; }
.OK_NormalColor { color: #ffffff; }
.OK_BackgroundColor { background-color: #677780; }




