body 
{
/*    background-color:White; 
    background-color:#e0e0e0; */
}
  A:link {
    color : #0000ff;
	text-decoration: none;
    }
  A:visited {
    color : #0000ff;
	text-decoration: none;
    }
  A:hover {
    color : #555588;
	text-decoration: none;
    }
    
    div#all {
        width: 100%;    
/*        display:flex;		
        align-items:stretch;*/
    }
    div#navi {
        display: table-cell;
        float:left;
        margin-right: 3px;
    }    
    div#menu 
    {
        font-family:Arial;
        font-weight: bold;
    }
    div#inhalte {
/*        display: table-cell;*/
        display: flow-root;
        margin-left: 1px;
        min-width: 300px;
/*        float:left; */
/*        flex-grow:1; */

    }

    @media only screen and (max-width:1199px) {
        div#inhalte {
            margin-left: 1px;
            min-width: 300px;
            /*float:left; */
        }
        div#navi {
            display: flex;
            float: left;
            margin-right: 3px;
            font-size: x-large;
            width: 100%;
        }
        div#menu {
            font-family: Arial;
            font-weight: bold;
            width: 100%;
            margin-left: 5px;
        }    
    }
    
    div#fusszeile {
      clear: both;
       width: 100%;
    }
    @media (max-width : 500px) {
/*        div#all {
            width: 100%;    
            display:flex;		
            align-items:stretch;
            flex-wrap:wrap;
        }*/
        div#menu
        {
            display:inline;
        }
    }

    div.imageindex_title
    {
        
    }
    div.imageindex
    {
        display: flex;
        flex-wrap: wrap;
        flex-align: start;
    }
    div.imageindex_box
    {
        min-width:100px; 
        max-width:600px; 
        float:left; 
        margin-right:5px; 
        margin-bottom:5px;
        border: 1px dotted #dbdbdb; 
        overflow:visible;
    }
    
    div.imageindex_text{
        max-width:600px;         
        min-width:200px; 
        float: left;
        display: contents    
     }
    img.imageindex_img
    {
        float:left;
        margin-right: 0px;
        max-width: 100%;
    }

    img.image_show
       {
        max-width: 100%;
        margin: auto;
        margin-top: 5px;
        display: block;
    }    
    div.image_show
       {
        display: inline-block;
    }
    a.image_show_menu_next{
        float:right;
        text-align: right;
    }
    a.image_show_menu_prev{
        float:left;        
    }
    div.image_show_menu{
        display: flow-root;
    }
    div.image_text
    {
/*        border-width:0;
        border-bottom:0;*/
        display: flow-root;
        margin: auto;
        margin-top: 0px;
        max-width:620px; 
        min-width:410px; 
        border: 1px solid gray; 
        
    }
    
    div.image_map
    {
        min-width:500px; 
        height:500px; 
        border: 1px solid gray; 
        width: 100%;
    }
    div.image_exif
    {
        margin: 5px;
        margin-top: 10px;
        
    }
    div.image_edit_link
    {
font-size: x-small;
    }
