﻿/* ----- Seiten : Hintergrund - Rahmen? -----*/
.PageBODY {
	background-color: #ffffff;
	border : none;
	font-family : arial,sans-serif,helvetica,verdana;
	font-size : 11pt;
	letter-spacing: 1px;
}


/*----------- Menu--------- */
.MenuTD {
	color: #666666;	
	background-color: #BAC5D3;}
	
.MenuFONT {
	font-size: 11pt;
	color: #666666;
	font-weight : normal;
}

/* Tabellen:  Hintergurndfarbe*/
.FormTABLE {
	background-color: #ffffff;
}

/*---- Formular Kopf - Überschrift ---------------*/

.FormHeaderTD {
	color: #666666;
	background-image: url(http://www.cloudig.de/images/BG_MENUE_SHOP.gif);
	background-repeat: repeat-x;
	text-align: left;
}

.FormHeaderFONT {
	font-size: 11pt;
	color: #89B5DD;
	font-weight: bold;
}
/*--------- Spalten - Beschriftung*/
.ColumnTD {
	background-color: #89B5DD;
	color: #ffffff;
	border: none;
}
.ColumnFONT {
	font-size: 11pt;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
}


/*---------Felder -Beschriftung */

.FieldCaptionTD {
	border: none;
	background: #f2f3f4;
}
.FieldCaptionFONT {
	font-family: arial,sans-serif,helvetica,verdana;
	letter-spacing: 0px; 
	font-weight: normal;
	font-size: 11pt;
	color: #666666;
	text-decoration: none;
}
.FieldCaptionFONT:link {
	color: #89B5DD;
	text-decoration: none;
	font-size: 11pt;
}
.FieldCaptionFONT:hover {
	color: #89B5DD;
	text-decoration: underline;
	font-size: 11pt;
}
.FieldCaptionFONT:active {
	color: #89B5DD;
	text-decoration: underline;
	font-size: 11pt;
}
.FieldCaptionFONT:visited {
	color: #89B5DD;
	text-decoration: none;
	font-size: 11pt;
}

/*----------- Daten - Werte --------- */
.DataTD {
	background-color: #E8EEF4;
	color: #666666;
}
.DataFONT {
	font-family: arial,sans-serif,helvetica,verdana;
	letter-spacing: 0px; 
	font-weight: normal;
	font-size: 11pt;
	color: #666666;
}


/* spezielle Elemente:  Schaltflächen(submit), Eingabefelder(input), Auswahllisten(select) */ 


/*  ----------- Schaltfläche --------------*/
.SubmitButton{
	font-size: 11pt;
	color: #FFFFFF;
	background-color : #89B5DD;
	font: bold;
	border: none;
	letter-spacing: 0px; 
}

/* ---------Eingabefeld einzeilig: Input ----------*/
.InputField {
	font-size:11pt;
	color: #666666;
	font-family : arial,sans-serif,helvetica,verdana;
	background-color : #ffffff;
}

/* ---------Auswahllisten ----------*/
.SelectBox {
	font-size:11pt;
	color: #000000;
	font-family : arial,sans-serif,helvetica,verdana;
	background-color : #ffffff;
}
/* ---------Eingabefeld mehrzeilig:  ----------*/
.Textarea {
	font-size:11pt;
	color: #666666;
	font-family : arial,sans-serif,helvetica,verdana;
	background : #ffffff;
}

.RecordSeparatorTD {}


