/*   s i m p l e _ n a v - N a v i g a t i o n   */
div.border1 {
    border-bottom:solid 1px rgba(255,190,60,1);
    border-top:   solid 1px rgba(255,190,60,1);     /* auch oberer Rand */
    border-left:  solid 0px rgba(255,190,60,1);
    border-right: solid 0px rgba(255,190,60,1);
    border-radius:0em; }
div.border {
    border-bottom:solid 1px rgba(255,190,60,1);
    border-top:   solid 0px rgba(255,190,60,1);     /* kein oberer Rand */
    border-left:  solid 0px rgba(255,190,60,1);
    border-right: solid 0px rgba(255,190,60,1);
    border-radius:0em; }
div.format { padding:3px; width:150px; line-height:0.8em; }
div.typ0 { background-color:rgba(255,255,255,0); }
div.typ1 { background-color:rgba(255,190,60,0.3); }
div.typ2 { background-color:rgba(204,102,51,1); }
div.typ0 div a, div.typ1 div a { font-size:0.8em;
    color:rgba(153,51,0,1); display:block; overflow:hidden; }
div.typ2 div { font-size:0.8em; color:rgba(255,255,255,1); overflow:hidden; }
/*   a n g e z e i g t    o d e r    v e r b o r g e n   */
#simple_nav { display:block; padding:0.25em; }
@media screen and (max-width:35em) { #simple_nav { display:none; } }
/*   H a m b u r g e r - / K r e u z - I c o n   */
#hamburger_icon { display:none; }
#kreuz_icon {display:none; }
@media screen and (max-width:35em) {
    #hamburger_icon { position:fixed; left:10px; margin-top:-1em; display:block;
        width:28px; cursor:pointer; }
    div.bar { margin:4px; height:2px; background-color:rgba(204,102,51,1); }
    #kreuz_icon { position:fixed; left:10px; margin-top:-1em; display:none;
        width:28px; cursor:pointer; }
    div.cross1 { margin:4px; height:2px; background-color:rgba(204,102,51,1);
        transform:translateY(6px) rotate(45deg); }
    div.cross2 { margin:4px; height:2px; background-color:transparent; }
    div.cross3 { margin:4px; height:2px; background-color:rgba(204,102,51,1);
        transform:translateY(-6px) rotate(-45deg); }
    }
/*   K o n f i g u r a t i o n   */
.nav_table { background-color:inherit; }
.nav_guide { padding-left:1em; line-height:1.5em; white-space:nowrap; }
.nav_center { padding-left:1em; text-align:center; white-space:nowrap; }
.nav_left  { float:left; }
.nav_right { float:right; }
.nav_input { width:4em; line-height:1.5em; text-align:right;
    border:solid 1px silver; background-color:transparent; }
.nav_select { width:3em; height:1.8em; text-align:right;
    border:solid 1px silver; background-color:transparent; }
.nav_short { width:60px !important; }
.nav_conf_link { color:rgba(153,51,0,1);   font-size:0.8em; }
.nav_conf_text { color:rgba(255,255,255,1); font-size:0.8em; }
/*   B e s c h r e i b u n g   */
.nav_narr { margin:0; }
.nav_hand { padding-left:2em; }
.nav_box  { margin:0.5em 0 0.5em 0; padding:0.5em; width:33em; font-family:monospace; 
    border:solid 1px silver; }
/*   B e i s p i e l   */
.xmp_pad { padding:0 1em 0 1em; vertical-align:top; }
.xmp_bgcolor { background-color:rgb(230,230,230); }
.xmp_nav { color:rgba(153,51,0,1); }