﻿
DIV.clsEinstellungen
{
	border-style:solid;
	border-width:thin;
    border-color:antiquewhite;  /* lightsalmon; */
    background-color:antiquewhite;  /* lightsalmon; */
}

DIV.clsHilfe
{
	border-style:solid;
	border-width:thin;
    border-color:yellow;  /* lightsalmon; */
    background-color:yellow;  /* lightsalmon; */
    padding: 3px;
    position:absolute;
    width: 400px;
    right: 4px;
    top:22px;
    text-align:left;
    max-height: 200px;
    overflow: auto;
}

DIV
{
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
	color:Blue;
}

DIV.clsDivSchwarz
{
	font-family:Arial;
	font-weight:normal;
	color:Black;
	font-size:14px;
}

DIV.clsEingabe
{
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
   background-color:White;
   border-style:ridge;
   border-width:1px;	
}

DIV.clsEingabeCenter
{
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
   background-color:White;
   border-style:ridge;
   border-width:1px;
   text-align:center;	
}

DIV.clsButton /* normaler Button */
{
   font-family:Arial;
   font-size:12px;
   font-weight:normal;
   color:White;	 
   background-color:LightSeaGreen;
   text-align:center;
   width:120px;
   height:18px;
   text-decoration:none;
}

DIV.clsButtonBenutzt /* normaler Button Funktion nicht benutzt*/
{
   font-family:Arial;
   font-size:12px;
   font-weight:normal;
   color:White;	 
   background-color:yellowgreen;
   text-align:center;
   width:120px;
   height:18px;
   text-decoration:none;
}

.clsTitel /* Fenster überschrift */
{
	font-family:Arial;
	font-size:16px;
	font-weight:600;
	color:#ccccff; 
	text-align:center;
	vertical-align:sub;
	/*background-color:Navy;*/
}

DIV.clsCaption  /* Fenster überschrift */
{
	font-family:Arial;
	font-size:16px;
	font-weight:600;
	color:#ccccff; 
	background-color:Navy;
	width:100%;
	height:18px;
	border-style:outset;
	border-width:2px;
	border-color:Blue;
	text-align:center;
	position:static; 
	vertical-align:sub;
	top:0px;
	left:0px;
	/*background-color:Navy;*/
}

DIV.clsTitelrahmen  /* Fenster überschrift */
{
	font-family:Arial;
	font-size:16px;
	font-weight:600;
	color:#ccccff; 
	background-color:Navy;
	height:18px;
	border-style:outset;
	border-width:2px;
	border-color:Blue;
	text-align:center;
	position:static; 
	vertical-align:sub;
	top:0px;
	left:0px;
	/*background-color:Navy;*/
}

DIV.clsCaptionEinst  /* Fenster überschrift */
{
	font-family:Arial;
	font-size:16px;
	font-weight:600;
	color:#ccccff; 
	background-color:Navy;
	height:18px;
	text-align:center;
	position:static; 
	vertical-align:sub;
	top:0px;
	left:0px;
	/*background-color:Navy;*/
}

DIV.clsCaption2  /* Fenster überschrift */
{
	font-family:Arial;
	font-size:16px;
	font-weight:600;
	color:#ccccff; 
	background-color:Navy;
	width:100%;
	height:22px;
	border-style:outset;
	border-width:2px;
	border-color:Blue;
	/*text-align:center;*/
	position:static; 
	vertical-align:sub;
	top:0px;
	left:0px;
	/*background-color:Navy;*/
}

DIV.clsLagerSpeiseplanOK
{
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
	color: white; 
	background-color:green; 
	width:30px;
}

DIV.clsLagerSpeiseplanFehler
{
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
	color: black; 
	background-color:red; 
	width:30px;
}


SPAN.clsMeldungFehler
{
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Red;
   background-color:Transparent;
}

SPAN.clsMeldungFehlerAufruf
{
   font-family:Arial;
   font-size:28px;
   font-weight:bold;
   color:Red;
   background-color:Transparent;
}


SPAN.clsMeldung
{
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Green;
   background-color:Transparent;
}

SPAN.clsEingabeCheckBox
{
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
}

SPAN.clsEingabe
{
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
   background-color:White;
}

SPAN.clsEingabeChecked
{
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Red;
   background-color:White;
}

