/* ----- Seiten : Hintergrund - Rahmen? -----*/
.PageBODY {
	background-color: #ffffff;
	border : none Yellow 1px ;
	font-family : sans-serif,arial,helvetica,verdana;
	font-size : 12px;
}


/*----------- Menu--------- */
.MenuTD {
	COLOR: #ffffff;
	BACKGROUND-COLOR: #1E6FBC;
}
.MenuFONT {
	font-size: 12px;
	color: #ffffff;
	font-weight : bold;
}

/* Tabellen:  Hintergurndfarbe*/
.FormTABLE {
	background-color: #ffffff;
}

/*---- Formular Kopf - Überschrift ---------------*/

.FormHeaderTD {
	COLOR: #ffffff;
	BACKGROUND-COLOR: #1E6FBC;
	text-align: left;
}

.FormHeaderFONT {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold
}
/*--------- Spalten - Beschriftung*/
.ColumnTD {
	background-color: #E4EFFF;
	color: #000000;
	border: none #ffffff 1
}
.ColumnFONT {
	font-size: 12px;
	color: #000000;
	font-weight: bold
}


/*---------Felder -Beschriftung */

.FieldCaptionTD {
	background-color: #ffffff;
	color: #000000;
	border: none 1 #FFFFFF;
	background : transparent;
}
.FieldCaptionFONT {
	font-size: 12px;
	color: #000000;
}

/*----------- Daten - Werte --------- */
.DataTD {
	background-color: #DFE0E3;
	color: #000000;
}
.DataFONT {
	font-size: 12px;
	color: #000000;
}


/* spezielle Elemente:  Schaltflächen(submit), Eingabefelder(input), Auswahllisten(select) */ 


/*  ----------- Schaltfläche --------------*/
.SubmitButton{
	font-size: 12px;
	color: #FFFFFF;
	background-color: #1E6FBC;
	font: bold;
}

/* ---------Eingabefeld einzeilig: Input ----------*/
.InputField {
	font-size:13px;
	color: #000000;
	font-family : sans-serif,arial,helvetica,verdana;
	background-color : #ffffff;
}

/* ---------Auswahllisten ----------*/
.SelectBox {
	font-size:12px;
	color: #000000;
	font-family : sans-serif,arial,helvetica,verdana;
	background-color : #ffffff;
}
/* ---------Eingabefeld mehrzeilig:  ----------*/
.Textarea {
	font-size:12px;
	color: #000000;
	font-family : sans-serif,arial,helvetica,verdana;
	background : #ffffff;
}

.RecordSeparatorTD {}


