
            body {
	            margin:0;
	            padding:0;
	            font-family:Tahoma, Geneva, Verdana, sans-serif;
	            font-size:12px;
	            background-color:white;
            }

            table
            {
	            font-family:Tahoma, Geneva, Verdana, sans-serif;
	            font-size:12px;
            }

            a {text-decoration:none;color:#035498;}
            a:link {text-decoration:none;color:#035498;}
            a:visited {text-decoration:none;color:#035498;}
            a:hover {text-decoration:underline;color:#035498;}
            a:active {text-decoration:underline;color:#035498;}

            a.baseLink {text-decoration:none;color:#035498;}
            a.baseLink:link {text-decoration:none;color:#035498;}
            a.baseLink:visited {text-decoration:none;color:#035498;}
            a.baseLink:hover {text-decoration:underline;color:#035498;}
            a.baseLink:active {text-decoration:underline;color:#035498;}

            /* Abstand Top gesamter Content, responsive */
            #content_container {
	            padding-top:7.3em;
	            padding-bottom:4em;
	            padding-left:0;
            }

            /* feststehender Header+Footer */
            #TopMenu {
	            position:fixed;
	            top:0px; left:0px; right:0px;
	            text-align:center;
	            margin:0px;
	            padding: 0px;
	
	            z-index: 100;
	            color: White;
    
              background-color:#000;
    
            }

            #footer {
	            position:fixed;
	            bottom:0px; left:0px; right:0px;
	            text-align:center;
	            padding-top:15px;
	            padding-left: 0px;
	            padding-right: 0px;
	            padding-bottom: 0px;
	
	            border-top: 1px solid #bbbbbb;
	  
              background-color:#000;
    
            }


            * html, * html body {
	            height:100%;
	            overflow:hidden;
	            overflow-y: scroll;
            }


            * html #TopMenu {
	            margin:0;
            }

            * html #content_container  {
	            padding:0.5em;
	            height:82%;
	            overflow:auto;
            }

            * html #footer  {
	            height:8%;
	            padding-top:3.5%;
            }




            * html div#content {
	            height: 1em;  
	            padding-top:1em;
            }

            /* Top-Menue */
            .block-grid { 
	            display: block; 
	            overflow: hidden; 
	            padding: 0px;
	            margin:0px; 
	            }

            .liTopMenu 
            {
	            display: block; 
	            height: auto; 
	            float: left;
	            margin:0px;
            }

            .btnTopMenu
            {
	            margin: 0px;
	            margin-top:26px;
	            padding:8px;
	            padding-top:4px;
	            height:36px;
	            min-width:109px;
	            display:inline-block;
            }

            a.btnTopMenu:link 
            {
	            text-decoration:none;
	            color:#fff;
	            font-size:14px; 	
	            font-weight:bold;
            }

            a.btnTopMenu:visited 
            {
	            text-decoration:none;
	            color:#fff;	
	            font-size:14px;
	            font-weight:bold;
            }
      
            a.btnTopMenu:hover, a.selektiert 
            {
	            text-decoration:none;
	            color:#fff;
		
	            -moz-box-shadow: inset 1px 1px 1px #aaaaaa;
	            -webkit-box-shadow: inset 1px 1px 1px #aaaaaa;
	            box-shadow: inset 1px 1px 1px #aaaaaa;
	
            }


            a.bTMKontakt:hover, a.selektiertKontakt
            {
              background-color: #6695B8;
  
            }
            a.bTMMedien:hover , a.selektiertMedien
            {
	            background-color: #5C9587;
            }
            a.bTMMail:hover , a.selektiertMail
            {
	            background-color: #D6B858;
            }
            a.bTMVerteiler:hover , a.selektiertVerteiler
            {
	            background-color: #c3784E;
            }
            a.bTMKunden:hover , a.selektiertKunden
            {
	            background-color: #9F99C2;
            }
            a.bTMKampagnen:hover , a.selektiertKampagnen
            {
	            background-color: #9AAF67;
            }
            a.bTMZimpel:hover , a.selektiertZimpel
            {
	            background-color: #C4AE07;
            }
            a.bTMLogbuch:hover , a.selektiertLogbuch
            {
	            background-color: #888888;
            }
            a.bTMVerwaltung:hover , a.selektiertVerwaltung
            {
	            background-color: #333;
            }
            a.bTMAdministration:hover , a.selektiertAdministration
            {
	            background-color: #666;
            }
            a.bTMVersandhistorie:hover , a.selektiertVersandhistorie
            {
	            background-color: #E6B268;
            }
            a.bTMDownloadbereiche:hover , a.selektiertDownloadbereiche
            {
	            background-color: #84481C;
            }

            #SubMenOpener
            {
	            cursor:default;
	            position:absolute;
	            right:0px; 
	            width:150px;
	            top:0px;
            }

            .subMen
            {
	             display:none; 
	             position:absolute; 
	             right:0px; 
	             z-index:999;
	             width:165px;
	             top:66px;
            list-style: none;
            }

            .subMenItem
            {
	             background-color:#666; 
	             border-left:1px solid #999;
            }

            .subMenItem a
            {
	             display:block;
	             color:#fff;
	             padding:10px;
	             text-decoration:none;
	             font-size:13px;
	             font-weight:bold;
            }



            .showme{ 
            display: none;
            }
            .btnTopMenu:hover .showme{
            display : block;
            }

      
            a.btnTopMenu:active 
            {
	            text-decoration:none;
	            color:#ccc;
            }
 
            /* Button angepasst */
            .buttonMH  
            {
	            width: auto;
	            background: #035498;
	            border: 1px solid #003355;
	            -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; 
	            -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; 
	            box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; 
	            color: white; 
	            cursor: pointer; 
	            display: inline-block; 
	            font-family:Tahoma, Geneva, Verdana, sans-serif;
	            font-size: 14px; 
	            font-weight: bold; 
	            line-height: 1; 
	            margin: 0; 
	            outline: none; 
	            padding: 10px 20px 11px; 
	            position: relative; 
	            text-align: center; 
	            text-decoration: none; 
	            -webkit-transition: background-color 0.15s ease-in-out; 
	            -moz-transition: background-color 0.15s ease-in-out; 
	            -o-transition: background-color 0.15s ease-in-out; 
	            transition: background-color 0.15s ease-in-out; }

            .buttonMH:link { color: white;  }
            .buttonMH:hover { color: white; background-color: #003a66; }
            .buttonMH:active { color: white;-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; }
            .buttonMH:focus { color: white;-webkit-box-shadow: 0 0 4px #003a66, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 4px #003a66, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 4px #003a66, 0 1px 0 rgba(255, 255, 255, 0.5) inset; color: white; }
            .buttonMH.small { font-size: 11px; padding: 7px 7px 8px;color: white; }
            .buttonMH.tiny { font-size: 9px; padding: 5px 10px 6px;color: white; }
            .buttonMH.large { font-size: 17px; padding: 15px 30px 16px;color: white; }
            .buttonMH.radius { color: white;-webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }

            .buttonMH.alert { color: white;background-color: #c60f13; border: 1px solid #7f0a0c; }
            .buttonMH.alert:hover { color: white;background-color: #970b0e; }
            .buttonMH.alert:focus { color: white;-webkit-box-shadow: 0 0 4px #c60f13, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 4px #c60f13, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 4px #c60f13, 0 1px 0 rgba(255, 255, 255, 0.5) inset; }

            .buttonMH.secondary { background-color: #e7e7e7; color: #1b1b1b; border: 1px solid #c1c1c1; }
            .buttonMH.secondary:hover { color: #1b1b1b;background-color: #cecece; }
            .buttonMH.secondary:focus { color: #1b1b1b;-webkit-box-shadow: 0 0 5px #e7e7e7, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 5px #e7e7e7, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 5px #e7e7e7, 0 1px 0 rgba(255, 255, 255, 0.5) inset; }

            .label { padding: 1px 4px 2px; font-size: 11px; font-weight: bold; text-align: center; text-decoration: none; line-height: 1; white-space: nowrap; display: inline; position: relative; bottom: 1px; color: #fff; background: #e45050; }
            .label.radius { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
            .label.round { padding: 1px 7px 2px; -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; }
            .label.alert { background-color: #c60f13; }
            .label.success { background-color: #7eb82e; }


            .buttonMH.kontakt { color: white;background-color: #6695B8; border: 1px solid #063558; }
            .buttonMH.kontakt:hover { color: white;background-color: #366588; }
            .buttonMH.kontakt:focus { color: white;-webkit-box-shadow: 0 0 4px #6695B8, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 4px #6695B8, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 4px #6695B8, 0 1px 0 rgba(255, 255, 255, 0.5) inset; }

            .buttonMH.medfirm { color: white;background-color: #5C9587; border: 1px solid #003527; }
            .buttonMH.medfirm:hover { color: white;background-color: #2C6557; }
            .buttonMH.medfirm:focus { color: white;-webkit-box-shadow: 0 0 4px #5C9587, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 4px #5C9587, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 4px #5C9587, 0 1px 0 rgba(255, 255, 255, 0.5) inset; }

            .buttonMH.kampagne { color: white;background-color: #9AAF67; border: 1px solid #3A5F07; }
            .buttonMH.kampagne:hover { color: white;background-color: #6A8F37; }
            .buttonMH.kampagne:focus { color: white;-webkit-box-shadow: 0 0 4px #9AAF67, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 4px #9AAF67, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 4px #9AAF67, 0 1px 0 rgba(255, 255, 255, 0.5) inset; }

            .buttonMH.kunde { color: white;background-color: #9F99C2; border: 1px solid #3F3972; }
            .buttonMH.kunde:hover { color: white;background-color: #6F6992; }
            .buttonMH.kunde:focus { color: white;-webkit-box-shadow: 0 0 4px #9F99C2, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 4px #9F99C2, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 4px #9F99C2, 0 1px 0 rgba(255, 255, 255, 0.5) inset; }

            .buttonMH.downloadbereich { color: white;background-color: #84481C; border: 1px solid #42240a; }  
            .buttonMH.downloadbereich:hover { color: white;background-color: #643813; }
            .buttonMH.downloadbereich:focus { color: white;-webkit-box-shadow: 0 0 4px #84481C, 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 0 4px #84481C, 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 0 4px #84481C, 0 1px 0 rgba(255, 255, 255, 0.5) inset; }



            /* Textbox angepasst */
            input[type="text"].TopMenuMH, input[type="password"].TopMenuMH, input[type="date"].TopMenuMH, input[type="datetime"].TopMenuMH, input[type="email"].TopMenuMH, input[type="number"].TopMenuMH, input[type="search"].TopMenuMH, input[type="tel"].TopMenuMH, input[type="time"].TopMenuMH, input[type="url"].TopMenuMH, textarea.TopMenuMH { margin-left:3px; font-size: 12px; padding: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; height: 25px; width: 80px; display:inline-block;border: 1px solid #aaaaaa; }



            /* RadWindow */
            .TelerikModalOverlay  
                {  
                  filter: alpha(opacity=90) !important;/*for IE 5.5+*/ 
                  opacity: .90 !important;/*for FF 2x, Opera 9x*/ 
                  -moz-opacity: .90 !important;/*for FF 1x*/       
                } 
    
               .rwWindowContent
                {
                    background-color: White !important;
                }  

                .rwControlButtons {
                    width: 103px !important;
                }
    
            .row { width: 1000px; max-width: 100%; min-width: 1000px; margin: 0 auto; }
            .row .row { width: auto; max-width: none; min-width: 0; margin: 0 -5px; }
            .row.collapse .column, .row.collapse .columns { padding: 0; }
            .row .row { width: auto; max-width: none; min-width: 0; margin: 0 -5px; }
            .row .row.collapse { margin: 0; }

            .fullscreenRow { width: 98%; max-width: 98%; min-width: 1000px; margin: 0 auto; }

            .column, .columns { float: left; min-height: 1px; padding: 0 5px; position: relative; }
            .column.centered, .columns.centered { float: none; margin: 0 auto; }

            [class*="column"] + [class*="column"]:last-child { float: right; }

            [class*="column"] + [class*="column"].end { float: left; }

            .one, .row .one { width: 8.33333%; }

            .two, .row .two { width: 16.66667%; }

            .three, .row .three { width: 25%; }

            .four, .row .four { width: 33.33333%; }

            .five, .row .five { width: 41.66667%; }

            .six, .row .six { width: 50%; }

            .seven, .row .seven { width: 58.33333%; }

            .eight, .row .eight { width: 66.66667%; }

            .nine, .row .nine { width: 75%; }

            .ten, .row .ten { width: 83.33333%; }

            .eleven, .row .eleven { width: 91.66667%; }

            .twelve, .row .twelve { width: 100%; }


            h1
            {
	            font-size:28px;
	            font-family:Tahoma, Geneva, Verdana, sans-serif;
	            font-weight:normal;
	            margin-top:3px;padding-top:3px;
            }

            h2
            {
	            font-size:18px;
	            font-family:Tahoma, Geneva, Verdana, sans-serif;
	            font-weight:normal;
	            margin-top:3px;padding-top:3px;
            }

            .textKlein
            {
	            font-size:10px;
            }

            .textDeaktiviert
            {
	            color:#999;
            }

            .ContextMenuImage > img
            {
	            padding-top:2px;
	            padding-left:2px;
            }

            .VerteilerListe a
            {
	            color:black;
	            text-decoration:none;
	            font-size:12px;
	            line-height:24px;
            }

            .VerteilerListe u
            {	
	            text-decoration:none;
            }

            .VerteilerListeZimpel a
            {
	            color:#cc9900;
            }

            .LinkGrau a {text-decoration:none;color:#aaa;}
            .LinkGrau a:link {text-decoration:none;color:#aaa;}
            .LinkGrau a:visited {text-decoration:none;color:#aaa;}
            .LinkGrau a:hover {text-decoration:underline;color:#aaa;}
            .LinkGrau a:active {text-decoration:underline;color:#aaa;}

            .LinkWeiss a {text-decoration:none;color:#fff;}
            .LinkWeiss a:link {text-decoration:none;color:#fff;}
            .LinkWeiss a:visited {text-decoration:none;color:#fff;}
            .LinkWeiss a:hover {text-decoration:underline;color:#fff;}
            .LinkWeiss a:active {text-decoration:underline;color:#fff;}

            .LinkSchwarz a {text-decoration:none;color:#000000;}
            .LinkSchwarz a:link {text-decoration:none;color:#000000;}
            .LinkSchwarz a:visited {text-decoration:none;color:#000000;}
            .LinkSchwarz a:hover {text-decoration:underline;color:#000000;}
            .LinkSchwarz a:active {text-decoration:underline;color:#000000;}

            a.LinkSchwarz {text-decoration:none;color:#000000;}
            a.LinkSchwarz:link {text-decoration:none;color:#000000;}
            a.LinkSchwarz:visited {text-decoration:none;color:#000000;}
            a.LinkSchwarz:hover {text-decoration:underline;color:#000000;}
            a.LinkSchwarz:active {text-decoration:underline;color:#000000;}


            a.LinkRot {text-decoration:none;color:#c60f13;}
            a.LinkRot:link {text-decoration:none;color:#c60f13;}
            a.LinkRot:visited {text-decoration:none;color:#c60f13;}
            a.LinkRot:hover {text-decoration:underline;color:#c60f13;}
            a.LinkRot:active {text-decoration:underline;color:#c60f13;}

            /* Listen-Tabellen */
            .pktLinieR{

	            padding-left: 2px;
	            border-right-width: 1px;
	            border-right-style: dotted;
	            border-right-color: #7386A8;
            }
            .pktLinieA{

	            border-right-width: 1px;
	            border-right-style: dotted;
	            border-right-color: #7386A8;
	            border-left-width: 1px;
	            border-left-style: solid;
	            border-left-color: #7386A8;
            }
            .pktLinieE{

	            padding-left: 2px;
	            border-right-width: 1px;
	            border-right-style: solid;
	            border-right-color: #7386A8;
            }

            .endZeile{

	            padding-left: 2px;
	            border-bottom-width: 1px;
	            border-bottom-style: solid;
	            border-bottom-color: #7386A8;
	            border-right-width: 1px;
	            border-right-style: dotted;
	            border-right-color: #7386A8;
            }

            .eckR{

            padding-left: 2px;
	            border-bottom-width: 1px;
	            border-bottom-style: solid;
	            border-bottom-color: #7386A8;
	            border-right-width: 1px;
	            border-right-style: solid;
	            border-right-color: #7386A8;
            }

            .eckL{

            padding-left: 2px;
	            border-left-width: 1px;
	            border-left-style: solid;
	            border-left-color: #7386A8;
	            border-bottom-width: 1px;
	            border-bottom-style: solid;
	            border-bottom-color: #7386A8;
	            border-right-width: 1px;
	            border-right-style: dotted;
	            border-right-color: #7386A8;
	            }

            /* Kunden Tabelle */
            .verlaufTabKunden{
	            font-weight: bold;
	            height: 20px;
	            background-color: #9F99C2;
	            border-right-width: 1px;
	            border-right-style: solid;
	            border-right-color: #9F99C2;
	            padding-left: 1px;
	            border-top-width: 1px;
	            border-bottom-width: 1px;
	            border-top-style: solid;
	            border-bottom-style: solid;
	            border-top-color: #7386A8;
	            border-bottom-color: #9F99C2;
	            }
	
            .TabEckKunden{

	            font-weight: bold;
	            height: 20px;
	            background-color: #9F99C2;
	            border-right-width: 1px;
	            border-right-style: solid;
	            border-right-color: #9F99C2;
	            padding-left: 1px;
	            border-left-width: 1px;
	            border-bottom-width: 1px;
	            border-left-style: solid;
	            border-bottom-style: solid;
	            border-left-color: #9F99C2;
	            border-bottom-color: #9F99C2; 
	            border-top-width: 1px;
	            border-top-style: solid;
	            border-top-color: #7386A8;
            }

            .verlaufTabKampagne{
	
	            font-weight: bold;
	            height: 20px;
	            background-color: #B1C976;
	            border-right-width: 1px;
	            border-right-style: solid;
	            border-right-color: #B1C976;
	            padding-left: 1px;
	            border-top-width: 1px;
	            border-bottom-width: 1px;
	            border-top-style: solid;
	            border-bottom-style: solid;
	            border-top-color: #7386A8;
	            border-bottom-color: #B1C976;
	            }
	
            .TabEckKampagne{
	
	            font-weight: bold;
	            height: 20px;
	            background-color: #B1C976;
	            border-right-width: 1px;
	            border-right-style: solid;
	            border-right-color: #B1C976;
	            padding-left: 1px;
	            border-left-width: 1px;
	            border-bottom-width: 1px;
	            border-left-style: solid;
	            border-bottom-style: solid;
	            border-left-color: #B1C976;
	            border-bottom-color: #B1C976; 
	            border-top-width: 1px;
	            border-top-style: solid;
	            border-top-color: #7386A8;
            }

            .verlaufTabMedium{
	
	            font-weight: bold;
	            height: 20px;
	            background-color: #5C9587;
	            border-right-width: 1px;
	            border-right-style: solid;
	            border-right-color: #5C9587;
	            padding-left: 1px;
	            border-top-width: 1px;
	            border-bottom-width: 1px;
	            border-top-style: solid;
	            border-bottom-style: solid;
	            border-top-color: #7386A8;
	            border-bottom-color: #5C9587;
	            }
	
            .TabEckMedium{
	
	            font-weight: bold;
	            height: 20px;
	            background-color: #5C9587;
	            border-right-width: 1px;
	            border-right-style: solid;
	            border-right-color: #5C9587;
	            padding-left: 1px;
	            border-left-width: 1px;
	            border-bottom-width: 1px;
	            border-left-style: solid;
	            border-bottom-style: solid;
	            border-left-color: #5C9587;
	            border-bottom-color: #5C9587; 
	            border-top-width: 1px;
	            border-top-style: solid;
	            border-top-color: #7386A8;
            }

            .verlaufTab{
	            font-weight: bold;
	            height: 20px;
	            background-color: #9EBDD9;
	            border-right-width: 1px;
	            border-right-style: solid;
	            border-right-color: #7386A8;
	            padding-left: 1px;
	            border-top-width: 1px;
	            border-bottom-width: 1px;
	            border-top-style: solid;
	            border-bottom-style: solid;
	            border-top-color: #7386A8;
	            border-bottom-color: #7386A8;
            }

            .verlaufTabEck{
	            font-weight: bold;
	            height: 20px;
	            background-color: #9EBDD9;
	            border-right-width: 1px;
	            border-right-style: solid;
	            border-right-color: #7386A8;
	            padding-left: 1px;
	            border-left-width: 1px;
	            border-bottom-width: 1px;
	            border-left-style: solid;
	            border-bottom-style: solid;
	            border-left-color: #7386A8;
	            border-bottom-color: #7386A8; 
	            border-top-width: 1px;
	            border-top-style: solid;
	            border-top-color: #7386A8;
            }

            .verlaufTab a, 
            .verlaufTabKunden a, 
            .verlaufTabMedium a,
            .verlaufTabKampagne a,
            .verlaufTab a:link, 
            .verlaufTabKunden a:link, 
            .verlaufTabMedium a:link,
            .verlaufTabKampagne a:link
            {
	            text-decoration:none;
	            color:#000000;
            }



            .collapsePanelHeader
            {	
	            font-size: 14px;
	            width:970px;
	            height:20px;
	            color:black;
	            float:left;
	            padding:5px;
	            cursor:pointer;
	            vertical-align:middle;
	            border:1px solid #bbb;
	            -webkit-border-radius: 4px; 
	            -moz-border-radius: 4px; 
	            -ms-border-radius: 4px; 
	            -o-border-radius: 4px; 
	            border-radius: 4px; 
            }


            .collapsePanelHeaderVerteiler
            {	
	            background-color:#fdf4ef;
            }

            .collapsePanelHeaderMedien
            {	
	            background-color:#edf9ef;
            }

            .collapsePanelHeaderKampagnen
            {	
	            background-color:#f8fcee;
            }

            .collapsePanelHeaderKontakte
            {
	            background-color:#F4F8FB;
            }

            .collapsePanel
            {
	            width:970px;
	            height:0px;
	            overflow:hidden;
	            padding:5px;
            }

            .MyTabStyle .ajax__tab_header
            {
                font-family:Tahoma, Geneva, Verdana, sans-serif;
                font-size: 13px;
                font-weight:bold;
                display: block;

            }
            .MyTabStyle .ajax__tab_header .ajax__tab_outer
            {
                border-color: #222;
                color: #222;
                padding-left: 10px;
                margin-right: 3px;
                border:solid 1px #d7d7d7;
            }
            .MyTabStyle .ajax__tab_header .ajax__tab_inner
            {
                border-color: #666;
                color: #333;
                padding: 3px 10px 2px 0px;
            }
            .MyTabStyle .ajax__tab_hover .ajax__tab_outer
            {
                background-color:#035498;
            }
            .MyTabStyle .ajax__tab_hover .ajax__tab_inner
            {
                color: #fff;
            }
            .MyTabStyle .ajax__tab_active .ajax__tab_outer
            {
                border-bottom-color: #ffffff;
                background-color: #d7d7d7;
            }
            .MyTabStyle .ajax__tab_active .ajax__tab_inner
            {
                color: #000;
                border-color: #333;
            }
            .MyTabStyle .ajax__tab_body
            {
                font-family:Tahoma, Geneva, Verdana, sans-serif;
                font-size: 10pt;
                background-color: #fff;
                margin-top:2px;
                border: solid 1px #c7c7c7;
                border-top-color: #c7c7c7;
                padding:5px;
            }

            /* mailstatus popup*/

            .mailstatuspopup-title {
                text-align: center;
                width: 100%;
                color: #333333;
                font-size:14px;
                margin-bottom:10px;
                /*background-color:beige;*/
            }

            .mailstatuspopup-statuszeile {
                text-align: left;
                vertical-align: middle;
                width: 100%;
                display: flex;
                align-items: center;
                font-size: 13px;
                font-weight: bold;
                margin-bottom:15px;
                /*background-color: pink;*/
            }
            .mailstatuspopup-infoicon {
                font-weight: normal;
                font-size:15px;
                cursor:default;
            }

            .mailstatuspopup-sperrungtitle {
                text-align: left;
                width: 100%;
                font-size: 13px;
                margin-top:5px;
                color: #333333;
                cursor: pointer;
            }

            .mailstatuspopup-sperrungcontainer {
                display: none;
            }

            .mailstatuspopup-sperrungheader {
                width: 50%;
                float: left;
                font-size: 13px;
                margin-top: 5px;
                margin-bottom: 5px;
            }

            .mailstatuspopup-sperrungspalte {
                width: 50%;
                max-height: 100px;
                overflow-y: auto;
                float: left;
                margin-bottom: 10px;
            }

            .mailstatuspopup-sperrungspalte ul {
                padding: 5px;
                padding-left:10px;
                margin: 0;
                margin-left:10px;
            }

            .mailstatuspopup-aendernbtn {
                text-align: center;
                width: 100%;
                margin-top: 25px;
            }

            .mailstatuspopup-historytitle {
                text-align: left;
                width: 100%;
                margin-top: 15px;
                margin-bottom: 15px;
                font-size: 13px;
                color: #333333;
                cursor: pointer;
            }


            .mailstatuspopup-history {
                font-size: 11px;
                color: #666666;
                width: 100%;
                max-height: 220px;
                overflow-y: auto;
                display:none;
            }

            .mailstatuspopup-history table {
                border-collapse: collapse;
            }

            .mailstatuspopup-history td {
                vertical-align: top;
                border-bottom: 1px solid #999999;
                color:#666666;
            }

            .mailstatuspopup-kontaktliste {
                color: #666666;
            }

            .bAdressStatusAdressliste {
                max-height: 370px;
                overflow-y: auto;
                overflow-x:hidden;
                margin-right:8px;
            }

            .bAdressStatusAdressliste ul {
        
                margin-left: 15px;
                padding: 0;
                margin-right: 8px;
            }
            .bAdressStatusAdressliste li {
        
            }
            // hiding the all properties button in rad editor add table feature
            .reAllPropertiesLight {
                display: none;
            }

            .textActionColor {
                color: #035498;
            }
            