SPAN.clsEingabeNoneChecked
{
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
   background-color:White;
}

SPAN.clsEingabeCenter
{
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
   background-color:White;
   text-align:center;
}

INPUT.clsMeldungFehler
{
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Red;
   border-width:1px;	
   border-style:ridge;
   background-color:Transparent;
}

INPUT.clsMeldung
{
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Green;
   border-width:1px;	
   border-style:ridge;
   background-color:Transparent;
}

A.clsAusgabe
{
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
}

SPAN.clsAusgabe
{
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
/*   color:Blue; */
   background-color:Transparent;
}

SPAN.clsDate
{
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
/*   color:Blue; */
   background-color:Transparent;
}

SPAN.clsDateReadOnly
{
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
/*   color:Blue; */
   background-color:Transparent;
}

SPAN.clsAusgabeFehler
{
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
/*   color:Blue; */
   background-color:Orange;
}

SPAN.clsEingabeFehler
{
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
/*   color:Blue; */
   background-color:Orange;
}

SPAN.clsEingabeCenterFehler
{
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
/*   color:Blue; */
   background-color:Orange;
   text-align:center;
}

body
{
	font-family:Arial;
	font-size:x-small;
	font-weight:normal;
	background-color:#ccccff;
}

TD.clsAusgabe
{
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
/*   color:Blue; */
   background-color:Transparent;
}

TD.clsEinstellungen
{
	border-style:solid;
	border-width:thin;
    border-color:antiquewhite;  /* lightsalmon; */
    background-color:antiquewhite;  /* lightsalmon; */
    width:150px;
}

TD.clsHilfe
{
	border-style:solid;
	border-width:thin;
    border-color:yellow;  /* lightsalmon; */
    background-color:yellow;  /* lightsalmon; */
    width:150px;
}

a:link
{
	color:Blue;	
}

a:visited
{
	color:Blue;
}

a:hover
{
	color:Green;
}

a:active
{
	color:Lime;
}

A.clsButton
{
   font-family:Arial;
   font-size:12px;
   font-weight:normal;
   color:White;	 
   background-color:LightSeaGreen;
   text-align:center;
   width:120px;
   height:18px;
   text-decoration:none;
   display:block;
}

A.clsButtonBenutzt
{
   font-family:Arial;
   font-size:12px;
   font-weight:normal;
   color:White;	 
   background-color:yellowgreen;
   text-align:center;
   width:120px;
   height:18px;
   text-decoration:none;
   display:block;
}

.clsCaption  /* Fenster überschrift */
{
	font-family:Arial;
	font-size:16px;
	font-weight:600;
	color:#ccccff; 
	background-color:Navy;
	height:18px;
	border-style:outset;
	border-width:2px;
	border-color:Blue;
	text-align:center;
	position:static; 
	vertical-align:sub;
	top:0px;
	left:0px;

	
	/*background-color:Navy;*/
}

INPUT
{
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;	 
   border-style:ridge;
   border-width:1px;	
}

INPUT.clsDate /* Eingabe Datum */
{
   width:90px;
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
   border-style:ridge;
   border-width:1px;	
   text-align:center;   
}

INPUT.clsDateReadOnly /* Eingabe Datum */
{
   width:90px;
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
   border-style:ridge;
   border-width:1px;	
   text-align:center;   
   background-color:Transparent;
}

INPUT.clsDateTime /* Eingabe Datum+Uhrzeit */
{
   width:140px;
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
   border-style:ridge;
   border-width:1px;	
   text-align:center;   
}

INPUT.clsWeekDay /* Eingabe Felder */
{
   width:40px;
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
   border-width:1px;	
   border-style:ridge;
   background-color:Transparent;
   text-align:center;   
}

INPUT.clsWeekDayNumber /* Eingabe Felder */
{
   width:80px;
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
   border-width:1px;	
   border-style:ridge;
   background-color:Transparent;
   text-align:center;   
}

INPUT.clsDateDiff /* Eingabe Felder */
{
   width:40px;
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
   border-width:1px;	
   border-style:ridge;
   background-color:Transparent;
   text-align:center;   
}

INPUT.clsCalendarButton /* Kalender-Button */
{
   font-family:Arial;
   font-size:12px;
   font-weight:normal;
   color:White;	 
   background-color:LightSeaGreen;
   border-style:none;
   border-width:0px;
   width:30px;
}

