﻿/* ************************************************** */
/*             Div Styles für die Admin               */
/*                     Master-Page                    */
/* ************************************************** */
div.admDivTopFirmenLogo
{
    background-color: #ECECED;
    width: 140px;
    height: 137px;
    font-size: 10pt;
    float: left;
    clear: right;
}

div.admDivTopLogoLeiste
{
    margin-left: 5px;
    background-color: #2D2C2F;
    width: 890px;
    height: 137px;
    font-size: 10pt;
    float: left;
    clear: right;
    z-index:5;
}

div.admDivTopLogoLeisteText
{
    margin-left: -840px;
    margin-top: 105px;
    background-color:Transparent ;
    width: 290px;
    height: 10px;
    font-size: 8pt;
    float: left;
    clear: right;
    z-index:100;
    color:White;
}
div.admDivLeftMenu
{
    float: left;
    background-color: #ECECED;
   
    height: 570px;
    font-size: 10pt;
    margin-top: 5px;
   
    clear: both;
    height:1645px;
     width: 140px;
    }


div.admDivMainMenuObenLogin
{
    background-color: #57585A;
    margin-top: 142px;
    left: 155px;
    width: 890px;
    height: 38px;
    position: absolute;
   float:left;
    font-family: Arial Black;
    font-size: 14px;
    text-align: center;
    color: White;
}
div.admDivMainMenuObenStandart
{
    background-color: #57585A;
    margin-top: 142px;
    left: 155px;
    width: 890px;
    height: 38px;
    position: absolute;
    
    font-family: Arial Black;
    font-size: 1px;
    text-align: center;
    color: White;
    float:left;
}

div.admDivMain
{
    background-color: #C5C6C8;
    margin-top: 187px;
    left: 155px;
    height:1600px;
    position: absolute;
    float: right;
     width: 890px;
}
div.LogDivMain
{
    background-color: #C5C6C8;
    margin-top: 187px;
    left: 155px;
    height: 370px;
    position: absolute;
    float: right;
    width: 890px;
}


/* ************************************************** */
/*    CSS Formatierung für die obere Leiste in        */
/*              der Admin MasterPage                  */
/* ************************************************** */


table.admTableObereLeiste
{
    background-color: #C5C6C8;
    border-style: none;
    border-collapse: collapse;
    border-width: 0px 0px 0px 0px;
    width: 890px;
    height: 30px;
}
tr.admTableTabRow
{
    border-style: none;
    border-width: 0px 0px 0px 0px;
}
div.admTableObereLeisteCellLeft
{
    height: 38px;
    border-bottom-style: solid;
    border-bottom-width: 7px;
    border-bottom-color: #C5C6C8;
    background-color: #C5C6C8;
    width: 148px;
    font-family: Arial Black;
    font-size: 12px;
    color: White;
    text-align: center;
    float:left;
}
div.admTableObereLeisteCellMiddle
{
    height: 38px;
    width: 584px;
    border-width: 0px 5px 5px 5px;
    border-style: solid;
    border-color: White;
    background-color: #57585A;
    float:left;
    font-size:11px;
    text-align:left;
}
div.admTableObereLeisteCellMiddleLink
{
    height: 38px;
    width: 584px;
    background-color: #57585A;
    text-align: left;
}
div.admTableObereLeisteCellRight
{
    border-width: 0px 0px 5px 0px;
    border-style: solid;
    border-color: White;
    height: 38px;
    width:148px;
    background-color: #009EE0;
    text-align: center;
float:right;
}

/* ************************************************** */
/*             Div Styles für die Wizard              */
/*                     Master-Page                    */
/* ************************************************** */

div.MainBereich
{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
   /* border: solid 1px black; */
}
div.UntereLeisteNaviButtons
{
    position: absolute;
    bottom: 0px;
    width: 815px;
}

div.wizDivTopLogoLeiste
{
    background-color: #2D2C2F;
    width: 1000px;
    height: 171px;
    font-size: 11pt;
}

div.wizDivLeftMenu
{
    float: left;
    background-color: #ECECED;
    width: 180px;
    height: 584px;
    font-size: 11pt;
    margin-top: 5px;
    clear: right;
    position: absolute;
}

div.wizDivMainMenuOben
{
    float: left;
    margin-top: 3px;
    left: 193px;
    width: 815px;
    height: 100px;
    position: absolute;
    clear: right;
}

div.wizDivMain
{
    background-color: #83CFF0;
    top: 305px;
    left: 195px;
    width: 815px;
    height: 470px;
    position: absolute;
    clear: right;
}


/* ************************************************** */
/*             Allgemeine CSS Formatierung            */
/*                 für die ganze Seite                */
/* ************************************************** */

