

#splashInner {
    position: fixed;
    text-align: center;
    padding: 1.5%;
    padding-right: 0.9em;
    background: whitesmoke;
    border: 1px solid black;
    border-radius: 5px;
    /*position: relative;
    margin: 0 auto;
    bottom:0;
    padding:0.7em;
    top:200;
    height: 150px;
    width: 300px;*/
    top: 38%;
    z-index: 12;
    left: 25%;
    height: auto;
    width: 50%;
}

#splashWrapper {
    text-align: center;
    width: 100%;
    z-index: 0;
    height: 100%;
    vertical-align: middle;
    position: fixed;
    left: 0;
    top: 0;
    background: transparent;
}


#splashInner .splashCmd .button
{
margin:0.5em;display:inline;
}

#splashInner .splashCmd 
{
margin:1em;
}
#splashInner .splashCmd li {display:inline}

.infoBars {top: 0em;left: 0;}
/*:target:hover:after{bottom:0em;right:0em;}*/
.infoBars {
    font-family: Arial,Helvetica,sans-serif;
    position: fixed;
    font-size: 13px;
    font-weight:normal;
    width: auto;
    z-index: 101;
    text-align: left;
    font-weight: 700;
    color: #fff;
    background-color: #5A5A5A;
    padding: 5px 15px 5px 10px;
    padding-right: 12em;
    display: block;
    opacity: .9;
}

.infoBars .infobars_text
{
margin-left:4.5em;display:inline-block;position:static;
}

.infoBars a:not(.button), .infoBars samp, .infoBars a:after,.infoBars a:before,.infoBars code ,.infoBars details, .infoBars  summary {
color: LemonChiffon!important;
  font-family: Arial,Helvetica,sans-serif;
}

.infoBars .attention,
.infoBars .mglass,
.infoBars .clock
 {
	position:absolute;
	float:left;
	vertical-align:center
}
.infoBars .clock {
top:.7em;
}

.infoBars details:active,.infoBars details:focus, .infoBars  details > summary:active,.infoBars details > summary:focus
{
background:transparent
}

.infoBars samp {
font-size:12px;
display: block; margin: 5px;

}

.infoBars strong {
color: greenyellow!important;
font-weight:600;
}

/*#noscriptwarning, #z:target {
background:#AE0000;opacity:1
}
*/
#z {
display:none; 
}

#z:target {
display:block;
}
#z nav li {
display:inline;
}
#z_0 {
display:none;
/*
width:0;
height:0;
 * visibility:hidden;
 display:none!important;opacity:0;
background:transparent;
color:transparent;*/
}




a.cbut, div.cbut>a {
    outline: 0;
    
    font-family: Arial,Helvetica,sans-serif!important;
    font-weight: 700;
    font-size: 12px!important;
    text-decoration: none!important;
    color: #000!important;
    background-color: transparent!important;
    border: 0 #2E2E2E solid!important;
    border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 0.15em;
    vertical-align: middle;
    text-align: center;
}

div.cbut>a:hover, 
div.cbut>a:focus,
div.cbut>a:active,
a.cbut:hover, a.cbut:focus, a.cbut:active {
    cursor: default;
    text-decoration: none!important;
    color: #fff!important;
    background: Tomato!important;
    border-radius: 0!important;
}

div.cbut {
    float: right;
    padding: 0 0 0em 0em;
}



.infoBars div.cbut {
color:white;position:absolute;top:0.3em;right:0.6em}
.infoBars a.cbut,
.infoBars div.cbut >a 
{color:whitesmoke!important;
z-index:100
}

#splashInner>a.cbut {position:absolute!important;top:5px!important;right:5px!important}

            
/*dialog {
    display: block;
    width: auto;
    background: none;
    border: 0px solid transparent;
    padding: 0;
    z-index: -1;
    margin: 0;
}
*/
.dialogInner .tooltip .tooltiptext,
.dialogInner .tooltip:hover .tooltiptext
/*.dialogInner .tooltip:active .tooltiptext,
.dialogInner .tooltip:focus .tooltiptext*/
/*,code dl dd:hover:before, code dl dt:hover:before*/ {
    position: fixed;top:0;left:0;margin-top:0;margin-left:0;
    
}

.dialogInner .tooltip > .tooltiptext > b {display:none}


.dialogWrapper {
display:block;
    text-align: center;/*
    width: 100%;
    height: 100%;
    vertical-align: middle;
    position: absolute;
    display:block;
    left: 0;
    top: 0;
    bottom: 0;*/
    width : 770px ;


margin-left : auto ;
margin-right : auto ;
position:relative;
    background: transparent;
    opacity: 1;
    z-index: 13;
}

