/* Standardmäßiges CSS-Stylesheet für ein neues Webanwendungsprojekt */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial;
	FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM:  none;
    WORD-SPACING: normal;
    margin: 0;
}

/*
input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
}*/

.Button 
{
  	font-family:Arial;
	font-size: 12px;
    height: 24px;
}

.CheckBox
{
    height: 24px;  /*height of the checkbox image*/
    vertical-align: middle;

}

.CheckBoxLabel
{
    vertical-align: text-top;
  	font-family:Arial;
	font-size: 12px;
    border: 1px;
    border-color: black;
    height: 14px;
    width: 14px;
}

.DropDownList 
{
    border-width: thin;
	background: white;
	color: Black;
	font-family:Arial;
	font-size: 12px;
    height: 20px;
    list-style: armenian;
}

.DropDownListPflicht
{
    border-width: thin;
	background: gainsboro;
	color: Black;
	font-family:Arial;
	font-size: 12px;
    height: 20px;
    list-style: armenian;
}

Table.Kopf
{
	background-color:#d4d0c8;   /* 212/208/200 */
	border: none;
	padding:none;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
}

Table.Auswahl
{
	border-right: medium none;
	border-top: medium none;
	margin: 0px;
	border-left: medium none;
	border-bottom: medium none;
	padding-right: 10px;
	padding-bottom: 2px;
	position: absolute;
}

Table.WWTBL
{
	border: none;
	padding-right: 15px;
	padding-bottom: 2px;
	/*vertical-align: baseline; */
}

A:link	{	
	text-decoration:	none;
	color:	black; /* #3333cc; */
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	black; /* #333399; */
	}	
		
A:active	{	
	text-decoration:	none;
	color:	black;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	black;
	}
	

/*IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	} */

.Ueberschrift
{
	background: #d4d0c8;
	color: #213e67;
	font-family:Arial;
	font-size: 14px;
	text-align:center; 
	font-weight: bold;
}	

.Textbox 
{
    border-width: thin;
	background: white;
	color: Black;
	font-family:Arial;
	font-size: 12px;
    height: 20px;
    
}	

.Pflicht
{
    border-width: thin;
	font-size: 12px;
	background: gainsboro;
	color: black;
	font-family: Arial;
    height: 20px;
}	


.Listbox 
{
	background: white;
	color: Black;
	font-family: Courier New;
	font-size: 12px;
    height: 20px;
}	
	
.Labels 
{
	color: Black;
	font-family:Arial;
	font-size: 11px;
    text-align:left;
    vertical-align: middle;
}	

.LabelsBold 
{
	color: Black;
	font-family:Arial;
	font-size: 11px;
    text-align:left;
    vertical-align: middle;
	font-weight: bold;
}	

.LabelsDeaktiv
{
	font-size: 11px;
	background: white;
	color: dimgray;
	font-family: Arial;
}	

.LabelH1
{
	background: control;
	color: #213e67;		/* Gemdat Blau */
	font-family:Arial;
	font-size: 12px;
	font-weight: bold;
}	

.LabelDialogHeader
{
	background: control;
	color: #213e67;		/* Gemdat Blau */
	font-family:Arial;
	font-size: 14px;
	font-weight: bold;
}	

.Warnings 
{
	background: white;
	color: Red;
	font-family: Arial;
	font-style: italic;
	font-weight: bold; 
	font-size:  small;
}	
.clsLoginHeader
{
	background: #d4d0c8;
}	

.FrameHeader 
{
	background: #d4d0c8;
	color: #213e67;
	font-family:Arial;
	font-size: 14px;
	text-align:center; 
	font-weight: bold;
}	
.FrameLinksRechts
{
	background: #ff9933;
}	

.FrameFooter
{
	background: #d4d0c8;
	font-family: Arial;
	font-size: 10px;
	padding-bottom: 0px;
	padding-left: 2px;
}	

/*-------------- Folgende Element u. Klassen betreffen das DataGrid --------------*/
.DGrStyle		{
	font: Arial;
	font-size: 10pt;
	border: none;
	}

/* Klassen für Datagrids: */
/* Header  */

.DGrHeaderStyle
{
	border-right: medium none;
	border-top: medium none;
	font-weight: Bold;
	font-size: 9pt;
	border-left: medium none;
	color: white;
	border-bottom: medium none;
	background-color: #213e67;
	height: 20px;
}

/* Selektierte Zeilen */
.DGrSelectedStyle
{
	font-size: 9pt;
	background:	#afafaf;	/*dimgray;*/
	color: white;
	font-family: Arial;
	height: 20px;
}

/* normale Zeile */
.DGrItemStyle
{
	font-family: Arial;
	font-size: 9pt;
	background: #FFFFFF;
	height: 20px;
}

/* jede 2. normale Zeile */
.DGrAlternating
{
	font-family: Arial;
	font-size: 9pt;
	background: #efefef;           /*   #dedede; */
	height: 20px;
}

/* Pager-Stil */
.dgrPager
{
	font-family: Arial;
	font-size: 12pt;
	background: White;
	color:Black;
	border:none;
}

IMG.dgrPager
{
	border:  none;
	font-family: Arial;
	color: black;
	font-size: 12pt;
	background: white;
}

.Hilfe
{
    BACKGROUND: #d4d0c8;
    CURSOR:  Hand;
    FONT-FAMILY: 'arial';
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    color:black;
    HEIGHT: 11px;
	border:none;
    TEXT-DECORATION: none;
    WIDTH: 100%
}
