
body
{
	margin: 5px 0 5px 0;
	text-align: left;
	font-size: 12px;
	font-family: Verdana;
	background-color: #ffd9bf;
	color: #808080;
}
.utitel12
{
	font-size: 12px;
}
.utitel14
{
	font-size: 14px;
}
.utitel16
{
	font-size: 16px;
}
.utitel18
{
	font-size: 18px;
}

.page
{
	width: 98%;
	margin: 5px auto 0px auto;
	border: 1px none #496077;
	text-align: left;
}

.HG_HellGrau
{
	background-color: #ECF2F9;
}

.HG_Menue_Orange
{
	background-color: #FBBF26;
}

.HG_Inhalt_Orange
{
	background-color: #FDC06F;
}

.watermark
{
	color: #C0C0C0;
}

.button
{
	background-color: #FF9248;
	width: 130px;
}

.links
{
	text-align: left;
}

.center
{
	text-align: center;
}

	    	
.zentriert
{
	text-align: center;
}

.NWU
{
	font-family:Arial Narrow;
	font-size:12px;
	width:40px;
	text-align:right;
	color:Black;
}

.NWA
{
	font-family:Arial Narrow;
	font-size:12px;
	width:40px;
	text-align:right;
	color:Black;
}

.PA
{
	font-family:Arial Narrow;
	font-size:12px;
	width:30px;
	text-align:right;
	color:Black;
	background-color:LightGreen;
	text-align:center;
}


/*AutoComplete flyout */

.completeListStyle{
        height : 400px;
        width: 400px;
    overflow : auto;
}
    

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit; /*white;*/
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
    z-index:999;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window; /*white;*/
	color : windowtext;
	padding : 1px;
}

.StaticMenuHeader td a
{
    display:block;
    width:100%;
    color:Blue;
}


DIV.clsEingabe
{
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
   border-style:ridge;
   border-width:1px;	
}

DIV.clsEingabeCenter
{
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
   border-style:ridge;
   border-width:1px;
   text-align:center;	
}

SPAN.clsEingabeCheckBox
{
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
}

SPAN.clsEingabeChecked
{
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Red;
}

SPAN.clsEingabeNoneChecked
{
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
}

SELECT.clsEingabe /* Eingabe Felder */
{
   width:100%;
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
   border-style:ridge;
   border-width:1px;	
}

.clsHidden
{
	visibility: hidden; 
	display: none;
}

.clsRechts
{
	text-align: right;
}



TR.clsTableItem
{
	font-weight: normal;
	font-size: 14px;
/*	color: #000099;*/
	color: black;
	font-family: Arial;
	background-color: silver; /* dunkel */
	height:14px;
}

TR.clsTableAlternateItem
{
	font-weight: normal;
	font-size: 14px;
/*	color: #000099;*/
	color: black;
	font-family: Arial;
	height: 14px;
	background-color: gainsboro; /* hell */
}