body
{
    font-family: Arial;
    font-size: 13px;
    color: black;
    background-color: white;
}
.linkButtonStandart
{
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    text-decoration: none;
    color: White;
    background-color: #009EE0;
}
.linkButtonWeiterZurueck
{
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 7px;
    padding-right: 7px;
    text-decoration: none;
    text-align: center;
    color: White;
    background-color: #009EE0;
}
.linkButtonAlleMarkieren
{
    font-family: Arial;
    font-size: 9px;
    margin-left: 1px;
    margin-right: 1px;
    padding-bottom: 1px;
    padding-top: 1px;
    padding-left: 1px;
    padding-right: 1px;
    text-decoration: none;
    text-align: center;
    color: White;
    background-color: #009EE0;
}

.admInvSendLbtnAlleEinl
{
   position: relative; 
   left: 408px; 
   top: 20px;
}

.admInvSendLbtnAlleEinlOhneEGAST
{    
    position: relative; 
   left: 465px; 
   top: 20px;
    }
    
.linkButtonmasterAdmin
{
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    padding:10px 0px 0px 0px;
    text-align:center;
    text-decoration: none;
    color: White;
    width:148px;
    }

/* ************************************************** */
/*    CSS Formatierung für die obere Menüleiste in    */
/*              der Wizard MasterPage                 */
/* ************************************************** */

table.wizObenMenuMain
{
    margin-top: 0px;
    border-style: none;
    border-width: 0px 0px 0px 0px;
    width: 819px;
}

td.wizObenMenuCells
{
    height: 25px;
    border-color: White;
    border-style: solid;
    border-width: 0px 0px 10px 5px;
    background-color: #BCE4F7;
    width: 159px;
    font-family: Arial Black;
    font-size: 13px;
    color: White;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
}
td.wizObenMenuSelectedCell
{
    height: 25px;
    border-color: #83CFF0;
    border-style: solid;
    border-width: 0px 0px 10px 5px;
    background-color: #83CFF0;
    width: 158px;
    font-family: Arial Black;
    font-size: 13px;
    color: White;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
}

td.wizObenMenuSelectedCellEins
{
    height: 25px;
    border-color: #83CFF0;
    border-style: solid;
    border-width: 0px 0px 10px 0px;
    background-color: #83CFF0;
    width: 158px;
    font-family: Arial Black;
    font-size: 13px;
    color: White;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
}
td.wizObenMenuSelectedCellFuenf
{
    height: 25px;
    border-color: #83CFF0;
    border-style: solid;
    border-width: 0px 0px 10px 5px;
    background-color: #83CFF0;
    width: 158px;
    font-family: Arial Black;
    font-size: 13px;
    color: White;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
}


td.wizObenMenuCellsEins
{
    height: 25px;
    border-color: White;
    border-style: solid;
    border-width: 0px 5px 10px 0px;
    background-color: #BCE4F7;
    width: 159px;
    font-family: Arial Black;
    font-size: 13px;
    color: White;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
}
td.wizObenMenuCellsEinsAfterZwei
{
    height: 25px;
    border-color: White;
    border-style: solid;
    border-right-color: #BCE4F7;
    border-width: 0px 5px 10px 0px;
    background-color: #BCE4F7;
    width: 159px;
    font-family: Arial Black;
    font-size: 13px;
    color: White;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
}
td.wizObenMenuCellsDreiAfterZwei
{
    height: 25px;
    border-color: White;
    border-style: solid;
    border-right-color: white;
    border-width: 0px 5px 10px 0px;
    background-color: #BCE4F7;
    width: 159px;
    font-family: Arial Black;
    font-size: 13px;
    color: White;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
}
/* ************************************************** */
/*    CSS Formatierung für die linken Menüleiste in   */
/*              der Wizard MasterPage                 */
/* ************************************************** */

table.leftMenuTableMain
{
    width: 100%;
    text-align: center;
    border-style: none;
    border-width: 0px;
    border-collapse: collapse;
    color: White;
    font-family: Arial Black;
    font-size: 12px;
}

td.leftMenueHeadLine
{
    background-color: #009EE0;
    height: 50px;
}

td.leftMenueEnde
{
    background-color: #9C9D9F;
    height: 50px;
}

td.leftMenueMainPoints
{
    background-color: #C5C6C8;
    border-style: solid;
    border-width: 3px 0px 3px 0px;
    border-bottom-color: White;
    padding: 8px 8px 8px 8px;
}

.leftMenueButton
{
    text-decoration: none;
    color: White;
}


/* ************************************************** */
/*    CSS Formatierung für die linken Menüleiste in   */
/*              der Admin MasterPage                  */
/* ************************************************** */

table.AdminLeftMenuTableMain
{
    width: 100%;
    text-align: center;
    border-style: none;
    border-width: 0px;
    border-collapse: collapse;
    color: White;
    font-family: Arial Black;
    font-size: 12px;
}

td.AdminLeftMenueHeadLine
{
    border-style: solid;
    border-width: 0px 0px 5px 0px;
    background-color: #57585A;
    height: 30px;
}