.dialogInner a.cbut {z-index:17;}
.dialogInner .dynDiv_moveParentDiv {z-index:16;}
.dialogInner .dialogheader code a.in {z-index:17;}
.dialogInner .tooltiptext {z-index:18;}
.dialogInner, .d4t4 {
	z-index: 15;
    text-align: center;
    padding: 1.5%;
    opacity: 1;
    
    padding: 2px;
    padding-right: 0.9em;
    
    border: 1px solid #CCC;
    /*overflow-x: hidden;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
 /*   2017-09-23 deactivated these two lines, because tooltips within dialogs tended to get invisible. they seem insignificant for the dialog's scrollbar.
    overflow:auto;
  overflow-style:scrollbar;  
*/
    border-radius: 10px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    
    background: WhiteSmoke;
 /*   -webkit-transition: max-width 0.25s linear, margin-left 0.125s linear;
    transition: max-width 0.25s linear, margin-left 0.125s linear;
*/
    /*margin: auto;*/
    
    /*height: auto;*/
    /*max-height: 480px;
     */
    
    
    position: fixed;

    /*right: 0;
    top:0;bottom:0;
    left: 10%;*/
    top: 17.25%;bottom:17.25%;
    
    height: 65%;
    /*min-height:200px;
    max-height: 80%;*/
}
.dialogInner {
width:740px;
max-width: 100%;

}
/*
.dialogInner.large {
    width: 800px;
    height: 65%;
    min-height:200px;
    max-height: 80%;
}*/
/*
.dialogInner.middle {
    width: 500px;
    height: 50%;*/
    /*max-height: 380px;*/
/*    max-height: 50%;
}*/

/*.dialogInner.little {
    width: 400px;
    max-height: 50%;
    height: 30%;
}*/

.dialogInner * {
  -ms-word-break: break-all;
    /*word-break: break-all;*/
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
.dialogInner .viewport, .d4t4 dl  {
    padding: 0 0;
    
    /*top:20px;bottom:35px;*/
    
    display: block;
    
    position: absolute;
    height:auto;
    
    
    
    
    /*bottom:35px;*/
    
    /*max-height: 55vh;*/ 	
    text-align: left;
    cursor: text;
}
.dialogInner .viewport{
margin: 0 1%;
bottom:45px;
    top:25px;
width:98%;

}
.d4t4 dl {
font-family:Arial,Helvetica,sans-serif;
line-height:13px;
overflow:auto;
bottom:0;
left:0;
margin:4px;

width:99%;top:30px
}
.d4t4 {margin-left:10%;margin-right:10%;
max-width:740px;
}

.dialogInner .viewport .formatted , .d4t4 dl {
    background-color:white;
    
        overflow-x: auto;
	overflow-y: auto;
    -webkit-overflow-scrolling: touch;
	
    border-radius: 3px;
    border-bottom: 1px solid #dddddd;
        
    

}
.dialogInner .viewport .formatted {

height:100%;width:100%;
}
.dialogInner .viewport .rawtext {
height:98%;width:99%;
font-family: Andale mono,monospace;
font-size:12px;
}
/*-25px als 3.*/
/*.dialogInner .viewport.rawtext textarea {
resize: none;
}*/

/*.dialogInner.middle .dialogbody {*/
    /*height: auto;*/
    /*max-height: 220px;*/
    /*min-height: 50px;*/
/*    max-height: 29vh;
}*/

/*.dialogInner.little .dialogbody {
    max-height: 50%;*/
    /*min-height: 10px;*/
    /*max-height: 15vh!important;*/
 /* bei body entscheidend *//*;
}*/

/*.dialogInner.large .dialogbody {
    max-height: 78%;*/
    /*min-height: 10px;*/
 /*   max-height: 66vh!important;
  bei body entscheidend *//*;
}*/


/*
.dialogfooter {
    height: auto;
    width: 100%;
    bottom: 0;
    position: absolute;
    text-align: center;
    vertical-align: bottom;
    border-top: 1px solid white;
    padding: 0.5em;
    background: #f0f0f0;
    border-radius: 2px;
}*/


.dialgcmdbar  .button, .dialgcmdbar button, 
.dialgcmdbar  input[type="button"], 
.dialgcmdbar  input[type="submit"], 
.dialgcmdbar  label 
 {
margin-left: 6px;
height:30px
}

.dialgcmdbar input.filename 
{
width:auto;
}

.dialgcmdbar  .simpletext {font-size:80%}

.dialgcmdbar {
    text-align: right;
	position:absolute;
	padding:5px 0;
    right:1em;
    
    bottom:2px;
	margin-bottom:0;
    height:auto;
    width:auto;
}

.dialogheader {
    text-align: center;
	
    margin-bottom: 0.3em;
}



.viewport aside.comment > *, .viewport aside.comment>*>*,.viewport aside.comment>*>*>* {font-size:11px;color:darkgray!important}
.viewport aside.comment dt {width:20%}
.viewport aside.comment dd { width: 70%;}
.viewport aside.comment dd code {left:22px;margin-left:-5px}
.viewport aside.comment > pre {
margin: 0px 20px}

.viewport aside {
}






.viewport article, .viewport main ~ aside
{
clear:both;
border-top: 1px solid #ccc;
}