INPUT.clsCalendarPrevNext /* Kalender-Button */
{
   font-family:Arial;
   font-size:12px;
   font-weight:normal;
   color:White;	 
   background-color:LightSeaGreen;
   border-style:none;
   border-width:0px;
   width:20px;
   padding: 0px;
}

SELECT.clsEingabe /* Eingabe Felder */
{
   width:100%;
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
   border-style:ridge;
   border-width:1px;	
}

SELECT.clsEingabeCenter /* Eingabe Felder */
{
   width:100%;
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
   border-style:ridge;
   border-width:1px;
   text-align:center;	
}

SELECT.clsEingabeCenterFehler /* Eingabe Felder */
{
   width:100%;
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
   border-style:ridge;
   border-width:1px;	
   background-color:Orange;
   text-align:center;
}

SELECT.clsEingabeFehler /* Eingabe Felder */
{
   width:100%;
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
   border-style:ridge;
   border-width:1px;	
   background-color:Orange;
}

TEXTAREA.clsEingabe /* Eingabe Felder */
{
   width:100%;
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
   border-style:ridge;
   border-width:1px;	
}

TEXTAREA.clsEingabeFehler /* Eingabe Felder */
{
   width:100%;
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
   border-style:ridge;
   background-color:Orange;
   border-width:1px;	
}

TEXTAREA.clsEingabeCenter /* Eingabe Felder */
{
   width:100%;
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
   border-style:ridge;
   border-width:1px;	
   text-align:center;
}

TEXTAREA.clsEingabeCenterFehler /* Eingabe Felder */
{
   width:100%;
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
   border-style:ridge;
   background-color:Orange;
   border-width:1px;	
   text-align:center;
}

INPUT.clsEingabe /* Eingabe Felder */
{
   width:100%;
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
   border-style:ridge;
   border-width:1px;	
}

INPUT.clsEingabeCenter /* Eingabe Felder */
{
   width:100%;
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
   border-style:ridge;
   border-width:1px;	
   text-align:center;
}

INPUT.clsEingabeRechts /* Eingabe Felder */
{
   width:100%;
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
   border-style:ridge;
   border-width:1px;	
   text-align:right;   
}

INPUT.clsEingabeFehler /* Eingabe Felder */
{
   width:100%;
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
   border-style:ridge;
   border-width:1px;	
   background-color:orange;
}

INPUT.clsEingabeCenterFehler /* Eingabe Felder */
{
   width:100%;
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
   border-style:ridge;
   border-width:1px;	
   background-color:orange;
   text-align:center;
}

INPUT.clsLogin /* Eingabe Felder für die Login-Maske */
{
   width:100%;
   font-family:Arial;
   font-size:14px;
   font-weight:200;
   color:Navy;
   border-style:ridge;
   border-width:2px;	
   border-color:#FFC080;
   background-color:#FFC080;
}

INPUT.clsAusgabe /* Ausgabe Felder */
{
   width:100%;
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
   border-width:0px;	
   border-style:ridge;
   background-color:Transparent;
}

INPUT.clsAusgabeCenter /* Ausgabe Felder */
{
   width:100%;
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
   border-width:1px;	
   border-style:ridge;
   background-color:Transparent;
   text-align:center;
}

INPUT.clsAusgabeFehler /* Ausgabe Felder */
{
   width:100%;
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
   border-width:1px;	
   border-style:ridge;
   background-color:orange;
}

BUTTON.clsButton /* normaler Button */
{
   font-family:Arial;
   font-size:12px;
   font-weight:normal;
   color:White;	 
   background-color:LightSeaGreen;
   border-style:none;
   border-width:0px;
   width:100%;
}

BUTTON.clsButtonBenutzt /* normaler Button */
{
   font-family:Arial;
   font-size:12px;
   font-weight:normal;
   color:White;	 
   background-color:yellowgreen;
   border-style:none;
   border-width:0px;
   width:100%;
}

INPUT.clsButton /* normaler Button */
{
   font-family:Arial;
   font-size:12px;
   font-weight:normal;
   color:White;	 
   background-color:LightSeaGreen;
   border-style:none;
   border-width:0px;
   width:100%;
   min-height:18px;
}

