
#bf_picture {
	position:absolute;
	margin-top: 10px;  
	display:block;
	padding:5px;
	padding-bottom:10px;
	background: var(--colorlightgrey) ;    /* Hintergrund */
	
	border: solid 2px  var(--colormiddlegrey) ;
	color:white;
	font-family:Arial, sans-serif;
	font-size: 1em;
	font-weight:bold;
	z-index:98;
}

#bf_picture_img_L    /* Landscape Bildgroesse */
{
	width:50%
/*	height:500px;   */
}

#bf_picture_img_P    /* Portrait Bildgroesse */
{
/*	width:500px; 
    width:75%;*/
	height: 550px;
}


#bf_picture table {
	width:100%;
	height:20px;
	/* vertical-align: top;  */
}

#bf_picture_nf  {
	float: left ;
	/* text-align:right; */
	cursor:pointer;
}

