﻿/* ----- Seiten : Hintergrund - Rahmen? -----*/

.PageBODY {

	background-color: #ffffff;

	border : none;

	font-family : sans-serif, arial, helvetica, verdana ;

	font-size: 9pt;

}





/*----------- Menu--------- */

.MenuTD {

	COLOR: #333333;

	BACKGROUND-COLOR: #EAEAEA;

}

.MenuFONT {

	font-size: 12px;

	color: #333333;

	font-weight : bold;

}



/* Tabellen:  Hintergurndfarbe*/

.FormTABLE {

	background-color: #FFFFFF;

}



/*---- Formular Kopf - Überschrift ---------------*/



.FormHeaderTD {

	COLOR: #333333;

	BACKGROUND-COLOR: #EAEAEA;

	text-align: left;

}



.FormHeaderFONT {

	font-size: 12px;

	color: #333333;

	font-weight: bold

}

/*--------- Spalten - Beschriftung*/

.ColumnTD {

	background-color: #F8F8F8;

	color: #333333;

	border: none #333333 1

}

.ColumnFONT {

	font-size: 9pt;

	color: #333333;

	font-weight: bold

}





/*---------Felder -Beschriftung */



.FieldCaptionTD {

	background-color: #ffffff;

	color: #333333;

	border: none 1 #333333;

	background : transparent;

}

.FieldCaptionFONT {

	font-size: 9pt;

	color: #333333;

}



/*----------- Daten - Werte --------- */

.DataTD {

	background-color: #F8F8F8;

	color: #333333;

}

.DataFONT {

	font-size: 9pt;

	color: #333333;

}





/* spezielle Elemente:  Schaltflächen(submit), Eingabefelder(input), Auswahllisten(select) */





/*  ----------- Schaltfläche --------------*/

.SubmitButton{

	font-size: 12px;

	color: #333333;

	background-color: #EAEAEA;

	font: bold;

}



/* ---------Eingabefeld einzeilig: Input ----------*/

.InputField {

	font-size:12px;

	color: #333333;

	font-family : sans-serif, arial, helvetica, verdana ;

	background-color : #FFFFFF;

}



/* ---------Auswahllisten ----------*/

.SelectBox {

	font-size:9pt;

	color: #333333;

	font-family : sans-serif, arial, helvetica, verdana ;

	background-color : #ffffff;

}

/* ---------Eingabefeld mehrzeilig:  ----------*/

.Textarea {

	font-size:12px;

	color: #333333;

	font-family : sans-serif, arial, helvetica, verdana ;

	background : #ffffff;

}



.RecordSeparatorTD {}