INPUT.clsButtonGross 
{
   font-family:Arial;
   font-size:12px;
   font-weight:normal;
   color:White;	 
   background-color:LightSeaGreen;
   border-style:none;
   border-width:0px;
   width:200px;
   height:30px;
}

.clsButtonGrossDim 
{
   width:200px !important;
   height:30px !important;
}

INPUT.clsButtonBenutzt /* normaler Button */
{
   font-family:Arial;
   font-size:12px;
   font-weight:normal;
   color:White;	 
   background-color:yellowgreen;
   border-style:none;
   border-width:0px;
   width:100%;
   min-height:18px;
}

INPUT.clsEditButton /* Bearbeiten Button */
{
   font-family:Arial;
   font-size:12px;
   font-weight:normal;
   color:White;	 
   background-color:Orange;
   border-style:none;
   border-width:0px;
   width:100%;
   min-height:18px;
}

INPUT.clsBackButton /* Zurück Button */
{
   font-family:Arial;
   font-size:12px;
   font-weight:normal;
   color:White;	 
   background-color:DeepSkyBlue;
   border-style:none;
   border-width:0px;
   width:100%;
   min-height:18px;
}

INPUT.clsCancelButton /* Abbrechen Button */
{
   font-family:Arial;
   font-size:12px;
   font-weight:normal;
   color:White;	 
   background-color:gold;
   border-style:none;
   border-width:0px;
   width:100%;
   min-height:18px;
   /* background-color:DeepSkyBlue; */
}

INPUT.clsSaveButton /* Save-Button */
{
   font-family:Arial;
   font-size:12px;
   font-weight:normal;
   color:White;	 
   border-style:none;
   border-width:0px;
   background-color:Orange; 
   width:100%;
   min-height:18px;
}

INPUT.clsDelButton /* Delete-Button */
{
   font-family:Arial;
   font-size:12px;
   font-weight:normal;
   color:White;	 
   background-color:Navy;
   border-style:none;
   border-width:0px;
  /* background-image:url(Images/TRASH.jpg);
   background-repeat:no-repeat; */
   background-color:Red;
   width:100%;
   min-height:18px;
}

INPUT.clsNewButton /* New-Button */
{
   font-family:Arial;
   font-size:12px;
   font-weight:normal;
   color:White;	 
   background-color:Navy;
   border-style:none;
   border-width:0px;
   background-color:LightSeaGreen;
   width:100%;
   min-height:18px;
	/*height: 21px;*/
}

INPUT.clsFindButton /* Listanzeige-Button */
{
   font-family:Arial;
   font-size:12px;
   font-weight:normal;
   color:White;	 
   background-color:Navy;
   border-style:none;
   border-width:0px;
   background-color:LightSeaGreen;
   width:100%;
   min-height:18px;
}

.clsButtonDeaktiviert
{
	background-color: Gray !important;
	color: Black !important;
	cursor:wait !important;
}

TEXTAREA
{
   font-family:Arial;
   font-size:12px;
   font-weight:normal;
   color:Black;	
}

TABLE
{
	font-weight: normal;
	font-size: small;
	font-family: Arial;
    border-style:none;
}

TABLE.clsTableSchwarz
{
	font-weight: normal;
	font-size: small;
	font-family: Arial;
	color: black;
}


TABLE.clsEinstellungen
{
	font-weight: normal;
	font-size: small;
	font-family: Arial;
    
    border-style:solid;
	border-width:thin;
    border-color:antiquewhite;  /* lightsalmon; */
    background-color:antiquewhite;  /* lightsalmon; */
}

TABLE.clsHilfe
{
	font-weight: normal;
	font-size: small;
	font-family: Arial;
    
    border-style:solid;
	border-width:thin;
    border-color:yellow;  /* lightsalmon; */
    background-color:yellow;  /* lightsalmon; */
}

TABLE.clsKunde
{
	font-weight: normal;
	font-size: small;
	font-family: Arial;
    /*border-style:none;*/
}

TABLE.clsEingabe /* Eingabe Felder */
{
   border-style:none;
   font-family:Arial;
   font-size:14px;
   font-weight:normal;
   color:Black;
   background-color:White;
}