td.AdminLeftMenueHeadLineBlue
{
    border-style: solid;
    border-width: 0px 0px 5px 0px;
    background-color: #009EE0;
    height: 30px;
}

td.AdminLeftMenueMainPoints
{
    background-color: #C5C6C8;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-bottom-color: White;
    height: 20px;
}

.AdminLeftMenueButtonHeadLine
{
    text-decoration: none;
    color: White;
}

.AdminLeftMenueButton
{
    text-decoration: none;
    color: White;
}
.AdminLeftMenueButtonSelect
{
    text-decoration: none;
    color: Black;
}

/* ************************************************** */
/*                 Kalender Darstellung               */
/* ************************************************** */

.KalenderErsterTag
{
	z-index: 0;
	float: left;
	text-align: center;
	border: 1px solid #C5C6C8;
	width: 180px;
	background-color: rgb(225,225,225)
}

.KalenderRestlicheTage
{
	z-index: 0;
	float: left;
	text-align: center;
	border: 1px solid #C5C6C8;
	width: 180px;
	background-color: rgb(225,225,225);
}

.UnsichtbareHalbStundenRasterTA
{
	position: absolute;
	width: 105px;
	z-index: 1003;
	text-align: left;
	padding-top: 8px;
	height: 20px;
	background-color: transparent;
}
.UnsichtbareHalbStundenRaster
{
	position: absolute;
	width: 105px;
	z-index: 1003;
	text-align: left;
	padding-top: 8px;
	height: 20px;
	background-color: transparent;
	left:10px;
}

.UnsichtbareHalbStundenRasterKunden
{
	position: absolute;
	width: 105px;
	z-index: 99;
	text-align: left;
	padding-top: 8px;
	height: 20px;
	background-color: transparent;
}

.GraueDivs
{
	z-index: 1;
	position: absolute;
	width: 143px;
	background-color: #ECECED;
}

.RoteDivs
{
    width: 150px;
	z-index: 1001;
	font-size: 11px;
	position: absolute;
	text-align: center;
	border:solid 1px black;
	background-color: #009EE0;
}
.RoteDivsbesucher
{
    z-index: 9980;
	font-size: 11px;
	position: absolute;
	text-align: center;
	background-color: #009EE0;
}
.GelbeDivs
{
	z-index: 101;
	font-size: 11px;
	position: absolute;
	text-align: center;
	background-color: RGB(233, 143, 0);
}
.ShowCase
{
	z-index: 999;
	font-size: 11px;
	position: absolute;
	text-align: center;
	width: 145px;
	background-color: rgb(158, 145, 0);
}
.ShowCasebesucher
{
	z-index: 9999;
	font-size: 11px;
	position: absolute;
	text-align: center;
	width: 143px;
	background-color: rgb(158, 145, 0);
}

.ShowCaseGesperrt
{
	z-index: 9999;
	font-size: 11px;
	position: absolute;
	text-align: center;
		background-color: #D1C77A;
}
.ShowCaseGesperrtkunde
{
	z-index: 9999;
	font-size: 11px;
	position: absolute;
	text-align: center;
		background-color: #D1C77A;
}

.HalbStundenRaster
{
	position: relative;
	z-index: 20;
	text-align: left;
	padding-top: 8px;
	margin-left:2px;
	border-top: 1px solid #C5C6C8;
	width: 180px;
	height: 20px;
	background-color: transparent;
	font-size: 11px;
}
td.visTableObereLeisteCell
{
    height: 38px;
    background-color: #57585A;
    text-align: right;
}
div.visDivMain
{
    background-color: #C5C6C8;
    margin-top: 187px;
    left: 155px;
    width: 890px;
    position: absolute;
   
     height:1600px;
}
div.visDivLeftMenu
{
    float: left;
    background-color: #ECECED;
    width: 140px;
    height:1645px;
    font-size: 11pt;
    margin-top: 5px;
    clear: both;
}
td.admTableCellLeft
{
    height: 38px;
    border-style: none;
    border-width: 0px 0px 0px 0px;
    font-family: Arial Black;
    font-size: 13px;
    color: White;
    text-align: Left;
    padding-left: 5px;
    width: 152px;
}
td.admTableCellLeftInfo
{
    padding-left: 5px;
    padding-right: 5px;
    border-style:none;
    border-width: 0px 0px 0px 0px;
    font-family: Arial;
    font-size: 12px;
    color: Black;
    text-align: left;
    
}
div.logDivLeftMenu
{
    float: left;
    background-color: #ECECED;
    width: 140px;
    font-size: 8pt;
    margin-top: 5px;
    clear: both;
}

/* ************************************************** */
/*                 Kalender Darstellung               */
/* ************************************************** */

.DetailsHeadline
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: Black;
}

.HeadlineBlackFont
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: Black;
}

.WhiteFont
{
       font-family: Arial Black;
    font-size: 13px;
    color: White;
     }