/* ----- Seiten : Hintergrund - Rahmen? -----*/
.PageBODY {
	background-color: #ffffff;
	border : none Yellow 1px ;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}


/*----------- Menu--------- */
.MenuTD {
	COLOR: #000000;
	BACKGROUND-COLOR: red;

}
.MenuFONT {
	font-size: 9pt;
	color: #ffffff;
	font-weight : bold;
}

/* Tabellen:  Hintergurndfarbe*/
.FormTABLE {
	background-color: #ffffff;
}

/*---- Formular Kopf - Überschrift ---------------*/

.FormHeaderTD {
	COLOR: #ffffff;
	BACKGROUND-COLOR: #77B577;
	text-align: center;
}

.FormHeaderFONT {
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold
}
/*--------- Spalten - Beschriftung*/
.ColumnTD {
	background-color: #E8C4A4;
	color: #333333;
	border: none #ffffff 1
}
.ColumnFONT {
	font-size: 9pt;
	color: #333333;
	font-weight: bold
}


/*---------Felder -Beschriftung */

.FieldCaptionTD {
	background-color: #E8C4A4;
	color: #333333;
	border: none 1 #ffffff#22B547;
	background : transparent;
}
.FieldCaptionFONT {
	font-size: 9pt;
	color: #333333;
}

/*----------- Daten - Werte --------- */
.DataTD {
	background-color: #C6DFC6;
	color: #333333;
}
.DataFONT {
	font-size: 9pt;
	color: #333333;
}


/* spezielle Elemente:  Schaltflächen(submit), Eingabefelder(input), Auswahllisten(select) */ 


/*  ----------- Schaltfläche --------------*/
.SubmitButton{
	font-size: 9pt;
	color: #000000;
	background-color : #C6DFC6;
	font : normal;
}

/* ---------Eingabefeld einzeilig: Input ----------*/
.InputField {
	font-size:9pt;
	color: #333333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : #ffffff;
}

/* ---------Auswahllisten ----------*/
.SelectBox {
	font-size:9pt;
	color: #333333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : #ffffff;
}
/* ---------Eingabefeld mehrzeilig:  ----------*/
.Textarea {
	font-size:9pt;
	color: #333333;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background : #ffffff;
}

.RecordSeparatorTD {}