/*THEAD
{
	font-weight: normal;
	font-size: small;
	color: #ff3300;
	font-family: Arial;
	background-color: #000099;
	height:14px;
}*/

TR
{
  background-color:Transparent;
}

TR.clsTableHead
{
	font-weight:100;
	font-size:12px;
	color: white;
	font-family: Arial;
	background-color: #000099;
	height:14px;
}

TR.clsTableHeadRed
{
	font-weight:100;
	font-size:12px;
	color: white;
	font-family: Arial;
	background-color: Maroon;
	height:14px;
}

TR.clsTableItem
{
	font-weight: normal;
	font-size: 14px;
/*	color: #000099;*/
	color: black;
	font-family: Arial;
	background-color: gainsboro; /* hell */
	height:14px;
}

TR.clsTableAlternateItem
{
	font-weight: normal;
	font-size: 14px;
/*	color: #000099;*/
	color: black;
	font-family: Arial;
	height: 14px;
	background-color: silver; /* dunkel */
}

TR.clsTableItemToday
{
	font-weight: normal;
	font-size: 14px;
/*	color: #000099;*/
	color: black;
	font-family: Arial;
	background-color: lawngreen; /* dunkel */
	height:14px;
}

TR.clsTableAlternateItemToday
{
	font-weight: normal;
	font-size: 14px;
/*	color: #000099;*/
	color: black;
	font-family: Arial;
	height: 14px;
	background-color: lightgreen; /* hell */
}

TR.clsTableItemDelete
{
	font-weight: normal;
	font-size: 14px;
/*	color: #000099;*/
	color: black;
	font-family: Arial;
	background-color: red; /* dunkel */
	height:14px;
}

TR.clsTableAlternateItemDelete
{
	font-weight: normal;
	font-size: 14px;
/*	color: #000099;*/
	color: black;
	font-family: Arial;
	height: 14px;
	background-color: orangered; /* hell */
}

TR.clsTableItemTimeout
{
	font-weight: normal;
	font-size: 14px;
/*	color: #000099;*/
	color: black;
	font-family: Arial;
	background-color: salmon; /* dunkel */
	height:14px;
}

TR.clsTableAlternateItemTimeout
{
	font-weight: normal;
	font-size: 14px;
/*	color: #000099;*/
	color: black;
	font-family: Arial;
	height: 14px;
	background-color: lightsalmon; /* hell */
}

TR.clsTableItemReserve
{
	font-weight: normal;
	font-size: 14px;
/*	color: #000099;*/
	color: black;
	font-family: Arial;
	background-color: dodgerblue; /* dunkel */
	height:14px;
}

TR.clsTableAlternateItemReserve
{
	font-weight: normal;
	font-size: 14px;
/*	color: #000099;*/
	color: black;
	font-family: Arial;
	height: 14px;
	background-color: deepskyblue; /* hell */
}

TR.clsTableItemWE TD.clsTableItemWE
{
	font-weight: normal;
	font-size: 14px;
/*	color: #000099;*/
	color: black;
	font-family: Arial;
	background-color: royalblue; /* dunkel */
	height:14px;
}

TR.clsTableAlternateItemWE TD.clsTableAlternateItemWE
{
	font-weight: normal;
	font-size: 14px;
/*	color: #000099;*/
	color: black;
	font-family: Arial;
	height: 14px;
	background-color: skyblue; /* hell */
}



TR.Checked
{
	font-weight: bold;
/*	color:Green;*/
}

TABLE.clsHover tr:hover td, 
TABLE.clsHover tr:hover th 
{
	background-color: #FFFFD4;
}


.clsHighlight
{
	background-color: #FFFFD4 !important; 
}

.BestellScheinAnzahlFrei
{
	z-index: 110; 
	position: absolute; 
	top: 60px; 
	width: 80px; 
	text-align: center;
	font-size:small;	
	color:Green;
	height:15px;
}

.BestellScheinAnzahlNull
{
	z-index: 110; 
	position: absolute; 
	top: 60px; 
	width: 80px; 
	text-align: center;
	font-size:small;	
	color:Red;
	height:15px;
}

.BestellSchein
{
	margin: 1px; 
	position:relative;
}

INPUT.BestellScheinAnzahl, BUTTON.BestellScheinAnzahl
{
	visibility: collapse;	
	position:absolute; 
	width:5px; 
	height:5px; 
	z-index:103;
}

BUTTON.BestellscheinText
{
	font-size:small;
}
BUTTON.BestellscheinText1
{
	font-size:small;
	font-weight:bold;
	color:Green;
	background-color:Blue;
}


BUTTON.BestellScheinPlus,  BUTTON.BestellScheinPlus0, BUTTON.BestellScheinPlus1, BUTTON.BestellScheinPlus2,
BUTTON.BestellScheinPlus3, BUTTON.BestellScheinPlus4, BUTTON.BestellScheinPlus5, BUTTON.BestellScheinPlus6,
BUTTON.BestellScheinPlus7, BUTTON.BestellScheinPlus8, BUTTON.BestellScheinPlus9, 
BUTTON.BestellScheinPlusText,  BUTTON.BestellScheinPlusText0, BUTTON.BestellScheinPlusText1,
BUTTON.BestellScheinPlusText2, BUTTON.BestellScheinPlusText3, BUTTON.BestellScheinPlusText4,
BUTTON.BestellScheinPlusText5, BUTTON.BestellScheinPlusText6, BUTTON.BestellScheinPlusText7,
BUTTON.BestellScheinPlusText8, BUTTON.BestellScheinPlusText9
{
	position:absolute; 
	width:100%; 
	height:100%; 
	z-index:105;
	border: 1px solid black;
	color:Black; 
}

BUTTON.BestellScheinPlus,  BUTTON.BestellScheinPlus0, BUTTON.BestellScheinPlus1, BUTTON.BestellScheinPlus2,
BUTTON.BestellScheinPlus3, BUTTON.BestellScheinPlus4, BUTTON.BestellScheinPlus5, BUTTON.BestellScheinPlus6,
BUTTON.BestellScheinPlus7, BUTTON.BestellScheinPlus8, BUTTON.BestellScheinPlus9
{
	font-size:large;
}

BUTTON.BestellScheinPlusText,  BUTTON.BestellScheinPlusText0, BUTTON.BestellScheinPlusText1,
BUTTON.BestellScheinPlusText2, BUTTON.BestellScheinPlusText3, BUTTON.BestellScheinPlusText4,
BUTTON.BestellScheinPlusText5, BUTTON.BestellScheinPlusText6, BUTTON.BestellScheinPlusText7,
BUTTON.BestellScheinPlusText8, BUTTON.BestellScheinPlusText9
{
	font-size:smaller;
}


BUTTON.BestellScheinPlus0
{
	background-color:LightGrey; 
	color:LightGrey; 
}
BUTTON.BestellScheinPlusText0
{
	background-color:LightGrey; 
}

BUTTON.BestellScheinPlus1, BUTTON.BestellScheinPlusText1  
{
	background-color:LightGreen; 
}

BUTTON.BestellScheinPlus2, BUTTON.BestellScheinPlusText2
{
	background-color:lightpink; 
}

BUTTON.BestellScheinPlus3, BUTTON.BestellScheinPlusText3
{
	background-color:lightsalmon; 
}

BUTTON.BestellScheinPlus4, BUTTON.BestellScheinPlusText4
{
	background-color:lightcoral; 
}

BUTTON.BestellScheinPlus5, BUTTON.BestellScheinPlusText5
{
	background-color:lightcyan; 
}

BUTTON.BestellScheinPlus6, BUTTON.BestellScheinPlusText6
{
	background-color:lightsteelblue; 
}

BUTTON.BestellScheinPlus7, BUTTON.BestellScheinPlusText7
{
	background-color:lightblue; 
}

BUTTON.BestellScheinPlus8, BUTTON.BestellScheinPlusText8
{
	background-color:lightskyblue; 
}

BUTTON.BestellScheinPlus9, BUTTON.BestellScheinPlusText9
{
	background-color:limegreen; 
}


#noscript h6
{
	color: yellow;
	margin:10px;
	text-decoration:blink;
}

.Warten
{
	font-family: Helvetica; 
	color: #000066;
}

TD.HoverDivCalendar
{
	width:52px;
	text-align:left;
}

DIV.HoverDiv
{
	width:180px; 
	height:70px; 
	background-color:Silver; 
	visibility:hidden; 
	position:absolute;
}

LEGEND
{
	font-size:small;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
